/ndk/sources/host-tools/sed-4.2.1/m4/ |
pathmax.m4 | 1 # pathmax.m4 serial 8
|
selinux-context-h.m4 | 0 # serial 1 -*- Autoconf -*-
|
xalloc.m4 | 1 # xalloc.m4 serial 16
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_event_dispatcher.h | 9 #include "chrome/common/extensions/api/serial.h" 18 // Per-profile dispatcher for events on serial connections. 58 serial::ReceiveError error);
|
serial_connection.cc | 5 #include "chrome/browser/extensions/api/serial/serial_connection.h" 14 #include "chrome/browser/extensions/api/serial/serial_port_enumerator.h" 15 #include "chrome/common/extensions/api/serial.h" 52 io_handler_->CancelRead(api::serial::RECEIVE_ERROR_DISCONNECTED); 53 io_handler_->CancelWrite(api::serial::SEND_ERROR_DISCONNECTED); 76 io_handler_->CancelRead(api::serial::RECEIVE_ERROR_NONE); 132 const api::serial::ConnectionOptions& options) { 145 io_handler_->CancelRead(api::serial::RECEIVE_ERROR_NONE); 154 bool SerialConnection::GetInfo(api::serial::ConnectionInfo* info) const { 175 // it is a reasonable assumption that serial port names are ASCII [all...] |
/external/grub/stage2/ |
serial.h | 0 /* serial.h - serial device interface */ 81 /* Return the port number for the UNITth serial device. */ 84 /* Initialize a serial device. */ 89 /* Set the file name of a serial device (or a pty device). This is a
|
serial.c | 0 /* serial.c - serial device interface */ 24 #include <serial.h> 49 /* Store the port number of a serial unit. */ 117 /* Return the port number for the UNITth serial device. */ 127 /* Initialize a serial device. PORT is the port number for a serial device. 179 /* Get rid of TERM_NEED_INIT from the serial terminal. */ 181 if (grub_strcmp (term_table[i].name, "serial") == 0) 187 /* FIXME: should check if the serial terminal was found. * [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
XmlParseUtils.java | 31 @SuppressWarnings("serial") 38 @SuppressWarnings("serial") 45 @SuppressWarnings("serial") 52 @SuppressWarnings("serial") 60 @SuppressWarnings("serial")
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_akey.c | 94 if(akeyid->serial) { 95 tmp = hex_to_string(akeyid->serial->data, 96 akeyid->serial->length); 97 X509V3_add_value("serial", tmp, &extlist); 106 * issuer: use the issuers cert issuer and serial number. The default is 121 ASN1_INTEGER *serial = NULL; local 174 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert)); 175 if(!isname || !serial) 198 akeyid->serial = serial; [all...] |
/external/icu4c/samples/ucnv/ |
flagcb.c | 147 q,q->serial, q->magic); 150 q, q->serial, name, q->magic); 159 newCtx->serial = debugCB_nextSerial(); 166 printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial); 184 printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->converter, u_errorName(*err)); 188 fprintf(stderr, "debugCB_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic); 258 printf("debugCB_fromU: Context %p:%d closing\n", ctx, ctx->serial); 276 ctx->serial = debugCB_nextSerial(); 281 fprintf(stderr, "debugCB:openContext opened[%p] = serial #%d\n", ctx, ctx->serial) [all...] |
/external/openssl/crypto/x509v3/ |
v3_akey.c | 94 if(akeyid->serial) { 95 tmp = hex_to_string(akeyid->serial->data, 96 akeyid->serial->length); 97 X509V3_add_value("serial", tmp, &extlist); 106 * issuer: use the issuers cert issuer and serial number. The default is 121 ASN1_INTEGER *serial = NULL; local 174 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert)); 175 if(!isname || !serial) 198 akeyid->serial = serial; [all...] |
/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/chromium_org/rlz/mac/lib/ |
machine_id_mac.cc | 133 // SHA1 of this harder, also append the system's serial number. 134 CFStringRef serial = CopySerialNumber(); local 135 if (serial) { 138 *data += UTF8ToUTF16("serial:") + base::SysCFStringRefToUTF16(serial); 139 CFRelease(serial);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_texture.h | 87 uint32_t serial; member in struct:rbug_proto_texture_list_reply 95 uint32_t serial; member in struct:rbug_proto_texture_info_reply 115 uint32_t serial; member in struct:rbug_proto_texture_read_reply 158 uint32_t serial, 164 uint32_t serial, 182 uint32_t serial,
|
rbug_core.c | 149 uint32_t serial, 158 LEN(4); /* serial */ 169 WRITE(4, uint32_t, serial); /* serial */ 187 uint32_t serial, 197 LEN(4); /* serial */ 209 WRITE(4, uint32_t, serial); /* serial */ 314 READ(4, uint32_t, serial); /* serial */ [all...] |
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_texture.h | 87 uint32_t serial; member in struct:rbug_proto_texture_list_reply 95 uint32_t serial; member in struct:rbug_proto_texture_info_reply 115 uint32_t serial; member in struct:rbug_proto_texture_read_reply 158 uint32_t serial, 164 uint32_t serial, 182 uint32_t serial,
|
rbug_core.c | 149 uint32_t serial, 158 LEN(4); /* serial */ 169 WRITE(4, uint32_t, serial); /* serial */ 187 uint32_t serial, 197 LEN(4); /* serial */ 209 WRITE(4, uint32_t, serial); /* serial */ 314 READ(4, uint32_t, serial); /* serial */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_core.c | 177 rbug_texture_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 193 rbug_send_texture_list_reply(tr_rbug->con, serial, texs, i, NULL); 200 rbug_texture_info(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 222 rbug_send_texture_info_reply(tr_rbug->con, serial, 241 rbug_texture_read(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 276 rbug_send_texture_read_reply(tr_rbug->con, serial, 296 rbug_context_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 312 rbug_send_context_list_reply(tr_rbug->con, serial, ctxs, i, NULL); 319 rbug_context_info(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 348 rbug_send_context_info_reply(tr_rbug->con, serial, 783 uint32_t serial; local [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_core.c | 177 rbug_texture_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 193 rbug_send_texture_list_reply(tr_rbug->con, serial, texs, i, NULL); 200 rbug_texture_info(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 222 rbug_send_texture_info_reply(tr_rbug->con, serial, 241 rbug_texture_read(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 276 rbug_send_texture_read_reply(tr_rbug->con, serial, 296 rbug_context_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 312 rbug_send_context_list_reply(tr_rbug->con, serial, ctxs, i, NULL); 319 rbug_context_info(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) 348 rbug_send_context_info_reply(tr_rbug->con, serial, 783 uint32_t serial; local [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NameSpace.java | 36 * @serial */ 40 * @serial */ 44 * @serial */
|
/external/chromium_org/chrome/test/chromedriver/net/ |
adb_client_socket.h | 23 const std::string& serial, 28 const std::string& serial, 34 const std::string& serial,
|
/external/chromium_org/third_party/openssl/openssl/android.testssl/ |
CAss.cnf | 43 serial = $dir/serial # The current serial number
|
/external/libogg/doc/libogg/ |
ogg_page_serialno.html | 20 <p>Returns the unique serial number for the logical bitstream of this page. Each page contains the serial number for the logical bitstream that it belongs to. 44 <i>n</i> is the serial number for this page.</li>
|
/external/openssh/openbsd-compat/ |
bsd-statvfs.h | 52 fsfilcnt_t f_files; /* Total number of file serial numbers. */ 53 fsfilcnt_t f_ffree; /* Total number of free file serial numbers. */ 54 fsfilcnt_t f_favail; /* Number of file serial numbers available to */
|
/external/openssl/android.testssl/ |
CAss.cnf | 43 serial = $dir/serial # The current serial number
|