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

1 23 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_ioserr.h 9 # 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/webkit/Source/WebCore/platform/graphics/gpu/
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);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /bionic/libc/zoneinfo/
Android.mk 12 # The host build doesn't use bionic, but it does use bionic's zoneinfo data
  /device/generic/goldfish/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
  /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
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 5 * you may not use this file except in compliance with the License.
51 /** use list indexed by register; modified during operation */
160 for (SsaInsn use : useList[result.getReg()]) {
161 if (use instanceof PhiInsn) {
162 PhiInsn phiUse = (PhiInsn) use;
187 for (SsaInsn use : useList[regV]) {
188 if (hasSideEffect(use)) {
200 for (SsaInsn use : useList[regV]) {
201 RegisterSpec result = use.getResult();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DeadCodeRemover.java 5 * you may not use this file except in compliance with the License.
51 /** use list indexed by register; modified during operation */
160 for (SsaInsn use : useList[result.getReg()]) {
161 if (use instanceof PhiInsn) {
162 PhiInsn phiUse = (PhiInsn) use;
187 for (SsaInsn use : useList[regV]) {
188 if (hasSideEffect(use)) {
200 for (SsaInsn use : useList[regV]) {
201 RegisterSpec result = use.getResult();
  /external/v8/test/preparser/
strict-octal-use-strict-after.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 // "use strict", after "use strict" directive.
32 "use strict";
33 "use\040strict";
strict-octal-use-strict-before.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 // "use strict, before "use strict" directive.
32 "use\040strict";
33 "use strict";
  /external/webkit/LayoutTests/fast/url/resources/
utilities.js 6 // It would be more elegant to use the DOM here, but we use document.write()
15 // It would be more elegant to use the DOM here, but we chose document.write()
31 // It would be more elegant to use the DOM here, but we use document.write()
  /external/easymock/
Android.mk 4 # 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/
fortunedefs.mk 13 # (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/v8/test/mjsunit/regress/
regress-1624-strict.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 "use strict";
37 eval('"use strict"; var no_touch = 1;');
43 evil('"use strict"; var no_touch = 2;');
63 eval('"use strict"; var no_touch = 5;');
73 evil('"use strict"; var no_touch = 6;');
102 "use strict";
104 eval('"use strict"; var no_touch = 9;')
    [all...]
  /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/clang/test/Analysis/
reference.cpp 159 extern void use(int &ref);
160 use(*ptr);
195 void use(int &x) { function
200 use(*maybeNull());
  /external/clang/test/CXX/temp/
p3.cpp 10 expected-error {{use of undeclared identifier 'T'}} \
  /external/libxslt/libxslt/
keys.h 33 const xmlChar *use,
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 75 virtual void adjustSchedDependency(SUnit *def, SUnit *use,
  /external/qemu/distrib/jpeg-6b/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store

Completed in 775 milliseconds

1 23 4 5 6 7 8 91011>>