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

<<21222324252627282930>>

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 145 // This function sets the kernel gain. NOTE: in most use cases, gain should
150 // This function sets the kernel bias. NOTE: in most use cases, bias should
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 40 // cases may arise, so we do a couple sanity checks for them. If it's a
41 // TYPE_CLASS_TEXT field, these special cases cannot happen, by construction
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h 135 must issue a warning based on warn_strict_overflow. In some cases
137 other cases it will be appropriate to simply set a flag and let the
tree-inline.h 88 than enumerating the different cases, we categorize the behavior
152 of cases. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 135 must issue a warning based on warn_strict_overflow. In some cases
137 other cases it will be appropriate to simply set a flag and let the
tree-inline.h 88 than enumerating the different cases, we categorize the behavior
152 of cases. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h 135 must issue a warning based on warn_strict_overflow. In some cases
137 other cases it will be appropriate to simply set a flag and let the
tree-inline.h 88 than enumerating the different cases, we categorize the behavior
152 of cases. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 135 must issue a warning based on warn_strict_overflow. In some cases
137 other cases it will be appropriate to simply set a flag and let the
tree-inline.h 88 than enumerating the different cases, we categorize the behavior
152 of cases. */
  /system/core/sh/
nodetypes 96 cases nodeptr # the list of cases (NCLIST nodes)
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 247 SwitchList cases, int padding) {
249 addWorkIfNecessary(cases.getDefaultTarget(), true);
251 int sz = cases.size();
253 addWorkIfNecessary(cases.getTarget(i), true);
256 targetLists[offset] = cases.getTargets();
  /external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc 399 } cases[] = { local
411 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); ++i) {
412 m1.relevance = cases[i].r1;
413 m2.relevance = cases[i].r2;
414 EXPECT_EQ(cases[i].expected_result,
  /frameworks/base/tools/aidl/
AST.cpp 635 cases.push_back(c);
645 int N = this->cases.size();
648 string s = this->cases[i];
676 int N = this->cases.size();
678 this->cases[i]->Write(to);
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store_unittest.cc 47 // Test cases for list-valued policy settings.
89 // Test cases for string-valued policy settings.
131 // Test cases for boolean-valued policy settings.
229 // Test cases for integer-valued policy settings.
258 // Test cases for the proxy policy settings.
669 // Test cases for the Sync policy setting.
697 // Test cases for the Autofill policy setting.
  /external/gtest/test/
gtest_output_test_golden_win.txt 8 [==========] Running 57 tests from 26 test cases.
211 of the classes to put the tests into different test cases.
221 of the classes to put the tests into different test cases.
234 of the classes to put the tests into different test cases.
463 [==========] 57 tests from 26 test cases ran.
507 [==========] Running 4 tests from 2 test cases.
543 [==========] 4 tests from 2 test cases ran. (? ms total)
  /external/protobuf/gtest/test/
gtest_output_test_golden_win.txt 8 [==========] Running 61 tests from 27 test cases.
225 of the classes to put the tests into different test cases.
235 of the classes to put the tests into different test cases.
248 of the classes to put the tests into different test cases.
489 [==========] 61 tests from 27 test cases ran.
537 [==========] Running 4 tests from 2 test cases.
573 [==========] 4 tests from 2 test cases ran. (? ms total)
  /external/llvm/lib/Target/ARM/
ARMScheduleA8.td 97 // so we use 6 for those cases
    [all...]
  /dalvik/docs/
verifier.html 33 error cases because the verifier guarantees that they are impossible.
69 In some cases they are implemented differently, e.g.:
192 but in some cases the VM was rejecting classes because of bits of code
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
SHA1PRNG_SecureRandomTest.java 52 private static final int CASES = 4;
383 for ( int i = 0; i < CASES; i++ ) {
399 for ( int i = 0; i < CASES; i++ ) {
  /external/chromium/googleurl/src/
url_parse_file.cc 150 // them. We'll write them in those cases we need them.
163 // See how many slashes there are. We want to handle cases like UNC but also
207 // additionally handle all cases with a real scheme such as "file:///C:/".
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 210 // another check). In these cases, we choose not to report.
224 // The previous assertion is invalid in some cases (eg do/while). Leaving
225 // reporting of these situations on at the moment to help triage these cases.
  /external/icu4c/layout/
OpenTypeLayoutEngine.h 33 * 3) Glyph post processing - in cases where the font doesn't directly contain a GSUB table,
251 * charcters due to insertions, deletions, or reorderings. In such cases, it will also
314 * cases, such as CDAC Indic fonts, several "real" glyphs may be needed
  /external/kernel-headers/original/asm-x86/
io_32.h 71 * almost all conceivable cases a device driver should not be using
89 * almost all conceivable cases a device driver should not be using
233 * This needed for two cases
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 167 // Handle some common cases first. These cases correspond to common `main'
210 // Handle cases where no arguments are passed first.

Completed in 1458 milliseconds

<<21222324252627282930>>