Home
last modified time | relevance | path

Searched refs:path (Results 101 – 125 of 130) sorted by relevance

123456

/art/test/971-iface-super/util-src/
Dgenerate_java.py32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
Dgenerate_smali.py31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_java.py32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
Dgenerate_smali.py31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/build/
DAndroid.gtest.mk124 $(foreach path,$(ART_TEST_LIST_device_$(TARGET_ARCH)_$(tm)),\
125 $(notdir $(path))\
/art/tools/bisection_search/
DREADME.md57 --image IMAGE path to image
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md25 * log_path is an absolute file path specifying where the log is to be written.
/art/runtime/jni/
Djava_vm_ext.h102 const std::string& path,
/art/openjdkjvm/
DOpenjdkJvm.cc155 JNIEXPORT char* JVM_NativePath(char* path) { in JVM_NativePath() argument
156 return path; in JVM_NativePath()
/art/test/utils/python/
Dgenerate_java_main.py31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/runtime/
Dvdex_file.h341 static bool WriteToDisk(const std::string& path,
/art/test/961-default-iface-resolution-gen/util-src/
Dgenerate_java.py31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/tools/
Dprebuilt_libjdwp_art_failures.txt35 description: "Test fails with assertion error 'Invalid Path' for class path.",
/art/test/etc/
Ddefault-build271 … local boot_class_path_list=$($ANDROID_BUILD_TOP/art/tools/bootjars.sh --$BUILD_MODE --core --path)
/art/test/964-default-iface-init-gen/util-src/
Dgenerate_java.py31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/libnativeloader/
Dnative_loader_test.cpp234 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported() argument
235 return mock->NativeBridgeIsPathSupported(path); in NativeBridgeIsPathSupported()
/art/test/970-iface-super-resolution-gen/util-src/
Dgenerate_smali.py31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/tools/dmtracedump/
Dtracedump.cc1461 char path[FILENAME_MAX]; in createInclusiveProfileGraphNew() local
1463 snprintf(path, FILENAME_MAX, "%s.dot", gOptions.graphFileName); in createInclusiveProfileGraphNew()
1465 snprintf(path, FILENAME_MAX, "dot-%d-%d.dot", (int32_t)time(nullptr), rand()); in createInclusiveProfileGraphNew()
1468 FILE* file = fopen(path, "w+"); in createInclusiveProfileGraphNew()
1480 snprintf(command, 1024, "dot -Tpng -o \"%s\" \"%s\"", gOptions.graphFileName, path); in createInclusiveProfileGraphNew()
1485 remove(path); in createInclusiveProfileGraphNew()
/art/tools/jfuzz/
DREADME.md69 --report_script : path to script called for each divergence
/art/runtime/interpreter/mterp/arm/
Dobject.S38 @ Fast-path which gets the field offset from thread-local cache.
/art/test/MyClassNatives/
DMyClassNatives.java65 synchronized native Object[] getSinkPropertiesNative(String path); in getSinkPropertiesNative() argument
197 synchronized native Object[] getSinkPropertiesNative_Fast(String path); in getSinkPropertiesNative_Fast() argument
/art/test/510-checker-try-catch/smali/
DSsaBuilder.smali178 # This constant reaches Return via the normal control-flow path and both
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java911 public HprofBuffer(File path) throws IOException { in HprofBuffer() argument
912 FileChannel channel = FileChannel.open(path.toPath(), StandardOpenOption.READ); in HprofBuffer()
/art/runtime/gc/space/
Dimage_space.cc1942 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents() local
1943 to_match = path + component; in MatchNamedComponents()
1944 base_location = path + base_name; in MatchNamedComponents()
2420 for (const std::string& path : search_paths) { in LoadOrValidate() local
2422 if (path.size() == 1u) { in LoadOrValidate()
2423 DCHECK_EQ(path, "*"); in LoadOrValidate()
2428 DCHECK(EndsWith(path, "/*")); in LoadOrValidate()
2429 base_location = path.substr(0u, path.size() - 1u) + base_name; in LoadOrValidate()
/art/test/
DREADME.md146 $ find out/host/ -type f -name art_runtime_tests # Find the path of the test.

123456