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

<<11121314151617181920>>

  /external/chromium/chrome/browser/
intranet_redirect_detector.h 30 // infobars for these cases. Our infobars are designed to allow users to get at
32 // these cases, however, users would be shown a confusing and useless infobar
  /external/clang/lib/Driver/
Compilation.cpp 112 .Cases("-I", "-MF", "-MT", "-MQ", true)
113 .Cases("-o", "-coverage-file", "-dependency-file", true)
114 .Cases("-fdebug-compilation-dir", "-idirafter", true)
115 .Cases("-include", "-include-pch", "-internal-isystem", true)
116 .Cases("-internal-externc-isystem", "-iprefix", "-iwithprefix", true)
117 .Cases("-iwithprefixbefore", "-isysroot", "-isystem", "-iquote", true)
118 .Cases("-resource-dir", "-serialize-diagnostic-file", true)
131 .Cases("-M", "-MM", "-MG", "-MP", "-MD", true)
  /external/clang/test/Analysis/
uninit-msg-expr.m 7 // It includes the basic definitions for the test cases below.
39 // Test cases.
  /external/clang/test/Sema/
warn-unreachable.c 102 enum Cases { C1, C2, C3 };
103 int test_enum_cases(enum Cases C) {
  /external/eigen/test/
conservative_resize.cpp 24 // boundary cases ...
67 // boundary cases ...
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetSetCountConditionallyTester.java 104 * when both are valid options. Currently we test the UOE cases and the
105 * return-false cases but not their intersection
  /external/icu4c/tools/ctestfw/unicode/
tstdtmod.h 72 * @return an instantiated TestData object, ready to provide settings and cases for
79 * @return an instantiated TestData object, ready to provide settings and cases for
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 117 // This is just to keep the compiler happy as we have covered all cases before.
147 // This is just to keep the compiler happy as we have covered all cases before.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberUtil.java 46 * This method takes into account cases where the number might contain formatting, or might have
60 * This method takes into account cases where the number might contain formatting, but doesn't
  /external/llvm/test/CodeGen/X86/
avx-vperm2f128.ll 51 ;;;; Cases with undef indicies mixed in the mask
61 ;;;; Cases we must not select vperm2f128
  /external/llvm/test/Transforms/InstCombine/
strncpy_chk-1.ll 12 ; Check cases where dstlen >= len
44 ; Check cases where dstlen < len
  /external/mockito/src/org/mockito/configuration/
IMockitoConfiguration.java 14 * In most cases you don't really need to configure Mockito. For example in case of working with legacy code,
42 * In rare cases your code might not compile with recent deprecation & changes.
  /external/qemu/
oslib-posix.c 129 /* happy if special cases */
137 /* prepare for hard cases */
  /external/skia/tests/
ClampRangeTest.cpp 112 // test non-overflow cases
121 // test overflow cases
  /external/smack/src/org/jivesoftware/smack/packet/
DefaultPacketExtension.java 42 * as desired in all cases (for example, if some of the elements have attributes. In those
43 * cases, a custom PacketExtensionProvider should be used.
  /external/smack/src/org/jivesoftware/smackx/packet/
DefaultPrivateData.java 45 * as desired in all cases (for example, if some of the elements have attributes. In those
46 * cases, a custom {@link org.jivesoftware.smackx.provider.PrivateDataProvider} should be used.
  /external/srtp/crypto/hash/
auth.c 78 * test cases provided in an array of values of key, data, and tag
103 /* loop over all test cases */
  /external/v8/src/
bignum-dtoa.h 64 // Halfway cases are rounded up. The call toFixed(0.15, 2) thus returns
73 // Halfway cases are again rounded up.
  /external/valgrind/main/memcheck/tests/
origin3-no.c 5 // origin-tracking. The newer approach handles the cases in this file
7 // This test demonstrates cases the piggybacking algorithm cannot handle,
  /external/webkit/PerformanceTests/SunSpider/
TODO 2 * Add more test cases. Categories we'd like to cover (with reasonably
23 * Normalize tests. Most of the test cases available have a repeat
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3-1.js 26 see 9.3.1 for cases for converting strings to numbers.
27 special cases:
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
match-001.js 41 // cases in which the regexp global property is false
45 // cases in which the regexp object global property is true
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 137 var sizeTag = "<#TEST CASES SIZE>";
138 var doneTag = "<#TEST CASES DONE>";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
jsref.js 135 var sizeTag = "<#TEST CASES SIZE>";
136 var doneTag = "<#TEST CASES DONE>";
  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurityBase.cpp 66 // There are special cases where security token matching is not enough.
68 // document.setDomain(...). In these cases, the binding code can reset

Completed in 3795 milliseconds

<<11121314151617181920>>