/aosp_15_r20/external/e2fsprogs/tests/f_h_reindex/ |
H A D | expect.1 | 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 6 Problem in HTREE directory inode 16001: block #2 has bad min hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 8 Problem in HTREE directory inode 16001: block #3 has bad min hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 10 Problem in HTREE directory inode 16001: block #4 has bad min hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 12 Problem in HTREE directory inode 16001: block #5 has bad min hash 13 Problem in HTREE directory inode 16001: block #5 has bad max hash 14 Problem in HTREE directory inode 16001: block #6 has bad min hash [all …]
|
/aosp_15_r20/external/tcpdump/tests/ |
H A D | arp-oobr.out | 1 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19… 2 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 (00:55:… 3 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 (00:13:… 4 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19… 5 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.212.1 tell … 6 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.38 tell 1… 7 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19… 8 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19… 9 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19… 10 …rtype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 tell 19… [all …]
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLInterfaceAutogen.cpp | 214 fExtensions.has("GL_ARB_vertex_array_object") || in validate() 215 fExtensions.has("GL_APPLE_vertex_array_object"))) || in validate() 218 fExtensions.has("GL_OES_vertex_array_object"))) || in validate() 221 fExtensions.has("GL_OES_vertex_array_object") || in validate() 222 fExtensions.has("OES_vertex_array_object")))) { in validate() 232 fExtensions.has("GL_ARB_tessellation_shader"))) || in validate() 235 fExtensions.has("GL_OES_tessellation_shader")))) { in validate() 244 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate() 252 fExtensions.has("GL_ARB_blend_func_extended"))) || in validate() 254 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate() [all …]
|
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 166 } else if (extensions.has("GL_OES_vertex_array_object")) { in GrGLMakeAssembledGLESInterface() 174 } else if (extensions.has("GL_OES_tessellation_shader")) { in GrGLMakeAssembledGLESInterface() 178 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 182 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 186 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 188 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 192 if (extensions.has("GL_EXT_clear_texture")) { in GrGLMakeAssembledGLESInterface() 200 } else if (extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLESInterface() 203 } else if (extensions.has("GL_ANGLE_instanced_arrays")) { in GrGLMakeAssembledGLESInterface() 208 if (extensions.has("GL_EXT_base_instance")) { in GrGLMakeAssembledGLESInterface() [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 60 static_assert(ANEURALNETWORKS_FLOAT32 == 0, "ANEURALNETWORKS_FLOAT32 has changed"); 61 static_assert(ANEURALNETWORKS_INT32 == 1, "ANEURALNETWORKS_INT32 has changed"); 62 static_assert(ANEURALNETWORKS_UINT32 == 2, "ANEURALNETWORKS_UINT32 has changed"); 63 static_assert(ANEURALNETWORKS_TENSOR_FLOAT32 == 3, "ANEURALNETWORKS_TENSOR_FLOAT32 has changed"); 64 static_assert(ANEURALNETWORKS_TENSOR_INT32 == 4, "ANEURALNETWORKS_TENSOR_INT32 has changed"); 66 "ANEURALNETWORKS_TENSOR_QUANT8_ASYMM has changed"); 67 static_assert(ANEURALNETWORKS_BOOL == 6, "ANEURALNETWORKS_BOOL has changed"); 69 "ANEURALNETWORKS_TENSOR_QUANT16_SYMM has changed"); 70 static_assert(ANEURALNETWORKS_TENSOR_FLOAT16 == 8, "ANEURALNETWORKS_TENSOR_FLOAT16 has changed"); 71 static_assert(ANEURALNETWORKS_TENSOR_BOOL8 == 9, "ANEURALNETWORKS_TENSOR_BOOL8 has changed"); [all …]
|
D | NeuralNetworks.cpp | 58 static_assert(ANEURALNETWORKS_FLOAT32 == 0, "ANEURALNETWORKS_FLOAT32 has changed"); 59 static_assert(ANEURALNETWORKS_INT32 == 1, "ANEURALNETWORKS_INT32 has changed"); 60 static_assert(ANEURALNETWORKS_UINT32 == 2, "ANEURALNETWORKS_UINT32 has changed"); 61 static_assert(ANEURALNETWORKS_TENSOR_FLOAT32 == 3, "ANEURALNETWORKS_TENSOR_FLOAT32 has changed"); 62 static_assert(ANEURALNETWORKS_TENSOR_INT32 == 4, "ANEURALNETWORKS_TENSOR_INT32 has changed"); 64 "ANEURALNETWORKS_TENSOR_QUANT8_ASYMM has changed"); 65 static_assert(ANEURALNETWORKS_BOOL == 6, "ANEURALNETWORKS_BOOL has changed"); 67 "ANEURALNETWORKS_TENSOR_QUANT16_SYMM has changed"); 68 static_assert(ANEURALNETWORKS_TENSOR_FLOAT16 == 8, "ANEURALNETWORKS_TENSOR_FLOAT16 has changed"); 69 static_assert(ANEURALNETWORKS_TENSOR_BOOL8 == 9, "ANEURALNETWORKS_TENSOR_BOOL8 has changed"); [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/testdata/print/ |
D | print.go | 107 …fmt.Printf("%b", "hi") // ERROR "Printf format %b has arg \x22hi\x22 of wrong… 108 …fmt.Printf("%t", c) // ERROR "Printf format %t has arg c of wrong type com… 109 …fmt.Printf("%t", 1+2i) // ERROR "Printf format %t has arg 1 \+ 2i of wrong ty… 110 …fmt.Printf("%c", 2.3) // ERROR "Printf format %c has arg 2.3 of wrong type f… 111 …fmt.Printf("%d", 2.3) // ERROR "Printf format %d has arg 2.3 of wrong type f… 112 …fmt.Printf("%e", "hi") // ERROR "Printf format %e has arg \x22hi\x22 of wrong… 113 …fmt.Printf("%E", true) // ERROR "Printf format %E has arg true of wrong type … 114 …fmt.Printf("%f", "hi") // ERROR "Printf format %f has arg \x22hi\x22 of wrong… 115 …fmt.Printf("%F", 'x') // ERROR "Printf format %F has arg 'x' of wrong type r… 116 …fmt.Printf("%g", "hi") // ERROR "Printf format %g has arg \x22hi\x22 of wrong… [all …]
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/ |
H A D | LayoutGetRangeForRectTest.java | 46 // - Word 0 (offset 0 to 4) has bounds [0, 40], center 20 47 // - Word 1 (offset 5 to 11) has bounds [50, 110], center 80 48 // - Word 2 (offset 12 to 17) has bounds [120, 170], center 145 51 // - Word 3 (offset 18 to 23) has bounds [0, 50], center 25 52 // - Word 4 (offset 24 to 26, RTL) has bounds [100, 110], center 105 53 // - Word 5 (offset 27 to 29, RTL) has bounds [80, 90], center 85 54 // - Word 6 start part (offset 30 to 32, RTL) has bounds [60, 70], center 65 55 // - Word 6 end part (offset 32 to 35) has bounds [110, 140], center 125 58 // - Word 7 start part (offset 36 to 38) has bounds [0, 150], center 75 60 // - Word 7 middle part (offset 38 to 40) has bounds [0, 150], center 75 [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/frameworks-base-api-module-lib-current-compat/android_common/gen/ |
D | updated-baseline.txt | 3 Method java.nio.DirectByteBuffer.asCharBuffer has added 'final' qualifier 5 Method java.nio.DirectByteBuffer.asDoubleBuffer has added 'final' qualifier 7 Method java.nio.DirectByteBuffer.asFloatBuffer has added 'final' qualifier 9 Method java.nio.DirectByteBuffer.asIntBuffer has added 'final' qualifier 11 Method java.nio.DirectByteBuffer.asLongBuffer has added 'final' qualifier 13 Method java.nio.DirectByteBuffer.asReadOnlyBuffer has added 'final' qualifier 15 Method java.nio.DirectByteBuffer.asShortBuffer has added 'final' qualifier 17 Method java.nio.DirectByteBuffer.compact has added 'final' qualifier 19 Method java.nio.DirectByteBuffer.duplicate has added 'final' qualifier 21 Method java.nio.DirectByteBuffer.get has added 'final' qualifier [all …]
|
/aosp_15_r20/prebuilts/sdk/35/module-lib/api/ |
H A D | android-incompatibilities.txt | 3 Method java.nio.DirectByteBuffer.asCharBuffer has added 'final' qualifier 5 Method java.nio.DirectByteBuffer.asDoubleBuffer has added 'final' qualifier 7 Method java.nio.DirectByteBuffer.asFloatBuffer has added 'final' qualifier 9 Method java.nio.DirectByteBuffer.asIntBuffer has added 'final' qualifier 11 Method java.nio.DirectByteBuffer.asLongBuffer has added 'final' qualifier 13 Method java.nio.DirectByteBuffer.asReadOnlyBuffer has added 'final' qualifier 15 Method java.nio.DirectByteBuffer.asShortBuffer has added 'final' qualifier 17 Method java.nio.DirectByteBuffer.compact has added 'final' qualifier 19 Method java.nio.DirectByteBuffer.duplicate has added 'final' qualifier 21 Method java.nio.DirectByteBuffer.get has added 'final' qualifier [all …]
|
/aosp_15_r20/out/target/product/shiba/obj/ETC/frameworks-base-api-module-lib-current-compat_intermediates/ |
D | frameworks-base-api-module-lib-current-compat | 3 Method java.nio.DirectByteBuffer.asCharBuffer has added 'final' qualifier 5 Method java.nio.DirectByteBuffer.asDoubleBuffer has added 'final' qualifier 7 Method java.nio.DirectByteBuffer.asFloatBuffer has added 'final' qualifier 9 Method java.nio.DirectByteBuffer.asIntBuffer has added 'final' qualifier 11 Method java.nio.DirectByteBuffer.asLongBuffer has added 'final' qualifier 13 Method java.nio.DirectByteBuffer.asReadOnlyBuffer has added 'final' qualifier 15 Method java.nio.DirectByteBuffer.asShortBuffer has added 'final' qualifier 17 Method java.nio.DirectByteBuffer.compact has added 'final' qualifier 19 Method java.nio.DirectByteBuffer.duplicate has added 'final' qualifier 21 Method java.nio.DirectByteBuffer.get has added 'final' qualifier [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/android-incompatibilities.api.module-lib.latest/gen/ |
D | android-incompatibilities.api.module-lib.latest | 3 Method java.nio.DirectByteBuffer.asCharBuffer has added 'final' qualifier 5 Method java.nio.DirectByteBuffer.asDoubleBuffer has added 'final' qualifier 7 Method java.nio.DirectByteBuffer.asFloatBuffer has added 'final' qualifier 9 Method java.nio.DirectByteBuffer.asIntBuffer has added 'final' qualifier 11 Method java.nio.DirectByteBuffer.asLongBuffer has added 'final' qualifier 13 Method java.nio.DirectByteBuffer.asReadOnlyBuffer has added 'final' qualifier 15 Method java.nio.DirectByteBuffer.asShortBuffer has added 'final' qualifier 17 Method java.nio.DirectByteBuffer.compact has added 'final' qualifier 19 Method java.nio.DirectByteBuffer.duplicate has added 'final' qualifier 21 Method java.nio.DirectByteBuffer.get has added 'final' qualifier [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v3_5.accountUserProfiles.html | 124 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 127 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 131 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 134 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 144 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 147 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 154 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 157 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 177 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 180 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… [all …]
|
D | dfareporting_v3_3.accountUserProfiles.html | 124 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 127 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 131 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 134 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 144 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 147 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 154 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 157 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 177 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 180 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… [all …]
|
D | dfareporting_v3_4.accountUserProfiles.html | 124 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 127 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 131 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 134 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 144 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 147 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 154 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 157 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… 177 …"objectIds": [ # Applicable when status is ASSIGNED. The user has access to objects with… 180 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje… [all …]
|
D | cloudresourcemanager_v1.folders.html | 159 …has enforced set to `false`, serial port connection attempts will be allowed. - If the `Policy` at… 171 …has a `constraint_type` of `list_constraint`, and with `constraint_default` set to `ALLOW`. Suppos… 204 …has enforced set to `false`, serial port connection attempts will be allowed. - If the `Policy` at… 216 …has a `constraint_type` of `list_constraint`, and with `constraint_default` set to `ALLOW`. Suppos… 309 …has enforced set to `false`, serial port connection attempts will be allowed. - If the `Policy` at… 321 …has a `constraint_type` of `list_constraint`, and with `constraint_default` set to `ALLOW`. Suppos… 359 …has enforced set to `false`, serial port connection attempts will be allowed. - If the `Policy` at… 371 …has a `constraint_type` of `list_constraint`, and with `constraint_default` set to `ALLOW`. Suppos… 391 …has enforced set to `false`, serial port connection attempts will be allowed. - If the `Policy` at… 403 …has a `constraint_type` of `list_constraint`, and with `constraint_default` set to `ALLOW`. Suppos…
|
D | compute_alpha.licenseCodes.html | 91 <p class="firstline">Returns permissions that a caller has on the specified resource. *Caution* Thi… 155 …"ignoreChildExemptions": True or False, # This is deprecated and has no effect. Do not u… 159 "exemptedMembers": [ # This is deprecated and has no effect. Do not use. 167 … "bindingId": "A String", # This is deprecated and has no effect. Do not use. 174 …has been recently deleted. For example, `[email protected]?uid=123456789012345678901`. If the user… 181 "rules": [ # This is deprecated and has no effect. Do not use. 182 { # This is deprecated and has no effect. Do not use. 183 "action": "A String", # This is deprecated and has no effect. Do not use. 184 "conditions": [ # This is deprecated and has no effect. Do not use. 185 { # This is deprecated and has no effect. Do not use. [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | pass-object-size.cpp | 23 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls() 24 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls() 26 …se parameter 1 has pass_object_size attribute}} expected-note@7{{candidate function has different … in Decls() 27 …se parameter 1 has pass_object_size attribute}} expected-note@7{{candidate function has different … in Decls() 29 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls() 30 …arameter 1 has pass_object_size attribute}} expected-note@13{{candidate function has type mismatch… in Decls() 32 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls() 33 …e parameter 1 has pass_object_size attribute}} expected-note@19{{candidate function has different … in Decls() 38 …A = &Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_obj… in Assigns() 39 …A = Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_obje… in Assigns() [all …]
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/view/accessibility/ |
H A D | AccessibilityEventTest.java | 110 assertWithMessage("addedCount has incorrect value") in assertEqualsAccessibilityEvent() 113 assertWithMessage("beforeText has incorrect value") in assertEqualsAccessibilityEvent() 116 assertWithMessage("checked has incorrect value") in assertEqualsAccessibilityEvent() 119 assertWithMessage("className has incorrect value") in assertEqualsAccessibilityEvent() 122 assertWithMessage("contentDescription has incorrect value") in assertEqualsAccessibilityEvent() 125 assertWithMessage("currentItemIndex has incorrect value") in assertEqualsAccessibilityEvent() 128 assertWithMessage("enabled has incorrect value") in assertEqualsAccessibilityEvent() 131 assertWithMessage("eventType has incorrect value") in assertEqualsAccessibilityEvent() 134 assertWithMessage("fromIndex has incorrect value") in assertEqualsAccessibilityEvent() 137 assertWithMessage("fullScreen has incorrect value") in assertEqualsAccessibilityEvent() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/ |
H A D | aarch64.rs | 11 // Samsung Exynos 9810 has a bug that big and little cores have different in detect_features() 172 fp: f.has("fp"), in from() 173 asimd: f.has("asimd"), in from() 174 // evtstrm: f.has("evtstrm"), in from() 175 aes: f.has("aes"), in from() 176 pmull: f.has("pmull"), in from() 177 sha1: f.has("sha1"), in from() 178 sha2: f.has("sha2"), in from() 179 crc32: f.has("crc32"), in from() 180 atomics: f.has("atomics"), in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/ |
H A D | aarch64.rs | 11 // Samsung Exynos 9810 has a bug that big and little cores have different in detect_features() 172 fp: f.has("fp"), in from() 173 asimd: f.has("asimd"), in from() 174 // evtstrm: f.has("evtstrm"), in from() 175 aes: f.has("aes"), in from() 176 pmull: f.has("pmull"), in from() 177 sha1: f.has("sha1"), in from() 178 sha2: f.has("sha2"), in from() 179 crc32: f.has("crc32"), in from() 180 atomics: f.has("atomics"), in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/ |
H A D | aarch64.rs | 11 // Samsung Exynos 9810 has a bug that big and little cores have different in detect_features() 172 fp: f.has("fp"), in from() 173 asimd: f.has("asimd"), in from() 174 // evtstrm: f.has("evtstrm"), in from() 175 aes: f.has("aes"), in from() 176 pmull: f.has("pmull"), in from() 177 sha1: f.has("sha1"), in from() 178 sha2: f.has("sha2"), in from() 179 crc32: f.has("crc32"), in from() 180 atomics: f.has("atomics"), in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/ |
H A D | aarch64.rs | 11 // Samsung Exynos 9810 has a bug that big and little cores have different in detect_features() 172 fp: f.has("fp"), in from() 173 asimd: f.has("asimd"), in from() 174 // evtstrm: f.has("evtstrm"), in from() 175 aes: f.has("aes"), in from() 176 pmull: f.has("pmull"), in from() 177 sha1: f.has("sha1"), in from() 178 sha2: f.has("sha2"), in from() 179 crc32: f.has("crc32"), in from() 180 atomics: f.has("atomics"), in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/ |
H A D | aarch64.rs | 11 // Samsung Exynos 9810 has a bug that big and little cores have different in detect_features() 172 fp: f.has("fp"), in from() 173 asimd: f.has("asimd"), in from() 174 // evtstrm: f.has("evtstrm"), in from() 175 aes: f.has("aes"), in from() 176 pmull: f.has("pmull"), in from() 177 sha1: f.has("sha1"), in from() 178 sha2: f.has("sha2"), in from() 179 crc32: f.has("crc32"), in from() 180 atomics: f.has("atomics"), in from() [all …]
|
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
H A D | XMPMeta.java | 21 * This class represents the set of XMP metadata as a DOM representation. It has methods to read and 68 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty. 70 * <code>null</code> or the empty string. Has the same namespace prefix usage as 85 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty. 87 * <code>null</code> or the empty string. Has the same namespace prefix usage as 104 * @param schemaNS The namespace URI for the struct. Has the same usage as in getProperty. 106 * <code>null</code> or the empty string. Has the same namespace prefix usage as 108 * @param fieldNS The namespace URI for the field. Has the same URI and prefix usage as the 111 * <code>null</code> or the empty string. Has the same namespace prefix usage as the 138 * @param schemaNS The namespace URI for the struct. Has the same usage as in getProperty. [all …]
|