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

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/ui/accessibility/
checklist.jd 13 <li><a href="#special-cases">Special Cases and Considerations</a></li>
43 <p>In most cases, creating an accessible Android application does not require extensive code
67 keyboards and navigation gestures). In a few cases, you may need to make user interface components
108 <h2 id="special-cases">Special Cases and Considerations</h2>
111 accessible app. Review this list to see if any of these special cases and considerations apply to
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/parser/
LayoutFileParser.java 323 * The stack rules are quite complex. We first start by special cases (in which we analyze the stack
324 * and the current element for accurate interpretation) and then move to the default cases.
340 // SPECIAL CASES
411 // DEFAULT CASES
414 // Any other case will be handled below. The following clauses cover any other remaining cases not
415 // covered by the special cases. The beans created, when added to the stack, represents structures
419 // We only execute the following block if the previous cases didn't affect the stack
  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 57 /** {@code null-ok;} auxiliary switch cases argument */
246 public final void auxSwitchArg(SwitchList cases) {
247 if (cases == null) {
248 throw new NullPointerException("cases == null");
251 auxCases = cases;
345 * Gets the switch cases auxiliary argument.
  /external/icu4c/test/testdata/
ssearch.xml 85 <!-- Test cases from usrchdat.c BREAKITERATOREXACT -->
118 <!-- Test cases from usrchdat.c STRENGTH -->
197 <!-- Test Cases from usrchdat.c, VARIABLE -->
228 <!-- Normalization test cases from usrchdat.c -->
392 <!-- Test cases from ticket:5382 -->
412 <!-- Test cases from ticket:5959 -->
icuio.txt 39 Cases {
108 Cases {
121 Cases {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 416 // Other cases are autogenerated.
429 // Other cases are autogenerated.
438 // Other cases are autogenerated.
451 // Other cases are autogenerated.
464 // Other cases are autogenerated.
477 // Other cases are autogenerated.
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 152 for (unsigned i = 0, e = Cases.size(); i != e; ++i) {
153 OS.indent(indent) << "case " << Cases[i].first->getEnumName() << ":\n";
154 Cases[i].second->print(OS, indent+2);
167 for (unsigned i = 0, e = Cases.size(); i != e; ++i) {
168 OS.indent(indent) << "case " << getEnumName(Cases[i].first) << ":\n";
169 Cases[i].second->print(OS, indent+2);
  /bionic/libc/private/
bionic_atomic_arm.h 81 * There are three cases to consider for the platform:
131 * There are two cases to consider:
180 * There are again two similar cases to consider:
  /external/chromium/testing/gtest/samples/
sample5_unittest.cc 33 // cases by deriving sub-fixtures from it.
39 // Sometimes, more than one test cases may want to use the same or
124 // Tests some trivial cases.
  /external/gtest/samples/
sample5_unittest.cc 33 // cases by deriving sub-fixtures from it.
39 // Sometimes, more than one test cases may want to use the same or
124 // Tests some trivial cases.
  /external/icu4c/test/letest/
readme.html 19 API and reads an XML file that contains test cases to test some of
20 the features of the LayoutEngine. These test cases are not
26 file letest.xml which contains the test cases. Unless you have
  /external/junit/src/junit/framework/
TestSuite.java 16 * It runs a collection of test cases. Here is an example using
124 * starting with "test" as test cases to the suite.
213 * Counts the number of test cases that will be run by this test.
  /external/kernel-headers/original/asm-mips/
local.h 151 * other cases.
161 * other cases.
171 * cases.
  /external/kernel-headers/original/asm-x86/
atomic_32.h 76 * other cases.
121 * cases.
140 * other cases.
  /external/llvm/test/Transforms/InstCombine/
2004-11-27-SetCCForCastLargerAndConstant.ll 7 ; It includes test cases for different constant values, signedness of the
8 ; cast operands, and types of setCC operators. In all cases, the cast should
9 ; be eliminated. In many cases the setCC is also eliminated based on the
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 48 * cases, the key must be PKCS#8-encoded (byte[]) or PKCS#8-encoded and
62 * cases, the key must be X509-encoded (byte[]) or X509-encoded and
76 * or byte[]. In the latter two cases, the certificate must be DER-encoded
  /external/protobuf/gtest/samples/
sample5_unittest.cc 33 // cases by deriving sub-fixtures from it.
39 // Sometimes, more than one test cases may want to use the same or
124 // Tests some trivial cases.
  /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.

Completed in 649 milliseconds

<<11121314151617181920>>