Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 134) sorted by relevance

123456

/external/libcxx/include/support/win32/
Dsupport.h125 unsigned long where; in __builtin_ctzll() local
147 unsigned long where; in __builtin_ctzl() local
167 unsigned long where; in __builtin_clzll() local
189 unsigned long where; in __builtin_clzl() local
/external/chromium_org/third_party/sqlite/src/test/
Dfts3_common.tcl131 proc fts3_terms {tbl where} {
154 proc fts3_doclist {tbl term where} {
/external/valgrind/main/memcheck/tests/
Dmempool.c16 char *where; member
24 char *where; member
101 char *where; in allocate() local
Dmempool2.c19 char *where; member
27 char *where; member
104 char *where; in allocate() local
Dleak.h32 #define PRINT_LEAK_COUNTS(where) \ argument
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dstack_macros.h52 #define sk_ACCESS_DESCRIPTION_insert(sk, p, where) \ argument
56 #define sk_ACCESS_DESCRIPTION_delete(sk, where) \ argument
131 #define sk_ASN1_ADB_TABLE_insert(sk, p, where) \ argument
135 #define sk_ASN1_ADB_TABLE_delete(sk, where) \ argument
212 #define sk_ASN1_GENERALSTRING_insert(sk, p, where) \ argument
216 #define sk_ASN1_GENERALSTRING_delete(sk, where) \ argument
291 #define sk_ASN1_INTEGER_insert(sk, p, where) \ argument
295 #define sk_ASN1_INTEGER_delete(sk, where) \ argument
367 #define sk_ASN1_OBJECT_insert(sk, p, where) \ argument
371 #define sk_ASN1_OBJECT_delete(sk, where) \ argument
[all …]
/external/bison/lib/
Dobstack.h295 # 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/pcre/dist/
Dpcre_config.c70 pcre_config(int what, void *where) in pcre_config()
Dpcre_fullinfo.c71 int what, void *where) in pcre_fullinfo()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php13 $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/libcxx/test/re/re.regex/re.regex.const/
Dconstants.pass.cpp32 void where(const _Tp &) {} in where() function
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
Dvalues.pass.cpp29 void where(const _Tp &) {} in where() function
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp44 void where(const _Tp &) {} in where() function
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
Dvalues.pass.cpp30 void where(const _Tp &) {} in where() function
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
Dvalues.pass.cpp32 void where(const _Tp &) {} in where() function
/external/chromium_org/third_party/icu/source/tools/gencmn/
Dgencmn.c68 FILE *where = argc < 0 ? stderr : stdout; in main() local
/external/icu/icu4c/source/tools/gencmn/
Dgencmn.c68 FILE *where = argc < 0 ? stderr : stdout; in main() local
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
Dvalues.pass.cpp29 void where(const _Tp &) {} in where() function
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java796 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 …]
/external/chromium_org/third_party/skia/src/animator/
DSkDisplayAdd.h39 SkDrawable* where; // if NULL, offset becomes index variable
/external/skia/src/animator/
DSkDisplayAdd.h39 SkDrawable* where; // if NULL, offset becomes index variable
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py70 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/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DSQLite.java67 String where = whereClause; in buildUpdateString() local
94 String where = whereClause; in buildDeleteString() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dmatchbrackets.js19 function findMatchingBracket(cm, where, strict, config) { argument
40 function scanForBracket(cm, where, dir, style, config) { argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteQueryBuilder.java16 … String[] columns, String where, String groupBy, String having, in buildQueryString()

123456