/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BreakIterator.java | 581 public static BreakIterator getWordInstance(Locale where) in getWordInstance() 594 public static BreakIterator getWordInstance(ULocale where) in getWordInstance() 621 public static BreakIterator getLineInstance(Locale where) in getLineInstance() 635 public static BreakIterator getLineInstance(ULocale where) in getLineInstance() 662 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance() 676 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance() 700 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance() 712 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance() 741 public static BreakIterator getTitleInstance(Locale where) in getTitleInstance() 756 public static BreakIterator getTitleInstance(ULocale where) in getTitleInstance() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BreakIterator.java | 545 public static BreakIterator getWordInstance(Locale where) in getWordInstance() 557 public static BreakIterator getWordInstance(ULocale where) in getWordInstance() 582 public static BreakIterator getLineInstance(Locale where) in getLineInstance() 595 public static BreakIterator getLineInstance(ULocale where) in getLineInstance() 620 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance() 633 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance() 655 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance() 666 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance() 693 public static BreakIterator getTitleInstance(Locale where) in getTitleInstance() 706 public static BreakIterator getTitleInstance(ULocale where) in getTitleInstance() [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
D | BreakIterator.java | 456 public static BreakIterator getWordInstance(Locale where) in getWordInstance() 468 public static BreakIterator getWordInstance(ULocale where) in getWordInstance() 494 public static BreakIterator getLineInstance(Locale where) in getLineInstance() 507 public static BreakIterator getLineInstance(ULocale where) in getLineInstance() 533 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance() 546 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance() 569 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance() 580 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance() 675 public static BreakIterator getBreakInstance(ULocale where, int kind) { in getBreakInstance() 679 private static BreakIterator getBreakInstance(Locale where, int kind) { in getBreakInstance()
|
/external/libcxx/include/support/win32/ |
D | support.h | 128 unsigned long where; in __builtin_ctzll() local 150 unsigned long where; in __builtin_ctzl() local 170 unsigned long where; in __builtin_clzll() local 192 unsigned long where; in __builtin_clzl() local
|
/external/boringssl/src/include/openssl/ |
D | stack_macros.h | 52 #define sk_ACCESS_DESCRIPTION_insert(sk, p, where) \ argument 56 #define sk_ACCESS_DESCRIPTION_delete(sk, where) \ argument 138 #define sk_ASN1_ADB_TABLE_insert(sk, p, where) \ argument 142 #define sk_ASN1_ADB_TABLE_delete(sk, where) \ argument 225 #define sk_ASN1_GENERALSTRING_insert(sk, p, where) \ argument 229 #define sk_ASN1_GENERALSTRING_delete(sk, where) \ argument 311 #define sk_ASN1_INTEGER_insert(sk, p, where) \ argument 315 #define sk_ASN1_INTEGER_delete(sk, where) \ argument 393 #define sk_ASN1_OBJECT_insert(sk, p, where) \ argument 397 #define sk_ASN1_OBJECT_delete(sk, where) \ argument [all …]
|
/external/autotest/tko/ |
D | frontend.py | 73 def get_matrix_data(db_obj, x_axis, y_axis, where = None, argument 156 def tests(self, where = {}): argument 168 def select(klass, db, where = {}): argument 186 def select(klass, db, where = {}): argument 203 def select(klass, db, where={}, distinct=False): argument 290 def select(klass, db, where): argument
|
D | machine_load | 10 where = { 'hostname' : machine } variable
|
D | db.py | 196 def _where_clause(self, where): argument 226 def select(self, fields, table, where, distinct=False, group_by=None, argument 324 def delete(self, table, where, commit = None): argument 336 def update(self, table, data, where, commit = None): argument
|
/external/autotest/cli/ |
D | compose_query | 21 where = query_lib.parse_scrub_and_gen_condition( variable 25 where = None variable
|
/external/bison/lib/ |
D | obstack.h | 295 # define obstack_grow(OBSTACK,where,length) \ argument 305 # define obstack_grow0(OBSTACK,where,length) \ argument 371 # define obstack_copy(OBSTACK,where,length) \ argument 377 # define obstack_copy0(OBSTACK,where,length) \ argument 433 # define obstack_grow(h,where,length) \ argument 440 # define obstack_grow0(h,where,length) \ argument 478 # define obstack_copy(h,where,length) \ argument 481 # define obstack_copy0(h,where,length) \ argument
|
/external/valgrind/memcheck/tests/ |
D | mempool.c | 16 char *where; member 24 char *where; member 101 char *where; in allocate() local
|
D | mempool2.c | 19 char *where; member 27 char *where; member 104 char *where; in allocate() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0() 817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1() 853 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2() 973 private static int newOffset(int i, int offset, int where, in newOffset() 1014 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc() 1061 int where = ldcs.where; in addLdcW() local 1086 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w() 1110 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w() 1216 int where, int gapLength) in makeExapndedCode() 1270 void shift(int where, int gapLength, boolean exclusive) { in shift() [all …]
|
D | StackMap.java | 375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() 382 private int where, gap; field in StackMap.Shifter 385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { in Shifter() 409 public void removeNew(int where) throws CannotCompileException { in removeNew() 417 NewRemover(StackMap map, int where) { in NewRemover()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
D | searchcvs.php | 13 $where = "WHERE `date` >= DATE_SUB(CURDATE(), INTERVAL $days DAY)"; variable 40 $where = "WHERE `bugid` = $regs[1]"; variable 50 $where = "WHERE " . ($match ? $match : "1"); variable
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | query.py | 83 def udp(q, where, timeout=None, port=53, af=None, source=None, source_port=0, argument 191 def tcp(q, where, timeout=None, port=53, af=None, source=None, source_port=0, argument 258 def xfr(where, zone, rdtype=dns.rdatatype.AXFR, rdclass=dns.rdataclass.IN, argument
|
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 70 def splitLine(pt1, pt2, where, isHorizontal): argument 109 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal): argument 141 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 620 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UB… in udbg_knownIssue_openU() 630 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBoo… in udbg_knownIssue_open() 678 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicke… in add() 700 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket… in add() 750 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UB… in udbg_knownIssue_openU() 762 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBoo… in udbg_knownIssue_open()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/ |
D | SQLite.java | 67 String where = whereClause; in buildUpdateString() local 94 String where = whereClause; in buildDeleteString() local
|
/external/pcre/dist/ |
D | pcre_config.c | 70 pcre_config(int what, void *where) in pcre_config()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | values.pass.cpp | 29 void where(const _Tp &) {} in where() function
|
/external/libcxx/test/std/re/re.regex/re.regex.const/ |
D | constants.pass.cpp | 32 void where(const _Tp &) {} in where() function
|
/external/curl/src/ |
D | tool_cb_see.h | 31 #define ftruncate(fd,where) tool_ftruncate64(fd,where) argument
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | values.pass.cpp | 44 void where(const _Tp &) {} in where() function
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | values.pass.cpp | 30 void where(const _Tp &) {} in where() function
|