Home
last modified time | relevance | path

Searched defs:isExecutable (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/cache/
DMerkleTreeTest.java96 public static void addFile(File file, String content, boolean isExecutable) throws IOException { in addFile()
106 public static FileNode newFileNode(String name, Digest digest, boolean isExecutable) { in newFileNode()
/aosp_15_r20/external/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m27 static bool isExecutable(char *path); function
769 static bool isExecutable(char *path) { function
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dexecutable_path.go65 func isExecutable(path string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dvminfo_darwin.go12 func isExecutable(protection int32) bool { func
/aosp_15_r20/frameworks/base/core/java/android/hardware/location/
H A DMemoryRegion.java82 public boolean isExecutable() { in isExecutable() method in MemoryRegion
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DMemberInfo.java45 public abstract boolean isExecutable(); in isExecutable() method in MemberInfo
H A DFieldInfo.java447 public boolean isExecutable() { in isExecutable() method in FieldInfo
H A DMethodInfo.java688 public boolean isExecutable() { in isExecutable() method in MethodInfo
H A DClassInfo.java216 public boolean isExecutable() { in isExecutable() method in ClassInfo.ClassMemberInfo
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DElementUtils.kt32 fun Element.isExecutable() = this is ExecutableElement in <lambda>() method
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXElements.java228 public static boolean isExecutable(XElement element) { in isExecutable() method in XElements
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp293 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h207 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DIRSymtab.h212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java927 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException; in isExecutable() method
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dremotebuildexecution.v1alpha.json816 "isExecutable": { object
912 "isExecutable": { object
2109 "isExecutable": { object
Dremotebuildexecution.v1.json691 "isExecutable": { object
787 "isExecutable": { object
1995 "isExecutable": { object
Dremotebuildexecution.v2.json1105 "isExecutable": { object
1247 "isExecutable": { object
2545 "isExecutable": { object
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2002 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException { in isExecutable() method in NativeDevice

12345678910>>...29