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

/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/compile/mclinker/lib/LD/
H A DStaticResolver.cpp100 ignore(diag::mark_dynamic_defined) << old->name();
113 ignore(diag::comm_refer_to_define) << old->name();
122 ignore(diag::redefine_common) << old->name();
143 ignore(diag::indirect_refer_to_common) << old->name();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc39 // -> ignore it
43 // -> ignore
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java199 } catch (SocketException ignore) {
211 } catch (SocketException ignore) {
236 } catch (IOException ignore) {
240 } catch (IOException ignore) {
242 } catch (UnsupportedOperationException ignore) {
418 // We use Transfer-Encoding if present and ignore Content-Length.
/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/ex/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java119 } catch (IOException ignore) {
207 } catch (IOException ignore) {
/frameworks/base/core/java/android/webkit/
H A DClientCertRequestHandler.java103 public void ignore() { method in class:ClientCertRequestHandler
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java130 } catch (IOException ignore) {
233 } catch (IOException ignore) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1338 //ignore
1627 } catch (RemoteException ignore) {
1654 } catch (RemoteException ignore) {
1740 } catch (RemoteException ignore) {
1856 } catch (RemoteException ignore) {
1895 } catch (RemoteException ignore) {
H A DWifiApConfigStore.java160 } catch (IOException ignore) {
H A DWifiConfigStore.java844 loge("Bad version on IP configuration file, ignore read");
950 } catch (EOFException ignore) {
1344 } catch (NumberFormatException ignore) {
1353 } catch (NumberFormatException ignore) {
1362 } catch (NumberFormatException ignore) {
1482 // Also ignore it if it's empty quotes.
H A DWifiMonitor.java778 } catch (InterruptedException ignore) {
H A DWifiStateMachine.java1160 } catch (RemoteException ignore) {
4060 //there are no recepients, we ignore those reply actions
/frameworks/base/cmds/installd/
H A Dinstalld.h159 const char *ignore);
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/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/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java198 catch (UnsupportedEncodingException ignore) {
251 catch (UnsupportedEncodingException ignore) {
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java396 View ignore = null;
411 ignore = findViewById(mIgnoreGravity);
490 if (child != ignore || verticalGravity) {
495 if (child != ignore || horizontalGravity) {
509 if (child != ignore || verticalGravity) {
514 if (child != ignore || horizontalGravity) {
598 if (child.getVisibility() != GONE && child != 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...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1233 // NOTE: in case of RUIM we should completely ignore the ERI data file and
1359 String ignore = SystemProperties.get("gsm.ignore-nitz");
1360 if (ignore != null && ignore.equals("yes")) {
1361 if (DBG) log("NITZ: Not setting clock because gsm.ignore-nitz is set");
1419 log("NITZ: ignore, a previous update was "
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java926 // Test both paths if ignore nitz is true
1146 //ignore the normal call and data restricted state before SIM READY
1461 String ignore = SystemProperties.get("gsm.ignore-nitz");
1462 if (ignore != null && ignore.equals("yes")) {
1463 log("NITZ: Not setting clock because gsm.ignore-nitz is set");
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java457 } catch (Throwable 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/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java1285 // We ignore these right now, since we get a GROUP_STARTED notification
1511 loge("Connect on null device address, ignore");
1617 } catch (NumberFormatException ignore) {
1659 Slog.e(TAG, "Already removed the client, ignore");
1687 Slog.e(TAG, "Duplicate group creation event notice, ignore");
1925 if (DBG) logd(getName() + " ignore connect");
1932 if (DBG) logd(getName() + " ignore connect");
2236 } catch (NumberFormatException ignore) {
2381 //there are no recipients, we ignore those reply actions
/frameworks/base/core/java/android/text/
H A DTextUtils.java890 } catch (IndexOutOfBoundsException ignore) {

Completed in 2241 milliseconds