Searched defs:ignore (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h34 MsgHandler ignore(unsigned int pID);
71 inline mcld::MsgHandler mcld::ignore(unsigned int pID) function in class:mcld
/frameworks/base/core/java/android/webkit/
H A DClientCertRequest.java74 public abstract void ignore(); method in class:ClientCertRequest
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp300 SkRect ignore; local
301 mDamageAccumulator.finish(&ignore);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java825 public void ignore() { method in class:WebViewContentsClientAdapter.ClientCertRequestImpl
826 mCallback.ignore();
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp60 // The default to use if no other ignore pattern is defined.
63 // The ignore pattern that can be passed via --ignore-assets in Main.cpp
95 bool ignore = false; local
107 !ignore && token != NULL;
128 ignore = strncasecmp(token, path + plen - n, n) == 0;
132 ignore = strncasecmp(token, path, n - 1) == 0;
134 ignore = strcasecmp(token, path) == 0;
138 if (ignore && chatty) {
146 return ignore;
[all...]
H A DCommand.cpp1806 // <feature-group> tags are defined, so we ignore implied features and
2189 bool ignore = ignoreConfig; local
2192 if (!ignore && strstr(dirStr, "mipmap") == dirStr) {
2193 ignore = true;
2195 status_t err = addResourcesToBuilder(subDir, builder, ignore);
/frameworks/native/opengl/libagl/
H A Degl.cpp796 static bool ignore(GLint /*reqValue*/, GLint /*confValue*/) { function in struct:android::config_management_t
1035 { EGL_MAX_PBUFFER_HEIGHT, config_management_t::ignore },
1036 { EGL_MAX_PBUFFER_PIXELS, config_management_t::ignore },
1037 { EGL_MAX_PBUFFER_WIDTH, config_management_t::ignore },
1039 { EGL_NATIVE_VISUAL_ID, config_management_t::ignore },
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jar ... private static void maybeCloseQuietly (java.io.Closeable) Exception ignore java.io.Closeable closeable } org/gradle/wrapper/WrapperConfiguration ...
/frameworks/testing/espresso/gradle/wrapper/
H A Dgradle-wrapper.jar ... private static void maybeCloseQuietly (java.io.Closeable) Exception ignore java.io.Closeable closeable } org/gradle/wrapper/WrapperConfiguration ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... private static void maybeCloseQuietly (java.io.Closeable) Exception ignore java.io.Closeable closeable } org/gradle/wrapper/WrapperConfiguration ...
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 341 milliseconds