Searched refs:full (Results 1 – 25 of 35) sorted by relevance
12
/build/make/tools/atree/ |
D | files.cpp | 25 string full = base; in path_append() local 27 full += '/'; in path_append() 29 full += leaf; in path_append() 30 return full; in path_append() 345 string full = path_append(*it, rec->sourceName); in locate() local 347 err = stat(full.c_str(), &st); in locate() 350 rec->sourcePath = full; in locate() 428 string full = path_append(rec.sourceBase, rec.sourceName); in list_dir() local 429 full = path_append(full, path); in list_dir() 431 DIR *d = opendir(full.c_str()); in list_dir()
|
D | fs.cpp | 63 string full = path; in remove_recursively() local 64 full += '/'; in remove_recursively() 65 full += ent->d_name; in remove_recursively() 68 dirs.push_back(full); in remove_recursively() 70 files.push_back(full); in remove_recursively()
|
/build/make/core/ |
D | host_java_library_common.mk | 40 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full) 41 LOCAL_JAVA_LIBRARIES += libprotobuf-java-full
|
D | host_java_library.mk | 34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
|
D | host_dalvik_java_library.mk | 34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
|
D | java.mk | 58 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
|
D | binary.mk | 725 else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full) 727 my_static_libraries += libprotobuf-cpp-full-ndk 729 my_shared_libraries += libprotobuf-cpp-full
|
/build/bazel/json_module_graph/ |
D | README.md | 22 * `fullTransitiveDeps` returns the full transitive dependencies of the given 31 It's best to filter the full module graph to the part you are interested in 32 because `jq` isn't too fast on the full graph.
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 227 var full = document.location.pathname; 230 if (full.substr(0, toroot.length) == toroot) { 231 return full.substr(toroot.length); 242 var pos = full.lastIndexOf("/"); 243 file = full.substr(pos) + file; 244 full = full.substr(0, pos);
|
/build/make/target/product/ |
D | AndroidProducts.mk | 41 $(LOCAL_DIR)/full.mk \ 52 $(LOCAL_DIR)/full.mk \
|
D | full_base_telephony.mk | 27 device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \
|
D | full.mk | 31 PRODUCT_NAME := full
|
D | aosp_product.mk | 40 device/sample/etc/apns-full-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml
|
D | full_base.mk | 29 preinstalled-packages-platform-full-base.xml
|
D | mainline_system.mk | 83 libprotobuf-cpp-full \
|
D | generic_system.mk | 83 libprotobuf-cpp-full \
|
/build/make/tools/ |
D | compare_builds.py | 445 for full, relative in files: 446 ts = GetFileTimestamp(full) 448 result.append(TouchedFile(full, ts)) 476 full = os.path.sep.join((root, f))[2:] 477 ts = GetFileTimestamp(full) 479 result.append(TouchedFile(full, ts)) 578 self._current_dir = [(full, relative) for full, relative in pairs
|
/build/make/target/product/sysconfig/ |
D | Android.bp | 27 name: "preinstalled-packages-platform-full-base.xml", 29 src: "preinstalled-packages-platform-full-base.xml",
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 33 ./demo.sh full -- runs the generate, query and build steps in sequence. 84 action=${1:-full}
|
/build/soong/cc/ |
D | lto.go | 164 full := m.lto.FullLTO() 166 if full && thin { 187 if full && !dep.lto.FullLTO() {
|
/build/make/ |
D | Usage.txt | 54 For now, the full (extremely large) compiled list of targets can be found 86 There is not yet known a convenient method by which to discover the full
|
/build/soong/docs/ |
D | clion.md | 13 You can then trigger a full build:
|
D | perf.md | 54 don't currently have an easy way to enable them in the context of a full build. 236 provide more reliable data, but tracking some full-system data (memory/swap
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 31 the environment variable $GOROOT to the full path of the go
|
/build/bazel/ |
D | common.bazelrc | 51 # Show the full set of flags for observability and debuggability.
|
12