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

1 2 3 4 5 6 7 891011>>

  /ndk/toolchains/mipsel-linux-android-4.8/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.8
19 # its purpose is to define (or re-define) templates used to build
56 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mipsel-linux-android-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.9
19 # its purpose is to define (or re-define) templates used to build
56 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mipsel-linux-android-clang3.3/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.3
19 # its purpose is to define (or re-define) templates used to build
80 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mipsel-linux-android-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.4
19 # its purpose is to define (or re-define) templates used to build
80 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/x86-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 gcc-4.6
19 # its purpose is to define (or re-define) templates used to build
57 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/x86-4.8/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 gcc-4.8
19 # its purpose is to define (or re-define) templates used to build
56 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/x86-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 gcc-4.9
19 # its purpose is to define (or re-define) templates used to build
56 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/x86_64-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the x86_64 gcc-4.9
19 # its purpose is to define (or re-define) templates used to build
54 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/x86_64-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the x86_64 llvm-3.4
19 # its purpose is to define (or re-define) templates used to build
76 # This function will be called to determine the target CFLAGS used to build
  /system/core/cpio/
mkbootfs.c 90 // approximate range that was being used already, and avoiding small
285 int used = 0; local
296 if (used >= allocated) {
302 struct fs_config_entry* cc = canned_config + used;
313 ++used;
315 if (used >= allocated) {
320 canned_config[used].name = NULL;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 19 3. The name of the author may not be used to endorse or promote products
50 used by:: all recognizers
58 - used to inform the recognizer that it needs to rewind
210 used by:: lexers and parsers
232 TODO: this does not appear to be used by any code
251 used by:: parsers and tree parsers
316 used by:: all recognizers
341 used by:: all recognizers
364 used by:: all recognizers
381 used by:: all recognizer
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_test_util.js 6 // variables used by notifications_custom_bindings.js that are not
  /external/chromium_org/content/test/data/indexeddb/
migration_test.js 14 debug("Ensure that the existing leveldb files are used. If they are not, " +
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 17 # Chrome note: RBNF is not used by Chrome/Webkit. So, we don't include them.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 76 * The "used" section of the batch buffer (the portion containing batch
90 4*intel->batch.used);
133 * if the batch's used space (plus the reserved pad) collides with our
137 offset < 4*batch->used + batch->reserved_space) {
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save.h 112 GLuint used; member in struct:vbo_save_vertex_store
118 GLuint used; member in struct:vbo_save_primitive_store
126 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 2 # how much disk space is used by a particular data to actually store data
55 int_pages int, -- Number of interior pages used
56 leaf_pages int, -- Number of leaf pages used
57 ovfl_pages int, -- Number of overflow pages used
243 # payload_percent: Payload bytes used as a percentage of $storage.
290 statline {Index pages used} $int_pages
292 statline {Primary pages used} $leaf_pages
293 statline {Overflow pages used} $ovfl_pages
294 statline {Total pages used} $total_pages
311 # This procedure calculates and returns the number of pages used by the
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
function_sequence.js 70 * This method should not be used externally. In external
71 * cases should be used finish function, which is defined in closure and thus
84 * This method should not be used externally. In external
85 * cases should be used nextStep function, which is defined in closure and thus
  /external/chromium_org/ui/webui/resources/js/
assert.js 11 * @param {*} condition The condition to test. Note that this may be used to
  /external/chromium_org/v8/test/mjsunit/
debug-mirror-cache.js 13 // contributors may be used to endorse or promote products derived
29 // The functions used for testing backtraces. They are at the top to make the
69 assertFalse(debug.next_handle_ == 0, "Mirror cache not used");
70 assertFalse(debug.mirror_cache_.length == 0, "Mirror cache not used");
  /external/compiler-rt/lib/lsan/
Makefile.mk 26 # lsan functions used in another sanitizers.
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 9 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 76 * The "used" section of the batch buffer (the portion containing batch
90 4*intel->batch.used);
133 * if the batch's used space (plus the reserved pad) collides with our
137 offset < 4*batch->used + batch->reserved_space) {
  /external/mesa3d/src/mesa/vbo/
vbo_save.h 112 GLuint used; member in struct:vbo_save_vertex_store
118 GLuint used; member in struct:vbo_save_primitive_store
126 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
  /external/smali/
README.md 3 smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android's Java VM implementation. The syntax is loosely based on Jasmin's/dedexer's syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.)

Completed in 596 milliseconds

1 2 3 4 5 6 7 891011>>