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

123

/external/chromium/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/icu4c/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/skia/src/animator/
H A DSkDisplayAdd.h47 SkDrawable* where; // if NULL, offset becomes index member in class:SkAdd
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysevents.cc166 BPoint where; local
168 if (msg->FindPoint("where", &where) == B_OK && msg->FindInt32("be:transit", &transit) == B_OK) {
172 x = (int)where.x - x;
173 y = (int)where.y - y;
/external/qemu/distrib/sdl-1.2.12/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/chromium/third_party/icu/source/test/cintltst/
H A Dchashtst.c286 static const char where[] = "where"; local
304 _put(hash, where, 3, 0);
H A Dcrestst.c67 E_Where where; member in struct:__anon1520
330 for (j=param[i].where; j>=0; --j)
474 * where one can look up its own items but not fallback items
/external/icu4c/test/cintltst/
H A Dchashtst.c286 static const char where[] = "where"; local
304 _put(hash, where, 3, 0);
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_wingl.c83 const char *where, *terminator; local
86 where = SDL_strchr(extension, ' ');
87 if ( where || *extension == '\0' )
101 where = SDL_strstr(start, extension);
102 if (!where) break;
104 terminator = where + SDL_strlen(extension);
105 if (where == start || *(where - 1) == ' ')
/external/chromium/third_party/icu/source/common/
H A Drbbisetb.cpp327 void RBBISetBuilder::serializeTrie(uint8_t *where) { argument
329 where, // Buffer
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { argument
634 U_ASSERT(where>fStartChar && where<=fEndChar);
646 nr->fStartChar = where;
647 this->fEndChar = where-1;
H A Drbbitblb.cpp572 // where toot is the root of the syntax tree for (r)#;
835 // record where and
1107 // must be available at the output address "where".
1110 void RBBITableBuilder::exportTable(void *where) { argument
1111 RBBIStateTable *table = (RBBIStateTable *)where;
/external/chromium/third_party/icu/source/i18n/
H A Dregexcmp.cpp214 // NextChar. This is where characters are actually fetched from the pattern.
261 int32_t where = URX_VAL(op); local
262 if (where > fRXPat->fGroupMap->size()) {
266 where = fRXPat->fGroupMap->elementAti(where-1);
267 op = URX_BUILD(opType, where);
426 // - START_CAPTURE n where n is stack frame offset to the capture group variables.
901 // Check for simple *, where the construct being repeated
956 // Locate the position in the compiled pattern where the match will continue
1937 void RegexCompile::insertOp(int32_t where) {
[all...]
H A Duspoof_buildwsconf.cpp340 void *where = spImpl->fSpoofData->reserveSpace(size, status); local
341 utrie2_serialize(anyCaseTrie, where, size, &status);
353 where = spImpl->fSpoofData->reserveSpace(size, status);
354 utrie2_serialize(lowerCaseTrie, where, size, &status);
/external/chromium/third_party/icu/source/tools/icupkg/
H A Dicupkg.cpp56 FILE *where=isHelp ? stdout : stderr; local
58 fprintf(where,
65 fprintf(where,
74 fprintf(where,
81 fprintf(where,
89 fprintf(where,
95 fprintf(where,
104 fprintf(where,
112 fprintf(where,
116 fprintf(where,
[all...]
/external/dbus/dbus/
H A Ddbus-auth-script.c421 int where; local
424 "USERID_HEX", &where))
444 _dbus_string_delete (&to_send, where, strlen ("USERID_HEX"));
447 &to_send, where))
458 "USERNAME_HEX", &where))
480 _dbus_string_delete (&to_send, where, strlen ("USERNAME_HEX"));
483 &to_send, where))
/external/grub/netboot/
H A Dpci.c34 #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),
36 pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned char *value) argument
44 pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned short *value) argument
52 pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int *value) argument
60 pcibios_write_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned char value) argument
68 pcibios_write_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned short value) argument
76 pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int value) argument
135 pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned char *value) argument
162 pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned short *value) argument
189 pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int *value) argument
216 pcibios_write_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned char value) argument
243 pcibios_write_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned short value) argument
270 pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int value) argument
[all...]
/external/icu4c/common/
H A Drbbisetb.cpp327 void RBBISetBuilder::serializeTrie(uint8_t *where) { argument
329 where, // Buffer
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { argument
634 U_ASSERT(where>fStartChar && where<=fEndChar);
646 nr->fStartChar = where;
647 this->fEndChar = where-1;
/external/icu4c/i18n/
H A Duspoof_wsconf.cpp340 void *where = spImpl->fSpoofData->reserveSpace(size, status); local
341 utrie2_serialize(anyCaseTrie, where, size, &status);
353 where = spImpl->fSpoofData->reserveSpace(size, status);
354 utrie2_serialize(lowerCaseTrie, where, size, &status);
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp56 FILE *where=isHelp ? stdout : stderr; local
58 fprintf(where,
65 fprintf(where,
74 fprintf(where,
81 fprintf(where,
89 fprintf(where,
95 fprintf(where,
104 fprintf(where,
112 fprintf(where,
116 fprintf(where,
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11gl.c61 const char *where, *terminator; local
64 where = SDL_strchr(extension, ' ');
65 if ( where || *extension == '\0' ) {
77 where = SDL_strstr(start, extension);
78 if (!where) break;
80 terminator = where + strlen(extension);
81 if (where == start || *(where - 1) == ' ')
/external/ipsec-tools/src/racoon/
H A Dgssapi.c76 gssapi_error(OM_uint32 status_code, const char *where, argument
84 plogv(LLV_ERROR, where, NULL, fmt, ap);
97 plog(LLV_ERROR, where, NULL,
/external/openssl/apps/
H A Ds_cb.c305 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret) argument
310 w=where& ~SSL_ST_MASK;
316 if (where & SSL_CB_LOOP)
320 else if (where & SSL_CB_ALERT)
322 str=(where & SSL_CB_READ)?"read":"write";
328 else if (where & SSL_CB_EXIT)
/external/bluetooth/glib/tests/
H A Dqueue-test.c155 enum { OFF_QUEUE, HEAD, TAIL, MIDDLE, LAST } where; local
158 where = g_random_int_range (OFF_QUEUE, LAST);
160 where = g_random_int_range (HEAD, LAST);
162 switch (where)
/external/chromium/third_party/icu/source/test/intltest/
H A Drestest.cpp93 E_Where where; member in struct:__anon1579
116 * Return a random unsigned long l where 0N <= l <= ULONG_MAX.
136 * Return a random double x where 0.0 <= x < 1.0.
145 * Return a random integer i where 0 <= i < n.
365 for (j=param[i].where; j>=0; --j)
/external/e2fsprogs/debugfs/
H A Dlogdump.c48 enum journal_location where; member in struct:journal_source
91 journal_source.where = 0;
199 journal_source.where = JOURNAL_IS_EXTERNAL;
226 journal_source.where = JOURNAL_IS_INTERNAL;
249 journal_source.where = JOURNAL_IS_EXTERNAL;
255 if (journal_source.where == JOURNAL_IS_INTERNAL)
278 if (source->where == JOURNAL_IS_EXTERNAL) {
558 static void show_indirect(FILE *out_file, const char *name, __u32 where) argument
560 if (where)
561 fprintf(out_file, "(%s): %u ", name, where);
[all...]

Completed in 272 milliseconds

123