/external/valgrind/drd/tests/ |
tc10_rec_lock.stderr.exp | 2 before lock #1 3 before lock #2 4 before lock #3 5 before unlock #1 6 before unlock #2 7 before unlock #3 8 before unlock #4
|
/external/valgrind/helgrind/tests/ |
tc10_rec_lock.c | 27 fprintf(stderr, "before lock #1\n"); 29 fprintf(stderr, "before lock #2\n"); 31 fprintf(stderr, "before lock #3\n"); 34 fprintf(stderr, "before unlock #1\n"); 36 fprintf(stderr, "before unlock #2\n"); 38 fprintf(stderr, "before unlock #3\n"); 41 fprintf(stderr, "before unlock #4\n");
|
/external/llvm/test/MC/Mips/ |
module-directive-bad.s | 6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any cod [all...] |
/development/samples/browseable/FingerprintDialog/ |
_index.jd | 9 before proceeding some actions such as purchasing an item.
|
/external/clang/test/Preprocessor/ |
hash_space.c | 3 // Should put a space before the # so that -fpreprocessed mode doesn't
|
/external/jsoncpp/test/data/ |
test_preserve_comment_01.expected | 6 /* Comment before 'second'
|
test_preserve_comment_01.json | 7 /* Comment before 'second'
|
/external/llvm/test/Assembler/ |
metadata-function-local.ll | 8 %before = alloca i32 11 call void @llvm.metadata(metadata i32* %before) 15 ; CHECK: %before = alloca i32 18 ; CHECK: call void @llvm.metadata(metadata i32* %before)
|
/external/testng/doc/ |
faq | 1 - I'm running groups and now, my @Before methods are no longer running.
|
/external/valgrind/cachegrind/tests/ |
chdir.c | 3 // Before the bug was fixed, if a program changed working directory, things
|
/ndk/tests/device/test-gnustl-full/unit/ |
lexcmp_test.cpp | 37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); local 38 CPPUNIT_ASSERT(!before); 46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); local 47 CPPUNIT_ASSERT(before);
|
/ndk/tests/device/test-stlport/unit/ |
lexcmp_test.cpp | 37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); local 38 CPPUNIT_ASSERT(!before); 46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); local 47 CPPUNIT_ASSERT(before);
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
d2.go | 23 CA2 = iota // before CA1 24 CA1 // before CA0 30 VA2 int // before VA1 31 VA1 int // before VA0
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
d2.go | 23 CA2 = iota // before CA1 24 CA1 // before CA0 30 VA2 int // before VA1 31 VA1 int // before VA0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
attr-arch-directive-2.s | 1 # .arch directives override previous attributes before instructions
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
arm-rel31.s | 2 .section .before
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
loadaddr2.t | 7 INSERT BEFORE .data;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
gregbza1.s | 3 # before the other relocs for that insn.
|
gregget1.s | 3 # before the other relocs for that insn.
|
gregget2.s | 2 # The "GETA" will be expanded, and the reloc for b must be resolved before
|
gregpsj1.s | 3 # before the other relocs for that insn.
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/ |
AccountTests.java | 44 final Account before = Account.builder().buildFrom(dest, null); local 46 intent.putExtra(Utils.EXTRA_ACCOUNT, before); 51 assertEquals(before.getEmailAddress(), after.getEmailAddress()); 52 assertEquals(before.getDisplayName(), after.getDisplayName()); 53 assertEquals(before.accountFromAddresses, after.accountFromAddresses); 54 assertEquals(before.capabilities, after.capabilities); 55 assertEquals(before.providerVersion, after.providerVersion); 56 assertEquals(before.uri, after.uri); 57 assertEquals(before.folderListUri, after.folderListUri); 58 assertEquals(before.searchUri, after.searchUri) [all...] |
/external/clang/test/Driver/ |
index-header-map.c | 1 // RUN: %clang -I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log 4 // CHECK: {{-I.*Before.*-index-header-map.*-I.*Index.*-I.*After}}
|
/external/markdown/tests/misc/ |
blockquote.txt | 1 > blockquote with no whitespace before `>`. 5 > blockquote with one space before the `>`.
|
/external/parameter-framework/upstream/doc/requirements/ |
requirements.css | 16 note::before,ko::before { 21 why::before, unknown:before { 26 ko::before, unknown:before {
|