/prebuilts/tools/gcc-sdk/ |
strip | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 18 suffix_m64=${options##* -m64 } # suffix after the last -m64 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 21 len_m64=${#suffix_m64} # length of suffix after the last -m64 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
Non-existing.c | 24 only available on IA-32. After the 32-bit paging mode is enabled, control is
41 @param EntryPoint A pointer to function to call with the new stack after
44 function as the first parameter after paging is enabled.
46 function as the second parameter after paging is enabled.
48 function after paging is enabled.
71 mode. This function is only available on IA-32. After the 32-bit paging mode
85 @param EntryPoint A pointer to function to call with the new stack after
88 function as the first parameter after paging is disabled.
90 function as the second parameter after paging is
93 function after paging is disabled. [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
AccountTest.java | 100 final Account after = Account.fromJson(before.toJson()); local 102 assertEquals(before.getDisplayName(), after.getDisplayName()); 103 assertEquals(before.getEmailAddress(), after.getEmailAddress()); 104 assertEquals(before.getSyncLookback(), after.getSyncLookback()); 105 assertEquals(before.getSyncInterval(), after.getSyncInterval()); 106 assertEquals(before.mHostAuthSend, after.mHostAuthSend); 107 assertEquals(before.mHostAuthKeySend, after.mHostAuthKeySend); 108 assertEquals(before.mHostAuthKeyRecv, after.mHostAuthKeyRecv); 109 assertEquals(before.getFlags(), after.getFlags()); 110 assertEquals(before.getSenderName(), after.getSenderName()) [all...] |
/system/bt/hci/src/ |
hci_packet_parser.cc | 40 0 /* bytes after */); 49 5 /* bytes after */); 61 response, HCI_READ_LOCAL_VERSION_INFO, 8 /* bytes after */); 76 response, HCI_READ_LOCAL_SUPPORTED_CODECS, 0 /* bytes after */); 91 response, HCI_READ_BD_ADDR, sizeof(bt_bdaddr_t) /* bytes after */); 103 supported_commands_length /* bytes after */); 116 2 + sizeof(bt_device_features_t) /* bytes after */); 132 response, HCI_BLE_READ_WHITE_LIST_SIZE, 1 /* byte after */); 143 response, HCI_BLE_READ_BUFFER_SIZE, 3 /* bytes after */); 155 supported_states_size /* bytes after */); [all...] |
/art/test/570-checker-select/src/ |
Main.java | 21 /// CHECK-START: int Main.BoolCond_IntVarVar(boolean, int, int) register (after) 24 /// CHECK-START-ARM64: int Main.BoolCond_IntVarVar(boolean, int, int) disassembly (after) 29 /// CHECK-START-X86_64: int Main.BoolCond_IntVarVar(boolean, int, int) disassembly (after) 34 /// CHECK-START-X86: int Main.BoolCond_IntVarVar(boolean, int, int) disassembly (after) 47 /// CHECK-START: int Main.BoolCond_IntVarCst(boolean, int) register (after) 50 /// CHECK-START-ARM64: int Main.BoolCond_IntVarCst(boolean, int) disassembly (after) 55 /// CHECK-START-X86_64: int Main.BoolCond_IntVarCst(boolean, int) disassembly (after) 60 /// CHECK-START-X86: int Main.BoolCond_IntVarCst(boolean, int) disassembly (after) 73 /// CHECK-START: int Main.BoolCond_IntCstVar(boolean, int) register (after) 76 /// CHECK-START-ARM64: int Main.BoolCond_IntCstVar(boolean, int) disassembly (after) [all...] |
/art/test/615-checker-arm64-store-zero/src/ |
Main.java | 44 /// CHECK-START-ARM64: void Main.bar() register (after) 48 /// CHECK-START-ARM64: void Main.bar() disassembly (after) 61 /// CHECK-START-ARM64: void Main.store_zero_to_static_byte_field() disassembly (after) 71 /// CHECK-START-ARM64: void Main.store_zero_to_static_char_field() disassembly (after) 81 /// CHECK-START-ARM64: void Main.store_zero_to_static_short_field() disassembly (after) 91 /// CHECK-START-ARM64: void Main.store_zero_to_static_int_field() disassembly (after) 101 /// CHECK-START-ARM64: void Main.store_zero_to_static_long_field() disassembly (after) 111 /// CHECK-START-ARM64: void Main.store_zero_to_static_float_field() disassembly (after) 121 /// CHECK-START-ARM64: void Main.store_zero_to_static_double_field() disassembly (after) 131 /// CHECK-START-ARM64: void Main.store_zero_to_volatile_static_byte_field() disassembly (after) [all...] |
/cts/tests/tests/preference2/src/android/preference2/cts/ |
PreferenceActivityLegacyFlowTest.java | 71 * Scenario: Tests that the activity correctly restores its state after recreation in legacy 83 Bitmap after = mTestUtils.takeScreenshot(); local 84 assertScreenshotsAreEqual(before, after); 88 * Scenario: Tests that the activity still shows the preference screen even after multi-window 108 * Scenario: Tests that the activity correctly restores its state after multi-window changes 121 Bitmap after = mTestUtils.takeScreenshot(); local 122 assertScreenshotsAreEqual(before, after); 141 private void assertScreenshotsAreEqual(Bitmap before, Bitmap after) { 142 assertTrue("Screenshots do not match!", BitmapUtils.compareBitmaps(before, after));
|
/external/clang/test/Analysis/ |
vfork.c | 24 x = 0; // expected-warning{{This assignment is prohibited after a successful vfork}} 28 foo(); // expected-warning{{This function call is prohibited after a successful vfork}} 32 return 0; // expected-warning{{Return is prohibited after a successful vfork; call _exit() instead}} 52 x = 0; // expected-warning{{This assignment is prohibited after a successful vfork}} 56 foo(); // expected-warning{{This function call is prohibited after a successful vfork}} 60 return 0; // expected-warning{{Return is prohibited after a successful vfork; call _exit() instead}} 80 x = 0; // expected-warning{{This assignment is prohibited after a successful vfork}} 88 args[0] = 0; // expected-warning{{This assignment is prohibited after a successful vfork}} 111 exit(1); // expected-warning{{This function call is prohibited after a successful vfork}}
|
/external/ltp/testcases/kernel/syscalls/setregid/ |
setregid04.c | 54 "After setregid(root, root),"}, { 56 "After setregid(users, -1)"}, { 58 "After setregid(root,-1),"}, { 60 "After setregid(-1, -1),"}, { 62 "After setregid(-1, root)"}, { 64 "After setregid(root, -1),"}, { 66 "After setregid(daemon, users)"}, { 68 "After setregid(-1, -1)"}, { 70 "After setregid(-1, users)"}
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
StrictStubbingEndToEndTest.java | 3 import org.junit.After; 28 @After public void after() { method in class:StrictStubbingEndToEndTest 81 @After public void after() { method in class:StrictStubbingEndToEndTest.UnnecessaryStubbing 95 @After public void after() { method in class:StrictStubbingEndToEndTest.ReportMismatchButNotUnusedStubbing 109 @After public void after() { method in class:StrictStubbingEndToEndTest.StrictStubsPassing
|
/libcore/ojluni/src/main/java/java/util/function/ |
BiConsumer.java | 57 * operation followed by the {@code after} operation. If performing either 60 * the {@code after} operation will not be performed. 62 * @param after the operation to perform after this operation 64 * operation followed by the {@code after} operation 65 * @throws NullPointerException if {@code after} is null 67 default BiConsumer<T, U> andThen(BiConsumer<? super T, ? super U> after) { 68 Objects.requireNonNull(after); 72 after.accept(l, r);
|
BiFunction.java | 57 * its input, and then applies the {@code after} function to the result. 61 * @param <V> the type of output of the {@code after} function, and of the 63 * @param after the function to apply after this function is applied 65 * applies the {@code after} function 66 * @throws NullPointerException if after is null 68 default <V> BiFunction<T, U, V> andThen(Function<? super R, ? extends V> after) { 69 Objects.requireNonNull(after); 70 return (T t, U u) -> after.apply(apply(t, u));
|
Function.java | 73 * its input, and then applies the {@code after} function to the result. 77 * @param <V> the type of output of the {@code after} function, and of the 79 * @param after the function to apply after this function is applied 81 * applies the {@code after} function 82 * @throws NullPointerException if after is null 86 default <V> Function<T, V> andThen(Function<? super R, ? extends V> after) { 87 Objects.requireNonNull(after); 88 return (T t) -> after.apply(apply(t));
|
/external/clang/test/Parser/ |
cxx-casting.cpp | 48 // expected-error@-2 {{found '<::' after a const_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 53 // expected-error@-2 {{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 58 // expected-error@-2 {{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 63 // expected-error@-2 {{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 68 expected-error {{expected '<' after 'static_cast'}} \ 72 (void)static_cast<: // expected-error {{expected '<' after 'static_cast'}} \ 79 (void)static_cast LC:c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}} 81 (void)static_cast<:C c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}} 86 // expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}} 91 // expected-error@-2 {{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?} [all...] |
recovery.c | 42 if (x.i == 0)) // expected-error {{extraneous ')' after condition, expected a statement}} 75 X = 4 // expected-error{{expected ';' after expression}} 81 x = VALUE // expected-error{{expected ';' after expression}} 98 x = VALUE2 // expected-error{{expected ';' after expression}} 99 x = VALUE3 // expected-error{{expected ';' after expression}} 100 x = VALUE4(0) // expected-error{{expected ';' after expression}}
|
/external/ltp/testcases/kernel/syscalls/setreuid/ |
setreuid03.c | 58 "After setreuid(nobody, nobody),"}, { 60 "After setreuid(-1, nobody),"}, { 62 "After setreuid(nobody, -1),"}, { 63 &neg_one, &neg_one, &pass, &nobody, &nobody, "After setreuid(-1, -1),"}, 66 "After setreuid(-1, root),"}, { 68 "After setreuid(root, -1),"}, { 70 "After setreuid(root, root),"}, { 72 "After setreuid(root, nobody),"}, { 74 "After setreuid(root, nobody),"}, { 76 "After setreuid(bin, root),"}, [all...] |
/art/test/536-checker-needs-access-check/src/ |
Main.java | 47 /// CHECK-START: boolean Main.testInstanceOf() register (after) 53 /// CHECK-START: boolean Main.testInstanceOfNull() register (after) 59 // TODO: write a test for for CheckCast with not null constant (after RTP can parse arguments). 61 /// CHECK-START: other.InaccessibleClass Main.testCheckCastNull() register (after) 70 /// CHECK-START: boolean Main.testDontGvnLoadClassWithAccessChecks(java.lang.Object) inliner (after) 73 /// CHECK-START: boolean Main.testDontGvnLoadClassWithAccessChecks(java.lang.Object) GVN (after)
|
/external/compiler-rt/test/msan/ |
dtor-vtable-multiple-inheritance.cc | 1 // RUN: %clangxx_msan %s -O0 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t 3 // RUN: %clangxx_msan %s -O1 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t 5 // RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t 7 // RUN: %clangxx_msan %s -DCVPTR=1 -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 not %run %t 9 // RUN: %clangxx_msan %s -DEAVPTR=1 -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 not %run %t 11 // RUN: %clangxx_msan %s -DEDVPTR=1 -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 not %run %t
|
/external/curl/tests/libtest/ |
lib1501.c | 38 struct timeval *after) 42 result = (after->tv_sec - before->tv_sec) * 1000000 + 43 after->tv_usec - before->tv_usec; 82 struct timeval after; local 107 after = tutil_tvnow(); 108 e = elapsed(&before, &after);
|
/external/fmtlib/doc/bootstrap/ |
print.less | 11 *:after { 23 a[href]:after { 27 abbr[title]:after { 33 a[href^="#"]:after, 34 a[href^="javascript:"]:after { 66 page-break-after: avoid;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
TimeZoneTransition.java | 14 * after the transition. 24 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after 29 * @param to The time zone rule used after the transition. 47 * Returns the rule used after the transition. 49 * @return The time zone rule used after the transition. 58 * @return The time zone rule used after the transition.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeZoneTransition.java | 13 * after the transition. 23 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after 28 * @param to The time zone rule used after the transition. 50 * Returns the rule used after the transition. 52 * @return The time zone rule used after the transition. 63 * @return The time zone rule used after the transition.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
plugin.def | 24 /* After finishing parsing a type. */ 27 /* After finishing parsing a declaration. */ 69 /* Called after last pass from all_passes. */ 75 /* Called after last ipa pass. */ 88 /* Called after executing subpasses of a GIMPLE_PASS in 95 /* After the hard-coded events above, plugins can dynamically allocate events
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue13162.go | 34 fmt.Printf("index after range with side-effect = %d want %d\n", i, want) 44 fmt.Printf("index after range with side-effect = %d want %d\n", i, want) 48 fmt.Printf("rune after range with side-effect = %q want %q\n", r, want) 58 fmt.Printf("index after range without side-effect = %d want %d\n", i, want) 69 fmt.Printf("index after range without side-effect = %d want %d\n", i, want) 73 fmt.Printf("rune after range without side-effect = %q want %q\n", r, want)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue13162.go | 34 fmt.Printf("index after range with side-effect = %d want %d\n", i, want) 44 fmt.Printf("index after range with side-effect = %d want %d\n", i, want) 48 fmt.Printf("rune after range with side-effect = %q want %q\n", r, want) 58 fmt.Printf("index after range without side-effect = %d want %d\n", i, want) 69 fmt.Printf("index after range without side-effect = %d want %d\n", i, want) 73 fmt.Printf("rune after range without side-effect = %q want %q\n", r, want)
|