HomeSort by relevance Sort by last modified time
    Searched defs:anything (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTrafficStatsTest.java 15 int anything = -2; local
26 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTxBytes(anything));
27 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidRxBytes(anything));
28 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTxPackets(anything));
29 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidRxPackets(anything));
30 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTcpTxBytes(anything));
31 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTcpRxBytes(anything));
32 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidUdpTxBytes(anything));
33 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidUdpRxBytes(anything));
34 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTcpTxSegments(anything));
    [all...]
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsAnything.java 16 this("ANYTHING");
36 public static Matcher<Object> anything() { method in class:IsAnything
47 public static Matcher<Object> anything(String description) { method in class:IsAnything
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
test.go 17 const anything = 1e9 // Just some unlikely value that means "we got here, don't care how often" const
176 check(LINE, anything)
178 check(LINE, anything)
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
test.go 17 const anything = 1e9 // Just some unlikely value that means "we got here, don't care how often" const
176 check(LINE, anything)
178 check(LINE, anything)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStream2Test.java 32 public void anything() { method
36 public void anything() { method
40 public void anything() { method
44 public abstract void anything(); method in class:ObjectOutputStream2Test.MyEnum
StringReaderTest.java 154 String anything = "Hello world"; local
155 final StringReader sr = new StringReader(anything);
165 synchronized (anything) {
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
CoreMatchers.java 147 public static org.hamcrest.Matcher<java.lang.Object> anything() { method in class:CoreMatchers
148 return org.hamcrest.core.IsAnything.anything();
158 public static org.hamcrest.Matcher<java.lang.Object> anything(java.lang.String description) { method in class:CoreMatchers
159 return org.hamcrest.core.IsAnything.anything(description);
  /external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/
AccessibilityUtilTest.java 133 AccessibilityUtil.setSuppressingResultMatcher(Matchers.anything());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 123 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant in enum:LocaleValidityChecker.SpecialCase
134 return anything;
212 case anything:
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 121 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant in enum:LocaleValidityChecker.SpecialCase
132 return anything;
210 case anything:
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java 233 public static org.hamcrest.Matcher<java.lang.Object> anything() { method in class:Matchers
234 return org.hamcrest.core.IsAnything.anything();
244 public static org.hamcrest.Matcher<java.lang.Object> anything(java.lang.String description) { method in class:Matchers
245 return org.hamcrest.core.IsAnything.anything(description);
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-core-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /external/gptfdisk/
basicmbr.cc 1065 string anything; local
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 137 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
145 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
296 /// \brief Matches a declaration of anything that could have a name.
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 19 Returns: anything
40 Returns: anything
61 Returns: anything
82 Returns: anything
103 Returns: anything
124 Returns: anything
145 Returns: anything
195 Required argument: anything
225 Returns: anything
246 Returns: anything
743 class anything(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); } function in namespace:clang::ast_matchers
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
    [all...]

Completed in 358 milliseconds

1 2 3