HomeSort by relevance Sort by last modified time
    Searched full:typelength (Results 1 - 15 of 15) 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/icu/icu4c/source/i18n/
ucol_res.cpp 113 int32_t typeLength = uprv_strlen(collationType);
114 if(typeLength >= UPRV_LENGTHOF(type)) {
118 uprv_memcpy(type, collationType, typeLength + 1);
183 int32_t typeLength = requested.getKeywordValue("collation",
189 type[typeLength] = 0; // in case of U_NOT_TERMINATED_WARNING
190 if(typeLength == 0) {
321 int32_t typeLength = uprv_strlen(type);
326 typeLength > 6 && uprv_strncmp(type, "search", 6) == 0) {
  /frameworks/base/wifi/java/android/net/wifi/aware/
TlvBufferUtils.java 142 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
159 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
183 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
197 * For an LV formatted structure (i.e. typeLength=0 in
213 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
231 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
249 * type. For an LV formatted structure (i.e. typeLength=0 in
  /frameworks/base/core/java/android/content/
ClipDescription.java 128 final int typeLength = desiredType.length();
129 if (typeLength == 3 && desiredType.equals("*/*")) {
135 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') {
IntentFilter.java     [all...]
  /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:__anon53605
    [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:__anon55471
    [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 
google-java-format-all-deps.jar 

Completed in 974 milliseconds