HomeSort by relevance Sort by last modified time
    Searched refs:serial (Results 326 - 350 of 1003) sorted by null

<<11121314151617181920>>

  /system/tools/hidl/
Method.h 81 // Implementations, serial are not copied.
84 void setSerialId(size_t serial);
90 size_t serial,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
serial.s 0 # serial.s
serial2.s 1 # D30V serial execution test
serial2O.s 1 # D30V serial execution test
  /tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
RttDisableTest.py 62 "Can not turn on airplane mode on: %s" % dut.serial)
82 "Can not turn off airplane mode on: %s" % dut.serial)
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
VersionedTfLauncher.java 65 * appends the arguments to the subprocess of TF run. It also passes in the serial of the test
66 * device through --serial option, to force the subprocess to use the device selected by the
87 String serial = device.getSerialNumber(); local
88 mCmdArgs.add("--serial");
89 mCmdArgs.add(serial);
  /bionic/libc/kernel/uapi/linux/
capi.h 64 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
serial_core.h 21 #include <linux/serial.h>
  /bionic/libc/system_properties/include/system_properties/
system_properties.h 64 uint32_t serial),
69 uint32_t Serial(const prop_info* pi);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
generate-client-cert-chain.sh 23 echo '1000' > serial
40 echo '1000' > intermediate/serial
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 43 const char *serial) : manufacturer(manufacturer),
48 serial(serial),
87 Serial.print("device supports protocol 1 or higher\n");
89 Serial.print("could not read device protocol version\n");
98 sendString(addr, ACCESSORY_STRING_SERIAL, serial);
123 Serial.print("Can't get config descriptor length\n");
130 Serial.print("config descriptor too large\n");
137 Serial.print("Can't get config descriptor\n");
152 Serial.print("config desc\n")
    [all...]
  /external/boringssl/src/tool/
server.cc 124 uint32_t serial; local
125 RAND_bytes(reinterpret_cast<uint8_t*>(&serial), sizeof(serial));
126 ASN1_INTEGER_set(X509_get_serialNumber(x509.get()), serial >> 1); local
  /external/chromium-trace/catapult/devil/devil/android/perf/
perf_control_devicetest.py 23 self._device = device_utils.DeviceUtils(self.serial)
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.hpp 102 static void handlePing (void* data, struct wl_shell_surface* shellSurface, uint32_t serial);
  /external/icu/icu4c/source/common/
rbbinode.cpp 114 // printf("deleting node %8x serial %4d\n", this, this->fSerialNum);
288 static int32_t serial(const RBBINode *node) { function
319 serial(node->fLeftChild), serial(node->fRightChild), serial(node->fParent),
344 RBBIDebugPrintf(" Address serial type LeftChild RightChild Parent position value\n");
  /external/kernel-headers/original/uapi/linux/
capi.h 114 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
serial_core.h 24 #include <linux/serial.h>
27 * The type definitions. These are from Ted Ts'o's serial.h
64 * separate so any additions to the old serial.c that occur before
260 /* SPRD SERIAL */
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
tpmtoken_import_openssl.cnf 44 serial = $dir/serial # The current serial number
  /external/swiftshader/src/OpenGL/libGL/
Shader.cpp 210 static int serial = 1; local
212 sprintf(buffer, "shader-input-%d-%d.txt", getName(), serial);
216 getShader()->print("shader-output-%d-%d.txt", getName(), serial);
217 serial++;
  /external/swiftshader/src/OpenGL/libGLESv2/
Shader.cpp 218 static int serial = 1; local
223 sprintf(buffer, "shader-input-%d-%d.txt", getName(), serial);
229 getShader()->print("shader-output-%d-%d.txt", getName(), serial);
231 serial++;
  /external/syslinux/com32/gdbstub/
Makefile 29 OBJS = main.o int.o serial.o gdbstub.o
  /external/syslinux/com32/gplinclude/dmi/
dmi_memory.h 46 char serial[MEMORY_SERIAL_SIZE]; member in struct:__anon36975
  /hardware/ril/libril/
ril_internal.h 88 RequestInfo * addRequestToList(int serial, int slotId, int request);
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/
TCKChronoLocalDateTimeSerialization.java 57 package tck.java.time.chrono.serial;
TCKChronoZonedDateTimeSerialization.java 57 package tck.java.time.chrono.serial;

Completed in 2019 milliseconds

<<11121314151617181920>>