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

1 2 3 4 5 6 7 8 91011>>

  /external/pcre/
pcre_config.c 60 where where to put the information
66 pcre_config(int what, void *where)
72 *((int *)where) = 1;
74 *((int *)where) = 0;
80 *((int *)where) = 1;
82 *((int *)where) = 0;
87 *((int *)where) = NEWLINE;
92 *((int *)where) = 1;
94 *((int *)where) = 0
    [all...]
pcre_fullinfo.c 63 where where to put the information
70 void *where)
77 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
92 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
96 *((size_t *)where) = re->size;
100 *((size_t *)where) = (study == NULL)? 0 : study->size;
104 *((int *)where) = re->top_bracket;
108 *((int *)where) = re->top_backref;
112 *((int *)where)
    [all...]
  /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;
  /external/qemu-pc-bios/bochs/bios/
makesym.perl 13 $where = $WHERE_BEFORE_SYM_TABLE;
16 if ($where == WHERE_BEFORE_SYM_TABLE && /^Symbols:/) {
17 $where = $WHERE_IN_SYM_TABLE;
18 } elsif ($where == $WHERE_IN_SYM_TABLE && /^$/) {
19 $where = $WHERE_AFTER_SYM_TABLE;
21 if ($where == $WHERE_IN_SYM_TABLE) {
  /external/valgrind/main/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 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 VALGRIND_MAKE_MEM_NOACCESS(l->where, p->where-l->where)
101 char *where; local
    [all...]
leak.h 32 #define PRINT_LEAK_COUNTS(where) \
34 fprintf(where,"leaked: %3ld bytes in %2ld blocks\n", \
36 fprintf(where,"dubious: %3ld bytes in %2ld blocks\n", \
38 fprintf(where,"reachable: %3ld bytes in %2ld blocks\n", \
40 fprintf(where,"suppressed: %3ld bytes in %2ld blocks\n", \
  /packages/apps/Phone/src/com/android/phone/
ClearMissedCallsService.java 50 StringBuilder where = new StringBuilder(); local
51 where.append(Calls.NEW);
52 where.append(" = 1 AND ");
53 where.append(Calls.TYPE);
54 where.append(" = ?");
55 getContentResolver().update(Calls.CONTENT_URI, values, where.toString(),
  /external/netperf/
nettest_dlpi.c 192 fprintf(where,"DLPI CO STREAM TEST\n");
194 fprintf(where,cpu_title,format_units());
196 fprintf(where,tput_title,format_units());
216 fprintf(where,"send_dlpi_co_rr: bind failure\n");
217 fflush(where);
222 fprintf(where,"send_dlpi_co_stream: send_descriptor obtained...\n");
228 fprintf(where,"netperf: send_dlpi_co_stream: window send size altered from system default...\n");
229 fprintf(where," send: %d\n",lsw_size);
234 fprintf(where,
236 fprintf(where," recv: %d\n",lrw_size)
    [all...]
netcpu_kstat10.c 59 fprintf(where,"%s[%d]:\n",name,instance);
60 fprintf(where,
62 fprintf(where,
64 fprintf(where,
66 fprintf(where,
76 fprintf(where,
80 fflush(where);
103 fprintf(where,
105 fprintf(where,
112 fprintf(where,
    [all...]
netcpu_looper.c 91 /* zero. on those systems where I do not yet know how to bind a */
106 fprintf(where,
112 fflush(where);
127 fprintf(where,
133 fflush(where);
140 fprintf(where,"bind_to_processor: unable to perform processor binding\n");
141 fprintf(where," errno %d\n",errno);
142 fflush(where);
154 fprintf(where,
159 fflush(where);
    [all...]
nettest_bsd.c 233 fprintf(where, \
237 fflush(where); \
248 fprintf(where,"about to suspend\n"); \
249 fflush(where); \
252 fprintf(where, \
255 fflush(where); \
295 fprintf(where,"about to spin suspend\n"); \
296 fflush(where); \
362 fprintf(where, \
368 fflush(where); \
    [all...]
netcpu_pstatnew.c 107 fprintf(where,
111 fflush(where);
116 fprintf(where,
120 fflush(where);
125 fprintf(where,
129 fflush(where);
134 fprintf(where,
138 fflush(where);
159 fprintf(where,"%s[%d]:\n",name,instance);
160 fprintf(where,
    [all...]
nettest_unix.c 108 -p dir Set the directory where pipes are created\n\
147 /* should be directed towards "where." family is generally AF_UNIX, */
162 fprintf(where,
165 fflush(where);
170 fprintf(where,"create_unix_socket: socket %d obtained...\n",temp_socket);
171 fflush(where);
299 fprintf(where,"STREAM STREAM TEST\n");
301 fprintf(where,cpu_title,format_units());
303 fprintf(where,tput_title,format_units());
322 fprintf(where,"send_stream_stream: send_socket obtained...\n")
    [all...]
nettest_xti.c 167 /* should be directed towards "where." family is generally AF_INET, */
186 fprintf(where,"create_xti_endpoint: attempting to open %s\n",
188 fflush(where);
195 fprintf(where,
200 fflush(where);
205 fprintf(where,"create_xti_endpoint: socket %d obtained...\n",temp_socket);
206 fflush(where);
212 fprintf(where,
215 fflush(where);
220 fprintf(where,
    [all...]
netcpu_perfstat.c 81 fprintf(where,
84 fflush(where);
96 fprintf(where,
101 fflush(where);
145 fprintf(where,"enter calibrate_perfstat\n");
146 fflush(where);
158 fprintf(where,
161 fflush(where);
178 fprintf(where,
183 fflush(where);
    [all...]
netcpu_kstat.c 80 fprintf(where,"open_kstat: enter\n");
81 fflush(where);
101 fprintf(where,"open_kstat double open!\n");
102 fflush(where);
111 fprintf(where,"passing kcid_changed\n");
112 fflush(where);
128 fprintf(where,"kstat_lookup for unix/system_misc\n");
129 fflush(where);
167 fprintf(where,"cpu_ks[%d] getting %p\n",ncpu,ks);
168 fflush(where);
    [all...]
nettest_sctp.c 217 fprintf(where,
220 fflush(where);
245 fprintf(where, "\tSCTP_ASSOC_CHANGE event, type:");
246 fflush(where);
252 fprintf(where, " SCTP_COMM_UP\n");
253 fflush(where);
258 fprintf(where, " SCTP_RESTART\n");
259 fflush(where);
264 fprintf(where, " SCTP_CANT_STR_ASSOC\n");
265 fflush(where);
    [all...]
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 42 * positions where it is legal for a text editor to wrap lines. This is similar
272 * @param where
276 public static BreakIterator getCharacterInstance(Locale where) {
277 return new RuleBasedBreakIterator(NativeBreakIterator.getCharacterInstance(where));
294 * @param where
297 * @throws NullPointerException if {@code where} is {@code null}.
299 public static BreakIterator getLineInstance(Locale where) {
300 return new RuleBasedBreakIterator(NativeBreakIterator.getLineInstance(where));
317 * @param where
320 * @throws NullPointerException if {@code where} is {@code null}
    [all...]
  /sdk/bash_completion/
adb.bash 26 local where i cur serial
30 where=OPTIONS
35 where=OPT_SERIAL
38 where=OPT_PATH
41 where=OPTIONS
44 if [[ $where == OPT_SERIAL ]]; then
45 where=OPT_SERIAL_ARG
46 elif [[ $where == OPT_SERIAL_ARG ]]; then
48 where=OPTIONS
50 where=COMMAN
    [all...]
  /packages/apps/Browser/src/com/android/browser/
LogTag.java 27 * @param where the location from where the bookmark was added
29 public static void logBookmarkAdded(String url, String where) {
31 + where);
  /external/grub/netboot/
pci.c 34 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where & ~3))
37 unsigned int where, unsigned char *value)
39 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
40 *value = inb(0xCFC + (where&3));
45 unsigned int device_fn, unsigned int where, unsigned short *value)
47 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
48 *value = inw(0xCFC + (where&2));
53 unsigned int where, unsigned int *value)
55 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8)
    [all...]
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 114 void* where = _grow(index, vector.size()); local
115 if (where) {
116 _do_copy(where, vector.arrayImpl(), vector.size());
118 return where ? index : (ssize_t)NO_MEMORY;
135 void* where = _grow(index, numItems); local
136 if (where) {
138 _do_splat(where, item, numItems);
140 _do_construct(where, numItems);
143 return where ? index : (ssize_t)NO_MEMORY;
273 void* VectorImpl::_grow(size_t where, size_t amount
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 641 * @param pos the position where a gap is inserted.
786 * If "where" is the beginning of a block statement and exclusive is false,
788 * "where" must indicate the first byte of an opcode.
794 * @param where It must indicate the first byte of an opcode.
796 static byte[] insertGapCore0(byte[] code, int where, int gapLength,
804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca);
808 return insertGapCore1(code, where, (gapLength + 3) & ~3,
817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength,
824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive);
825 etable.shiftPc(where, gapLength, exclusive)
1061 int where = ldcs.where; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macmouse.c 117 Point where; local
121 where.h = x;
122 where.v = y;
123 LocalToGlobal(&where);
125 CursorDeviceMoveTo(cursordevice, where.h, where.v);
  /external/netcat/data/
pmap-mnt.d 1 # portmap request for mountd [or whatever; see where prog=MOUNT]

Completed in 688 milliseconds

1 2 3 4 5 6 7 8 91011>>