HomeSort by relevance Sort by last modified time
    Searched refs:Pointer (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/valgrind/main/none/tests/x86/
int.stderr.exp 4 GPF (Pointer out of bounds?)
  /external/chromium/base/
rand_util_posix.cc 48 int urandom_fd = g_urandom_fd.Pointer()->fd();
60 return g_urandom_fd.Pointer()->fd();
lazy_instance.h 10 // and Pointer() will always return the same, completely initialized instance.
31 // MyClass* ptr = my_instance.Pointer();
72 // a null pointer. This allows us to completely sidestep registering
119 return *Pointer();
122 Type* Pointer() {
137 // synchronization between different threads calling Pointer().
lazy_instance_unittest.cc 50 EXPECT_EQ(12, lazy_->Pointer()->some_int());
73 lazy_logger.Pointer();
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.h 84 template<typename Pointer>
85 TextStream& operator<<(TextStream& ts, Pointer* t)
  /external/zlib/contrib/delphi/
ZLib.pas 19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
33 internal: Pointer; // not visible by applications
37 AppData: Pointer; // private data object passed to zalloc and zfree
62 stream will raise an exception. Using Seek to move the stream pointer
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
116 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
286 typename Pointer,
325 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
116 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
286 typename Pointer,
325 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
116 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
286 typename Pointer,
325 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /external/zlib/contrib/pascal/
zlibpas.pas 16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
18 free_func = procedure(opaque, address: Pointer);
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
37 state: Pointer; (* not visible by applications *)
41 opaque: Pointer; (* private data object passed to zalloc and zfree *)
109 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
110 out_fn: out_func; out_desc: Pointer): Integer;
216 function _malloc(Size: Integer): Pointer; cdecl
    [all...]
example.pas 56 procedure test_compress(compr: Pointer; comprLen: LongInt;
57 uncompr: Pointer; uncomprLen: LongInt);
83 uncompr: Pointer;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
230 uncompr: Pointer; uncomprLen : LongInt);
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
273 uncompr: Pointer; uncomprLen: LongInt);
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
325 uncompr: Pointer; uncomprLen: LongInt)
    [all...]
  /external/chromium/chrome/browser/chromeos/
browser_main_chromeos.cc 47 message_loop->AddObserver(g_message_loop_observer.Pointer());
  /external/chromium/net/base/
test_root_certs.cc 39 return g_test_root_certs.Pointer();