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

123456

/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp29 void where(const _Tp &) {} function
38 where(E::table_size);
/external/libcxx/test/re/re.regex/re.regex.const/
H A Dconstants.pass.cpp32 void where(const _Tp &) {} function
49 where(BR::icase);
50 where(BR::nosubs);
51 where(BR::optimize);
52 where(BR::collate);
53 where(BR::ECMAScript);
54 where(BR::basic);
55 where(BR::extended);
56 where(BR::awk);
57 where(B
[all...]
/external/pcre/dist/
H A Dpcre_config.c63 where where to put the information
70 pcre_config(int what, void *where) argument
73 pcre16_config(int what, void *where)
76 pcre32_config(int what, void *where)
83 *((int *)where) = 0;
87 *((int *)where) = 1;
89 *((int *)where) = 0;
96 *((int *)where) = 0;
100 *((int *)where)
[all...]
H A Dpcre_fullinfo.c63 where where to put the information
71 int what, void *where)
75 int what, void *where)
79 int what, void *where)
85 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
106 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
110 *((size_t *)where) = re->size;
114 *((size_t *)where) = (study == NULL)? 0 : study->size;
119 *((size_t *)where)
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
[all...]
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dvalues.pass.cpp30 void where(const _Tp &) {} function
40 where(E::block_size);
41 where(E::used_block);
52 where(E::block_size);
53 where(E::used_block);
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dvalues.pass.cpp44 void where(const _Tp &) {} function
66 where(E::word_size);
67 where(E::state_size);
68 where(E::shift_size);
69 where(E::mask_bits);
70 where(E::xor_mask);
71 where(E::tempering_u);
72 where(E::tempering_d);
73 where(E::tempering_s);
74 where(
[all...]
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dvalues.pass.cpp32 void where(const _Tp &) {} function
44 where(E::word_size);
45 where(E::short_lag);
46 where(E::long_lag);
47 where(E::default_seed);
60 where(E::word_size);
61 where(E::short_lag);
62 where(E::long_lag);
63 where(E::default_seed);
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dvalues.pass.cpp29 void where(const _Tp &) {} function
43 where(LCE::multiplier);
44 where(LCE::increment);
45 where(LCE::modulus);
46 where(LCE::default_seed);
/external/chromium_org/third_party/icu/source/tools/gencmn/
H A Dgencmn.c68 FILE *where = argc < 0 ? stderr : stdout; local
74 fprintf(where,
77 fprintf(where, "\n"
80 fprintf(where, "\n"
87 fprintf(where,
/external/icu/icu4c/source/tools/gencmn/
H A Dgencmn.c68 FILE *where = argc < 0 ? stderr : stdout; local
74 fprintf(where,
77 fprintf(where, "\n"
80 fprintf(where, "\n"
87 fprintf(where,
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayAdd.h39 SkDrawable* where; // if NULL, offset becomes index member in class:SkAdd
/external/skia/src/animator/
H A DSkDisplayAdd.h39 SkDrawable* where; // if NULL, offset becomes index member in class:SkAdd
/external/lldb/test/
H A Dredo.py46 where options:
61 def where(session_dir, test_dir): function
168 session_dir_path = where(session_dir, test_dir)
/external/ltrace/
H A Dvalue.h28 * Typically a value is attached to a single inferior where it was
58 enum value_location_t where; member in struct:value
100 * where to VAL_LOC_WORD. */
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteQueryBuilder.java16 String[] columns, String where, String groupBy, String having,
34 conditionallyAppend(sb, " WHERE ", where);
15 buildQueryString(boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) argument
H A DShadowSpannableStringBuilder.java36 public Editable insert(int where, CharSequence text) { argument
37 builder.insert(where, text.toString());
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c92 char *where = strstr(got, desired); local
93 if (!where) {
/external/javassist/src/main/javassist/bytecode/
H A DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { argument
177 if (pc > where || (exclusive && pc == where))
/external/javassist/src/main/javassist/expr/
H A DCast.java38 public CtBehavior where() { return super.where(); } method in class:Cast
H A DHandler.java43 public CtBehavior where() { return super.where(); } method in class:Handler
H A DInstanceof.java39 public CtBehavior where() { return super.where(); } method in class:Instanceof
H A DMethodCall.java49 public CtBehavior where() { return super.where(); } method in class:MethodCall
149 && !where().getDeclaringClass().getName().equals(getClassName());
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysevents.cc167 BPoint where; local
169 if (msg->FindPoint("where", &where) == B_OK && msg->FindInt32("be:transit", &transit) == B_OK) {
173 x = (int)where.x - x;
174 y = (int)where.y - y;
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse.c117 Point where; local
121 where.h = x;
122 where.v = y;
123 LocalToGlobal(&where);
125 CursorDeviceMoveTo(cursordevice, where.h, where.v);
/external/valgrind/main/memcheck/tests/
H A Dmempool.c16 char *where; member in struct:_level_list
24 char *where; member in struct:_pool
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
49 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
65 l->where = p->where;
66 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
74 VALGRIND_DESTROY_MEMPOOL(l->where);
75 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where,
101 char *where; local
[all...]

Completed in 2159 milliseconds

123456