Home
last modified time | relevance | path

Searched refs:file (Results 501 – 525 of 645) sorted by relevance

1...<<212223242526

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java139 private Site(Site parent, String method, String signature, String file, int line) { in Site() argument
143 mFilename = file; in Site()
/art/test/459-dead-phi/smali/
DEquivalentPhi.smali4 # you may not use this file except in compliance with the License.
/art/test/978-virtual-interface/smali/
DMain.smali5 # * you may not use this file except in compliance with the License.
/art/test/974-verify-interface-super/smali/
Dmain.smali4 # you may not use this file except in compliance with the License.
/art/openjdkjvmti/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/art/test/592-checker-regression-bool-input/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/test/435-new-instance/smali/
Dinstance.smali5 # you may not use this file except in compliance with the License.
/art/build/apex/
Druntests.sh78 -s, --print-sizes print the size in bytes of each file when listing contents
/art/test/685-shifts/smali/
DTest.smali4 # you may not use this file except in compliance with the License.
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java223 for (File file : folder.listFiles()) { in handleKeyValueOption()
224 String inputName = value + "/" + file.getName(); in handleKeyValueOption()
/art/test/675-checker-unverified-method/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/test/431-type-propagation/smali/
DTypePropagation.smali4 # you may not use this file except in compliance with the License.
/art/sigchainlib/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/art/test/972-iface-super-multidex/smali/
Dconcreteclass.smali5 # you may not use this file except in compliance with the License.
/art/test/475-regression-inliner-ids/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/test/467-regalloc-pair/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/perfetto_hprof/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/test/173-missing-field-type/smali/
DBadField.smali5 # you may not use this file except in compliance with the License.
/art/test/954-invoke-polymorphic-verifier/smali/
DSubclass.smali5 # you may not use this file except in compliance with the License.
/art/test/552-checker-primitive-typeprop/smali/
DArraySet.smali4 # you may not use this file except in compliance with the License.
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali4 # you may not use this file except in compliance with the License.
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc294 ScratchFile file; in TEST_F() local
295 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F()
/art/runtime/jit/
Dprofiling_info_test.cc64 uint32_t GetFd(const ScratchFile& file) { in GetFd() argument
65 return static_cast<uint32_t>(file.GetFd()); in GetFd()
/art/tools/dmtracedump/
Dtracedump.cc1425 void createLabels(FILE* file, MethodEntry* method) { in createLabels() argument
1426 fprintf(file, in createLabels()
1439 createLabels(file, child->method); in createLabels()
1444 void createLinks(FILE* file, MethodEntry* method) { in createLinks() argument
1450 fprintf(file, "node%d -> node%d\n", method->index, child->method->index); in createLinks()
1453 createLinks(file, child->method); in createLinks()
1468 FILE* file = fopen(path, "w+"); in createInclusiveProfileGraphNew() local
1470 fprintf(file, "digraph g {\nnode [shape = record,height=.1];\n"); in createInclusiveProfileGraphNew()
1472 createLabels(file, dataKeys->methods); in createInclusiveProfileGraphNew()
1473 createLinks(file, dataKeys->methods); in createInclusiveProfileGraphNew()
[all …]

1...<<212223242526