/libcore/support/src/test/java/tests/resources/x509/ |
cert-rsa-serial.txt | 0 serial=BFC278DBB294AC42
|
/external/chromium_org/chrome/common/extensions/docs/templates/public/apps/ |
serial.html | 1 {{+partials.standard_apps_api api:apis.serial/}}
|
/external/smack/src/org/xbill/DNS/ |
Serial.java | 6 * Helper functions for doing serial arithmetic. These should be used when 7 * setting/checking SOA serial numbers. SOA serial number arithmetic is 13 public final class Serial { 18 Serial() { 22 * Compares two numbers using serial arithmetic. The numbers are assumed 45 * Increments a serial number. The number is assumed to be a 32 bit unsigned 48 * @param serial The serial number 49 * @return The incremented serial numbe [all...] |
SOARecord.java | 18 private long serial, refresh, retry, expire, minimum; field in class:SOARecord 31 * @param serial The zone's serial number 32 * @param refresh The amount of time until a secondary checks for a new serial 35 * serial number 41 long serial, long refresh, long retry, long expire, long minimum) 46 this.serial = checkU32("serial", serial); 57 serial = in.readU32() [all...] |
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_api.h | 13 #include "chrome/common/extensions/api/serial.h" 42 DECLARE_EXTENSION_FUNCTION("serial.getDevices", SERIAL_GETDEVICES) 56 DECLARE_EXTENSION_FUNCTION("serial.connect", SERIAL_CONNECT) 75 scoped_ptr<serial::Connect::Params> params_; 89 DECLARE_EXTENSION_FUNCTION("serial.update", SERIAL_UPDATE); 101 scoped_ptr<serial::Update::Params> params_; 106 DECLARE_EXTENSION_FUNCTION("serial.disconnect", SERIAL_DISCONNECT) 118 scoped_ptr<serial::Disconnect::Params> params_; 123 DECLARE_EXTENSION_FUNCTION("serial.setPaused", SERIAL_SETPAUSED) 135 scoped_ptr<serial::SetPaused::Params> params_ [all...] |
serial_connection_win.cc | 5 #include "chrome/browser/extensions/api/serial/serial_connection.h" 41 int DataBitsEnumToConstant(api::serial::DataBits data_bits) { 43 case api::serial::DATA_BITS_SEVEN: 45 case api::serial::DATA_BITS_EIGHT: 51 int ParityBitEnumToConstant(api::serial::ParityBit parity_bit) { 53 case api::serial::PARITY_BIT_EVEN: 55 case api::serial::PARITY_BIT_ODD: 57 case api::serial::PARITY_BIT_NO: 63 int StopBitsEnumToConstant(api::serial::StopBits stop_bits) { 65 case api::serial::STOP_BITS_TWO [all...] |
serial_api.cc | 5 #include "chrome/browser/extensions/api/serial/serial_api.h" 11 #include "chrome/browser/extensions/api/serial/serial_connection.h" 12 #include "chrome/browser/extensions/api/serial/serial_event_dispatcher.h" 13 #include "chrome/browser/extensions/api/serial/serial_port_enumerator.h" 14 #include "chrome/common/extensions/api/serial.h" 34 const serial::DataBits kDefaultDataBits = serial::DATA_BITS_EIGHT; 35 const serial::ParityBit kDefaultParityBit = serial::PARITY_BIT_NO; 36 const serial::StopBits kDefaultStopBits = serial::STOP_BITS_ONE [all...] |
serial_connection_posix.cc | 5 #include "chrome/browser/extensions/api/serial/serial_connection.h" 11 #include <linux/serial.h> 92 struct serial_struct serial; local 93 if (ioctl(file, TIOCGSERIAL, &serial) < 0) { 96 serial.flags = (serial.flags & ~ASYNC_SPD_MASK) | ASYNC_SPD_CUST; 97 serial.custom_divisor = serial.baud_base / bitrate; 98 if (serial.custom_divisor < 1) { 99 serial.custom_divisor = 1 [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_serial.html | 1 <h1>Serial Devices</h1> 7 This document describes how to use the <a href="serial.html">serial API</a> to read 8 and write from serial devices. Chrome Apps can also connect to 14 <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/serial">serial</a>, 24 You must add the "serial" permission to the manifest file: 28 "serial" 32 <h2 id="listing">Listing available serial ports</h2> 35 To get a list of available serial ports [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
generic_serial.h | 6 * written for the SX serial driver. 7 * Contains the code that should be shared over all the serial drivers. 17 /* Warning: serial.h defines some ASYNC_ flags, they say they are "only" 18 used in serial.c, but they are also used in all other serial drivers.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
generic_serial.h | 6 * written for the SX serial driver. 7 * Contains the code that should be shared over all the serial drivers. 17 /* Warning: serial.h defines some ASYNC_ flags, they say they are "only" 18 used in serial.c, but they are also used in all other serial drivers.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
generic_serial.h | 6 * written for the SX serial driver. 7 * Contains the code that should be shared over all the serial drivers. 17 /* Warning: serial.h defines some ASYNC_ flags, they say they are "only" 18 used in serial.c, but they are also used in all other serial drivers.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
IssuerSerial.java | 18 ASN1Integer serial; field in class:IssuerSerial 53 serial = ASN1Integer.getInstance(seq.getObjectAt(1)); 63 BigInteger serial) 65 this(issuer, new ASN1Integer(serial)); 70 ASN1Integer serial) 73 this.serial = serial; 83 return serial; 96 * serial CertificateSerialNumber, 106 v.add(serial); [all...] |
/development/ndk/platforms/android-3/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
LexerException.java | 5 @SuppressWarnings("serial")
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
I18nException.java | 3 @SuppressWarnings("serial")
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/ |
_system_properties.h | 53 unsigned volatile serial; member in struct:prop_area 60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) 61 #define SERIAL_DIRTY(serial) ((serial) & 1) 65 unsigned volatile serial; member in struct:prop_info 86 ** 1. serial = pi->serial 87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1 [all...] |