/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/ |
SSLSessionBindingEventTest.java | 49 SSLSessionBindingEvent ref = (SSLSessionBindingEvent) oref; local 51 assertEquals(ref.getName(), test.getName());
|
/external/clang/test/Misc/ |
diag-aka-types.cpp | 9 const foo_t &ref = foo_t(); variable 10 char c2 = ref; // expected-error{{'const foo_t' (aka 'const X')}}
|
/external/curl/scripts/ |
log2changes.pl | 34 my $ref = $2; 35 if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) {
|
/external/eigen/demos/mix_eigen_and_c/ |
binary_library.cpp | 33 inline C_MatrixXd* eigen_to_c(MatrixXd& ref) 35 return reinterpret_cast<C_MatrixXd*>(&ref); 38 inline const C_MatrixXd* eigen_to_c(const MatrixXd& ref) 40 return reinterpret_cast<const C_MatrixXd*>(&ref); 55 inline C_Map_MatrixXd* eigen_to_c(Map<MatrixXd>& ref) 57 return reinterpret_cast<C_Map_MatrixXd*>(&ref); 60 inline const C_Map_MatrixXd* eigen_to_c(const Map<MatrixXd>& ref) 62 return reinterpret_cast<const C_Map_MatrixXd*>(&ref);
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
GcFinalizationTest.java | 24 import java.lang.ref.WeakReference; 75 final WeakReference<Object> ref = new WeakReference<Object>(new Object()); local 76 GcFinalization.awaitClear(ref); 77 assertNull(ref.get()); 160 final WeakReference<Object> ref = new WeakReference<Object>(Boolean.TRUE); local 162 GcFinalization.awaitClear(ref); 200 final WeakReference<Object> ref = new WeakReference<Object>( local 213 assertNull(ref.get());
|
/external/libchrome/base/memory/ |
weak_ptr.cc | 18 // The flag being invalidated with a single ref implies that there are no 73 WeakPtrBase::WeakPtrBase(const WeakReference& ref) : ref_(ref) {
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
make_tuple.pass.cpp | 28 std::tuple<int, int&, float&> t = std::make_tuple(1, std::ref(i), 29 std::ref(j));
|
/external/libweave/third_party/chromium/base/memory/ |
weak_ptr.cc | 63 WeakPtrBase::WeakPtrBase(const WeakReference& ref) : ref_(ref) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
make_tuple.pass.cpp | 26 std::tuple<int, int&, float&> t = std::make_tuple(1, std::ref(i), 27 std::ref(j));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutAction.java | 32 ChangeLayoutRefactoring ref = new ChangeLayoutRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new ChangeLayoutWizard(ref, mDelegate);
|
ChangeViewAction.java | 32 ChangeViewRefactoring ref = new ChangeViewRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new ChangeViewWizard(ref, mDelegate);
|
ExtractIncludeAction.java | 32 ExtractIncludeRefactoring ref = new ExtractIncludeRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new ExtractIncludeWizard(ref, mDelegate);
|
ExtractStyleAction.java | 32 ExtractStyleRefactoring ref = new ExtractStyleRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new ExtractStyleWizard(ref, mDelegate);
|
UnwrapAction.java | 32 UnwrapRefactoring ref = new UnwrapRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new UnwrapWizard(ref, mDelegate);
|
UseCompoundDrawableAction.java | 32 UseCompoundDrawableRefactoring ref = new UseCompoundDrawableRefactoring( local 34 RefactoringWizard wizard = new UseCompoundDrawableWizard(ref, mDelegate);
|
WrapInAction.java | 32 WrapInRefactoring ref = new WrapInRefactoring(mFile, mDelegate, local 34 RefactoringWizard wizard = new WrapInWizard(ref, mDelegate);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
export-class.exp | 63 { export-class-ref.s } \ 65 "export-class-ref-r.o" \ 73 # from the auxiliary shared object and is as follows: ref, lib, dep, def. 78 "-shared -Tdata=0x12340000 tmpdir/export-class-ref-r.o tmpdir/export-class-lib.so" "" \
|
/external/nanopb-c/tests/decode_unittests/ |
decode_unittests.c | 26 pb_bytes_array_t *ref = (pb_bytes_array_t*) *arg; local 28 for (i = 0; i < ref->size; i++) 33 if (byte != ref->bytes[i]) 252 struct { size_t size; uint8_t bytes[10]; } ref; local 254 dest.data.arg = &ref; 258 ref.size = 1; ref.bytes[0] = 0x55; 261 ref.size = 3; ref.bytes[0] = ref.bytes[1] = ref.bytes[2] = 0x55 [all...] |
/art/runtime/ |
compiler_callbacks.h | 42 virtual void ClassRejected(ClassReference ref) = 0;
|
read_barrier.h | 71 static void AssertToSpaceInvariant(mirror::Object* ref) 73 AssertToSpaceInvariant(nullptr, MemberOffset(0), ref); 77 mirror::Object* ref) 80 static void AssertToSpaceInvariant(GcRootSource* gc_root_source, mirror::Object* ref)
|
/art/test/079-phantom/src/ |
Bitmap.java | 17 import java.lang.ref.ReferenceQueue; 18 import java.lang.ref.PhantomReference; 137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); local 138 //System.out.println("dequeued ref " + ref.mNativeData + 139 // " - " + ref); 140 Bitmap.freeNativeStorage(ref.mNativeData); 141 //ref.clear();
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource.java | 22 package org.apache.xml.dtm.ref;
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p2.cpp | 120 void test(B<int> &ref) { 121 test7_function(ref); 131 void test(B<int> &ref) { 132 test8_function(ref);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btAlignedAllocator.h | 82 pointer address ( reference ref ) const { return &ref; } 83 const_pointer address ( const_reference ref ) const { return &ref; }
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.h | 26 void vp9_encode_mv(VP9_COMP *cpi, vpx_writer* w, const MV* mv, const MV* ref,
|