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

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 21 package org.apache.xml.dtm.ref;
SecuritySupport.java 22 package org.apache.xml.dtm.ref;
  /external/chromium/app/sql/
statement.cc 19 // only have to check the ref's validity bit.
25 Statement::Statement(scoped_refptr<Connection::StatementRef> ref)
26 : ref_(ref),
37 void Statement::Assign(scoped_refptr<Connection::StatementRef> ref) {
39 ref_ = ref;
  /external/chromium/chrome/browser/
keychain_mac.h 83 // Calls CFRelease on the given ref, after checking that |ref| is non-NULL.
84 virtual void Free(CFTypeRef ref) const;
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_browsertest.cc 53 url.ref() == "playlist") {
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 3 class Base { // expected-error {{cannot define the implicit default assignment operator for 'Base', because non-static reference member 'ref' can't use default assignment operator}} \
5 int &ref; // expected-note {{declared here}} \ member in class:Base
6 // expected-note{{reference member 'ref' will never be initialized}}
  /external/freetype/src/autofit/
afcjk.h 68 AF_WidthRec ref; member in struct:AF_CJKBlueRec_
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetCache.java 35 import java.lang.ref.WeakReference;
  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 36 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
  /external/markdown/markdown/extensions/
abbr.py 11 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref.
14 ... *[REF]: Abbreviation Reference
17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>'
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 351 FSRef *ref; local
369 ref = GetFileForOffset (cdrom, start, length, &startFrame, &stopFrame);
370 if (ref == NULL) {
375 if (LoadFile (ref, startFrame, stopFrame) < 0)
  /external/skia/legacy/src/core/
SkDeviceProfile.cpp 62 gGlobalProfile->ref();
  /external/skia/src/core/
SkAnnotation.cpp 17 data->ref();
SkDeviceProfile.cpp 70 gGlobalProfile->ref();
  /external/skia/src/gpu/gl/
GrGLContextInfo.cpp 63 interface->ref();
  /external/skia/src/image/
SkImage_Codec.cpp 34 fEncodedData->ref();
SkImage_Gpu.cpp 45 fTexture->ref();
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 101 CanonicalPaints()[index].fGraphicState->ref();
150 sMask->ref();
155 invertFunction->ref();
173 noSMaskGS->ref();
  /external/skia/src/utils/mac/
SkStream_mac.cpp 40 stream->ref(); // unref will be called when the provider is deleted
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 110 assertTrue(response.body.scopes[i].object.ref < 0);
112 assertTrue(response.body.scopes[i].object.ref >= 0);
116 found = response.refs[j].handle == response.body.scopes[i].object.ref;
118 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
183 assertTrue(response.body.object.ref < 0);
185 assertTrue(response.body.object.ref >= 0);
189 found = response.refs[i].handle == response.body.object.ref;
191 assertTrue(found, "Scope object " + response.body.object.ref + " not found");
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.h 70 void ref(NodeIndex nodeIndex) function in class:JSC::DFG::Graph
73 // If the value (before incrementing) was at refCount zero then we need to ref its children.
103 // When a node's refCount goes from 0 to 1, it must (logically) recursively ref all of its children, and vice versa.
  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.h 65 fiber->ref();
  /external/webkit/Source/JavaScriptCore/wtf/
RefCounted.h 35 void ref() function in class:WTF::RefCountedBase
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h 38 void ref() { m_refCountAndFlags += s_refCountIncrement; } function in class:WTF::StringImplBase
76 // The bottom 7 bits hold flags, the top 25 bits hold the ref count.
77 // When dereferencing StringImpls we check for the ref count AND the
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8FileReaderCustom.cpp 59 fileReader->ref();

Completed in 1465 milliseconds

<<11121314151617181920>>