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

1 2 3 4 5 6 7

  /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 3871 long given; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 76 String given = mValues.getAsString(StructuredName.PHONETIC_GIVEN_NAME); local
77 mPhoneticName = PhoneticNameEditorView.buildPhoneticName(family, middle, given);
92 * Parses phonetic name and returns parsed data (family, middle, given) as ContentValues.
96 * If this method cannot parse given phoneticName, null values will be stored.
106 String given = null; local
116 given = strings[1];
121 given = strings[2];
131 values.put(StructuredName.PHONETIC_GIVEN_NAME, given);
136 * Constructs and returns a phonetic full name from given parts.
138 public static String buildPhoneticName(String family, String middle, String given) {
218 String given = entry.getAsString(StructuredName.PHONETIC_GIVEN_NAME); local
    [all...]
  /frameworks/compile/libbcc/runtime/make/
util.mk 33 # Set the given make variable to the given value.
38 # Append the given value to the given make variable.
43 # Check whether the given variable is defined.
48 # Check whether the given variable is undefined.
53 # Get the value of the given make variable, or the default-value if the variable
80 # Check that a value is true, or give an error including the given message
lib_util.mk 17 # the configuration 'config' and on given arch.
  /external/markdown/markdown/
inlinepatterns.py 141 """Return a ElementTree element from the given match.
224 """ Return a link element from the given match. """
276 """ Return a img element from the given match. """
338 """ Return a link Element given an autolink (`<http://example/com>`). """
347 Return a mailto link Element given an automail link (`<foo@example.com>`).
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 16 (* Writes the bitcode for module the given path. Returns true if successful. *)
  /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>.
  /external/javasqlite/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'..'
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.js 40 * Returns whether or not the given search result contains the given keyword.
102 * Loads resources for the given query parameters.
173 * Formats the given array into a human readable, English string, ala
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
  /ndk/build/core/
build-module.mk 19 # This file is used to record the LOCAL_XXX definitions of a given
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementsbytagname.js 79 of all descendant Elements with the given tag name.
86 that match the given tag name.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementsbytagname.js 79 of all descendant Elements with the given tag name.
86 that match the given tag name.
  /sdk/emulator/qtools/
armdis.h 43 extern Opcode decode_insn_thumb(uint32_t given);
  /external/v8/test/mjsunit/
function-bind.js 52 // of arguments are given when binding.
103 // Several parameters can be given, and given in different bind invokations.
  /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/core/
dumpvar.mk 3 # what to add to the path given the config we have chosen.
  /build/tools/droiddoc/templates-pdk/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/doclava/res/assets/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/mesa3d/docs/
MESA_set_3dfx_mode.spec 68 Note that only one drawable and context can be created at any given
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 161 * Prebinds "this" within the given method to an object, but ignores all
200 * Creates a new node in the given document
211 * Traverses the element nodes in the DOM section underneath the given
212 * node and invokes the given callback as a method on every element
322 * Returns the document owner of the given element. In particular,
341 * Creates a new text node in the given document.
393 * Inserts a new child before a given sibling.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 161 * Prebinds "this" within the given method to an object, but ignores all
200 * Creates a new node in the given document
211 * Traverses the element nodes in the DOM section underneath the given
212 * node and invokes the given callback as a method on every element
322 * Returns the document owner of the given element. In particular,
341 * Creates a new text node in the given document.
393 * Inserts a new child before a given sibling.

Completed in 1412 milliseconds

1 2 3 4 5 6 7