HomeSort by relevance Sort by last modified time
    Searched defs:octets (Results 1 - 23 of 23) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiSsid.java 32 * Stores SSID octets and handles conversion.
44 public final ByteArrayOutputStream octets = new ByteArrayOutputStream(32); field in class:WifiSsid
73 a.octets.write(val);
90 octets.write('\\');
94 octets.write('"');
98 octets.write('\n');
102 octets.write('\r');
106 octets.write('\t');
110 octets.write(27); //escape char
123 octets.write(val)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java 47 int octets = 0; local
56 if (octets == 4)
73 octets++;
76 return octets == 4;
129 int octets = 0; local
138 if (octets == 8)
154 octets++; // add an extra one as address covers 2 words.
181 octets++;
184 return octets == 8 || doubleColonFound;
  /external/libvorbis/doc/
02-bitpacking.tex 13 native word size of eight bits (octets), sixteen bits, thirty-two bits
19 \subsubsection{octets, bytes and words}
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 76 int saw_digit, octets, ch; local
80 octets = 0;
91 if (++octets > 4)
97 if (octets == 4)
104 if (octets < 4)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERApplicationSpecific.java 16 private final byte[] octets; field in class:DERApplicationSpecific
21 byte[] octets)
25 this.octets = octets;
30 byte[] octets)
32 this(false, tag, octets);
58 this.octets = data;
65 this.octets = tmp;
86 this.octets = bOut.toByteArray();
151 return octets;
    [all...]
  /external/chromium_org/net/quic/
quic_utils.cc 28 const uint8* octets = reinterpret_cast<const uint8*>(data); local
33 hash = hash ^ octets[i];
50 const uint8* octets = reinterpret_cast<const uint8*>(data); local
55 hash = hash ^ uint128(0, octets[i]);
  /external/tcpdump/
print-cnfp.c 71 u_int32_t octets; member in struct:nfrec
185 printf("tos %u, %u (%u octets) %s",
188 EXTRACT_32BITS(&nr->octets), buf);
print-sflow.c 299 u_int8_t octets[8]; member in struct:sflow_vlan_counter_t
327 printf("\n\t In octets %" PRIu64
337 printf("\n\t Out octets %" PRIu64
395 printf("\n\t in high prio frames %u, in high prio octets %" PRIu64,
398 printf("\n\t in norm prio frames %u, in norm prio octets %" PRIu64,
406 printf("\n\t out high prio frames %u, out high prio octets %" PRIu64
411 printf("\n\t in hc high prio octets %" PRIu64
412 ", in hc norm prio octets %" PRIu64
413 ", out hc high prio octets %" PRIu64,
430 printf("\n\t vlan_id %u, octets %" PRIu6
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h 42 uint8 octets[3]; member in struct:tsinfo
91 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT)
92 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \
94 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT)
95 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \
98 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \
100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 621 * of octets
622 * @return the number of septets or octets in the user data payload
654 * userDataLength is the count of octets, so just subtract the
673 // Return the number of octets
799 int octets = newMsgBody.length() * 2; local
801 if (octets > MAX_USER_DATA_BYTES) {
810 if (octets <= 9 * (max_user_data_bytes_with_header - 2))
814 ted.msgCount = (octets + (max_user_data_bytes_with_header - 1)) /
817 max_user_data_bytes_with_header) - octets) / 2;
820 ted.codeUnitsRemaining = (MAX_USER_DATA_BYTES - octets)/2
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 493 int octets = ted.codeUnitCount * 2; local
494 if (octets > SmsConstants.MAX_USER_DATA_BYTES) {
504 if (octets <= 9 * (max_user_data_bytes_with_header - 2))
508 ted.msgCount = (octets + (max_user_data_bytes_with_header - 1)) /
511 max_user_data_bytes_with_header) - octets) / 2;
514 ted.codeUnitsRemaining = (SmsConstants.MAX_USER_DATA_BYTES - octets)/2;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 912 ushort key_len; /* octets in key material */
3014 uint8 octets[3]; member in struct:tsinfo_arg
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 355 milliseconds