Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 35) sorted by relevance

12

/build/make/tools/atree/
Dfiles.cpp25 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()
Dfs.cpp63 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/
Dhost_java_library_common.mk40 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full)
41 LOCAL_JAVA_LIBRARIES += libprotobuf-java-full
Dhost_java_library.mk34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
Dhost_dalvik_java_library.mk34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
Djava.mk58 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
Dbinary.mk725 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/
DREADME.md22 * `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/
Dandroid-developer-reference.js227 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/
DAndroidProducts.mk41 $(LOCAL_DIR)/full.mk \
52 $(LOCAL_DIR)/full.mk \
Dfull_base_telephony.mk27 device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \
Dfull.mk31 PRODUCT_NAME := full
Daosp_product.mk40 device/sample/etc/apns-full-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml
Dfull_base.mk29 preinstalled-packages-platform-full-base.xml
Dmainline_system.mk83 libprotobuf-cpp-full \
Dgeneric_system.mk83 libprotobuf-cpp-full \
/build/make/tools/
Dcompare_builds.py445 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/
DAndroid.bp27 name: "preinstalled-packages-platform-full-base.xml",
29 src: "preinstalled-packages-platform-full-base.xml",
/build/bazel/scripts/milestone-2/
Ddemo.sh33 ./demo.sh full -- runs the generate, query and build steps in sequence.
84 action=${1:-full}
/build/soong/cc/
Dlto.go164 full := m.lto.FullLTO()
166 if full && thin {
187 if full && !dep.lto.FullLTO() {
/build/make/
DUsage.txt54 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/
Dclion.md13 You can then trigger a full build:
Dperf.md54 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/
Dreadme.notzip31 the environment variable $GOROOT to the full path of the go
/build/bazel/
Dcommon.bazelrc51 # Show the full set of flags for observability and debuggability.

12