/sdk/emulator/qtools/ |
D | callstack.h | 41 uint32_t flags; variable 81 void doMethodPop(BBEvent *event, uint32_t addr, const uint32_t flags); 83 uint64_t time, int flags); 176 && (function->region->flags & region_type::kIsKernelRegion) == 0) { in updateStack() 220 int flags = 0; in updateStack() local 222 flags = FRAME::kInterpreted; in updateStack() 346 if (((mPrevFunction->region->flags & kIsKernelRegion) == 0) in getAction() 347 && (function->region->flags & kIsKernelRegion)) { in getAction() 352 } else if ((mPrevFunction->region->flags & kIsKernelRegion) in getAction() 353 && ((function->region->flags & kIsKernelRegion) == 0)) { in getAction() [all …]
|
D | read_method.cpp | 108 method_record.flags, sym->name); in main() 112 method_record.flags); in main() 124 int flags = method_record.flags; in main() local 125 if (flags == kMethodEnter || flags == kNativeEnter) { in main() 128 method_record.flags == kNativeEnter); in main()
|
D | read_addr.cpp | 19 int flags; in main() local 21 if (trace->ReadAddr(&time, &addr, &flags)) in main() 24 if (flags == 1) in main()
|
D | trace_reader.h | 43 uint32_t flags; member 54 file_offset(0), flags(0), nsymbols(0), symbols(NULL) {} in region_entry() 72 dest->flags = flags; in MakePrivateCopy() 84 uint32_t flags; member 127 flags = 0; in ProcessState() 144 if ((flags & kIsClone) != 0) { in ~ProcessState() 183 uint32_t flags; variable 232 uint32_t flags); 235 bool ReadElfSymbols(region_type *region, uint32_t flags); 288 next_method_.flags = 0; in TraceReader() [all …]
|
D | parse_options-inl.h | 58 if (lump_kernel && (sym->region->flags & region_type::kIsKernelRegion)) { in GetSymbol() 67 if (lump_libraries && (sym->region->flags & region_type::kIsLibraryRegion)) { in GetSymbol() 81 if (include_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) in IsIncludedProcedure() 83 if (include_library_syms && (sym->region->flags & region_type::kIsLibraryRegion)) in IsIncludedProcedure() 90 if (exclude_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) in IsExcludedProcedure() 92 if (exclude_library_syms && (sym->region->flags & region_type::kIsLibraryRegion)) in IsExcludedProcedure()
|
D | check_stack.cpp | 130 int flags = method_record.flags; in main() local 131 if (flags == kMethodEnter || flags == kNativeEnter) { in main() 134 method_record.flags == kNativeEnter); in main() 197 if (eFrames[ii].flags & CallStackType::frame_type::kInterpreted) { in compareStacks() 219 if ((eFrames[ii].flags & CallStackType::frame_type::kInterpreted) == 0) in compareStacks() 260 if (eFrames[ii].flags & CallStackType::frame_type::kInterpreted) { in dumpStacks() 267 marker, ii, eFrames[ii].time, eFrames[ii].flags, addr, in dumpStacks()
|
D | stack_dump.cpp | 33 if (flags & kCausedException) in getFrameType() 35 if (flags & kInterpreted) in getFrameType() 37 if (function->region->flags & region_type::kIsKernelRegion) in getFrameType() 39 if (function->flags & symbol_type::kIsVectorTable) in getFrameType()
|
D | q2dm.cpp | 184 uint32_t flags = function->region->flags; in main() local 187 if ((flags & region_mask) == region_type::kIsKernelRegion) { in main() 227 uint32_t flags = function->region->flags; in main() local 229 if (flags & region_type::kIsKernelRegion) { in main()
|
D | armdis.cpp | 146 uint8_t flags = 0; in disasm_alu() local 160 flags = kNoDest | kNoSbit; in disasm_alu() 164 flags = kNoOperand1; in disasm_alu() 172 if ((flags & kNoOperand1) == 0) { in disasm_alu() 179 if ((flags & kNoDest) == 0) { in disasm_alu() 184 if (bit_s && !(flags & kNoSbit)) in disasm_alu() 550 char flags[8]; in disasm_msr() local 558 flags[flag_index++] = 'c'; in disasm_msr() 560 flags[flag_index++] = 'x'; in disasm_msr() 562 flags[flag_index++] = 's'; in disasm_msr() [all …]
|
/sdk/emulator/gps/ |
D | gps_qemu.c | 242 if (cb != NULL && r->fix.flags != 0) { in nmea_reader_set_callback() 245 r->fix.flags = 0; in nmea_reader_set_callback() 353 r->fix.flags |= GPS_LOCATION_HAS_LAT_LONG; in nmea_reader_update_latlong() 371 r->fix.flags |= GPS_LOCATION_HAS_ALTITUDE; in nmea_reader_update_altitude() 387 r->fix.flags |= GPS_LOCATION_HAS_BEARING; in nmea_reader_update_bearing() 403 r->fix.flags |= GPS_LOCATION_HAS_SPEED; in nmea_reader_update_speed() 491 if (r->fix.flags != 0) { in nmea_reader_parse() 499 if (r->fix.flags & GPS_LOCATION_HAS_LAT_LONG) { in nmea_reader_parse() 502 if (r->fix.flags & GPS_LOCATION_HAS_ALTITUDE) { in nmea_reader_parse() 505 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) { in nmea_reader_parse() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | FlagXmlPropertyDialog.java | 61 @NonNull String[] flags, in FlagXmlPropertyDialog() argument 66 mFlags = flags; in FlagXmlPropertyDialog() 94 List<String> flags = new ArrayList<String>(); in createDialogArea() local 96 flags.add(s); in createDialogArea() 98 checked = flags.toArray(new String[flags.size()]); in createDialogArea()
|
/sdk/templates/activities/FullscreenActivity/root/src/app_package/util/ |
D | SystemUiHiderHoneycomb.java.ftl | 45 protected SystemUiHiderHoneycomb(Activity activity, View anchorView, int flags) { 46 super(activity, anchorView, flags); 53 // If the client requested fullscreen, add flags relevant to hiding 63 // If the client requested hiding navigation, add relevant flags. 103 // and use the old window flags API. 119 // and use the old window flags API.
|
D | SystemUiHider.java.ftl | 67 * The current UI hider flags. 90 * @param flags Either 0 or any combination of {@link #FLAG_FULLSCREEN}, 94 public static SystemUiHider getInstance(Activity activity, View anchorView, int flags) { 96 return new SystemUiHiderHoneycomb(activity, anchorView, flags); 98 return new SystemUiHiderBase(activity, anchorView, flags); 102 protected SystemUiHider(Activity activity, View anchorView, int flags) { 105 mFlags = flags;
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
D | HandleProfiling.java | 97 int flags) throws IOException { in sendMPRS() argument 104 buf.putInt(flags); in sendMPRS() 110 + "', size=" + bufferSize + ", flags=" + flags); in sendMPRS() 177 int flags) throws IOException { in sendMPSS() argument 184 buf.putInt(flags); in sendMPSS() 188 + "', size=" + bufferSize + ", flags=" + flags); in sendMPSS()
|
D | JdwpPacket.java | 287 int length, id, flags, cmdSet, cmd; in findPacket() local 297 flags = buf.get(0x08) & 0xff; in findPacket() 312 pkt.mFlags = flags; in findPacket() 314 if ((flags & REPLY_PACKET) == 0) { in findPacket()
|
/sdk/testapps/aidlTest/libWithAidl/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsAndJarTest/lib2/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/jarCheckTests3/lib2/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/testProjectTest/testlib/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/testProjectTest/app/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/apps/SdkController/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/jarCheckTests3/app/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsAndJarTest/app/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/testapps/libsAndJarTest/lib1/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|
/sdk/files/ |
D | proguard-project.txt | 5 # By default, the flags in this file are appended to flags specified
|