Searched refs:given (Results 1 - 6 of 6) 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/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java72 public float calcErrorRS(Bitmap ideal, Bitmap given) { argument
79 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given,
117 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) { argument
120 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given,
132 public static float calcError(Bitmap ideal, Bitmap given) { argument
156 int givenColor = given.getPixel(x, y);
/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.cpp1793 // The diff value here doesn't make much sense (given our bit packing scheme)
4751 accessor->reportError(accessorCookie, "No resource found that matches the given name");
4904 accessor->reportError(accessorCookie, "No resource found that matches the given name");
5780 ALOGW("ResTable_typeSpec entry count inconsistent: given %d, previously %d",
5851 ALOGE("ResTable_type entry count inconsistent: given %d, previously %d",

Completed in 206 milliseconds