/art/compiler/dex/quick/ |
codegen_util.cc | 846 * ushort ident = 0x0200 magic value 853 uint16_t ident = table[0]; local 857 LOG(INFO) << "Sparse switch table - ident:0x" << std::hex << ident 867 * ushort ident = 0x0100 magic value 874 uint16_t ident = table[0]; local 878 LOG(INFO) << "Packed switch table - ident:0x" << std::hex << ident [all...] |
/art/runtime/ |
dex_instruction.h | 45 const uint16_t ident; variable 55 const uint16_t ident; variable 73 const uint16_t ident; variable
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_function.cpp | 1024 ir_constant_data ident; local [all...] |
/external/iputils/ |
ping_common.c | 63 int ident = 0; /* process id to identify our packets */ variable 690 ident = htons(getpid() & 0xFFFF); 1086 return using_ping_socket || id == ident;
|
/external/mesa3d/src/glsl/ |
ast_function.cpp | 1024 ir_constant_data ident; local [all...] |
/external/tcpdump/ |
print-isakmp.c | 135 "none", "base", "ident", "auth", "agg", "inf", NULL, NULL, 426 u_int32_t doi, sit, ident; local 460 TCHECK2(*(ext + 1), sizeof(ident)); 461 safememcpy(&ident, ext + 1, sizeof(ident)); 462 printf(" ident=%u", (u_int32_t)ntohl(ident)); 463 np += sizeof(ident); [all...] |
/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | 567 jint ident = am->getResources().identifierForName( local 577 return ident; 692 jint ident, 710 ssize_t block = res.getResource(ident, &value, false, density, &typeSpecFlags, &config); 717 uint32_t ref = ident; 731 jint ident, jint bagEntryId, 748 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags); 751 if (((uint32_t)bagEntryId) == entry->map.name.ident) { 764 uint32_t ref = ident; 846 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve [all...] |
/frameworks/base/services/java/com/android/server/ |
TelephonyRegistry.java | 643 long ident = Binder.clearCallingIdentity(); local 649 Binder.restoreCallingIdentity(ident); 660 long ident = Binder.clearCallingIdentity(); local 666 Binder.restoreCallingIdentity(ident); 678 long ident = Binder.clearCallingIdentity(); local 688 Binder.restoreCallingIdentity(ident);
|
TextServicesManagerService.java | 449 final long ident = Binder.clearCallingIdentity(); local 454 Binder.restoreCallingIdentity(ident); 592 final long ident = Binder.clearCallingIdentity(); local 597 Binder.restoreCallingIdentity(ident); 613 final long ident = Binder.clearCallingIdentity(); local 617 Binder.restoreCallingIdentity(ident); 625 final long ident = Binder.clearCallingIdentity(); local 629 Binder.restoreCallingIdentity(ident); 634 final long ident = Binder.clearCallingIdentity(); local 642 Binder.restoreCallingIdentity(ident); [all...] |
VibratorService.java | 212 final long ident = Binder.clearCallingIdentity(); local 221 Binder.restoreCallingIdentity(ident);
|
AppOpsService.java | 711 final long ident = Binder.clearCallingIdentity(); local 730 Binder.restoreCallingIdentity(ident); [all...] |
WallpaperManagerService.java | 283 long ident = Binder.clearCallingIdentity(); local 287 Binder.restoreCallingIdentity(ident); 587 final long ident = Binder.clearCallingIdentity(); local 600 Binder.restoreCallingIdentity(ident); 620 long ident = Binder.clearCallingIdentity(); local 624 Binder.restoreCallingIdentity(ident); 755 final long ident = Binder.clearCallingIdentity(); local 763 Binder.restoreCallingIdentity(ident); 802 final long ident = Binder.clearCallingIdentity(); local 807 Binder.restoreCallingIdentity(ident); 1236 String ident = null; local [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 97 long ident = Binder.clearCallingIdentity(); local 117 Binder.restoreCallingIdentity(ident); 242 long ident = Binder.clearCallingIdentity(); local 248 Binder.restoreCallingIdentity(ident); 346 long ident = Binder.clearCallingIdentity(); local 374 Binder.restoreCallingIdentity(ident); 393 long ident = Binder.clearCallingIdentity(); local 399 Binder.restoreCallingIdentity(ident); 411 long ident = Binder.clearCallingIdentity(); local 417 Binder.restoreCallingIdentity(ident); 429 long ident = Binder.clearCallingIdentity(); local [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.h | 118 const uint32_t ident); 404 Public() : sourcePos(), ident(0) { } 409 comment(_comment), ident(_ident) { } 411 comment(o.comment), ident(o.ident) { } 417 ident = o.ident; 423 uint32_t ident; member in class:ResourceTable::Public 435 const uint32_t ident);
|