/external/skia/src/views/ |
SkViewInflate.cpp | 72 const IDStr* iter = fListenTo.begin(); 73 const IDStr* stop = fListenTo.end(); 116 void SkViewInflate::addIDStr(SkTDArray<IDStr>* list, SkView* view, const char* str) 119 IDStr* pair = list->append(); 128 const IDStr* iter = fListenTo.begin(); 129 const IDStr* stop = fListenTo.end();
|
SkEvent.cpp | 443 const char* idStr = evt->findString("id"); 444 if (idStr) 445 SkDebugf(" (%s)", idStr); 516 const char* idStr = evt->findString("id"); 517 if (idStr) 518 SkDebugf(" (%s)", idStr);
|
SkEventSink.cpp | 251 const char* idStr = evt.findString("id"); 252 if (idStr) 253 SkDebugf(" (%s)", idStr);
|
/external/iptables/extensions/ |
libip6t_dst.c | 32 parse_opts_num(const char *idstr, const char *typestr) 37 id = strtoul(idstr, &ep, 0); 39 if ( idstr == ep ) { 41 "dst: no valid digits in %s `%s'", typestr, idstr); 46 typestr, idstr); 48 if ( *idstr != '\0' && *ep != '\0' ) { 50 "dst: error parsing %s `%s'", typestr, idstr);
|
libip6t_hbh.c | 34 parse_opts_num(const char *idstr, const char *typestr) 39 id = strtoul(idstr,&ep,0) ; 41 if ( idstr == ep ) { 43 "hbh: no valid digits in %s `%s'", typestr, idstr); 48 typestr, idstr); 50 if ( *idstr != '\0' && *ep != '\0' ) { 52 "hbh: error parsing %s `%s'", typestr, idstr);
|
/external/skia/include/views/ |
SkViewInflate.h | 66 struct IDStr { 70 SkTDArray<IDStr> fListenTo, fBroadcastTo; 73 void addIDStr(SkTDArray<IDStr>* list, SkView*, const char* str);
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_rights_manager.c | 54 uint8_t idStr[8]; 91 if (!drm_getString(idStr, 8, handle)) { 95 idMax = atoi((char *)idStr); 121 sprintf((char *)idStr, "%d", idMax); 123 if (!drm_putString(idStr, handle)) { 155 uint8_t idStr[8]; 193 if (!drm_getString(idStr, 8, handle)) { 197 idMax = atoi((char *)idStr); 382 uint8_t idStr[8]; 407 if (!drm_getString(idStr, 8, handle)) [all...] |
/external/qemu/ |
savevm.c | 780 char idstr[256]; member in struct:SaveStateEntry 797 int register_savevm_live(const char *idstr, 809 pstrcpy(se->idstr, sizeof(se->idstr), idstr); 823 && strcmp(se->idstr, (*pse)->idstr) == 0 832 int register_savevm(const char *idstr, 839 return register_savevm_live(idstr, instance_id, version_id, 843 void unregister_savevm(const char *idstr, void *opaque 1028 char idstr[256]; local 1085 char idstr[257]; local [all...] |
arch_init.c | 140 qemu_put_byte(f, strlen(block->idstr)); 141 qemu_put_buffer(f, (uint8_t *)block->idstr, 142 strlen(block->idstr)); 149 qemu_put_byte(f, strlen(block->idstr)); 150 qemu_put_buffer(f, (uint8_t *)block->idstr, 151 strlen(block->idstr)); 293 qemu_put_byte(f, strlen(block->idstr)); 294 qemu_put_buffer(f, (uint8_t *)block->idstr, strlen(block->idstr)); 361 if (!strncmp(id, block->idstr, sizeof(id)) [all...] |
exec.c | [all...] |
/system/core/debuggerd/ |
getevent.c | 27 char idstr[80]; local 43 idstr[sizeof(idstr) - 1] = '\0'; 52 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { 54 idstr[0] = '\0';
|
/external/qemu/hw/ |
hw.h | 250 int register_savevm(const char *idstr, 257 int register_savevm_live(const char *idstr, 265 void unregister_savevm(const char *idstr, void *opaque);
|
/external/skia/src/svg/ |
SkSVGParser.cpp | 288 char idStr[24]; 289 strcpy(idStr, "sk_matrix"); 290 sprintf(idStr + strlen(idStr), "%d", gGeneratedMatrixID); 291 _addAttribute("id", idStr); 292 stringID->set(idStr);
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
tokens.c | 62 * idstr() 68 static char *idstr(const char *fstr, MemoryPool *pool) function 86 } // idstr 172 pTok->name = idstr(name, pool);
|
/system/core/toolbox/ |
getevent.c | 302 char idstr[80]; local 324 idstr[sizeof(idstr) - 1] = '\0'; 333 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) { 335 idstr[0] = '\0'; 363 " id: \"%s\"\n", location, idstr);
|
/external/ipsec-tools/src/racoon/ |
remoteconf.c | 435 char *idstr = NULL; local 438 idstr = ipsecdoi_id2str(iph1->id_p); 442 saddr2str(iph1->remote), idstr ? idstr : "<any>"); 444 if (idstr) 445 racoon_free(idstr);
|
/external/tcpdump/ |
print-isakmp.c | 576 const char *idstr; local 589 idstr = STR_OR_ID(t.t_id, isakmp_p_map); 594 idstr = STR_OR_ID(t.t_id, ah_p_map); 599 idstr = STR_OR_ID(t.t_id, esp_p_map); 604 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); 609 idstr = NULL; 615 if (idstr) 616 printf(" #%d id=%s ", t.t_no, idstr); [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
Settings.java | [all...] |
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 485 String idStr = null; 489 idStr = matcher.group(1); 492 if (idStr == null) return; 495 int id = Integer.decode(idStr);
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
SampleView.java | 560 final String idStr = this.getText().substring( 562 if (idStr.length() == 0) 564 final int contextId = Integer.parseInt(idStr, 16);
|
/external/llvm/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 607 StringRef IDStr; 608 if (getParser().ParseIdentifier(IDStr)) 612 MCSymbol *Sym = getContext().GetOrCreateSymbol(IDStr);
|
/frameworks/base/tools/localize/ |
XLIFFFile.cpp | 371 char idStr[30]; 373 sprintf(idStr, "id-%d", *phID); 374 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "id", idStr));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
GLFramesView.java | 490 final String idStr = this.getText().substring( 492 if (idStr.length() == 0) 494 final int contextId = Integer.parseInt(idStr, 16);
|
/external/strace/ |
process.c | 1079 static char idstr[16]; variable 1086 sprintf(idstr, "ppid %lu", getrval2(tcp)); 1087 tcp->auxstr = idstr; 1098 sprintf(idstr, "euid %lu", getrval2(tcp)); 1099 tcp->auxstr = idstr; 1110 sprintf(idstr, "egid %lu", getrval2(tcp)); 1111 tcp->auxstr = idstr; [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | [all...] |