/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | IPAddress.java | 49 int octet; in isValidIPv4() local 65 octet = Integer.parseInt(temp.substring(start, pos)); in isValidIPv4() 71 if (octet < 0 || octet > 255) in isValidIPv4() 131 int octet; in isValidIPv6() local 163 octet = Integer.parseInt(temp.substring(start, pos), 16); in isValidIPv6() 169 if (octet < 0 || octet > 0xffff) in isValidIPv6()
|
/external/ipsec-tools/src/racoon/ |
D | prsa_tok.l | 50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5]))) 51 addr4 {octet}\.{octet}\.{octet}\.{octet}
|
/external/nanohttpd/core/src/main/resources/META-INF/nanohttpd/ |
D | default-mimetypes.properties | 26 zip=application/octet-stream 27 exe=application/octet-stream 28 class=application/octet-stream
|
/external/ImageMagick/coders/ |
D | wbmp.c | 330 octet; in WBMPWriteInteger() local 337 octet=(unsigned char) ((value >> bits) & 0x7f); in WBMPWriteInteger() 338 if ((flag == 0) && (octet != 0)) in WBMPWriteInteger() 343 buffer[4-i]=octet | (i && (flag || octet))*(0x01 << 7); in WBMPWriteInteger()
|
/external/curl/tests/data/ |
D | test1099 | 36 mode: octet 39 mode: octet
|
D | test2004 | 47 mode: octet 50 mode: octet
|
D | test2003 | 92 mode: octet 95 mode: octet
|
D | test271 | 40 mode: octet
|
D | test283 | 33 mode: octet
|
D | test1009 | 41 mode: octet
|
D | test1049 | 41 mode: octet
|
D | test1093 | 41 mode: octet
|
D | test1007 | 36 mode: octet
|
D | test285 | 41 mode: octet
|
/external/jetty/src/resources/org/eclipse/jetty/http/ |
D | mime.properties | 12 bin = application/octet-stream 25 dms = application/octet-stream 32 exe = application/octet-stream 59 lha = application/octet-stream 60 lzh = application/octet-stream 79 msi = application/octet-stream
|
/external/autotest/client/bin/ |
D | test_config.py | 161 octet = "([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])" 162 pattern = "^" + octet1 + "\.(" + octet + "\.){2}" + octet + "$"
|
/external/srtp/crypto/test/ |
D | datatypes_driver.c | 158 b.octet[i] = i; in byte_order() 160 c.octet[i] = i; in byte_order() 162 d.octet[i] = i; in byte_order()
|
/external/netperf/src/missing/ |
D | getaddrinfo.c | 286 int octet; local 291 for (j = 0, octet = 0; '0' <= *s && *s <= '9' && j < 3; s++, j++) 292 octet = octet * 10 + (*s - '0'); 293 if (j == 0 || octet > 255 || *s != delimiters[i])
|
/external/wpa_supplicant_8/src/tls/ |
D | asn1.c | 177 static u8 rotate_bits(u8 octet) in rotate_bits() argument 185 if (octet & 1) in rotate_bits() 187 octet >>= 1; in rotate_bits()
|
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 596 public static boolean isBase64(byte octet) { in isBase64() argument 597 … return octet == PAD || (octet >= 0 && octet < DECODE_TABLE.length && DECODE_TABLE[octet] != -1); in isBase64()
|
/external/autotest/client/cros/tendo/n_faced_peerd/ |
D | service.py | 88 dbus_ip = dbus.Array([dbus.Byte(int(octet)) 89 for octet in self.ip_info.addr.split('.')])
|
/external/libpcap/ |
D | README.sita | 59 - Packet direction (in/out) (1 octet) 60 - Link layer hardware signal status (1 octet) 62 - Encapsulated WAN protocol ID (1 octet)
|
/external/v8/src/js/ |
D | uri.js | 56 function URIAddEncodedOctetToBuffer(octet, result, index) { argument 58 result[index++] = hexCharCodeArray[octet >> 4]; 59 result[index++] = hexCharCodeArray[octet & 0x0F];
|
/external/valgrind/none/tests/scripts/ |
D | bug338606.vgtest | 3 # Warning: unknown mime-type for "hello\n" -- using "application/octet-stream"
|
/external/avahi/avahi-compat-howl/include/corby/ |
D | buffer.h | 73 sw_uint8 octet, 85 sw_uint8 * octet,
|