HomeSort by relevance Sort by last modified time
    Searched full:typelength (Results 1 - 19 of 19) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 212 * @param typeLength type length
214 public static void setTypeLength(byte typeID, int typeLength)
218 byteLength = typeLength;
222 booleanLength = typeLength;
226 intLength = typeLength;
230 longLength = typeLength;
234 shortLength = typeLength;
238 floatLength = typeLength;
242 doubleLength = typeLength;
246 voidLength = typeLength;
    [all...]
  /external/skia/animations/
text#1.xml 5 <int id="typeLength" value="0" />
49 <apply id="applyTypeLength" scope="typeLength" >
50 <set id="incValue" field="value" to="typeLength.value + 1" />
53 <set id="setSlice" field="text" to="#script:type.text.slice(0, typeLength.value)" />
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 96 TypeLength = 0,
170 /* First Record i.e., MB = 1, TNF != 0x05 and TypeLength = 0 */
230 &TypeLength,
308 /* Check for the TypeLength, IDLength = 0 */
309 if (TypeLength != 0 || IDLength != 0)
321 BytesTraversed = (BytesTraversed + PayloadLengthByte + IDLengthByte + TypeLength
366 Buffer = (Buffer + PayloadLengthByte + IDLengthByte + TypeLength
407 RecordLength += Record->TypeLength;
469 TypeLength = 0,
494 &TypeLength,
    [all...]
phFriNfc_NdefReg.c 302 /* Second, Match should be done with The Typelength*/
304 NdefReg->RecordsExtracted->TypeLength )
315 NdefReg->RecordsExtracted->TypeLength))
332 NdefReg->RecordsExtracted->TypeLength))
501 /* Second, Match should be done with The Typelength*/
507 NdefReg->RecordsExtracted->TypeLength))
517 NdefReg->RecordsExtracted->TypeLength))
534 NdefReg->RecordsExtracted->TypeLength))
phFriNfc_NdefRecord.h 164 uint8_t TypeLength;
170 * \ref phFriNfc_NdefRecord_t::TypeLength .
476 * \param[out] TypeLength Length of the Type Data.
phLibNfc_ndef_raw.c     [all...]
phLibNfc.h 329 uint8_t TypeLength; /**< Length of the Type field of this NDEF record */
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/nan/
TlvBufferUtils.java 112 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
129 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
150 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
164 * For an LV formatted structure (i.e. typeLength=0 in
180 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
198 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
216 * type. For an LV formatted structure (i.e. typeLength=0 in
  /frameworks/base/core/java/android/content/
ClipDescription.java 124 final int typeLength = desiredType.length();
125 if (typeLength == 3 && desiredType.equals("*/*")) {
131 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') {
IntentFilter.java     [all...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 109 int32_t typeLength = uprv_strlen(collationType);
110 if(typeLength >= UPRV_LENGTHOF(type)) {
114 uprv_memcpy(type, collationType, typeLength + 1);
179 int32_t typeLength = requested.getKeywordValue("collation",
185 type[typeLength] = 0; // in case of U_NOT_TERMINATED_WARNING
186 if(typeLength == 0) {
317 int32_t typeLength = uprv_strlen(type);
322 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) {
  /frameworks/base/core/java/android/nfc/
NdefRecord.java     [all...]
  /dalvik/libdex/
DexDebugInfo.cpp 73 static int typeLength(const char *type) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 238 byte typeLength = 2;
242 data[1] = typeLength;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 362 int typelength; /* length of type string, in bytes */ member in struct:__anon37554
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 359 int typelength; /* length of type string, in bytes */ member in struct:__anon39417
    [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 

Completed in 2097 milliseconds