Home
last modified time | relevance | path

Searched refs:rf (Results 1 – 25 of 31) sorted by relevance

12

/device/lge/bullhead/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
[all …]
Dinit.bullhead.sh6 rm -rf /data/misc/radio/modem_config
/device/huawei/angler/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/angler/system/build.prop)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
54 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
[all …]
Dinit.mcfg.sh4 rm -rf /data/misc/radio/modem_config
/device/google/marlin/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR)/target/product/marlin/ -name \*sensors.marlin* -exec rm -rf
48 …ep, find $(OUT_DIR)/target/product/marlin/ -name \*activity_recognition.marlin* -exec rm -rf {} \;)
49 …-clean-step, find $(OUT_DIR)/target/product/sailfish/ -name \*sensors.sailfish* -exec rm -rf {} \;)
50 …find $(OUT_DIR)/target/product/sailfish/ -name \*activity_recognition.sailfish* -exec rm -rf {} \;)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/WebViewGoogle)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/metadata)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/metadata)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/vndk-sp)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib64/vndk-sp)
Dinit.radio.sh23 rm -rf /data/misc/radio/modem_config
/device/google/dragon/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/tablet_core_hardware.xml)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/dragon_features.xml)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.raw.xml)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.location.gps.x…
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.full.xm…
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.manual_…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c1101 RFILE rf; in PyMarshal_ReadShortFromFile() local
1103 rf.fp = fp; in PyMarshal_ReadShortFromFile()
1104 rf.strings = NULL; in PyMarshal_ReadShortFromFile()
1105 rf.end = rf.ptr = NULL; in PyMarshal_ReadShortFromFile()
1106 return r_short(&rf); in PyMarshal_ReadShortFromFile()
1112 RFILE rf; in PyMarshal_ReadLongFromFile() local
1113 rf.fp = fp; in PyMarshal_ReadLongFromFile()
1114 rf.strings = NULL; in PyMarshal_ReadLongFromFile()
1115 rf.ptr = rf.end = NULL; in PyMarshal_ReadLongFromFile()
1116 return r_long(&rf); in PyMarshal_ReadLongFromFile()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c1106 RFILE rf; in PyMarshal_ReadShortFromFile() local
1108 rf.fp = fp; in PyMarshal_ReadShortFromFile()
1109 rf.strings = NULL; in PyMarshal_ReadShortFromFile()
1110 rf.end = rf.ptr = NULL; in PyMarshal_ReadShortFromFile()
1111 return r_short(&rf); in PyMarshal_ReadShortFromFile()
1117 RFILE rf; in PyMarshal_ReadLongFromFile() local
1118 rf.fp = fp; in PyMarshal_ReadLongFromFile()
1119 rf.strings = NULL; in PyMarshal_ReadLongFromFile()
1120 rf.ptr = rf.end = NULL; in PyMarshal_ReadLongFromFile()
1121 return r_long(&rf); in PyMarshal_ReadLongFromFile()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c1101 RFILE rf; in PyMarshal_ReadShortFromFile() local
1103 rf.fp = fp; in PyMarshal_ReadShortFromFile()
1104 rf.strings = NULL; in PyMarshal_ReadShortFromFile()
1105 rf.end = rf.ptr = NULL; in PyMarshal_ReadShortFromFile()
1106 return r_short(&rf); in PyMarshal_ReadShortFromFile()
1112 RFILE rf; in PyMarshal_ReadLongFromFile() local
1113 rf.fp = fp; in PyMarshal_ReadLongFromFile()
1114 rf.strings = NULL; in PyMarshal_ReadLongFromFile()
1115 rf.ptr = rf.end = NULL; in PyMarshal_ReadLongFromFile()
1116 return r_long(&rf); in PyMarshal_ReadLongFromFile()
[all …]
/device/common/
Dgenerate-blob-lists.sh63 rm -rf out
70 rm -rf vendor
71 rm -rf hardware/qcom/gps
74 rm -rf out
135 rm -rf out/
143 xargs rm -rf
Dgenerate-packages.sh39 rm -rf tmp
162 rm -rf tmp
/device/linaro/hikey/bootloader/
DMakefile18 …rm -rf Conf/tools_def.txt Conf/BuildEnv.sh Conf/build_rule.txt Conf/target.txt Conf/tools_def.tx…
21 rm -rf OpenPlatformPkg && \
23 rm -rf $(EDK2_DIR)/Build/ && \
38 rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
Dmakefile20 rm -rf core *.o
23 rm -rf genmk core *.o
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
Dmakefile16 rm -rf *.o core texpr
19 rm -rf *.o core texpr
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dserver.py53 rf = conn.makefile('r')
59 ok = self._dorequest(rf, wf)
69 def _dorequest(self, rf, wf): argument
70 rp = pickle.Unpickler(rf)
/device/lge/bullhead/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/google/marlin/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/huawei/angler/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DCleanSpec.mk50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/SHARED_LIBRARIES/libGLES_emul_intermedia…
/device/linaro/hikey/factory-images/
Dgenerate-factory-images-hikey.sh31 rm -rf tmp
113 rm -rf tmp
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
DMakefile46 RM := rm -rf
/device/google/contexthub/firmware/os/platform/stm32/flash_script/
DMakefile30 rm -rf tool.o tool.bin
/device/google/accessory/demokit/
Dmake-download.sh58 rm -rf ADK_release_${dateStamp}
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/
DMakefile71 RM := rm -rf

12