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

1234

/frameworks/base/core/java/android/webkit/
H A DClientCertRequest.java74 public abstract void ignore(); method in class:ClientCertRequest
/frameworks/base/tools/layoutlib/bridge/src/libcore/util/
H A DNativeAllocationRegistry_Delegate.java56 // crashes, it could bring down the VM. That's why we catch all the exceptions and ignore
63 } catch (Throwable ignore) {
/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/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DModuleClassLoader.java55 } catch (IOException ignore) {
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/expr/
H A DExprWriters.kt30 fun CallbackExprModel.localizeGlobalVariables(vararg ignore: Expr): KCode = kcode("// localize variables for thread safety") {
32 mExprMap.values.filter { it.shouldLocalizeInCallbacks() && !ignore.contains(it) }.forEach {
/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/native/services/vr/bufferhubd/
H A Dconsumer_channel.h39 pdx::Status<void> OnConsumerSetIgnore(Message& message, bool ignore);
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp238 bool ignore = false; local
245 ignore =
250 ignore = strncasecmp(token_str, filename.c_str(), n - 1) == 0;
252 ignore = strcasecmp(token_str, filename.c_str()) == 0;
255 if (ignore) {
260 << filename << "' due to ignore pattern '" << token << "'");
/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl59 boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback);
/frameworks/base/packages/SystemUI/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/services/core/java/com/android/server/pm/
H A DEphemeralResolverConnection.java100 } catch (RemoteException ignore) {
134 } catch (RemoteException ignore) {
226 } catch (NoSuchElementException ignore) { }
/frameworks/base/tests/TouchLatency/
H A Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/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/support/development/checkstyle/
H A Dgradlew133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`

Completed in 3227 milliseconds

1234