HomeSort by relevance Sort by last modified time
    Searched refs:given (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/base/tools/aidl/
search_path.h 14 // given is the class name we're looking for
15 char* find_import_file(const char* given);
search_path.cpp 19 find_import_file(const char* given)
21 string expected = given;
  /external/qemu/
arm-dis.c 3876 long given; local
    [all...]
  /external/protobuf/
configure.ac 40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
106 AC_MSG_FAILURE([--with-zlib was given, but no working zlib library was found])
113 AC_MSG_FAILURE([--with-zlib was given, but zlib headers were not present or were too old (requires 1.2.0.4)])
122 # No argument given. Use system protoc.
130 # is a nested package and --with-protoc was actually given on the outer
  /development/tools/
make_key 25 given <subject>.
  /libcore/sqlite-jdbc/src/main/java/SQLite/
StringEncoder.java 24 * Encodes the given byte array into a string that can be used by
95 * Decodes the given string that is assumed to be a valid encoding
96 * of a byte array. Typically the given string is generated by
98 * @param s the given string encoding.
100 * @throws IllegalArgumentException when the string given is not
199 * index offset, to the given target.
222 * Encodes the given byte array into SQLite3 blob notation, ie X'..'
  /ndk/build/core/
build-module.mk 19 # This file is used to record the LOCAL_XXX definitions of a given
add-toolchain.mk 66 # a given ABI
definitions.mk 158 # to a given application.
352 # Rationale: Restore the recorded LOCAL_XXX definitions for a given module.
445 # Return the C++ extension of a given module
453 # Return the list of C++ sources of a given module
474 # Add standard C++ dependencies to a given module
502 # Returns : Remove NDK_PROJECT_PATH prefix from a given path. This can be
633 # Strip any 'lib' prefix in front of a given string.
697 # LOCAL_SRC_FILES_TAGS.<filename> contains the set of tags for a given
705 # target-specific C compiler flags used to compile a given
767 # when building a given set of source files. This function shoul
    [all...]
setup-toolchain.mk 17 # to setup the target toolchain for a given platform/abi combination.
53 # that contains all public header files for a given platform, plus
  /sdk/emulator/qtools/
armdis.h 43 extern Opcode decode_insn_thumb(uint32_t given);
thumbdis.cpp 253 Opcode decode_insn_thumb(uint32_t given)
258 if ((given & insn->mask) == insn->value)
  /external/icu4c/extra/uconv/
makedata.mak 17 #Here we test if a valid configuration is given
33 #Let's see if user has given us a path to ICU
  /build/tools/droiddoc/templates/assets/
search_autocomplete.js 166 // helper function that gets the last occurence index of the given regex
167 // in the given string, or -1 if not found
181 // helper function that counts the occurrences of a given character in
182 // a given string
  /external/openssl/apps/
install.com 1 $! INSTALL.COM -- Installs the files in a given directory tree
  /external/v8/benchmarks/
deltablue.js 395 * Mark the input variable with the given mark.
548 * Add the given constraint to the set of all constraints that refer
575 * Attempt to satisfy the given constraint and, if successful,
596 * Entry point for retracting a constraint. Remove the given
598 * Details: Retracting the given constraint may allow some currently
630 * Extract a plan for resatisfaction starting from the given source
665 * given constraints, usually a set of input constraints.
680 * downstream of the given constraint and recompute the actual
682 * detected, remove the given constraint and answer
685 * encountered downstream of the given constraint. The sender i
    [all...]
splay.js 240 // Splay on the key to move the node with the given key or the last
268 * Perform the splay operation for the given key. Moves the node with
269 * the given key to the top of the tree. If no node has the given
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 389 * Mark the input variable with the given mark.
542 * Add the given constraint to the set of all constraints that refer
569 * Attempt to satisfy the given constraint and, if successful,
590 * Entry point for retracting a constraint. Remove the given
592 * Details: Retracting the given constraint may allow some currently
624 * Extract a plan for resatisfaction starting from the given source
659 * given constraints, usually a set of input constraints.
674 * downstream of the given constraint and recompute the actual
676 * detected, remove the given constraint and answer
679 * encountered downstream of the given constraint. The sender i
    [all...]
v8-splay.js 235 // Splay on the key to move the node with the given key or the last
263 * Perform the splay operation for the given key. Moves the node with
264 * the given key to the top of the tree. If no node has the given
  /external/openssl/ssl/
install.com 1 $! INSTALL.COM -- Installs the files in a given directory tree
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 35 // Toggles the option if a name is given.
  /external/v8/tools/
splaytree.js 184 // Splay on the key to move the node with the given key or the last
210 * Perform the splay operation for the given key. Moves the node with
211 * the given key to the top of the tree. If no node has the given
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 233 // Check that the given npobj is that event.
235 Event* given = V8Event::toNative(object->v8Object); local
236 if (given != event)
  /external/v8/test/mjsunit/
array-splice.js 50 // arguments are given instead of using the implicit undefined
59 // given differently from when an undefined delete count is given.
  /external/libvpx/vpx_ports/
x86_abi_support.asm 59 ; Return the address specification of the given argument
85 ; This macro aligns the stack to the given alignment (in bytes). The stack

Completed in 513 milliseconds

1 2 3