Searched refs:given (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/aidl/
H A Dsearch_path.h14 // given is the class name we're looking for
15 char* find_import_file(const char* given);
H A Dsearch_path.cpp19 find_import_file(const char* given) argument
21 string expected = given;
/frameworks/compile/libbcc/runtime/make/
H A Dutil.mk33 # 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
H A Dlib_util.mk17 # the configuration 'config' and on given arch.
/frameworks/base/data/fonts/
H A DAndroid.mk21 # create symlink for given font
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java127 // Used only when no family nor given name is found.
253 return String.format("family: %s, given: %s, middle: %s, prefix: %s, suffix: %s",
295 public void setGiven(String given) { mGiven = given; } argument
2301 // we may still have non-URI phone number. To keep given data as much as
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4219 accessor->reportError(accessorCookie, "No resource found that matches the given name");
4372 accessor->reportError(accessorCookie, "No resource found that matches the given name");
5102 ALOGW("ResTable_typeSpec entry count inconsistent: given %d, previously %d",
5152 ALOGW("ResTable_type entry count inconsistent: given %d, previously %d",

Completed in 1093 milliseconds