HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 1 - 25 of 1141) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pcre/dist/
pcre_config.c 63 where where to put the information
70 pcre_config(int what, void *where)
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) = 1
    [all...]
pcre_fullinfo.c 63 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)
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 44 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(E::tempering_b)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 44 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(E::tempering_b)
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 32 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 32 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);
  /frameworks/base/core/java/android/text/style/
TabStopSpan.java 41 * @param where the offset of the tab stop from the leading margin of
44 public Standard(int where) {
45 mTab = where;
  /toolchain/binutils/binutils-2.25/gas/
output-file.h 21 void output_file_append (char *where, long length, char *filename);
input-file.h 37 * input_file_give_next_buffer(where) Call once to get each new buffer.
58 char *input_file_give_next_buffer (char *where);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
march-err-2.s 1 ; Test unsupported ARCH in -march=ARCH, where there's an option
  /external/curl/src/
tool_cb_see.h 28 int tool_ftruncate64(int fd, curl_off_t where);
31 #define ftruncate(fd,where) tool_ftruncate64(fd,where)
  /external/valgrind/memcheck/tests/
mempool.c 16 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, p->where-l->where)
101 char *where; local
    [all...]
mempool2.c 19 char *where; member in struct:_level_list
27 char *where; member in struct:_pool
42 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
47 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
52 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
68 l->where = p->where;
69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
77 VALGRIND_DESTROY_MEMPOOL(l->where);
78 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where, p->where-l->where)
104 char *where; local
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
values.pass.cpp 30 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
values.pass.cpp 30 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/std/re/re.regex/re.regex.const/
constants.pass.cpp 32 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(BR::grep)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 32 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(BR::grep)
    [all...]
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 59 #define CONFIG_CMD(bus,device_fn,where) \
60 (0x80000000|((bus&0xff) << 16)|((device_fn&0xff) << 8)|((where&0xff) & ~3))
62 static inline unsigned long pci_get_long(int bus,int device_fn, int where)
64 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
68 static inline int pci_set_long(int bus,int device_fn, int where,unsigned long value)
70 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
75 static inline int pci_get_short(int bus,int device_fn, int where)
77 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
78 return inw(0xCFC + (where&2));
82 static inline int pci_set_short(int bus,int device_fn, int where,unsigned short value
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
ITokenSource`1.cs 37 where T : IToken
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
BreakIterator.java 35 * <li>getLineInstance() returns a BreakIterator that locates positions where it is
451 * @param where A locale specifying the language of the text to be
456 public static BreakIterator getWordInstance(Locale where)
458 return getBreakInstance(where, KIND_WORD);
463 * @param where A locale specifying the language of the text to be
468 public static BreakIterator getWordInstance(ULocale where)
470 return getBreakInstance(where.toLocale(), KIND_WORD);
489 * @param where A Locale specifying the language of the text being broken.
494 public static BreakIterator getLineInstance(Locale where)
496 return getBreakInstance(where, KIND_LINE)
    [all...]
  /external/autotest/tko/
machine_load 10 where = { 'hostname' : machine } variable
11 db.update('machines', set, where)
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 29 void where(const _Tp &) {} function
38 where(E::table_size);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 29 void where(const _Tp &) {} function
38 where(E::table_size);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
exports.d 3 Entry 0 00000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
exports64.d 3 Entry 0 0000000000000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>