HomeSort by relevance Sort by last modified time
    Searched refs:neutral (Results 1 - 16 of 16) sorted by null

  /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/java/android/icu/util/
GenderInfo.java 99 NEUTRAL,
125 fromNameMap.put("neutral", NEUTRAL);
172 case NEUTRAL:
220 private static GenderInfo neutral = new GenderInfo(ListGenderStyle.NEUTRAL); field in class:GenderInfo
235 // and find no resource assume that list gender style is NEUTRAL.
236 result = fallback == null ? neutral : get(fallback);
  /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/icu4j/main/classes/core/src/com/ibm/icu/util/
GenderInfo.java 97 NEUTRAL,
123 fromNameMap.put("neutral", NEUTRAL);
170 case NEUTRAL:
218 private static GenderInfo neutral = new GenderInfo(ListGenderStyle.NEUTRAL); field in class:GenderInfo
233 // and find no resource assume that list gender style is NEUTRAL.
234 result = fallback == null ? neutral : get(fallback);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
GenderInfoTest.java 53 public void check(Gender neutral, Gender mixed, Gender taints, Gender... genders) {
55 assertEquals("neutral " + mixed0, neutral, NEUTRAL_LOCALE.getListGender(mixed0));
56 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 209 Rational[] neutral = dynamicMetadata.get(CaptureResult.SENSOR_NEUTRAL_COLOR_POINT); local
215 forward1, forward2, neutral, shadingMap, outputOffsetX, outputOffsetY, argbOutput);
461 * Find the interpolation factor to use with the RAW matrices given a neutral color point.
471 * @param neutralColorPoint the neutral color point used to calculate the interpolation factor.
473 * @return the interpolation factor corresponding to the given neutral color point.
558 Log.d(TAG, "XYZ neutral color guess: " + Arrays.toString(neutralGuess));
584 * @param neutralColorPoint the neutral color point used to calculate the interpolation factor.
595 if (DEBUG) Log.d(TAG, "Camera neutral: " + Arrays.toString(cameraNeutral));
610 if (DEBUG) Log.d(TAG, "Reference neutral: " + Arrays.toString(referenceNeutral));
616 if (DEBUG) Log.d(TAG, "Reference Neutral Diagonal: " + Arrays.toString(D))
    [all...]
  /external/freetype/src/autofit/
aflatin.c 340 FT_TRACE5(( "neutral" ));
807 /* only use flat segments for a neutral blue zone */
2883 FT_Byte neutral = edge->flags & AF_EDGE_NEUTRAL; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 321 FT_TRACE5(( "neutral" ));
736 /* only use flat segments for a neutral blue zone */
2443 FT_Byte neutral = edge->flags & AF_EDGE_NEUTRAL; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.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 

Completed in 1172 milliseconds