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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
libcall-declarations.c 79 void *use[] = { variable
  /external/clang/test/CodeGenCXX/
block.cpp 8 virtual void use() { func((void*)this); } function in struct:Test
17 useBlock(^(void) { t.use(); });
debug-lambda-expressions.cpp 4 void *use = &var; variable
lambda-expressions.cpp 8 void *use = &used; variable
extern-c.cpp 26 void *use = &test1_b; member in namespace:test1
static-init-3.cpp 11 static void use(T const &) {} function in struct:X1
14 use(instance);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnShader.cpp 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 LoopBlinnShader::use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform& transform) function in class:WebCore::LoopBlinnShader
LoopBlinnSolidFillShader.cpp 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
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);
SolidFillShader.cpp 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
60 void SolidFillShader::use(const AffineTransform& transform, const Color& color) function in class:WebCore::SolidFillShader
TexShader.cpp 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
61 void TexShader::use(const AffineTransform& transform, const AffineTransform& texTransform, int sampler, float alpha) function in class:WebCore::TexShader
BicubicShader.cpp 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
112 void BicubicShader::use(const AffineTransform& transform, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha) function in class:WebCore::BicubicShader
126 // For now, we always use texture unit 0. If that ever changes, we should
ConvolutionShader.cpp 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
99 void ConvolutionShader::use(const AffineTransform& transform, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageIncrement[2]) function in class:WebCore::ConvolutionShader
112 // For now, we always use texture unit 0. If that ever changes, we should
  /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
  /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
SkDisplayAdd.h 5 * Use of this source code is governed by a BSD-style license that can be
38 SkDrawable* use; member in class:SkAdd
  /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
SkDisplayAdd.h 5 * Use of this source code is governed by a BSD-style license that can be
38 SkDrawable* use; member in class:SkAdd
  /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];
  /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 */
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.c 5 void use(int *ptr, int val) { function
21 use(p, compute());
23 // expected-note@-2 {{Calling 'use'}}
236 // CHECK-NEXT: <string>Calling &apos;use&apos;</string>
238 // CHECK-NEXT: <string>Calling &apos;use&apos;</string>
322 // CHECK-NEXT: <key>issue_context</key><string>use</string>
    [all...]
inline-defensive-checks.c 90 void use(char *p) { function
97 use(buffer);
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 19 int use(int c) { function
173 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
175 // CHECK-NEXT: <string>Entered call from &apos;use&apos;</string>
473 // CHECK-NEXT: <key>issue_context</key><string>use</string>
    [all...]
  /external/elfutils/libdwfl/
dwfl_module.c 27 of Non-GPL Code may instantiate templates or use macros or inline
141 inline Dwfl_Module *use (Dwfl_Module *mod) function
164 return use (m);
188 return use (mod);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGScoreBoard.h 4 * Redistribution and use in source and binary forms, with or without
19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 // register tracking the lifespan of the value; after the final use of a node
56 // For every entry in the free list, the use count of the virtual register should be zero.
76 // Use count must have hit zero for it to have been added to the free list!
89 void use(NodeIndex child) function in class:JSC::DFG::ScoreBoard
94 // Find the virtual register number for this child, increment its use count.
98 // If the use count in the scoreboard reaches the use count for the node
    [all...]
  /external/webkit/Source/WebKit/win/
WebFramePolicyListener.cpp 4 * Redistribution and use in source and binary forms, with or without
19 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
94 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::use(void) function in class:WebFramePolicyListener

Completed in 2846 milliseconds

1 2 3 4 5 6