/external/apache-http/src/org/apache/commons/codec/language/ |
D | DoubleMetaphone.java | 90 public String doubleMetaphone(String value, boolean alternate) { in doubleMetaphone() argument 194 return alternate ? result.getAlternate() : result.getPrimary(); in doubleMetaphone() 248 boolean alternate) { in isDoubleMetaphoneEqual() argument 249 return doubleMetaphone(value1, alternate).equals(doubleMetaphone in isDoubleMetaphoneEqual() 250 (value2, alternate)); in isDoubleMetaphoneEqual() 1038 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in DoubleMetaphone.DoubleMetaphoneResult 1050 public void append(char primary, char alternate) { in append() argument 1052 appendAlternate(alternate); in append() 1062 if (this.alternate.length() < this.maxLength) { in appendAlternate() 1063 this.alternate.append(value); in appendAlternate() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 988 virtual void append(UnicodeString &test, UnicodeString &alternate) = 0; 1011 virtual void append(UnicodeString &test, UnicodeString &alternate); 1028 void SetMonkey::append(UnicodeString &test, UnicodeString &alternate) in append() argument 1036 alternate.append(str); // flip case, or some junk? in append() 1045 void append(UnicodeString &testCase, UnicodeString &alternate); 1048 UnicodeString &generateAlternative(const UnicodeString &testCase, UnicodeString &alternate); 1066 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) in append() argument 1082 generateAlternative(str, alternate); in append() 1088 generateAlternative(str, alternate); in append() 1094 …ring &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &alternate) in generateAlternative() argument [all …]
|
/external/skia/gm/ |
D | shaderbounds.cpp | 12 static SkShader* MakeLinear(SkScalar width, SkScalar height, bool alternate, in MakeLinear() argument 16 if (alternate) { in MakeLinear() 30 bool alternate, const SkMatrix& localMatrix);
|
/external/icu/icu4c/source/layout/ |
D | AlternateSubstSubtables.cpp | 31 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]); in process() local 33 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) { in process()
|
/external/libavc/common/arm/ |
D | ih264_intra_pred_chroma_a9q.s | 71 @* UWORD8 pointer to the source containing alternate U and V samples 74 @* UWORD8 pointer to the destination with alternate U and V samples 203 @* UWORD8 pointer to the source containing alternate U and V samples 206 @* UWORD8 pointer to the destination with alternate U and V samples 279 @* UWORD8 pointer to the source containing alternate U and V samples 282 @* UWORD8 pointer to the destination with alternate U and V samples 351 @* UWORD8 pointer to the source containing alternate U and V samples 354 @* UWORD8 pointer to the destination with alternate U and V samples
|
/external/e2fsprogs/e2fsck/ |
D | CHANGES | 43 the superblock and the group descriptors.) (Doesn't update alternate 47 alternate superblock.
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | libcap-ng.pc.in | 7 Description: An alternate posix capabilities library.
|
/external/icu/icu4c/source/data/coll/ |
D | th.txt | 14 "[normalization on][alternate shifted][reorder Thai]"
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | files_exec.txt | 4 …hat can be used as an entrypoint to an confined domain. If you have an alternate executable that …
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | StylesheetPIHandler.java | 151 boolean alternate = false; // (yes|no) "no" in processingInstruction() 258 alternate = token.substring(1, token.length() in processingInstruction()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
D | customTest.xml.template | 10 <!--copy in the properties file for testing with alternate vm args-->
|
/external/e2fsprogs/tests/f_crashdisk/ |
D | expect.1 | 8 is corrupt, and you might try running e2fsck with an alternate superblock:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.commons.codec_1.3.0.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/clang/test/SemaObjC/ |
D | protocol-implementation-inherited.m | 34 // alternate inherited protocol.
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cf2intrp.c | 1376 FT_Bool alternate = op1 == cf2_cmdHVCURVETO; in cf2_interpT2CharString() local 1379 FT_TRACE4(( alternate ? " hvcurveto\n" : " vhcurveto\n" )); in cf2_interpT2CharString() 1386 if ( alternate ) in cf2_interpT2CharString() 1403 alternate = FALSE; in cf2_interpT2CharString() 1422 alternate = TRUE; in cf2_interpT2CharString()
|
/external/freetype/src/cff/ |
D | cf2intrp.c | 1395 FT_Bool alternate = op1 == cf2_cmdHVCURVETO; in cf2_interpT2CharString() local 1405 FT_TRACE4(( alternate ? " hvcurveto\n" : " vhcurveto\n" )); in cf2_interpT2CharString() 1412 if ( alternate ) in cf2_interpT2CharString() 1429 alternate = FALSE; in cf2_interpT2CharString() 1448 alternate = TRUE; in cf2_interpT2CharString()
|
/external/libphonenumber/ |
D | release_notes.txt | 31 - New alternate formatting data for country calling code(s): 676 65 - New alternate formatting data for country calling code(s): 54, 91 95 - New alternate formatting data for country calling code(s): 95 178 - New alternate formatting data for country calling code(s): 255, 27, 381, 506 179 - Updated alternate formatting data for country calling code(s): 43 187 - New alternate formatting data for country calling code(s): 505, 679 230 - New alternate formatting data for country calling code(s): 232 - Updated alternate formatting data for country calling code(s): 294 - New alternate formatting data for country calling code(s): 675 320 - New alternate formatting data for country calling code(s): [all …]
|
/external/regex-re2/doc/ |
D | mksyntaxgo | 32 Parts of the syntax can be disabled by passing alternate flags to Parse.
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | commons-codec-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/guava/ |
D | README.maven | 9 provide alternate packaging of the sub-pmodules, which
|
/external/libusb-compat/libusb/ |
D | core.c | 719 API_EXPORTED int usb_set_altinterface(usb_dev_handle *dev, int alternate) in usb_set_altinterface() argument 721 usbi_dbg("alternate %d", alternate); in usb_set_altinterface() 726 dev->last_claimed_interface, alternate)); in usb_set_altinterface()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp2.txt | 28 If a two element list is too confusing, I would recommend an alternate
|
/external/strace/ |
D | INSTALL | 142 prefix=/alternate/directory' will choose an alternate location for all 154 example, `make install DESTDIR=/alternate/directory' will prepend 155 `/alternate/directory' before all installation names. The approach of
|
/external/libunwind/src/ia64/ |
D | NOTES | 11 - ip == saved return-link (may be b0 or an alternate branch-reg)
|
/external/llvm/docs/ |
D | yaml2obj.rst | 51 Here's a simplified Kwalify_ schema with an extension to allow alternate types.
|