HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 626 - 650 of 1627) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 72 tree ref; member in struct:ao_ref_s
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 72 tree ref; member in struct:ao_ref_s
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 72 tree ref; member in struct:ao_ref_s
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 72 tree ref; member in struct:ao_ref_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 426 throw_allocator_base::print_to_string(std::string& s, const_reference ref)
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc.h 47 __u32 ref; member in struct:tipc_portid
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc.h 47 __u32 ref; member in struct:tipc_portid
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc.h 47 __u32 ref; member in struct:tipc_portid
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 426 throw_allocator_base::print_to_string(std::string& s, const_reference ref)
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 426 throw_allocator_base::print_to_string(std::string& s, const_reference ref)
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 426 throw_allocator_base::print_to_string(std::string& s, const_reference ref)
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 426 throw_allocator_base::print_to_string(std::string& s, const_reference ref)
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 56 public WrapInWizard(WrapInRefactoring ref, LayoutEditorDelegate editor) {
57 super(ref, editor);
63 WrapInRefactoring ref = (WrapInRefactoring) getRefactoring(); local
64 String oldType = ref.getOldType();
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 174 if (ref $args->{types} eq 'ARRAY') {
359 if (ref($start) && $start->isa('ANTLR::Runtime::Token')) {
363 if (ref($start) && $stop->isa('ANTLR::Runtime::Token')) {
  /external/chromium/googleurl/src/
url_canon_fileurl.cc 143 CanonicalizeRef(source.ref, parsed.ref, output, &new_parsed->ref);
gurl.cc 147 DCHECK(test_url.parsed_.ref == parsed_.ref);
304 other.parsed_.ref.reset();
348 if (parsed_.ref.len >= 0) {
352 parsed_.ref.begin - parsed_.path.begin - 1);
  /external/eigen/test/eigen2/
eigen2_sparse_product.cpp 12 template<typename SparseMatrixType> void sparse_product(const SparseMatrixType& ref)
14 const int rows = ref.rows();
15 const int cols = ref.cols();
  /external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java 253 RemoteRef ref = (RemoteRef)rvalue; local
254 rvalue = createProxy(ref.oid, ref.classname);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java 102 AccountManager ref = AccountManager.get(activity); local
104 assertTrue(ref == accountManager);
105 assertThat(ref, equalTo(accountManager));
  /external/skia/src/core/
SkOrderedWriteBuffer.cpp 176 SkPixelRef* ref = bitmap.pixelRef(); local
177 if (ref != NULL) {
178 SkAutoDataUnref data(ref->refEncodedData());
  /external/v8/test/mjsunit/
mirror-array.js 79 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON');
80 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
81 assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property");
91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON");
101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 106 SkBitmapRef* ref = new SkBitmapRef(copy); local
107 RefPtr<Image> image = BitmapImage::create(ref, 0);
108 ref->unref();
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 282 SkPixelRef* ref = nativeBitmap ? nativeBitmap->pixelRef() : 0; local
283 if (ref == NULL) {
288 SkSafeRef(ref);
289 ref->lockPixels();
297 pixmap.data = (uint8_t*)ref->pixels();
305 _env->SetIntField(out_sur, gSurface_NativePixelRefFieldID, (int)ref);
307 ref->unlockPixels();
308 SkSafeUnref(ref);
453 SkPixelRef* ref = (SkPixelRef*)(_env->GetIntField(surface, local
455 if (ref) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
774 UChar *ref, *cand, *ncand = NULL, *cur8; local
801 ref = video->forwardRefVop->yChan; /* origin of actual frame */
840 ncand = ref + imin + jmin * lx;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
849 ncand = ref + imin + jmin * lx;
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
865 ncand = ref + imin + jmin * lx;
883 cand = ref + i + j * lx;
906 cand = ref + i + j * lx
1269 UChar *cand, *ref; local
    [all...]
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 250 // Without ref, the whole url is guaranteed to be ASCII-only.
251 if (m_parsed.ref.is_nonempty())
301 // characters is 'ref' at the end of the string. In that case,
318 if (m_parsed.ref.is_nonempty())
398 // we know it's ASCII when there is no ref.
399 if (parsed.ref.is_nonempty())
532 if (!m_url.m_parsed.ref.is_valid())
536 return m_url.componentString(m_url.m_parsed.ref);
542 // FIXME determine if KURL.cpp agrees about an empty ref
543 return m_url.m_parsed.ref.len >= 0
    [all...]

Completed in 1153 milliseconds

<<21222324252627282930>>