Searched refs:reference (Results 201 - 225 of 924) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dsequence.pxd22 # Return value: New reference.
28 # Return value: New reference.
34 # Return value: New reference.
40 # Return value: New reference.
47 # Return value: New reference.
52 # Return value: New reference.
60 # v". This function does not steal a reference to v.
93 # Return value: New reference.
98 # Return value: New reference.
100 # sequence o or NULL on failure. If o is a tuple, a new reference
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc86 const chrome::spellcheck_common::WordSet& reference = local
93 if (reference.size() != dictionary.size() ||
94 !std::equal(reference.begin(), reference.end(), dictionary.begin())) {
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h240 float ref_value; /**< reference value */
329 struct pipe_reference reference; member in struct:pipe_surface
360 struct pipe_reference reference; member in struct:pipe_sampler_view
402 struct pipe_reference reference; member in struct:pipe_resource
478 struct pipe_reference reference; member in struct:pipe_stream_output_target
/external/chromium_org/third_party/skia/dm/
H A DDMUtil.cpp56 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap) { argument
57 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk25 # Name of the module that the app will reference with System.loadLibrary
31 # Makes the skia shared object get pulled in as a reference
/external/chromium_org/v8/benchmarks/
H A Dbase.js63 // addition to the reference timing that the final score will be based
64 // on. This way, all scores are relative to a reference run and higher
66 function BenchmarkSuite(name, reference, benchmarks) {
68 this.reference = reference;
179 var score = this.reference / mean;
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp20 typedef const _E& reference; typedef in class:std::initializer_list
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp44 typedef const _E& reference; typedef in class:std::initializer_list
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... framework.ServiceReference) org.osgi.framework.ServiceReference reference org.eclipse.equinox.internal.event. ...
/external/guava/guava/src/com/google/common/base/
H A DFinalizableReferenceQueue.java30 * A reference queue with an associated background thread that dequeues references and invokes
33 * <p>Keep a strong reference to this object until all of the associated referents have been
42 * The Finalizer thread keeps a phantom reference to this object. When the client (for example, a
43 * map built by MapMaker) no longer has a strong reference to this object, the garbage collector
44 * will reclaim it and enqueue the phantom reference. The enqueued reference will trigger the
51 * have a strong reference back to the class loader. Otherwise, you could have a graph like this:
57 * thread keeps an indirect strong reference to the queue in ReferenceMap, which keeps the
68 * Now, Finalizer no longer keeps an indirect strong reference to the static
90 * The actual reference queu
[all...]
/external/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iterator/
H A Dtypes.pass.cpp24 // typedef back_insert_iterator<Cont>& reference;
51 static_assert((std::is_same<typename R::reference, R&>::value), "");
/external/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/
H A Dtypes.pass.cpp24 // typedef front_insert_iterator<Cont>& reference;
52 static_assert((std::is_same<typename R::reference, R&>::value), "");
/external/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iterator/
H A Dtypes.pass.cpp25 // typedef insert_iterator<Cont>& reference;
56 static_assert((std::is_same<typename R::reference, R&>::value), "");
/external/libcxx/test/language.support/support.initlist/
H A Dtypes.pass.cpp15 // typedef const E& reference;
31 static_assert((std::is_same<std::initializer_list<A>::reference, const A&>::value), "");
/external/libcxx/test/re/re.iter/re.regiter/
H A Dtypes.pass.cpp22 // typedef const value_type& reference;
37 static_assert((std::is_same<typename I::reference, const std::match_results<const CharT*>&>::value), "");
/external/libcxx/test/re/re.iter/re.tokiter/
H A Dtypes.pass.cpp22 // typedef const value_type& reference;
37 static_assert((std::is_same<typename I::reference, const std::sub_match<const CharT*>&>::value), "");
/external/libcxx/test/utilities/memory/default.allocator/
H A Dallocator_types.pass.cpp22 // typedef typename add_lvalue_reference<T>::type reference;
41 static_assert((std::is_same<std::allocator<char>::reference, char&>::value), "");
/external/libedit/doc/
H A Dmdoc2man.awk29 reference=0
180 reference=1
199 reference=0
200 } else if(reference) {
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h240 float ref_value; /**< reference value */
329 struct pipe_reference reference; member in struct:pipe_surface
360 struct pipe_reference reference; member in struct:pipe_sampler_view
402 struct pipe_reference reference; member in struct:pipe_resource
478 struct pipe_reference reference; member in struct:pipe_stream_output_target
/external/skia/dm/
H A DDMUtil.cpp38 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap) { argument
39 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk25 # Name of the module that the app will reference with System.loadLibrary
31 # Makes the skia shared object get pulled in as a reference
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
H A DBuilderSetSourceFile.java37 import org.jf.dexlib2.iface.reference.StringReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DClassDef.java34 import org.jf.dexlib2.iface.reference.TypeReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderFieldReference.java34 import org.jf.dexlib2.base.reference.BaseFieldReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DStringPool.java34 import org.jf.dexlib2.iface.reference.StringReference;

Completed in 6483 milliseconds

1234567891011>>