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

  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 92 int32_t intval; local
94 parcel.readInt32(&intval);
95 EXPECT_EQ(timeMs, intval);
99 int32_t intval; local
101 parcel.readInt32(&intval);
103 const char* data = (const char*) parcel.readInplace(intval);
106 EXPECT_EQ(content_len, intval);
  /external/smack/src/org/xbill/DNS/
Record.java 359 int intval = 0; local
365 intval *= 10;
366 intval += (b - '0');
367 if (intval > 255)
372 b = (byte) intval;
382 intval = 0;
Name.java 223 int intval = 0; local
230 intval *= 10;
231 intval += (b - '0');
232 if (intval > 255)
236 b = (byte) intval;
248 intval = 0;
  /external/clang/test/CodeGen/
x86_64-arguments.c 396 struct test51_s { __uint128_t intval; }; member in struct:test51_s
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h 177 } intval; member in struct:tagSQL_INTERVAL_STRUCT
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5517 int intval = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 1225 le16 intval; member in struct:wnm_sleep_element
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 1287 milliseconds