Searched defs:ignore (Results 1 - 7 of 7) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_spec_table.cpp85 static float ignore; member in class:RSMatrixDataTypeSpec
91 : RSDataTypeSpec(TypeName, TypePragmaName, Dim * Dim * sizeof(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/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h35 MsgHandler ignore(unsigned int pID);
71 inline mcld::MsgHandler mcld::ignore(unsigned int pID) function in class:mcld
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp59 // The default to use if no other ignore pattern is defined.
62 // The ignore pattern that can be passed via --ignore-assets in Main.cpp
94 bool ignore = false; local
106 !ignore && token != NULL;
127 ignore = strncasecmp(token, path + plen - n, n) == 0;
131 ignore = strncasecmp(token, path, n - 1) == 0;
133 ignore = strcasecmp(token, path) == 0;
137 if (ignore && chatty) {
145 return ignore;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java138 * Let the status bar know that if you tap on ignore while panel is showing, don't do anything.
142 public void setIgnoreChildren(int index, View ignore, View panel) { argument
143 mIgnoreChildren[index] = ignore;
/frameworks/base/cmds/installd/
H A Dutils.c210 static int _delete_dir_contents(DIR *d, const char *ignore) argument
223 /* skip the ignore name if provided */
224 if (ignore && !strcmp(name, ignore)) continue;
270 const char *ignore)
280 res = _delete_dir_contents(d, ignore);
268 delete_dir_contents(const char *pathname, int also_delete_dir, const char *ignore) argument
/frameworks/base/core/java/android/webkit/
H A DClientCertRequestHandler.java103 public void ignore() { method in class:ClientCertRequestHandler

Completed in 903 milliseconds