Searched defs:alternate (Results 1 - 25 of 25) sorted by relevance

/external/skia/gm/
H A Dshaderbounds.cpp13 static sk_sp<SkShader> MakeLinear(SkScalar width, SkScalar height, bool alternate, argument
17 if (alternate) {
31 bool alternate, const SkMatrix& localMatrix);
/external/skia/tests/
H A DFloat16Test.cpp77 alternate = is_denorm(h) ? 0.0f : expected; local
81 REPORTER_ASSERT(r, actual == expected || actual == alternate);
102 uint16_t alternate = expected; local
105 alternate = std::signbit(f) ? 0x8000 : 0x0000;
111 actual == alternate || actual == alternate - 1);
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java83 * Encode a value with Double Metaphone, optionally using the alternate
87 * @param alternate use alternate encode
90 public String doubleMetaphone(String value, boolean alternate) { argument
194 return alternate ? result.getAlternate() : result.getPrimary();
238 * are equal, optionally using the alternate value.
242 * @param alternate use the alternate value if <code>true</code>.
248 boolean alternate) {
249 return doubleMetaphone(value1, alternate)
246 isDoubleMetaphoneEqual(String value1, String value2, boolean alternate) argument
1038 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in class:DoubleMetaphone.DoubleMetaphoneResult
1050 append(char primary, char alternate) argument
1072 append(String primary, String alternate) argument
[all...]
/external/libusb/libusb/os/
H A Dhaiku_usb_raw.h82 } alternate; member in union:__anon11566
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh451 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
1116 case Alternate: return_trace (u.alternate.dispatch (c));
1131 AlternateSubst alternate; member in union:OT::SubstLookupSubTable::__anon7083
1237 return_trace (serialize_subtable (c, 0).u.alternate.serialize (c,
/external/libusb-compat/libusb/
H A Dcore.c719 API_EXPORTED int usb_set_altinterface(usb_dev_handle *dev, int alternate) argument
721 usbi_dbg("alternate %d", alternate);
726 dev->last_claimed_interface, alternate));
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2intrp.c1395 FT_Bool alternate = op1 == cf2_cmdHVCURVETO; local
1405 FT_TRACE4(( alternate ? " hvcurveto\n" : " vhcurveto\n" ));
1412 if ( alternate )
1429 alternate = FALSE;
1448 alternate = TRUE;
/external/freetype/src/cff/
H A Dcf2intrp.c1727 FT_Bool alternate = FT_BOOL( op1 == cf2_cmdHVCURVETO ); local
1737 FT_TRACE4(( alternate ? " hvcurveto\n" : " vhcurveto\n" ));
1744 if ( alternate )
1761 alternate = FALSE;
1780 alternate = TRUE;
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp987 virtual void append(UnicodeString &test, UnicodeString &alternate) = 0;
1010 virtual void append(UnicodeString &test, UnicodeString &alternate);
1027 void SetMonkey::append(UnicodeString &test, UnicodeString &alternate) argument
1035 alternate.append(str); // flip case, or some junk?
1044 void append(UnicodeString &testCase, UnicodeString &alternate);
1047 UnicodeString &generateAlternative(const UnicodeString &testCase, UnicodeString &alternate);
1065 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) argument
1081 generateAlternative(str, alternate);
1087 generateAlternative(str, alternate);
1093 UnicodeString &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &alternate) argument
1153 generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate) argument
1380 UnicodeString alternate; local
[all...]
/external/syslinux/utils/
H A Disohybrid.c805 initialise_gpt(uint8_t *gpt, uint32_t current, uint32_t alternate, int primary) argument
826 header->backupLBA = lendian_64(alternate);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/syslinux/gpxe/src/include/gpxe/
H A Dib_mad.h374 struct ib_cm_path alternate; member in struct:ib_cm_connect_request
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3409 InstructionShuffler(bool alternate, bool topdown) argument
3410 : IsAlternating(alternate), IsTopDown(topdown) {}
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 549 milliseconds