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

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
block.cpp 8 virtual void use() { func((void*)this); } function in struct:Test
17 useBlock(^(void) { t.use(); });
static-init-3.cpp 11 static void use(T const &) {} function in struct:X1
14 use(instance);
visibility-inlines-hidden.cpp 39 void use(X0 *x0, X1<int> *x1, X2 *x2, X1<float> *x3) { function
mangle-template.cpp 162 void use() { function in namespace:test12
  /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/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/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...]
DFGGenerationInfo.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
131 // Returns true if this was the last use of the value, and any
133 bool use() function in class:JSC::DFG::GenerationInfo
139 // their last use; in some cases it may be safe to reuse the same
  /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
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
108 use();
124 use();
137 int use() { function in class:SmartPtr
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 5 * you may not use this file except in compliance with the License.
49 use();
62 use();
112 use();
128 use();
141 int use() { function in class:SmartPtr
  /external/chromium/third_party/libjingle/source/talk/base/
scoped_ptr.h 4 // Permission to copy, use, modify, sell and distribute this software
15 // use shared_ptr or std::auto_ptr if your needs are more complex.
20 // use than any other specializations.
22 // release() added in by Google. Use this to conditionally
104 T** use() { function in class:talk_base::scoped_ptr
119 // reset(). Use shared_array or std::vector if your needs are more complex.
  /external/webrtc/src/system_wrappers/interface/
scoped_ptr.h 4 // Permission to copy, use, modify, sell and distribute this software
15 // use shared_ptr or std::auto_ptr if your needs are more complex.
20 // use than any other specializations.
22 // release() added in by Google. Use this to conditionally
104 T** use() { function in class:webrtc::scoped_ptr
119 // reset(). Use shared_array or std::vector if your needs are more complex.
  /frameworks/base/libs/hwui/
Program.cpp 5 * you may not use this file except in compliance with the License.
142 // use a fixed size instead
160 // This offset value is based on an assumption that some hardware may use as
178 void Program::use() { function in class:android::uirenderer::Program
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 456 void use() { function in class:test14::B

Completed in 857 milliseconds

1 2 3 4 5