HomeSort by relevance Sort by last modified time
    Searched full:unnecessary (Results 51 - 75 of 1667) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 31 * Exception, allowing CommandHandler implementations to avoid unnecessary
  /external/webrtc/webrtc/common_video/include/
i420_buffer_pool.h 21 // Simple buffer pool to avoid unnecessary allocations of I420Buffer objects.
  /frameworks/base/docs/html/design/patterns/
confirming-acknowledging.jd 60 <p><strong>Confirmation is unnecessary</strong>. If the user +1'd by accident, it's not a big deal. They can just touch the button again to undo the action.</p>
61 <p><strong>Acknowledgment is unnecessary</strong>. The user will see the +1 button bounce and turn red. That's a very clear signal.</p>
66 <p><strong>Confirmation is unnecessary</strong>. This is a deliberate action: the user must drag and drop an item onto a relatively large and isolated target. Therefore, accidents are highly unlikely. But if the user regrets the decision, it only takes a few seconds to bring it back again.</p>
67 <p><strong>Acknowledgment is unnecessary</strong>. The user will know the app is gone from the Home Screen because they made it disappear by dragging it away.</p>
  /frameworks/support/v7/mediarouter/res/drawable/
mr_dialog_material_background_dark.xml 18 which includes unnecessary padding. -->
mr_dialog_material_background_light.xml 18 which includes unnecessary padding. -->
  /ndk/sources/android/support/src/musl-multibyte/
mbrtowc.c 4 * unnecessary.
mbsnrtowcs.c 4 * unnecessary.
mbtowc.c 4 * unnecessary.
wcrtomb.c 4 * unnecessary.
wcsnrtombs.c 4 * unnecessary.
wcsrtombs.c 4 * unnecessary.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/activity/
RequestImportVCardPermissionsActivity.java 40 // unnecessary permissions here.
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
ActivityInstrumentationTestCaseIntent.java 34 // unnecessary).
  /prebuilts/go/darwin-x86/src/math/
hypot.go 12 // unnecessary overflow and underflow.
  /prebuilts/go/linux-x86/src/math/
hypot.go 12 // unnecessary overflow and underflow.
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.pom 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
  /prebuilts/sdk/current/support/v7/mediarouter/res/drawable/
mr_dialog_material_background_dark.xml 18 which includes unnecessary padding. -->
mr_dialog_material_background_light.xml 18 which includes unnecessary padding. -->
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.pom 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.pom 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.pom 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
gotplt2.d 12 # perceived as better than having an unnecessary PLT, dynamic
  /external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
IntMathTest.java 28 import static java.math.RoundingMode.UNNECESSARY;
78 // Relies on the correctness of BigIntegrerMath.log2 for all modes except UNNECESSARY.
93 assertEquals(x, 1 << IntMath.log2(x, UNNECESSARY));
101 // Relies on the correctness of BigIntegerMath.log10 for all modes except UNNECESSARY.
107 /* Relies on the correctness of BigIntegerMath.sqrt for all modes except UNNECESSARY. */
137 assertEquals(p + "/" + q, p, IntMath.divide(p, q, UNNECESSARY) * q);
  /external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm 27 // Leave the @synchronized. The reload of obj here is unnecessary.
77 // Catch handler. Reload of 'failed' address is unnecessary.
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 29 import static java.math.RoundingMode.UNNECESSARY;
141 // Relies on the correctness of BigIntegrerMath.log2 for all modes except UNNECESSARY.
156 assertEquals(x, 1 << IntMath.log2(x, UNNECESSARY));
186 // Relies on the correctness of BigIntegerMath.log10 for all modes except UNNECESSARY.
204 assertEquals(floor, IntMath.log10(x, UNNECESSARY));
240 /* Relies on the correctness of BigIntegerMath.sqrt for all modes except UNNECESSARY. */
261 assertEquals(floor, IntMath.sqrt(x, UNNECESSARY));
304 assertEquals(p + "/" + q, p, IntMath.divide(p, q, UNNECESSARY) * q);

Completed in 554 milliseconds

1 23 4 5 6 7 8 91011>>