HomeSort by relevance Sort by last modified time
    Searched defs:reference (Results 1 - 25 of 1508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/prefs/
pref_value_map_unittest.cc 50 PrefValueMap reference; local
51 EXPECT_TRUE(reference.SetValue("b", Value::CreateStringValue("test")));
52 EXPECT_TRUE(reference.SetValue("c", Value::CreateStringValue("test")));
53 EXPECT_TRUE(reference.SetValue("e", Value::CreateStringValue("test")));
59 reference.GetDifferingKeys(&check, &differing_paths);
69 reference.GetDifferingKeys(&check, &differing_paths);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
i915_sw_fence.c 9 struct pipe_reference reference; member in struct:i915_sw_fence
17 pipe_reference_init(&fence->reference, 1);
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->reference)) {
  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_fence.c 9 struct pipe_reference reference; member in struct:i915_sw_fence
17 pipe_reference_init(&fence->reference, 1);
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->reference)) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/
types.pass.cpp 19 // typedef typename container_type::reference reference;
44 typedef int& reference; typedef in struct:C
54 static_assert((std::is_same<std::priority_queue<int>::reference, std::vector<int>::reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
42 typedef int& reference; typedef in struct:C
52 static_assert((std::is_same<std::queue<int>::reference, std::deque<int>::reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
43 typedef int& reference; typedef in struct:C
53 static_assert((std::is_same<std::stack<int>::reference, std::deque<int>::reference>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 18 // typedef typename Iter::reference reference;
32 typedef A& reference; typedef in struct:test_iterator
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 26 class Pointer = T*, class Reference = T&>
32 typedef Reference reference; typedef in struct:boost::iterator
40 template <class Category, class T, class Distance, class Pointer, class Reference>
42 struct iterator_base : std::iterator<Category, T, Distance, Pointer, Reference> {};
46 typedef Reference reference;
54 class Pointer = T*, class Reference = T&>
55 struct iterator : boost::detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 59 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntry.java 49 * A weak reference to <code>this</code> used to detect GC of entries.
53 private final BasicPoolEntryRef reference; field in class:BasicPoolEntry
60 * @param queue the reference queue for tracking GC of this entry,
70 this.reference = new BasicPoolEntryRef(this, queue);
82 return this.reference;
  /external/chromium_org/base/prefs/
pref_value_map_unittest.cc 64 PrefValueMap reference; local
65 EXPECT_TRUE(reference.SetValue("b", new StringValue("test")));
66 EXPECT_TRUE(reference.SetValue("c", new StringValue("test")));
67 EXPECT_TRUE(reference.SetValue("e", new StringValue("test")));
73 reference.GetDifferingKeys(&check, &differing_paths);
83 reference.GetDifferingKeys(&check, &differing_paths);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_fence.h 43 struct pipe_reference reference; member in struct:lp_fence
81 if (pipe_reference(&old->reference, &f->reference)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_sampler_view.h 46 * the texture and in there by holding a reference
52 * texture has a reference take for as long as
60 struct pipe_reference reference; member in struct:svga_sampler_view
94 if (pipe_reference_described(&(*ptr)->reference, &v->reference,
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
i915_drm_fence.c 15 struct pipe_reference reference; member in struct:i915_drm_fence
25 pipe_reference_init(&fence->reference, 1);
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) {

Completed in 7168 milliseconds

1 2 3 4 5 6 7 8 91011>>