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

  /external/chromium_org/third_party/webrtc/base/
macconversion.cc 67 SInt32 sint32; local
68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
69 if (converted) *i = static_cast<int>(sint32);
  /external/lldb/tools/debugserver/source/
DNBDefs.h 283 int32_t sint32; member in union:DNBRegisterValue::__anon29999
DNBRegisterInfo.cpp 93 case 4: snprintf(str, sizeof(str), "%d", value.sint32); break;
161 snprintf(str, sizeof(str), "%s", "sint32 { ");
  /external/protobuf/editors/
proto.vim 63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 353 TEST_SCALAR_EXTENSIONS_SPACE_USED(sint32 , 105);
429 TEST_REPEATED_EXTENSIONS_SPACE_USED(sint32 , int32 , 105);
  /external/lldb/test/python_api/sbdata/
TestSBData.py 261 self.assertTrue(data2.sint32[0:2] == [2,-2], 'signed32 data2 = [2,-2]')
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 102 typedef int32_t Sint32;
130 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 102 typedef int32_t Sint32;
130 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 102 typedef int32_t Sint32;
130 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 102 typedef int32_t Sint32;
130 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc 430 TEST_SCALAR_EXTENSIONS_SPACE_USED(sint32 , 105);
507 TEST_REPEATED_EXTENSIONS_SPACE_USED(sint32 , int32 , 105);
  /external/lldb/scripts/Python/interface/
SBData.i 284 __swig_getmethods__["sint32"] = _make_helper_sint32
285 if _newclass: sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-like object out of which you can read sint32 values.''')
315 if _newclass: sint32s = property(_read_all_sint32, None, doc='''A read only property that returns an array with all the contents of this SBData represented as sint32 values.''')
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 63 milliseconds