HomeSort by relevance Sort by last modified time
    Searched defs:serial (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/junit/src/main/java/org/junit/runner/
Computer.java 16 * Returns a new default computer, which runs tests in serial order
18 public static Computer serial() { method in class:Computer
  /external/icu/icu4c/source/samples/ucnv/
flagcb.h 50 uint32_t serial; /* minted from nextSerial */ member in struct:__anon24073
  /external/mesa3d/src/glx/windows/
xwindowsdri.h 33 unsigned long serial; /* # of last request processed by server */ member in struct:__anon34145
  /external/u-boot/board/amlogic/khadas-vim/
khadas-vim.c 29 char serial[EFUSE_SN_SIZE]; local
42 if (!env_get("serial#")) {
43 len = meson_sm_read_efuse(EFUSE_SN_OFFSET, serial,
46 env_set("serial#", serial);
  /external/u-boot/board/amlogic/libretech-cc/
libretech-cc.c 29 char serial[EFUSE_SN_SIZE]; local
42 if (!env_get("serial#")) {
43 len = meson_sm_read_efuse(EFUSE_SN_OFFSET, serial,
46 env_set("serial#", serial);
  /external/u-boot/board/amlogic/odroid-c2/
odroid-c2.c 28 char serial[EFUSE_SN_SIZE]; local
46 if (!env_get("serial#")) {
47 len = meson_sm_read_efuse(EFUSE_SN_OFFSET, serial,
50 env_set("serial#", serial);
  /external/u-boot/board/amlogic/p212/
p212.c 29 char serial[EFUSE_SN_SIZE]; local
41 if (!env_get("serial#")) {
42 len = meson_sm_read_efuse(EFUSE_SN_OFFSET, serial,
45 env_set("serial#", serial);
  /external/u-boot/board/k+p/kp_imx53/
kp_id_rev.h 19 u8 serial[8]; /* 0x30 ... 0x37 */ member in struct:id_eeprom
  /external/u-boot/board/samtec/vining_fpga/
socfpga.c 52 u32 serial; local
81 serial = (data[0x54] << 24) | (data[0x55] << 16) |
84 sprintf(str, "%07i", serial);
  /bionic/libc/system_properties/include/system_properties/
prop_info.h 45 // Read only properties will not set anything but the bottom most bit of serial and the top byte.
58 atomic_uint_least32_t serial; member in struct:prop_info
71 return (load_const_atomic(&serial, memory_order_relaxed) & kLongFlag) != 0;
prop_area.h 116 atomic_uint_least32_t* serial() { function in class:prop_area
  /cts/suite/audio_quality/executable/src/
main.cpp 56 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", bin);
61 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", argv[0]);
65 char* serial = NULL; local
73 serial = optarg;
98 if (serial != NULL) {
99 android::String8 strSerial(serial);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
IssuerSerial.java 19 ASN1Integer serial; field in class:IssuerSerial
54 serial = ASN1Integer.getInstance(seq.getObjectAt(1));
64 BigInteger serial)
66 this(new GeneralNames(new GeneralName(issuer)), new ASN1Integer(serial));
71 BigInteger serial)
73 this(issuer, new ASN1Integer(serial));
78 ASN1Integer serial)
81 this.serial = serial;
91 return serial;
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
IssuerSerial.java 23 ASN1Integer serial; field in class:IssuerSerial
58 serial = ASN1Integer.getInstance(seq.getObjectAt(1));
68 BigInteger serial)
70 this(new GeneralNames(new GeneralName(issuer)), new ASN1Integer(serial));
75 BigInteger serial)
77 this(issuer, new ASN1Integer(serial));
82 ASN1Integer serial)
85 this.serial = serial;
95 return serial;
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
2-1.c 38 static int serial; variable
55 serial++;
81 serial = 0;
104 if (serial != 1 || (serial + normal_rt) != THREAD_NUM) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
2-1.c 68 int serial = 0; local
170 serial++;
190 if ((WEXITSTATUS(status) + serial) != LOOP_NUM) {
192 printf("serial = %d\n", serial);
215 exit(serial);
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.h 66 uint32_t serial; member in struct:rbug_proto_ping_reply
72 uint32_t serial; member in struct:rbug_proto_error_reply
87 uint32_t serial,
91 uint32_t serial,
  /external/u-boot/board/birdland/bav335x/
board.h 14 /* Serial MagicE: AA 55 BA BE */
20 * The BAV335x may use a built-in read-only serial EEProm.
21 * The Evaluation board, disables the write-protect so the Serial-EE
23 * a board serial number, ethernet mac address and other user fields.
24 * Additionally, the Serial-EE can store the specific version of the
35 char serial[16]; member in struct:board_eeconfig
  /external/u-boot/board/intel/edison/
edison.c 54 char serial[33]; local
67 snprintf(&serial[2 * i], 3, "%02x", ssn[i]);
68 env_set("serial#", serial);
95 if (!env_get("serial#"))
  /external/u-boot/board/siemens/common/
factoryset.h 20 unsigned char serial[MAX_STRING_LENGTH]; member in struct:factorysetcontainer
  /external/u-boot/board/toradex/common/
tdx-common.c 36 unsigned int serial = tdx_serial; local
43 if (serial) {
45 * Convert to Linux serial number format (hexadecimal coded
49 while (serial) {
50 array[i--] = serial % 10;
51 serial /= 10;
55 serial = array[0];
57 serial *= 16;
58 serial += array[i];
61 serialnr->low = serial;
    [all...]
  /external/u-boot/drivers/ata/
libata.c 76 unsigned char serial[ATA_ID_SERNO_LEN + 1]; local
81 /* Serial number */
82 ata_id_c_string(id, serial, ATA_ID_SERNO, sizeof(serial));
83 printf("S/N: %s\n\r", serial);
  /external/boringssl/src/crypto/x509v3/
v3_akey.c 104 if (akeyid->serial) {
105 tmp = x509v3_bytes_to_hex(akeyid->serial->data, akeyid->serial->length);
106 X509V3_add_value("serial", tmp, &extlist);
115 * key id. issuer: use the issuers cert issuer and serial number. The default
132 ASN1_INTEGER *serial = NULL; local
175 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
176 if (!isname || !serial) {
197 akeyid->serial = serial;
    [all...]
  /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/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 52 /* TODO: maybe move this serial machinery to a stand-alone module and
81 * Return a small integer serial number for the given pointer.
86 unsigned serial; local
101 serial = (unsigned) (uintptr_t) util_hash_table_get(serials_hash, p);
102 if (!serial) {
106 serial = ++serials_last;
107 if (!serial) {
112 util_hash_table_set(serials_hash, p, (void *) (uintptr_t) serial);
117 *pserial = serial;
124 * Free the serial number for the given pointer
174 unsigned serial; local
    [all...]

Completed in 2995 milliseconds

1 2 3 4 5 6