/build/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() 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()
|
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/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/core/ |
D | host_java_library_common.mk | 53 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full) 54 LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-full
|
D | configure_local_jack.mk | 21 ifneq ($(LOCAL_JACK_ENABLED),full)
|
D | host_java_library.mk | 32 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 | definitions.mk | 590 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)))
|
D | java.mk | 84 full_classes_compiled_jar_leaf := classes-full-debug.jar 440 ifneq ($(filter-out full custom nosystem obfuscation optimization shrinktests,$(LOCAL_PROGUARD_ENAB…
|
D | binary.mk | 574 else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full) 576 my_static_libraries += libprotobuf-cpp-full 578 my_shared_libraries += libprotobuf-cpp-full
|
D | envsetup.mk | 30 TARGET_PRODUCT := full
|
D | package_internal.mk | 154 LOCAL_PROGUARD_ENABLED :=full
|
/build/target/product/ |
D | AndroidProducts.mk | 38 $(LOCAL_DIR)/full.mk \ 54 $(LOCAL_DIR)/full.mk \
|
D | aosp_arm.mk | 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
|
D | full.mk | 28 PRODUCT_NAME := full
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | docs.js | 2156 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/ |
D | docs.js | 2260 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/ |
D | fullscreen.css | 17 .full {
|
/build/tools/droiddoc/templates-ds/assets/css/ |
D | fullscreen.css | 17 .full {
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | fullscreen.css | 17 .full {
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | fullscreen.css | 17 .full {
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | docs.js | 3043 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/ |
D | docs.js | 3053 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/ |
D | envsetup.sh | 350 default_value=full 597 local product=full
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 3046 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);
|