HomeSort by relevance Sort by last modified time
    Searched refs:intval (Results 1 - 19 of 19) 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/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libpython_in_gdb.py 100 intval = self.pyobject_fromcode('PyInt_FromLong(100)')
101 self.assertEqual(type(intval), libpython.PyIntObjectPtr)
102 self.assertEqual(self.get_repr(intval), '100')
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.h 67 u8 action, u16 intval, struct wpabuf *tfs_req);
wnm_sta.c 50 u8 action, u16 intval, struct wpabuf *tfs_req)
76 wnmsleep_ie->intval = host_to_le16(intval);
138 "(action=%d, intval=%d)", action, intval);
285 "frame (action=%d, intval=%d)",
286 wnmsleep_ie->action_type, wnmsleep_ie->intval);
295 "(action=%d, intval=%d)",
296 wnmsleep_ie->action_type, wnmsleep_ie->intval);
ctrl_iface.c 5517 int intval = 0; local
    [all...]
  /external/smack/src/org/xbill/DNS/
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;
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;
  /external/wpa_supplicant_8/src/ap/
wnm_ap.c 47 u8 action_type, u16 intval)
76 wnmsleep_ie.intval = host_to_le16(intval);
239 le_to_host16(wnmsleep_ie->intval));
  /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/clang/test/CodeGen/
x86_64-arguments.c 396 struct test51_s { __uint128_t intval; }; member in struct:test51_s
  /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/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/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.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 708 milliseconds