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

12

/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);
71 inline mcld::MsgHandler mcld::ignore(unsigned int pID) function in class:mcld
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp101 ignore(diag::mark_dynamic_defined) << old->name();
114 ignore(diag::comm_refer_to_define) << old->name();
123 ignore(diag::redefine_common) << old->name();
144 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.inc31 // -> ignore it
35 // -> ignore
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java195 } catch (SocketException ignore) {
207 } catch (SocketException ignore) {
232 } catch (IOException ignore) {
236 } catch (IOException ignore) {
238 } catch (UnsupportedOperationException ignore) {
414 // We use Transfer-Encoding if present and ignore Content-Length.
/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/multidex/
H A Dgradlew137 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/libs/hwui/renderthread/
H A DCanvasContext.cpp315 SkRect ignore; local
316 mDamageAccumulator.finish(&ignore);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1561 // Just ignore the exception
1575 // Just ignore the exception
1824 //ignore
2115 } catch (RemoteException ignore) {
2142 } catch (RemoteException ignore) {
2231 } catch (RemoteException ignore) {
2347 } catch (RemoteException ignore) {
2386 } catch (RemoteException ignore) {
2497 //ignore any failure here
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java165 } catch (IOException ignore) {
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java422 View ignore = null;
437 ignore = findViewById(mIgnoreGravity);
510 if (child != ignore || verticalGravity) {
515 if (child != ignore || horizontalGravity) {
529 if (child != ignore || verticalGravity) {
534 if (child != ignore || horizontalGravity) {
616 if (child.getVisibility() != GONE && child != 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.cpp1827 // <feature-group> tags are defined, so we ignore implied features and
2210 bool ignore = ignoreConfig; local
2213 if (!ignore && strstr(dirStr, "mipmap") == dirStr) {
2214 ignore = true;
2216 status_t err = addResourcesToBuilder(subDir, builder, ignore);
/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java185 loge("Bad version on IP configuration file, ignore read");
318 } catch (EOFException ignore) {
/frameworks/base/core/java/android/os/
H A DProcess.java404 } catch (IOException ignore) {
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java473 } catch (Throwable ignore) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java197 int[] ignore = new int[1];
199 GLES20.glGetActiveUniform(program, index, len[0], ignore, 0, size, 0, type, 0, name, 0);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java829 public void ignore() { method in class:WebViewContentsClientAdapter.ClientCertRequestImpl
830 mCallback.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/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1517 // NOTE: in case of RUIM we should completely ignore the ERI data file and
1645 String ignore = SystemProperties.get("gsm.ignore-nitz");
1646 if (ignore != null && ignore.equals("yes")) {
1647 if (DBG) log("NITZ: Not setting clock because gsm.ignore-nitz is set");
1705 log("NITZ: ignore, a previous update was "
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1144 // Test both paths if ignore nitz is true
1375 //ignore the normal call and data restricted state before SIM READY
1768 String ignore = SystemProperties.get("gsm.ignore-nitz");
1769 if (ignore != null && ignore.equals("yes")) {
1770 log("NITZ: Not setting clock because gsm.ignore-nitz is set");
/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 ...

Completed in 7871 milliseconds

12