Home
last modified time | relevance | path

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

1234

/frameworks/base/tools/layoutlib/create/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
23 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
25 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
35 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
36 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
44 org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
47 org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
52 org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
59 org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
60 org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
[all …]
/frameworks/base/tools/layoutlib/bridge/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
23 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
25 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
35 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
36 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
44 org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
47 org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
52 org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
59 org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
60 org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
[all …]
/frameworks/compile/mclinker/lib/LD/
DStaticResolver.cpp101 ignore(diag::mark_dynamic_defined) << old->name(); in resolve()
114 ignore(diag::comm_refer_to_define) << old->name(); in resolve()
123 ignore(diag::redefine_common) << old->name(); in resolve()
144 ignore(diag::indirect_refer_to_common) << old->name(); in resolve()
/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h34 MsgHandler ignore(unsigned int pID);
71 inline mcld::MsgHandler mcld::ignore(unsigned int pID) in ignore() function
/frameworks/base/core/java/android/net/http/
DAndroidHttpClientConnection.java195 } catch (SocketException ignore) { in setSocketTimeout()
207 } catch (SocketException ignore) { in getSocketTimeout()
232 } catch (IOException ignore) { in close()
236 } catch (IOException ignore) { in close()
238 } catch (UnsupportedOperationException ignore) { in close()
/frameworks/base/docs/html/tools/debugging/
Dimproving-w-lint.jd34 …t need to be made. You can also configure a problem's severity level to ignore issues that are no…
102 …essLint</code> annotation), or per XML element (by using the <code>tools:ignore</code> attribute.<…
120 …ssue appears in an {@code .xml} file, {@code lint} inserts a <code>tools:ignore</code> attribute t…
123 <li><b>Always ignore</b> - Disables checking for this {@code lint} issue globally for all projects.…
147 &lt;issue id="IconMissingDensityFolder" severity="ignore" /&gt;
151 &lt;ignore path="res/layout/activation.xml" /&gt;
152 &lt;ignore path="res/layout-xlarge/activation.xml" /&gt;
157 &lt;ignore path="res/layout/main.xml" /&gt;
172 …</strong> pop-up, select the action to add an annotation or attribute to ignore the {@code lint} i…
197 <p>You can use the <code>tools:ignore</code> attribute to disable {@code lint} checking for specifi…
[all …]
/frameworks/base/core/java/android/webkit/
DClientCertRequest.java74 public abstract void ignore(); in ignore() method in ClientCertRequest
/frameworks/base/packages/Keyguard/scripts/
Dnew_merge.py154 for ignore in IGNORE:
155 if file.find(ignore) >= 0:
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java2115 } catch (RemoteException ignore) { in acquire()
2142 } catch (RemoteException ignore) { in release()
2231 } catch (RemoteException ignore) { in finalize()
2347 } catch (RemoteException ignore) { in acquire()
2386 } catch (RemoteException ignore) { in release()
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc31 // -> ignore it
35 // -> ignore
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp315 SkRect ignore; in buildLayer() local
316 mDamageAccumulator.finish(&ignore); in buildLayer()
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/support/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/multidex/
Dgradlew137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc38 // -> ignore it
42 // -> ignore
/frameworks/base/tools/aapt/
DAaptAssets.cpp95 bool ignore = false; in isHidden() local
107 !ignore && token != NULL; in isHidden()
128 ignore = strncasecmp(token, path + plen - n, n) == 0; in isHidden()
132 ignore = strncasecmp(token, path, n - 1) == 0; in isHidden()
134 ignore = strcasecmp(token, path) == 0; in isHidden()
138 if (ignore && chatty) { in isHidden()
146 return ignore; in isHidden()
/frameworks/base/core/java/android/widget/
DRelativeLayout.java422 View ignore = null; in onMeasure() local
437 ignore = findViewById(mIgnoreGravity); in onMeasure()
510 if (child != ignore || verticalGravity) { in onMeasure()
515 if (child != ignore || horizontalGravity) { in onMeasure()
529 if (child != ignore || verticalGravity) { in onMeasure()
534 if (child != ignore || horizontalGravity) { in onMeasure()
616 if (child.getVisibility() != GONE && child != ignore) { in onMeasure()
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLImplHeader.java-impl75 // ignore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java165 } catch (IOException ignore) { in loadApConfiguration()
/frameworks/base/docs/html/tools/help/
Dmonkey.jd195 <td><code>--ignore-crashes</code></td>
202 <td><code>--ignore-timeouts</code></td>
209 <td><code>--ignore-security-exceptions</code></td>
Dlint.jd67 <td>Only check for errors and ignore warnings</td>
176 <li>To disable lint checking for specific sections of your XML file, use the <code>tools:ignore</co…
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd58 particular type, it can set this attribute to "{@code true}" and ignore
60 if it requires a particular type of directional control, it can ignore
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java197 int[] ignore = new int[1]; in ProgramUniform() local
199 GLES20.glGetActiveUniform(program, index, len[0], ignore, 0, size, 0, type, 0, name, 0); in ProgramUniform()
/frameworks/native/opengl/libagl/
Degl.cpp796 static bool ignore(GLint /*reqValue*/, GLint /*confValue*/) { in ignore() function
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/services/core/java/com/android/server/net/
DIpConfigStore.java318 } catch (EOFException ignore) { in readIpAndProxyConfigurations()

1234