HomeSort by relevance Sort by last modified time
    Searched full:contains (Results 26 - 50 of 29252) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
VerbosityTest.java 23 assertTrue(v0.contains("Events injected"));
24 assertFalse(v0.contains("Sending Touch"));
25 assertFalse(v0.contains("Sending Trackball"));
26 assertFalse(v0.contains("Switch"));
27 assertFalse(v0.contains("Sleeping"));
30 assertTrue(v1.contains("Events injected"));
31 assertTrue(v1.contains("Sending Touch"));
32 assertTrue(v1.contains("Sending Trackball"));
33 assertTrue(v1.contains("Switch"));
34 assertFalse(v1.contains("Sleeping"))
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 25 typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains parameter packs 'Types' and 'OtherTypes' that have different lengths (3 vs. 2)}}
43 : public Types, public T // expected-error{{base type contains unexpanded parameter pack 'Types'}}
48 typedef Types *types_pointer; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
51 typedef Types (^block_pointer_1)(int); // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
52 typedef int (^block_pointer_2)(Types); // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
55 typedef Types &lvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
58 typedef Types &&rvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
61 typedef Types TestPPName::* member_pointer_1; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
62 typedef int Types::*member_pointer_2; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
65 typedef Types constant_array[17]; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
    [all...]
  /external/chromium/third_party/libjingle/source/
README.chrome-sandbox 1 The chrome-sandbox branch contains some experemental changes that are needed
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
README.txt 3 This contains template scripts and files that are still being modified and have yet to be tested.
  /external/icu4c/tools/gendraft/
exclude.txt 7 # file that contains function names that need to be excluded from generatio
  /external/javassist/src/main/javassist/expr/
package.html 4 <p>This package contains the classes for modifying a method body.
  /external/llvm/test/Scripts/
README.txt 1 This directory contains scripts which are used by the TestRunner style
  /external/nist-sip/java/gov/nist/core/
package.html 3 Contains core classes that the rest of the implementation depends upon. These
  /external/nist-sip/java/gov/nist/javax/sip/header/
package.html 4 Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
  /external/proguard/src/proguard/gui/splash/
package.html 2 This package contains a library for creating splash screens and animations
  /external/proguard/src/proguard/io/
package.html 2 This package contains classes to read and write files, optionally wrapped in
  /external/proguard/src/proguard/optimize/info/
package.html 2 This package contains classes to collect additional information about classes
  /external/proguard/src/proguard/
package.html 2 This package contains the main ProGuard application.
  /external/proguard/src/proguard/retrace/
package.html 2 This package contains the main ReTrace application.
  /external/webkit/LayoutTests/fast/encoding/
not-http-equiv-content-expected.txt 2 This test checks that charset sniffer does not get confused by the text that contains charset wording.
  /external/webkit/LayoutTests/fast/xpath/
xpath-empty-string-expected.txt 1 This tests that parsing an XPath expression that contains an empty string literal doesn't segfault.
  /external/webkit/LayoutTests/http/tests/appcache/
top-frame-2-expected.txt 1 Test that a subframe without manifest gets picked by a relevant application cache that contains its resource.
  /external/zlib/old/
README 1 This directory contains files that have not been updated for zlib 1.2.x
  /frameworks/av/include/private/
README 1 This folder contains private include files.
  /frameworks/base/core/java/android/os/storage/
package.html 4 Contains classes for the system storage service, which manages binary asset filesystems
  /frameworks/base/include/private/
README 1 This folder contains private include files.
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 60 EXPECT_FALSE(S.contains(3));
61 EXPECT_TRUE(S2.contains(3));
70 EXPECT_FALSE(S.contains(2));
71 EXPECT_TRUE(S3.contains(2));
75 EXPECT_FALSE(S2.contains(2));
76 EXPECT_FALSE(S3.contains(3));
92 EXPECT_FALSE(S.contains(3));
93 EXPECT_FALSE(S.contains(9));
95 EXPECT_TRUE(S2.contains(3));
96 EXPECT_TRUE(S2.contains(4))
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
memory.h 6 *** call into the kernel available to libc. It contains only constants,
8 *** contains no copyrightable information.
timex.h 6 *** call into the kernel available to libc. It contains only constants,
8 *** contains no copyrightable information.
vmalloc.h 6 *** call into the kernel available to libc. It contains only constants,
8 *** contains no copyrightable information.

Completed in 780 milliseconds

12 3 4 5 6 7 8 91011>>