/frameworks/base/tools/layoutlib/create/.settings/ |
D | org.eclipse.jdt.core.prefs | 16 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/ |
D | org.eclipse.jdt.core.prefs | 16 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/ |
D | StaticResolver.cpp | 101 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/ |
D | MsgHandling.h | 34 MsgHandler ignore(unsigned int pID); 71 inline mcld::MsgHandler mcld::ignore(unsigned int pID) in ignore() function
|
/frameworks/base/core/java/android/net/http/ |
D | AndroidHttpClientConnection.java | 195 } 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/ |
D | improving-w-lint.jd | 34 …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 <issue id="IconMissingDensityFolder" severity="ignore" /> 151 <ignore path="res/layout/activation.xml" /> 152 <ignore path="res/layout-xlarge/activation.xml" /> 157 <ignore path="res/layout/main.xml" /> 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/ |
D | ClientCertRequest.java | 74 public abstract void ignore(); in ignore() method in ClientCertRequest
|
/frameworks/base/packages/Keyguard/scripts/ |
D | new_merge.py | 154 for ignore in IGNORE: 155 if file.find(ignore) >= 0:
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiManager.java | 2115 } 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/ |
D | PathV3.inc | 31 // -> ignore it 35 // -> ignore
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 315 SkRect ignore; in buildLayer() local 316 mDamageAccumulator.finish(&ignore); in buildLayer()
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew | 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/frameworks/support/ |
D | gradlew | 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/frameworks/multidex/ |
D | gradlew | 137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 38 // -> ignore it 42 // -> ignore
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 95 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/ |
D | RelativeLayout.java | 422 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/ |
D | GLImplHeader.java-impl | 75 // ignore
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiApConfigStore.java | 165 } catch (IOException ignore) { in loadApConfiguration()
|
/frameworks/base/docs/html/tools/help/ |
D | monkey.jd | 195 <td><code>--ignore-crashes</code></td> 202 <td><code>--ignore-timeouts</code></td> 209 <td><code>--ignore-security-exceptions</code></td>
|
D | lint.jd | 67 <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/ |
D | uses-configuration-element.jd | 58 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/ |
D | ImageShader.java | 197 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/ |
D | egl.cpp | 796 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/ |
D | IpConfigStore.java | 318 } catch (EOFException ignore) { in readIpAndProxyConfigurations()
|