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

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h37 MsgHandler ignore(unsigned int pID);
74 inline mcld::MsgHandler mcld::ignore(unsigned int pID) function in class:mcld
/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/cmds/installd/
H A Dutils.c211 static int _delete_dir_contents(DIR *d, const char *ignore) argument
224 /* skip the ignore name if provided */
225 if (ignore && !strcmp(name, ignore)) continue;
271 const char *ignore)
281 res = _delete_dir_contents(d, ignore);
269 delete_dir_contents(const char *pathname, int also_delete_dir, const char *ignore) argument
/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/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 },

Completed in 1042 milliseconds