/external/dng_sdk/source/ |
dng_color_spec.h | 125 /// \param neutral A camera color space value to use for white point. 128 /// \retval White point in XY space that makes neutral map to this 131 dng_xy_coord NeutralToXY (const dng_vector &neutral);
|
dng_color_spec.cpp | 423 // We don't support non-positive values for camera neutral values. 519 dng_xy_coord dng_color_spec::NeutralToXY (const dng_vector &neutral) 538 dng_xy_coord next = XYZtoXY (Invert (xyzToCamera) * neutral);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
GenderInfoTest.java | 57 public void check(Gender neutral, Gender mixed, Gender taints, Gender... genders) { 59 assertEquals("neutral " + mixed0, neutral, NEUTRAL_LOCALE.getListGender(mixed0)); 60 assertEquals("mixed neutral " + mixed0, mixed, MIXED_NEUTRAL_LOCALE.getListGender(mixed0));
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
GenderInfo.java | 102 NEUTRAL, 128 fromNameMap.put("neutral", NEUTRAL); 175 case NEUTRAL: 223 private static GenderInfo neutral = new GenderInfo(ListGenderStyle.NEUTRAL); field in class:GenderInfo 238 // and find no resource assume that list gender style is NEUTRAL. 239 result = fallback == null ? neutral : get(fallback);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
GenderInfo.java | 100 NEUTRAL, 126 fromNameMap.put("neutral", NEUTRAL); 173 case NEUTRAL: 221 private static GenderInfo neutral = new GenderInfo(ListGenderStyle.NEUTRAL); field in class:GenderInfo 236 // and find no resource assume that list gender style is NEUTRAL. 237 result = fallback == null ? neutral : get(fallback);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
GenderInfoTest.java | 56 public void check(Gender neutral, Gender mixed, Gender taints, Gender... genders) { 58 assertEquals("neutral " + mixed0, neutral, NEUTRAL_LOCALE.getListGender(mixed0)); 59 assertEquals("mixed neutral " + mixed0, mixed, MIXED_NEUTRAL_LOCALE.getListGender(mixed0));
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 120 * Sets the swizzle to the neutral element for the operation for the bits 125 unsigned neutral) 128 r->Register.SwizzleX = neutral; 133 r->Register.SwizzleY = neutral; 138 r->Register.SwizzleZ = neutral; 143 r->Register.SwizzleW = neutral;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
StatusBarNotifications.java | 61 button = (Button) findViewById(R.id.neutral);
|
/external/boringssl/linux-arm/crypto/aes/ |
aes-armv4.S | 18 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit 181 ldrb r0,[r12,#3] @ load input data in endian-neutral 236 mov r4,r0,lsr#24 @ write output in endian-neutral 459 ldrb r0,[r12,#3] @ load input data in endian-neutral 956 ldrb r0,[r12,#3] @ load input data in endian-neutral 1011 mov r4,r0,lsr#24 @ write output in endian-neutral
|
bsaes-armv7.S | 19 @ ARM NEON. Except that this module is endian-neutral [in sense that [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
RawConverter.java | 233 Rational[] neutral = dynamicMetadata.get(CaptureResult.SENSOR_NEUTRAL_COLOR_POINT); local 239 forward1, forward2, neutral, shadingMap, outputOffsetX, outputOffsetY, argbOutput); 485 * Find the interpolation factor to use with the RAW matrices given a neutral color point. 495 * @param neutralColorPoint the neutral color point used to calculate the interpolation factor. 497 * @return the interpolation factor corresponding to the given neutral color point. 582 Log.d(TAG, "XYZ neutral color guess: " + Arrays.toString(neutralGuess)); 608 * @param neutralColorPoint the neutral color point used to calculate the interpolation factor. 619 if (DEBUG) Log.d(TAG, "Camera neutral: " + Arrays.toString(cameraNeutral)); 634 if (DEBUG) Log.d(TAG, "Reference neutral: " + Arrays.toString(referenceNeutral)); 640 if (DEBUG) Log.d(TAG, "Reference Neutral Diagonal: " + Arrays.toString(D)) [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/ |
asm.go | 49 // mips64 ELF relocation (endian neutral)
|
/prebuilts/go/linux-x86/src/cmd/link/internal/mips64/ |
asm.go | 49 // mips64 ELF relocation (endian neutral)
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/ |
FrameworkSpecConformance.txt | [all...] |
/external/boringssl/src/crypto/chacha/asm/ |
chacha-armv4.pl | 181 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 @ endian-neutral 466 .Lunaligned: @ unaligned endian-neutral path
|
chacha-armv8.pl | 122 .quad 0x3320646e61707865,0x6b20657479622d32 // endian-neutral
|
/external/boringssl/linux-arm/crypto/chacha/ |
chacha-armv4.S | 18 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 @ endian-neutral 408 .Lunaligned:@ unaligned endian-neutral path
|
/external/freetype/src/autofit/ |
aflatin.c | 379 FT_TRACE5(( "neutral" )); 846 /* only use flat segments for a neutral blue zone */ 2984 FT_Byte neutral = edge->flags & AF_EDGE_NEUTRAL; local [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/misc/common/robolectric/lib/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |