Home
last modified time | relevance | path

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

12

/build/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()
430 string full = path_append(rec.sourceBase, rec.sourceName); in list_dir() local
431 full = path_append(full, path); in list_dir()
433 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/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/core/
Dhost_java_library_common.mk53 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full)
54 LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-full
Dconfigure_local_jack.mk21 ifneq ($(LOCAL_JACK_ENABLED),full)
Dhost_java_library.mk32 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
Ddefinitions.mk590 define _java-lib-full-classes.jar
597 $(foreach lib,$(1),$(call _java-lib-full-classes.jar,$(lib),$(2)))
602 define _java-lib-full-dep
609 $(foreach lib,$(1),$(call _java-lib-full-dep,$(lib),$(2)))
620 define _jack-lib-full-classes
627 $(foreach lib,$(1),$(call _jack-lib-full-classes,$(lib),$(2)))
632 define _jack-lib-full-dep
633 $(call _jack-lib-full-classes,$(1),$(2))
639 $(foreach lib,$(1),$(call _jack-lib-full-dep,$(lib),$(2)))
Djava.mk84 full_classes_compiled_jar_leaf := classes-full-debug.jar
440 ifneq ($(filter-out full custom nosystem obfuscation optimization shrinktests,$(LOCAL_PROGUARD_ENAB…
Dbinary.mk574 else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full)
576 my_static_libraries += libprotobuf-cpp-full
578 my_shared_libraries += libprotobuf-cpp-full
Denvsetup.mk30 TARGET_PRODUCT := full
Dpackage_internal.mk154 LOCAL_PROGUARD_ENABLED :=full
/build/target/product/
DAndroidProducts.mk38 $(LOCAL_DIR)/full.mk \
54 $(LOCAL_DIR)/full.mk \
Daosp_arm.mk16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
Dfull.mk28 PRODUCT_NAME := full
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js2156 var full = document.location.pathname;
2159 if (full.substr(0, toroot.length) == toroot) {
2160 return full.substr(toroot.length);
2171 var pos = full.lastIndexOf("/");
2172 file = full.substr(pos) + file;
2173 full = full.substr(0, pos);
/build/tools/droiddoc/templates-sac/assets/js/
Ddocs.js2260 var full = document.location.pathname;
2263 if (full.substr(0, toroot.length) == toroot) {
2264 return full.substr(toroot.length);
2275 var pos = full.lastIndexOf("/");
2276 file = full.substr(pos) + file;
2277 full = full.substr(0, pos);
/build/tools/droiddoc/templates-sac/assets/css/
Dfullscreen.css17 .full {
/build/tools/droiddoc/templates-ds/assets/css/
Dfullscreen.css17 .full {
/build/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css17 .full {
/build/tools/droiddoc/templates-sdk-dev/assets/css/
Dfullscreen.css17 .full {
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js3043 var full = document.location.pathname;
3046 if (full.substr(0, toroot.length) == toroot) {
3047 return full.substr(toroot.length);
3058 var pos = full.lastIndexOf("/");
3059 file = full.substr(pos) + file;
3060 full = full.substr(0, pos);
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js3053 var full = document.location.pathname;
3056 if (full.substr(0, toroot.length) == toroot) {
3057 return full.substr(toroot.length);
3068 var pos = full.lastIndexOf("/");
3069 file = full.substr(pos) + file;
3070 full = full.substr(0, pos);
/build/
Denvsetup.sh350 default_value=full
597 local product=full
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js3046 var full = document.location.pathname;
3049 if (full.substr(0, toroot.length) == toroot) {
3050 return full.substr(toroot.length);
3061 var pos = full.lastIndexOf("/");
3062 file = full.substr(pos) + file;
3063 full = full.substr(0, pos);

12