Searched refs:ignore (Results 1 - 25 of 59) sorted by relevance

123

/frameworks/base/core/java/android/webkit/
H A DClientCertRequest.java74 public abstract void ignore(); method in class:ClientCertRequest
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h34 MsgHandler ignore(unsigned int pID);
65 inline mcld::MsgHandler mcld::ignore(unsigned int pID) { function in class:mcld
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp246 bool ignore = false; local
253 ignore = strncasecmp(tokenStr, filename.c_str() + filenameLen - n, n) == 0;
257 ignore = strncasecmp(tokenStr, filename.c_str(), n - 1) == 0;
259 ignore = strcasecmp(tokenStr, filename.c_str()) == 0;
262 if (ignore) {
266 << filename << "' due to ignore pattern '"
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp98 ignore(diag::mark_dynamic_defined) << old->name();
111 ignore(diag::comm_refer_to_define) << old->name();
121 ignore(diag::redefine_common) << old->name();
142 ignore(diag::indirect_refer_to_common) << old->name();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc38 // -> ignore it
42 // -> ignore
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc32 // -> ignore it
36 // -> ignore
/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl59 boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback);
H A DNfcAdapter.java395 * @see NfcAdapter#ignore
1534 * @param tag the {@link android.nfc.Tag Tag} to ignore.
1546 public boolean ignore(final Tag tag, int debounceMs, method in class:NfcAdapter
1573 return sService.ignore(tag.getServiceHandle(), debounceMs, iListener);
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py138 # Ignore any lines containing the ignore string ("import com.android.internal.R;) and
139 # ignore any lines containing only whitespace.
154 for ignore in IGNORE:
155 if file.find(ignore) >= 0:
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/compiler/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/developmentPlugins/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/extensions/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java36 // liable to ignore the whole stream.
97 } catch (InterruptedException ignore) {}
/frameworks/multidex/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/opt/setupwizard/tools/gradle/
H A Dgradlew142 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/support/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java85 } catch (NoSuchMethodException ignore) {
/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...]

Completed in 1791 milliseconds

123