HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 576 - 600 of 5535) sorted by null

<<21222324252627282930>>

  /hardware/libhardware/include/hardware/
qemu_pipe.h 51 * except for a few special cases (e.g. GSM modem), where EBUSY will be
  /libcore/luni/src/main/java/java/util/
Iterator.java 25 * It is not possible to guarantee that this mechanism works in all cases of unsynchronized
  /libcore/luni/src/test/java/libcore/io/
StrictLineReaderTest.java 32 // Testing with LineReader buffer capacity 32 to check some corner cases.
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 45 // test these special cases because we know precision() uses longs internally
BigIntegerTest.java 54 // Now check the invalid cases...
  /packages/apps/CellBroadcastReceiver/tests/
AndroidManifest.xml 26 which is needed when building test cases. -->
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java 31 * An activity that demonstrates various use cases for the {@link PinnedHeaderListView}.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java 87 // The special thing here is that the State.ENDED include both cases of
  /packages/apps/Mms/src/org/w3c/dom/events/
DocumentEvent.java 44 * for the user to create an <code>Event</code> themselves. In cases
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java 18 * This interface support use-cases commonly associated with animation.
  /packages/apps/Phone/src/com/android/phone/
CallerInfoCache.java 63 // SIP cases, Phone.NORMALIZED_NUMBER is used as is instead of using Data.
241 // code in some cases (e.g. when the location of the device is inconsistent
244 // unavoidable anyway in very rare cases..
270 // drop old cache. Also the case is fairly rare in usual cases unless acore being
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 33 (they are not subject to pedantic warnings in some cases). */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 33 (they are not subject to pedantic warnings in some cases). */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 33 (they are not subject to pedantic warnings in some cases). */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 33 (they are not subject to pedantic warnings in some cases). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestSuiteReference.java 44 * Returns a count of the number of test cases included in this suite.
  /sdk/monkeyrunner/scripts/
monkey_playback.py 24 # arguments for the command. In most cases, this directly maps to the
  /external/v8/tools/
test.py 57 def __init__(self, cases):
58 self.cases = cases
59 self.queue = Queue(len(cases))
60 for case in cases:
63 self.remaining = len(cases)
64 self.total = len(cases)
154 print 'Running %i tests' % len(self.cases)
227 def __init__(self, cases, templates):
228 super(CompactProgressIndicator, self).__init__(cases)
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 80 std::vector<ValueEqualityComparisonCase> &Cases);
417 // If this is an icmp against a constant, handle this as one of the cases.
534 /// decode all of the 'cases' that it represents and return the 'default' block.
538 &Cases) {
540 Cases.reserve(SI->getNumCases());
542 Cases.push_back(ValueEqualityComparisonCase(i.getCaseValue(),
550 Cases.push_back(ValueEqualityComparisonCase(GetConstantInt(ICI->getOperand(1),
560 std::vector<ValueEqualityComparisonCase> &Cases) {
561 for (unsigned i = 0, e = Cases.size(); i != e; ++i)
562 if (Cases[i].Dest == BB)
    [all...]
  /bionic/libm/man/
atan2.3 72 Here are some of the special cases:
159 such a machine are designed to handle all cases.
  /bionic/libm/src/
s_fma.c 68 /* Results of frexp() are undefined for these cases. */
80 * will overflow, so we handle these cases specially. Rounding
s_fmal.c 63 /* Results of frexp() are undefined for these cases. */
75 * will overflow, so we handle these cases specially. Rounding

Completed in 932 milliseconds

<<21222324252627282930>>