HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 476 - 500 of 6052) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 66 // tests all cases in a single input array. TEST_2D tests all
67 // combinations of cases from two arrays. The arrays must be statically
83 #define TEST_1D(FIXTURE, NAME, CASES) \
87 void DoSingleCase(const CaseType& CASES##_case); \
91 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
93 << #CASES " case #" << i << ": " << CASES[i]); \
94 DoSingleCase(CASES[i]); \
99 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
135 // we test cases where reads or writes cross buffer boundaries, case
    [all...]
tokenizer_unittest.cc 62 // tests all cases in a single input array. TEST_2D tests all
63 // combinations of cases from two arrays. The arrays must be statically
76 #define TEST_1D(FIXTURE, NAME, CASES) \
80 void DoSingleCase(const CaseType& CASES##_case); \
84 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
86 << #CASES " case #" << i << ": " << CASES[i]); \
87 DoSingleCase(CASES[i]); \
92 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
172 // we test cases where reads cross buffer boundaries as well as case
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.4-1.js 47 For additional special cases (0, +0, Infinity, -Infinity,
87 // some special cases
113 // edge cases
9.4-2.js 47 For additional special cases (0, +0, Infinity, -Infinity,
87 // some special cases
113 // edge cases
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp 71 // Return a clean empty rectangle for non-intersecting cases.
84 // Handle empty special cases first.
102 // Handle empty special cases first.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 243 // These cases are:
263 // These cases are:
282 // These cases are:
  /frameworks/base/docs/html/training/monitoring-device-state/
battery-monitoring.jd 36 is negligible, so in most cases you can maximize your refresh rate whenever the device is connected
116 <p>In some cases it's also useful to determine the current battery level. You may choose to reduce
153 <p>In many cases, the act of charging a device is coincident with putting it into a dock. The next
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java 216 // A couple of interesting cases need to be checked: Top-level classes,
218 // cases with '$' in the class names are checked, since the '$' is used
262 // Weird special cases with dollar in name.
  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 150 // In all these cases we show a traditional picker filetered on accept type
165 // In all these cases we show an intent for the traditional file picker, filtered
180 // In all these cases so go ahead and launch an intent for both the sound
  /bionic/libm/
fpmath.h 76 * Android works around those cases by replacing the broken functions with our own trivial stubs
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosh.c 27 * Special cases:
e_atanh.c 29 * Special cases:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 36 * This class provides the feature to list all the requester test cases.
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 90 * In all cases, a local listening IP port can be replaced by a UNIX domain
106 * In all cases, a local listening IP port can be replaced by a UNIX domain
122 * In all cases, a local listening IP port can be replaced by a UNIX domain
138 * In all cases, a local listening IP port can be replaced by a UNIX domain
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 87 * handlers' operations on the UiTread to finish. So all these cases are divided into
193 * handlers' operations on the UiTread to finish. So all these cases are divided into
296 * handlers' operations on the UiTread to finish. So all these cases are divided into
374 * handlers' operations on the UiTread to finish. So all these cases are divided into
409 * handlers' operations on the UiTread to finish. So all these cases are divided into
462 * handlers' operations on the UiTread to finish. So all these cases are divided into
504 * handlers' operations on the UiTread to finish. So all these cases are divided into
668 * handlers' operations on the UiTread to finish. So all these cases are divided into
732 * handlers' operations on the UiTread to finish. So all these cases are divided into
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 838 SwitchList cases = new SwitchList(count); local
875 SwitchList cases = new SwitchList(npairs); local
    [all...]
  /developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceList/src/main/res/layout/
activity_main.xml 38 In some cases, you may want to customize this layout. When doing so,
  /development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java 35 * hover events. This can be useful in some cases when implementing a custom
  /development/samples/NotePad/tests/
AndroidManifest.xml 34 code for test cases.
  /development/samples/SpinnerTest/
AndroidManifest.xml 33 which is needed when building test cases.
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
ITestCase.java 42 * The "testedRuleName" for these two test cases will be "varDef".
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 131 // Register any test cases with the test runner
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
api.t 48 # add special cases here
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 28 * long in theory, but is <=10 in most cases. Works great.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 82 // special cases

Completed in 465 milliseconds

<<11121314151617181920>>