HomeSort by relevance Sort by last modified time
    Searched refs:pull (Results 76 - 100 of 381) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /device/google/contexthub/firmware/os/inc/
syscallDo.h 244 static inline void eOsGpioConfigInput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull)
246 syscallDo3P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_GPIO, SYSCALL_OS_DRV_GPIO_CFG_IN), gpio, gpioSpeed, pull); local
249 static inline void eOsGpioConfigOutput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode odrMode, bool value)
251 syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_GPIO, SYSCALL_OS_DRV_GPIO_CFG_OUT), gpio, gpioSpeed, pull, odrMode, value); local
254 static inline void eOsGpioConfigAlt(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode odrMode, uint32_t altFunc)
256 syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_GPIO, SYSCALL_OS_DRV_GPIO_CFG_ALT), gpio, gpioSpeed, pull, odrMode, altFunc); local
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /development/scripts/
gdbclient 120 adb pull $EXE $LOCAL_EXE_PATH
135 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
  /external/brotli/java/org/brotli/wrapper/enc/
Encoder.java 125 buffer = encoder.pull();
169 ByteBuffer buffer = encoder.pull();
  /external/vulkan-validation-layers/build-android/
test_APK.sh 220 adb $serialFlag pull /sdcard/Android/data/com.example.VulkanLayerValidationTests/files/out.txt VulkanLayerValidationTests.$platform.$today.out.txt
221 adb $serialFlag pull /sdcard/Android/data/com.example.VulkanLayerValidationTests/files/err.txt VulkanLayerValidationTests.$platform.$today.err.txt
  /frameworks/opt/net/wifi/tests/wifitests/
coverage.sh 57 adb pull $REMOTE_COVERAGE_OUTPUT_FILE $COVERAGE_OUTPUT_FILE
  /system/bt/osi/src/socket_utils/
README 27 .The developers who want to pull sockets sources other than the
  /test/vts/testcases/host/verify_boot_header/
VtsFirmwareBootHeaderVerification.py 102 self.adb.pull("%s %s" % (boot_path[0], host_boot_path))
115 self.adb.pull("%s %s" % (recovery_path[0], host_recovery_path))
  /test/vts-testcase/security/system_property/
VtsTrebleSysPropTest.py 133 # Pull vendor property contexts file from device.
134 self.dut.adb.pull("%s %s" % (self._VENDOR_PROPERTY_CONTEXTS_FILE_PATH,
136 logging.info("Adb pull %s to %s",
167 # Pull system property contexts file from device.
168 self.dut.adb.pull("%s %s" % (self._SYSTEM_PROPERTY_CONTEXTS_FILE_PATH,
170 logging.info("Adb pull %s to %s",
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
GCSBucketUtilFuncTest.java 102 sBucket.pull(Paths.get("/"), tmpDir);
126 sBucket.pull(Paths.get(FILE_NAME), tempDst);
  /development/gsi/gsi_util/gsi_util/mounters/
adb_mounter.py 55 if not adb_utils.pull(filename, filename_in_storage, self._serial_num):
  /external/vogar/src/vogar/
LocalTarget.java 93 @Override public void pull(File remote, File local) { method in class:LocalTarget
Target.java 42 public abstract void pull(File remote, File local); method in class:Target
  /frameworks/base/tests/JankBench/scripts/
adbutil.py 41 def pull(serial, path, dest): function
42 subprocess.call(["adb", "-s", serial, "wait-for-device", "pull"] + [path] + [dest])
  /packages/services/Telecomm/scripts/
telecom_testing.sh 130 adb pull /data/user/0/com.android.server.telecom.tests/files/coverage.ec /tmp/
  /system/extras/ioshark/
collect-straces.sh 86 adb pull /data/local/tmp/trace.tar
  /system/libufdt/tests/
apply_overlay.sh 105 adb pull "${REMOTE_PATH}/${MERGED_DTB_NAME}" "$MERGED_DTB" > /dev/null
  /test/vts/utils/python/mirror/
shell_mirror.py 71 # If val is a tmp file name, pull the file and set the contents
76 self._adb.pull(val, tmp_file)
  /test/vts-testcase/kernel/api/binder/
VtsKernelBinderTest.py 54 logging.info("Pull config.gz to %s", config_path)
55 self._dut.adb.pull("/proc/config.gz", config_path)
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 90 4) Call pull() to ensure all collected logs are stored at
134 def pull(self, session_id=None, out_path=None): member in class:DiagLoggerBase
152 not been retrieved with pull(). This must delete all session records and
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 758 * Emits the instructions needed to perform a pull constant load. before_block
772 vec4_instruction *pull; local
778 pull = new(mem_ctx)
783 emit_before(before_block, before_inst, pull);
785 emit(pull);
789 pull = MOV(writemask(index_reg, WRITEMASK_X), offset_reg);
792 emit_before(before_block, before_inst, pull);
794 emit(pull);
796 pull = new(mem_ctx) vec4_instruction(VS_OPCODE_PULL_CONSTANT_LOAD_GEN7,
800 pull->mlen = 2
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /external/vulkan-validation-layers/
CONTRIBUTING.md 41 and Pull Requests.
42 * Use the existing GitHub forking and pull request process.
44 creating a branch with your commits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
83 That said, please ensure that the repository compiles and passes tests without error for each commit in your pull request. Note
84 that to be accepted into the repository, the pull request must [pass all tests](#testing your changes) on all supported platforms
130 You will be prompted with a one-time "click-through" CLA dialog as part of submitting your pull request

Completed in 774 milliseconds

1 2 34 5 6 7 8 91011>>