HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 1 - 25 of 5717) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 10 /* 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 */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
asoundlib.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
  /external/skia/src/animator/
SkDrawTo.cpp 6 ** 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);
SkDisplayAdd.cpp 6 ** 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->draw(maker)
    [all...]
SkDrawTo.h 6 ** you may not use this file except in compliance with the License.
36 SkDrawBitmap* use; member in class:SkDrawTo
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnShader.h 4 * Redistribution and use in source and binary forms, with or without
20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
48 void use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform&);
BicubicShader.h 4 * Redistribution and use in source and binary forms, with or without
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 void use(const AffineTransform&, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha);
ConvolutionShader.h 4 * Redistribution and use in source and binary forms, with or without
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 void use(const AffineTransform&, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageIncrement[2]);
LoopBlinnSolidFillShader.h 4 * Redistribution and use in source and binary forms, with or without
20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
42 void use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform&, const Color&);
SolidFillShader.h 4 * Redistribution and use in source and binary forms, with or without
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 void use(const AffineTransform& transform, const Color& color);
TexShader.h 4 * Redistribution and use in source and binary forms, with or without
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 void use(const AffineTransform& transform, const AffineTransform& texTransform, int sampler, float alpha);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /external/clang/test/CodeGenCXX/
static-init-3.cpp 11 static void use(T const &) {} function in struct:X1
14 use(instance);
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 3 # This is a trick to allow use to build three executables
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
backward_warning.h 30 may be removed without further notice at a future date. Please use a \
33 backward_warning.h. To disable this warning use -Wno-deprecated.
38 Use: Instead of:
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 30 may be removed without further notice at a future date. Please use a \
33 backward_warning.h. To disable this warning use -Wno-deprecated.
38 Use: Instead of:
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 30 may be removed without further notice at a future date. Please use a \
33 backward_warning.h. To disable this warning use -Wno-deprecated.
38 Use: Instead of:
  /external/zlib/examples/
enough.c 9 1.1 4 Jan 2007 Use faster incremental table usage computation
16 Use a macro to compute the history index
36 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/clang/test/SemaCXX/
destructor.cpp 218 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(*vb)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFramePolicyListener.cpp 4 * Redistribution and use in source and binary forms, with or without
19 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
42 toImpl(policyListenerRef)->use();
  /external/webkit/Source/WebKit2/UIProcess/
WebFramePolicyListenerProxy.cpp 4 * Redistribution and use in source and binary forms, with or without
19 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
38 void WebFramePolicyListenerProxy::use() function in class:WebKit::WebFramePolicyListenerProxy
WebFramePolicyListenerProxy.h 4 * Redistribution and use in source and binary forms, with or without
19 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
42 void use();
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultPolicyDelegate.m 4 * Redistribution and use in source and binary forms, with or without
23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
70 [listener use];
74 [listener use];
87 [listener use];
89 [listener use];
105 [listener use];
  /external/opencv/
libopencv.mk 1 # Add a couple include paths to use stlport.

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011>>