Searched refs:cp (Results 1 – 25 of 39) sorted by relevance
12
/build/soong/ui/status/ |
D | critical_path_test.go | 62 msgs: func(cp *testCriticalPath) {}, 66 msgs: func(cp *testCriticalPath) { 67 cp.start(0, 0, []string{"a"}, nil) 68 cp.start(1, 0, []string{"a"}, nil) 69 cp.finish(0, 1000) 70 cp.finish(0, 2000) 82 msgs: func(cp *testCriticalPath) { 83 cp.start(0, 0, []string{"a"}, nil) 84 cp.finish(0, 1000) 85 cp.start(1, 1000, []string{"b"}, []string{"a"}) [all …]
|
D | critical_path.go | 60 func (cp *criticalPath) StartAction(action *Action, counts Counts) { 61 start := cp.clock.Now() 62 if cp.start.IsZero() { 63 cp.start = start 65 cp.running[action] = start 68 func (cp *criticalPath) FinishAction(result ActionResult, counts Counts) { 69 if start, ok := cp.running[result.Action]; ok { 70 delete(cp.running, result.Action) 75 if x := cp.nodes[input]; x != nil { 82 end := cp.clock.Now() [all …]
|
/build/make/tools/acp/ |
D | README | 3 The "cp" command was judged and found wanting. The issues are: 6 - Uses the BSD cp, not the fancy GNU cp. It lacks the "-u" flag, which 15 "cp: skipping file 'foo.exe', as it was replaced while being copied". 17 volume. "cp" works okay copying from local disk. 31 It's easier and more reliable to write a cp command that works properly. 36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar" 37 to work when what is actually meant is "cp foo.exe bar.exe". Unlike the 38 default Cygwin cp, "acp foo bar" will not find foo.exe unless you add
|
D | Android.bp | 3 // Custom version of cp.
|
/build/make/tools/zipalign/ |
D | ZipAlign.cpp | 245 const char* cp = argv[0] +1; in main() local 247 while (*cp != '\0') { in main() 248 switch (*cp) { in main() 265 fprintf(stderr, "ERROR: unknown flag -%c\n", *cp); in main() 270 cp++; in main()
|
/build/make/core/ |
D | static_java_library.mk | 203 $(hide) cp $(PRIVATE_ANDROID_MANIFEST) $(dir $@)aar/AndroidManifest.xml 204 $(hide) cp $(PRIVATE_CLASSES_JAR) $(dir $@)aar/classes.jar 206 $(hide) $(foreach res,$(PRIVATE_RESOURCE_DIR),cp -Rfn $(res)/* $(dir $@)aar/res;) 207 $(hide) cp $(PRIVATE_R_TXT) $(dir $@)aar/R.txt
|
D | Makefile | 127 @cp -f $< $@ 785 cp -r $(3)/$(DEPMOD_STAGING_SUBDIR)/$(2)/lib/modules $$(PRIVATE_OUTPUT_DIR)/lib/; \ 789 cp $$(PRIVATE_MODULES) $$(PRIVATE_MODULE_DIR)/; \ 2031 …$(foreach filename,$(PRIVATE_SOURCE_FONTS), cp $(filename) $(PRIVATE_RECOVERY_FONT_FILES_DIR) &&) … 2210 …cp $(TARGET_ROOT_OUT)/init.recovery.*.rc $(TARGET_RECOVERY_ROOT_OUT)/ 2> /dev/null || true # Ignor… 2213 cp -rf $(recovery_resources_common)/* $(TARGET_RECOVERY_ROOT_OUT)/res 2215 cp -rf $(recovery_text_file) $(TARGET_RECOVERY_ROOT_OUT)/res/images/ &&) true 2216 cp -f $(recovery_font) $(TARGET_RECOVERY_ROOT_OUT)/res/images/font.png 2218 cp -rf $(item) $(TARGET_RECOVERY_ROOT_OUT)/$(newline)) 2220 cp -f $(item) $(TARGET_RECOVERY_ROOT_OUT)/system/etc/recovery.fstab) [all …]
|
D | pdk_config.mk | 125 $(hide) cp -fpPR $< $@ 130 $(hide) cp -fpPR $< $@ 153 $(hide) cp -fpPR $< $@
|
D | sdk_font.mk | 27 $(hide) cp -vf $< $@
|
D | jacoco.mk | 104 cp $(PRIVATE_FULL_CLASSES_PRE_JACOCO_JAR) $(PRIVATE_TEMP_JAR_PATH)
|
/build/soong/scripts/ |
D | build-mainline-modules.sh | 56 echo_and_run cp ${PWD}/${PRODUCT_OUT}/system/apex/${module}.apex ${DIST_DIR}/${TARGET_ARCH}/ 68 echo_and_run cp -R ${OUT_DIR}/soong/mainline-sdks ${DIST_DIR}
|
D | freeze-sysprop-api-files.sh | 39 m "$2-check-api" && cp -f "${api_dir}/$2-current.txt" "${api_dir}/$2-latest.txt"
|
D | archive_repack.sh | 84 cp "${infile}" "${tempdir}/archive"
|
/build/blueprint/tests/ |
D | test_tree_tests.sh | 24 cp -r tests/test_tree "${SRCDIR}" 25 cp -r "${TOP}" "${SRCDIR}/blueprint"
|
/build/make/core/tasks/tools/ |
D | compatibility.mk | 80 $(hide) cp $(PRIVATE_TOOLS) $(PRIVATE_OUT_DIR)/tools 81 …$(if $(PRIVATE_DYNAMIC_CONFIG),$(hide) cp $(PRIVATE_DYNAMIC_CONFIG) $(PRIVATE_OUT_DIR)/testcases/$…
|
D | build_custom_image.mk | 120 cp -Rf $(word 1,$(pair)) $(word 2,$(pair));) 121 $(if $($(PRIVATE_PICKUP_FILES)),$(hide) cp -Rf $(PRIVATE_PICKUP_FILES) $(PRIVATE_STAGING_DIR)) 160 $(call copy-file-to-new-target-with-cp)
|
D | package-modules.mk | 92 cp -Rf $(word 1,$(pair)) $(word 2,$(pair)) && ) true 94 cp -RfL $(f) $(dir $@) && ) true
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 28 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
|
/build/make/packaging/ |
D | distdir.mk | 34 cp $$< $$@
|
/build/soong/java/ |
D | app_builder.go | 123 `cp ${manifest} ${outDir}/AndroidManifest.xml && ` + 124 `cp ${classesJar} ${outDir}/classes.jar && ` + 125 `cp ${rTxt} ${outDir}/R.txt && ` +
|
D | sdk_test.go | 294 convertModulesToPaths := func(cp []string) []string { 295 ret := make([]string, len(cp)) 296 for i, e := range cp {
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 119 cp -R $$d $(PRIVATE_STAGING_DIR)/docs ;\ 128 cp -R $(PRODUCT_OUT)/data $(PRIVATE_STAGING_DIR)/data
|
/build/make/tools/docker/ |
D | README.md | 8 $ cp ~/.gitconfig gitconfig
|
/build/blueprint/ |
D | bootstrap.bash | 129 cp $WRAPPER $BUILDDIR/
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | carousel.js | 178 function slide(goal, id, go_left, cp) { argument 195 … left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
|
12