HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 26 - 50 of 4394) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/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:
  /prebuilts/ndk/6/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:
  /prebuilts/ndk/7/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:
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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:
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
backward_warning.h 26 * Do not attempt to use it directly. @headername{iosfwd}
35 may be removed without further notice at a future date. Please use a \
38 backward_warning.h. To disable this warning use -Wno-deprecated.
43 Use: Instead of:
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
backward_warning.h 26 * Do not attempt to use it directly. @headername{iosfwd}
35 may be removed without further notice at a future date. Please use a \
38 backward_warning.h. To disable this warning use -Wno-deprecated.
43 Use: Instead of:
  /external/zlib/src/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/CodeGenCXX/
debug-lambda-expressions.cpp 4 void *use = &var; variable
blocks-cxx11.cpp 94 void use() const;
99 takeBlock(^{ a.use(); });
  /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/skia/legacy/src/animator/
SkDrawTo.h 5 * Use of this source code is governed by a BSD-style license that can be
28 SkDrawBitmap* use; member in class:SkDrawTo
  /external/skia/src/animator/
SkDrawTo.h 5 * Use of this source code is governed by a BSD-style license that can be
28 SkDrawBitmap* use; member in class:SkDrawTo
  /external/webkit/Source/WebCore/platform/graphics/gpu/
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);
  /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/valgrind/main/memcheck/tests/
err_disable4.stderr.exp 5 WARNING: possibly as a result of some mistake in the use
8 WARNING: possibly as a result of some mistake in the use
11 WARNING: possibly as a result of some mistake in the use
14 WARNING: possibly as a result of some mistake in the use
17 WARNING: possibly as a result of some mistake in the use
20 WARNING: possibly as a result of some mistake in the use
23 WARNING: possibly as a result of some mistake in the use
26 WARNING: possibly as a result of some mistake in the use
29 WARNING: possibly as a result of some mistake in the use
32 WARNING: possibly as a result of some mistake in the use
    [all...]
  /external/compiler-rt/make/
options.mk 6 # The compiler to use.
9 # The compiler flags to use.
18 # Whether function definitions should use hidden visibility. This adds the
26 # Whether the library is being built for kernel use.
  /external/opencv/
libopencv.mk 1 # Add a couple include paths to use stlport.
  /external/skia/src/svg/
SkSVGClipPath.cpp 5 * Use of this source code is governed by a BSD-style license that can be
30 SkSVGUse* use = (SkSVGUse*) child; local
32 const char* refStr = &use->f_xlink_href.c_str()[1];

Completed in 2626 milliseconds

12 3 4 5 6 7 8 91011>>