Searched defs:ref (Results 126 - 150 of 294) sorted by relevance

1234567891011>>

/external/flac/libFLAC/
H A Dlpc.c115 FLAC__double r, err, ref[FLAC__MAX_LPC_ORDER], lpc[FLAC__MAX_LPC_ORDER]; local
129 ref[i] = (r/=err);
/external/freetype/src/autofit/
H A Daflatin.h89 AF_WidthRec ref; member in struct:AF_LatinBlueRec_
/external/freetype/src/base/
H A Dftrfork.c163 FT_RFork_Ref *ref = NULL; local
196 if ( FT_NEW_ARRAY( ref, *count ) )
201 if ( FT_READ_USHORT( ref[j].res_id ) )
210 ref[j].offset = temp & 0xFFFFFFL;
213 ft_qsort( ref, *count, sizeof ( FT_RFork_Ref ),
225 offsets_internal[j] = rdata_pos + ref[j].offset;
231 FT_FREE( ref );
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DBufferUtils.java59 private static final Object ref = new Object(); field in class:BufferUtils
151 trackingHash.put(buffer, ref);
/external/mesa3d/src/pixelflinger2/
H A Dscanline.cpp148 unsigned char StencilOp(const unsigned op, unsigned char s, const unsigned char ref) argument
156 return ref;
323 // const unsigned char sRef = ctx->activeStencil.ref;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDL_syscdrom.c351 FSRef *ref; local
369 ref = GetFileForOffset (cdrom, start, length, &startFrame, &stopFrame);
370 if (ref == NULL) {
375 if (LoadFile (ref, startFrame, stopFrame) < 0)
/external/skia/samplecode/
H A DSampleImageDir.cpp113 SkImageRef* ref = new SkImageRef_GlobalPool(stream, pref, 1); local
114 ref->setURI(name);
115 if (!ref->getInfo(bitmap)) {
116 delete ref;
119 bitmap->setPixelRef(ref)->unref();
/external/skia/src/animator/
H A DSkDisplayXMLParser.cpp137 SkDisplayable* ref = NULL; local
138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) {
139 ref = fMaker.createInstance(attrValue, attrValueLen);
140 if (ref == NULL) {
145 fMaker.helperAdd(ref);
153 scriptValue.fOperand.fDisplayable = ref;
154 scriptValue.fType = ref->getType();
/external/skia/tests/
H A DBlurTest.cpp57 /** Assumes that the ref draw was completely inside ref canvas --
60 ref is "bgColor".
62 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
68 SkAutoLockPixels alpRef(ref);
77 if (refX >= 0 && refX < ref.width() &&
78 refY >= 0 && refY < ref.height())
80 refColor = ref.getColor(refX, refY);
/external/srec/tools/parseStringTest/
H A DparseStringTest.c211 ESR_ReturnCode ParseTestSet(SR_Grammar* grammar, LCHAR* trans, LCHAR* key, LCHAR* ref, LCHAR* result, PFile* fout) argument
227 pfprintf(fout, "checking (%s) ref(%s) res(%s)\n", trans, ref, result);
237 pfprintf(fout, "NO PARSE FOR: %s|%s|%s| |", trans, key, ref);
250 pfprintf(fout, "%s|%s|%s|%s|", trans, key, ref, value);
252 if (strcmp(value, ref) == 0 && strcmp("PASS", result) == 0)
583 /* pfprintf(fout,"checking (%s) ref(%s)\n", trans, keyvals); */
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) argument
59 return val <= ref + epsilon && val >= ref - epsilon;
62 static bool check_double(double val, double ref) argument
65 return val <= ref + epsilon && val >= ref - epsilon;
H A Dvector_test.cpp346 vector<int> ref; local
348 ref.push_back(i);
351 vector<vector<int> > v_v_int(1, ref);
353 v_v_int.push_back(ref);
356 v_v_int.push_back(ref);
360 CPPUNIT_ASSERT( *vvit == ref );
368 CPPUNIT_ASSERT( *vvit == ref );
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c129 UChar ref[32] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, local
143 pU128_src = (U128*)&ref[sh];
157 UChar ref[32]; local
159 /* ref[] used to be a static const array, but this doesn't work on
166 for (i = 0; i < 32; i++) ref[i] = i;
178 pU128_src = (U128*)&ref[sh];
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.h69 QualifiedName(const QualifiedName& other) : m_impl(other.m_impl) { ref(); }
70 const QualifiedName& operator=(const QualifiedName& other) { other.ref(); deref(); m_impl = other.m_impl; return *this; }
96 void ref() const { m_impl->ref(); } function in class:WebCore::QualifiedName
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp75 BitmapImage::BitmapImage(SkBitmapRef* ref, ImageObserver* observer) argument
94 m_size = IntSize(ref->bitmap().width(), ref->bitmap().height());
97 m_frames[0].m_frame = ref;
98 m_frames[0].m_hasAlpha = !ref->bitmap().isOpaque();
100 ref->ref();
118 SkBitmapRef* ref = frameAtIndex(0); local
119 if (!ref) {
123 const SkBitmap& bm = ref
300 SkBitmapRef* ref = new SkBitmapRef(bm); local
[all...]
H A DImageSourceAndroid.cpp268 SkPixelRef* ref = bm->pixelRef(); local
271 ref->setImmutable();
273 ref->setURI(m_decoder.m_url);
340 m_decoder.m_image->ref();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTPixelBuffer.cpp83 QTPixelBuffer::QTPixelBuffer(CVPixelBufferRef ref) argument
84 : m_pixelBuffer(ref)
100 void QTPixelBuffer::set(CVPixelBufferRef ref) argument
102 CVPixelBufferRetain(ref);
104 m_pixelBuffer = ref;
112 void QTPixelBuffer::adopt(CVPixelBufferRef ref) argument
114 if (ref == m_pixelBuffer)
117 m_pixelBuffer = ref;
/external/webkit/Source/WebKit/chromium/tests/
H A DKURLTest.cpp61 const char* ref; member in struct:__anon14783::ComponentCase
76 const char* ref; member in struct:__anon14783::GetterCase
79 {"http://www.google.com/foo/blah?bar=baz#ref", "http", "www.google.com", 0, "", 0, "blah", "bar=baz", "ref", true},
97 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
111 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
121 // url protocol host port user pass path lastPath query ref
149 if (cases[i].ref)
150 EXPECT_EQ(WTF::String::fromUTF8(cases[i].ref), kurl.fragmentIdentifier());
202 const char* ref; member in struct:__anon14783::ExpectedComponentCase
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c301 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) argument
305 ref->addr = addr;
306 wpa_trace_record(ref);
307 dl_list_add(&active_references, &ref->list);
313 struct wpa_trace_ref *ref; local
314 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
315 if (addr != ref->addr)
318 wpa_trace_dump("Reference registration", ref);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c301 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) argument
305 ref->addr = addr;
306 wpa_trace_record(ref);
307 dl_list_add(&active_references, &ref->list);
313 struct wpa_trace_ref *ref; local
314 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
315 if (addr != ref->addr)
318 wpa_trace_dump("Reference registration", ref);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c301 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) argument
305 ref->addr = addr;
306 wpa_trace_record(ref);
307 dl_list_add(&active_references, &ref->list);
313 struct wpa_trace_ref *ref; local
314 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
315 if (addr != ref->addr)
318 wpa_trace_dump("Reference registration", ref);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java959 u1 = new URL("http://www.yahoo2.com#ref");
960 assertEquals("returns a wrong anchor3", "ref", u1.getRef());
972 URL testURL = new URL("http", "hostname", 80, "/java?q1#ref");
979 assertEquals("ref", testURL.getRef());
981 testURL = new URL("http", "u:p@home", 80, "/java?q1#ref");
988 assertEquals("ref", testURL.getRef());
1199 String ref = "?y";
1200 URL url = new URL(new URL(strURL), ref);
1217 String ref) {
1219 (String) null, query, ref);
1215 setURL(URL u, String protocol, String host, int port, String authority, String userInfo, String file, String query, String ref) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java21 package org.apache.xml.dtm.ref;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java21 package org.apache.xml.dtm.ref.dom2dtm;
31 import org.apache.xml.dtm.ref.DTMDefaultBaseIterators;
32 import org.apache.xml.dtm.ref.DTMManagerDefault;
33 import org.apache.xml.dtm.ref.ExpandedNameTable;
34 import org.apache.xml.dtm.ref.IncrementalSAXSource;
436 // If it's an entity ref, advance past it.
1529 * @return null if this model doesn't respond to SAX entity ref events.
H A DDOM2DTMdefaultNamespaceDeclarationNode.java22 package org.apache.xml.dtm.ref.dom2dtm;

Completed in 822 milliseconds

1234567891011>>