HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 276 - 300 of 3017) sorted by null

<<11121314151617181920>>

  /external/mesa3d/docs/
WL_bind_wayland_display.spec 102 used to first query the wl_buffer texture format using
106 return EGL_FALSE. In that case the wl_buffer can not be used with
113 describes how many EGLImages must be used, which components will
119 value isn't used.
  /external/skia/src/pathops/
SkDLineIntersection.cpp 58 void SkIntersections::computePoints(const SkDLine& line, int used) {
60 if ((fUsed = used) == 2) {
87 int used; local
91 used = 1;
105 used = 2;
107 computePoints(a, used);
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.6
19 # its purpose is to define (or re-define) templates used to build
89 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.8
19 # its purpose is to define (or re-define) templates used to build
89 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.9
19 # its purpose is to define (or re-define) templates used to build
89 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/x86-clang3.3/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 llvm-3.3
19 # its purpose is to define (or re-define) templates used to build
78 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/x86-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 llvm-3.4
19 # its purpose is to define (or re-define) templates used to build
78 # This function will be called to determine the target CFLAGS used to build
  /build/core/combo/arch/x86/
x86.mk 4 # It is also used to build full_x86-eng / sdk_x86-eng platform images that
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 111 long used = total - free; local
114 Log.d(TAG, "Used memory : " + used);
  /device/generic/goldfish/qemu-props/
Android.mk 15 # this file is used to build emulator-specific program tools
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 19 3. The name of the author may not be used to endorse or promote products
41 token names used by ANTLR throughout the runtime library.
53 # flag used by recognizers during memoization to
57 # flag used by recognizers during memoization to indicate
61 # built-in token types used internally by ANTLR3
75 # End of Rule (used internally by DFAs)
  /external/chromium_org/chrome/browser/resources/ntp4/
logging.js 16 * @param {boolean} shouldLogTime If true, the event is used for benchmarking
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
key_pair.js 13 * Implementation of WebCrypto.KeyPair used in enterprise.platformKeys.
  /external/chromium_org/third_party/freetype/
Android.mk 51 # the following is for testing only, and should not be used in final builds
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
sources.mak 3 # mapi may be used in several ways
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.h 171 GLboolean used[], GLuint usedSize);
174 _mesa_find_free_register(const GLboolean used[],
  /external/chromium_org/third_party/openssl/openssl/
Crypto.mk 63 # host static library, which is used by some SDK tools.
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 53 result = intersections.used();
128 if (intersections.used() <= 0) {
  /external/chromium_org/v8/test/webkit/fast/js/
caller-property.js 52 shouldThrow("strictCaller(nonStrictCallee)", '"TypeError: Function.caller used to retrieve strict caller"');
60 shouldThrow("strictCaller(boundNonStrictCallee)", '"TypeError: Function.caller used to retrieve strict caller"');
82 shouldThrow("strictGetter(nonStrictAccessor)", '"TypeError: Function.caller used to retrieve strict caller"');
83 shouldThrow("strictSetter(nonStrictAccessor)", '"TypeError: Function.caller used to retrieve strict caller"');
  /external/compiler-rt/make/
options.mk 15 # Whether optimized function implementations should be used.
  /external/freetype/
Android.mk 52 # the following is for testing only, and should not be used in final builds
  /external/libvorbis/doc/
09-helper.tex 8 The equations below are used in multiple places by the Vorbis codec
52 representation used by the decoder for floating point numbers. For
68 "lookup1_values(codebook_entries,codebook_dimensions)" is used to
99 "render_point(x0,y0,x1,y1,X)" is used to find the Y value at point X
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 133 bool Used;
143 InputArg() : VT(MVT::Other), Used(false) {}
144 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
146 : Flags(flags), Used(used), OrigArgIndex(origIdx), PartOffset(partOffs) {
  /external/llvm/lib/Target/AArch64/AsmParser/
Android.mk 39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
  /external/llvm/lib/Target/ARM/AsmParser/
Android.mk 39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile

Completed in 1145 milliseconds

<<11121314151617181920>>