Searched refs:use (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dtc03_re_excl.c10 /* A simple function to "use" a value, so that gcc can't
12 static void use ( int x ) { function
19 use(arg[5]); /* read access */
32 use(x[5]); /* read access */
/external/skia/src/animator/
H A DSkDrawTo.cpp6 ** you may not use this file except in compliance with the License.
27 SK_MEMBER(use, Bitmap)
34 SkDrawTo::SkDrawTo() : drawOnce(false), use(NULL), fDrawnOnce(false) {
46 SkCanvas canvas(use->fBitmap);
59 if (use)
60 SkDebugf("use=\"%s\" ", use->id);
H A DSkDisplayAdd.cpp6 ** you may not use this file except in compliance with the License.
30 SK_MEMBER(use, Drawable),
45 offset(SK_MaxS32), use(NULL), where(NULL) {
49 SkDrawable* saveUse = use;
51 use = NULL;
54 copy->use = use = saveUse;
60 SkASSERT(use);
61 SkASSERT(use->isDrawable());
63 use
[all...]
H A DSkDrawTo.h6 ** you may not use this file except in compliance with the License.
36 SkDrawBitmap* use; member in class:SkDrawTo
/external/clang/test/SemaCXX/
H A Ddestructor.cpp218 void use(B&);
219 void use(VB&);
222 B b; use(b);
223 D d; use(d);
224 F f; use(f);
225 VB vb; use(vb);
226 VD vd; use(vd);
227 VF vf; use(vf);
313 use(*f);
317 use(*v
[all...]
/external/clang/test/CodeGenCXX/
H A Dstatic-init-3.cpp11 static void use(T const &) {} function in struct:X1
14 use(instance);
/external/zlib/examples/
H A Denough.c36 properties are: we cannot use more bit patterns than are available; and when
204 int least; /* least number of syms to use at this juncture */
205 int most; /* most number of syms to use at this juncture */
206 int use; /* number of bit patterns to use in next call */ local
222 /* we need to use at least this many bit patterns so that the code won't be
228 /* we can use at most this many bit patterns, lest there not be enough
236 for (use = least; use <= most; use
323 int use; /* number of bit patterns to use in next call */ local
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DBicubicShader.h4 * Redistribution and use in source and binary forms, with or without
42 void use(const AffineTransform&, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha);
H A DLoopBlinnShader.h4 * Redistribution and use in source and binary forms, with or without
48 void use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform&);
H A DLoopBlinnSolidFillShader.h4 * Redistribution and use in source and binary forms, with or without
42 void use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform&, const Color&);
H A DSolidFillShader.h4 * Redistribution and use in source and binary forms, with or without
41 void use(const AffineTransform& transform, const Color& color);
H A DTexShader.h4 * Redistribution and use in source and binary forms, with or without
41 void use(const AffineTransform& transform, const AffineTransform& texTransform, int sampler, float alpha);
H A DLoopBlinnSolidFillShader.cpp4 * Redistribution and use in source and binary forms, with or without
54 void LoopBlinnSolidFillShader::use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform& transform, const Color& color) function in class:WebCore::LoopBlinnSolidFillShader
56 LoopBlinnShader::use(vertexOffset, klmOffset, transform);
H A DConvolutionShader.h4 * Redistribution and use in source and binary forms, with or without
42 void use(const AffineTransform&, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageIncrement[2]);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKFramePolicyListener.cpp4 * Redistribution and use in source and binary forms, with or without
42 toImpl(policyListenerRef)->use();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFramePolicyListenerProxy.cpp4 * Redistribution and use in source and binary forms, with or without
38 void WebFramePolicyListenerProxy::use() function in class:WebKit::WebFramePolicyListenerProxy
H A DWebFramePolicyListenerProxy.h4 * Redistribution and use in source and binary forms, with or without
42 void use();
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m4 * Redistribution and use in source and binary forms, with or without
70 [listener use];
74 [listener use];
87 [listener use];
89 [listener use];
105 [listener use];
/external/opencv/
H A Dlibopencv.mk1 # Add a couple include paths to use stlport.
/external/skia/src/svg/
H A DSkSVGClipPath.cpp6 ** you may not use this file except in compliance with the License.
38 SkSVGUse* use = (SkSVGUse*) child; local
40 const char* refStr = &use->f_xlink_href.c_str()[1];
/external/stlport/stlport/stl/
H A D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
/external/easymock/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
19 # Build an easymock.jar to use for host side tests
28 # Build an easymocklib.jar to use on device
/external/icu4c/samples/ufortune/
H A Dfortunedefs.mk13 # (must be locatable by ICU_PATH - use 'make check')
15 # files - will use separate files, such as es.res, fi.res, etc.
16 # (use 'make check')
/external/clang/test/CXX/temp/
H A Dp3.cpp11 expected-error {{use of undeclared identifier 'T'}} \
/external/jpeg/
H A DAndroid.mk16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store

Completed in 1710 milliseconds

1234567891011>>