/toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/ |
dbt.d | 3 dump\.o: file format .*
|
int.d | 3 dump\.o: file format .*
|
rte.d | 3 dump\.o: file format .*
|
rtfi.d | 3 dump\.o: file format .*
|
rts.d | 3 dump\.o: file format .*
|
satr.d | 3 dump\.o: file format .*
|
scmpu.d | 3 dump\.o: file format .*
|
smovb.d | 3 dump\.o: file format .*
|
smovf.d | 3 dump\.o: file format .*
|
smovu.d | 3 dump\.o: file format .*
|
wait.d | 3 dump\.o: file format .*
|
/external/google-breakpad/src/google_breakpad/processor/ |
minidump_processor.h | 81 // representations of the CPU type that the minidump in |dump| was 84 static bool GetCPUInfo(Minidump* dump, SystemInfo* info); 87 // representations of the operating system that the minidump in |dump| 90 static bool GetOSInfo(Minidump* dump, SystemInfo* info); 94 // the minidump |dump|. 95 static bool GetProcessCreateTime(Minidump* dump, 99 // if the minidump in dump was produced as a result of a crash. Returns 106 static string GetCrashReason(Minidump* dump, uint64_t* address); 126 static string GetAssertion(Minidump* dump);
|
/external/libxkbcommon/xkbcommon/test/ |
x11.c | 36 char *dump; local 65 dump = xkb_keymap_get_as_string(keymap, XKB_KEYMAP_USE_ORIGINAL_FORMAT); 66 assert(dump); 67 fputs(dump, stdout); 71 free(dump);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue193/ |
TestYaml.java | 60 String dump = yaml.dump(b); local 62 System.out.println("dump:" + dump); 64 dump = "!!org.yaml.snakeyaml.issues.issue193.TestYaml$BeanA1 {id: 2, name: name1}"; 66 yaml.load(dump);
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
DiskStatsProtoTest.java | 26 * Test proto dump of diskstats 30 * Test that diskstats dump is reasonable 35 final DiskStatsServiceDumpProto dump = getDump(DiskStatsServiceDumpProto.parser(), local 38 verifyDiskStatsServiceDumpProto(dump, PRIVACY_NONE, getDevice()); 41 static void verifyDiskStatsServiceDumpProto(DiskStatsServiceDumpProto dump, final int filterLevel, ITestDevice device) throws Exception { 43 assertTrue(dump.getPartitionsFreeSpaceCount() > 0); 45 boolean testError = dump.getHasTestError(); 47 assertNotNull(dump.getErrorMessage()); 49 assertTrue(dump.getErrorMessage().isEmpty()); 52 assertTrue(dump.getWrite512BLatencyMillis() < 100); // Less than 100m [all...] |
MemInfoIncidentTest.java | 28 final MemInfoDumpProto dump = local 31 verifyMemInfoDumpProto(dump, PRIVACY_NONE); 34 static void verifyMemInfoDumpProto(MemInfoDumpProto dump, final int filterLevel) throws Exception { 35 assertTrue(dump.getUptimeDurationMs() >= 0); 36 assertTrue(dump.getElapsedRealtimeMs() >= 0); 38 for (ProcessMemory pm : dump.getNativeProcessesList()) { 42 for (AppData ad : dump.getAppProcessesList()) { 46 for (MemItem mi : dump.getTotalPssByProcessList()) { 49 for (MemItem mi : dump.getTotalPssByOomAdjustmentList()) { 52 for (MemItem mi : dump.getTotalPssByCategoryList()) [all...] |
PackageIncidentTest.java | 63 final PackageServiceDumpProto dump = local 67 for (PackageProto pkg : dump.getPackagesList()) { 93 verifyPackageServiceDumpProto(dump, PRIVACY_NONE); 96 static void verifyPackageServiceDumpProto(PackageServiceDumpProto dump, final int filterLevel) throws Exception { 97 assertNotNull(dump.getVerifierPackage().getName()); 98 assertNotNull(dump.getSharedLibraries(0).getName()); 99 if (dump.getSharedLibraries(0).getIsJar()) { 100 assertNotNull(dump.getSharedLibraries(0).getPath()); 102 assertNotNull(dump.getSharedLibraries(0).getApk()); 104 assertNotNull(dump.getFeatures(0).getName()) [all...] |
/external/google-breakpad/src/processor/ |
synth_minidump_unittest.cc | 45 using google_breakpad::SynthMinidump::Dump; 59 Dump dump(0); 60 Section section(dump); 69 Dump dump(0, kBigEndian); 70 Section section1(dump), section2(dump); 82 Dump dump(0, kLittleEndian) [all...] |
/external/llvm/tools/llvm-pdbdump/ |
ClassDefinitionDumper.h | 32 void dump(const PDBSymbolTypeBaseClass &Symbol) override; 33 void dump(const PDBSymbolData &Symbol) override; 34 void dump(const PDBSymbolTypeEnum &Symbol) override; 35 void dump(const PDBSymbolFunc &Symbol) override; 36 void dump(const PDBSymbolTypeTypedef &Symbol) override; 37 void dump(const PDBSymbolTypeUDT &Symbol) override; 38 void dump(const PDBSymbolTypeVTable &Symbol) override;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/ |
DumpStackTraceTest.java | 29 String result = yaml.dump(input); 31 assertEquals(result, yaml.dump(yaml.load(result))); 41 String result = yaml.dump(input); 43 assertEquals(result, yaml.dump(yaml.load(result))); 51 String result = yaml.dump(input); 53 assertEquals(result, yaml.dump(yaml.load(result))); 59 String result = (String) yaml.dump(input);
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/ |
ExecDumpClient.java | 27 private boolean dump; field in class:ExecDumpClient 33 * New instance with the defaults <code>dump==true</code>, 38 this.dump = true; 45 * Specifies whether a dump should be requested 47 * @param dump 48 * <code>true</code> if a dump should be requested 50 public void setDump(final boolean dump) { 51 this.dump = dump; 86 * Requests a dump from the given end-point 96 public ExecFileLoader dump(final String address, final int port) method in class:ExecDumpClient 112 public ExecFileLoader dump(final InetAddress address, final int port) method in class:ExecDumpClient [all...] |
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/ |
SettingsIntelligenceDumpService.java | 51 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:SettingsIntelligenceDumpService 52 final StringBuilder dump = new StringBuilder(); local 53 dump.append(getString(R.string.app_name_settings_intelligence)) 56 writer.println(dump.toString()); 61 final StringBuilder dump = new StringBuilder(); local 63 dump.append(" suggestion dump\n"); 65 dump.append(KEY_SUGGESTION_CATEGORY) 77 dump.append("\t\t") 84 return dump.toString() [all...] |
/art/tools/ahat/src/test/com/android/ahat/ |
NativeAllocationTest.java | 30 TestDump dump = TestDump.getTestDump(); local 32 AhatSnapshot snapshot = dump.getAhatSnapshot(); 33 AhatInstance referent = dump.getDumpedAhatInstance("anObject");
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
CVTypeDumper.h | 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper); 42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper); 48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
CVTypeDumper.h | 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper); 42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper); 48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
|