Searched defs:base (Results 51 - 61 of 61) sorted by relevance

123

/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp163 sp<KeyCharacterMap> KeyCharacterMap::combine(const sp<KeyCharacterMap>& base, argument
166 return base;
168 if (base == NULL) {
172 sp<KeyCharacterMap> map = new KeyCharacterMap(*base.get());
272 // For example, the base key behavior will usually be last in the list.
426 // For example, the base key behavior will usually be last in the list.
1050 if (token == "base") {
H A DResourceTypes.cpp4954 const uint8_t* base = (const uint8_t*)pkg; local
5010 err = package->typeStrings.setTo(base+dtohl(pkg->typeStrings),
5011 header->dataEnd-(base+dtohl(pkg->typeStrings)));
5017 err = package->keyStrings.setTo(base+dtohl(pkg->keyStrings),
5018 header->dataEnd-(base+dtohl(pkg->keyStrings)));
5074 (void*)(base-(const uint8_t*)chunk),
5121 (void*)(base-(const uint8_t*)chunk),
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp803 // the service base class
836 // == the dispatch method in the service base class ======================
848 // == the push method in the service base class =========================
883 // == the event method in the listener base class =====================
966 // the service base class
967 EndpointBaseClass* base = new EndpointBaseClass(iface); local
968 proxy->elements.push_back(base);
979 generate_event_method((method_type*)item, proxy, base, listener, presenter, index);
981 generate_regular_method((method_type*)item, proxy, base, results, index);
988 base
[all...]
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp40 | base col1 | base col2 | base col1 | base col2 |
46 | base col1 | base col2 | table | table |diff|flip|
55 | base col1 | dcol 2 | base col1 | dcol 2 |
61 | base col 1 | dcol 2 | table | table |diff|flip|
162 inline int convertDiff(int base, in argument
[all...]
/frameworks/base/core/java/android/app/
H A DContextImpl.java124 ReceiverRestrictedContext(Context base) { argument
125 super(base);
167 * Common implementation of Context API, which provides the base
1962 private File makeFilename(File base, String name) { argument
1964 return new File(base, name);
H A DDownloadManager.java511 private void setDestinationFromBase(File base, String subPath) { argument
515 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath);
/frameworks/base/core/java/android/os/
H A DStrictMode.java585 public Builder(VmPolicy base) { argument
586 mMask = base.mask;
588 mClassInstanceLimit = base.classInstanceLimit;
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1846 * @param base The time at which the timer would have read 0:00. This
1853 public void setChronometer(int viewId, long base, String format, boolean started) { argument
1854 setLong(viewId, "setBase", base);
/frameworks/native/opengl/libagl/
H A Dcontext.h238 void* base; member in struct:android::gl::vertex_cache_t
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java5862 Slog.w(TAG, "Now component for base intent of task: " + tr);
9980 private static String buildOomTag(String prefix, String space, int val, int base) { argument
9981 if (val == base) {
9985 return prefix + "+" + Integer.toString(val-base);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java5249 private static Point calculateCaretTop(Point base, QuadF quad) { argument
5250 float scale = scaleAlongSegment(base.x, base.y, quad.p4, quad.p3);
5601 // However, do not update the base layer as that hasn't changed

Completed in 210 milliseconds

123