HomeSort by relevance Sort by last modified time
    Searched full:after (Results 1501 - 1525 of 38973) sorted by null

<<61626364656667686970>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue15277.go 16 println("after alloc: expected delta at least 9MB, got: ", delta)
21 println("after drop: expected delta below 1MB, got: ", delta)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
fallback_malloc.ipp 121 heap_node *after ( struct heap_node *p ) { return p + p->len; }
136 std::cout << " p, cp, after (p), after(cp) "
139 << offset_from_node ( after ( p )) << ' '
140 << offset_from_node ( after ( cp )) << std::endl;
142 if ( after ( p ) == cp ) {
149 else if ( after ( cp ) == p ) { // there's a free heap_node right after
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
fallback_malloc.ipp 121 heap_node *after ( struct heap_node *p ) { return p + p->len; }
136 std::cout << " p, cp, after (p), after(cp) "
139 << offset_from_node ( after ( p )) << ' '
140 << offset_from_node ( after ( cp )) << std::endl;
142 if ( after ( p ) == cp ) {
149 else if ( after ( cp ) == p ) { // there's a free heap_node right after
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
IUpdateWizardDialog.java 23 * An interface that enables a client to update {@link WizardDialog} after its creation.
27 * Invoked after {@link WizardDialog#create()} to let the caller update the dialog.
  /system/core/init/
devices.h 26 // coldboot continues after creating the device for the uevent
28 // coldboot stops after creating the device for uevent but doesn't
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mrs-msr-thumb-v7-m-bad.l 6 [^:]*:9: Error: bad bitmask specified after APSR -- `msr xpsr_nncvq,r6'
7 [^:]*:10: Error: bad bitmask specified after APSR -- `msr xpsr_nzcv,r7'
  /toolchain/binutils/binutils-2.25/ld/emulparams/
shlelf32_linux.sh 20 # If data is located right after .text (not explicitly specified),
42 # We need to adjust sizes in the .cranges section after relaxation, so
  /toolchain/binutils/binutils-2.25/ld/emultempl/
mmo.em 47 SEC_READONLY sections right after MMO_TEXT_SECTION_NAME. Much borrowed
88 lang_output_section_statement_type *after;
125 sure not to place the orphan section after the
148 "after". */
160 after = place->os;
161 if (after == NULL)
166 os = lang_insert_orphan (s, secname, 0, after, place, NULL, NULL);
212 einfo ("%X%P: Internal problems scanning %B after opening it",
  /tools/apksig/src/main/java/com/android/apksig/util/
DataSink.java 30 * <p>This data sink guarantees to not hold references to the provided buffer after this method
42 * <p>This data sink guarantees to not hold references to the provided buffer after this method
  /art/test/631-checker-get-class/src/
Main.java 23 /// CHECK-START: int Main.bar(Main) inliner (after)
41 /// CHECK-START: boolean Main.classEquality1() instruction_simplifier$after_inlining (after)
53 /// CHECK-START: boolean Main.classEquality2() instruction_simplifier$after_inlining (after)
66 /// CHECK-START: boolean Main.classEquality3() instruction_simplifier$after_inlining (after)
78 /// CHECK-START: boolean Main.classEquality4() instruction_simplifier$after_inlining (after)
  /device/generic/goldfish/camera/
EmulatedCamera3.h 174 // State at construction time, and after a device operation error
176 // State after startup-time init and after device instance close
178 // State after being opened, before device instance init
180 // State after device instance initialization
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormCallback/
FormCallback.h 44 #define EXIT_REQUIRED 2 // Flags setting to signify that after the processing of the callback results - exit the browser
45 #define SAVE_REQUIRED 4 // Flags setting to signify that after the processing of the callback results - save the NV data
46 #define NV_CHANGED 8 // Flags setting to signify that after the processing of the callback results - turn the NV flag on
47 #define NV_NOT_CHANGED 16 // Flags setting to signify that after the processing of the callback results - turn the NV flag off
52 UINT16 Flags; // Flags settings to determine what behavior is desired from the browser after the callback
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
X86EnablePaging32.c 31 only available on IA-32. After the 32-bit paging mode is enabled, control is
52 @param EntryPoint A pointer to function to call with the new stack after
55 function as the first parameter after paging is enabled.
57 function as the second parameter after paging is enabled.
59 function after paging is enabled.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
EnablePaging32.c 23 only available on IA-32. After the 32-bit paging mode is enabled, control is
40 @param EntryPoint A pointer to function to call with the new stack after
43 function as the first parameter after paging is enabled.
45 function as the second parameter after paging is enabled.
47 function after paging is enabled.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
X86EnablePaging32.c 26 only available on IA-32. After the 32-bit paging mode is enabled, control is
47 @param EntryPoint A pointer to function to call with the new stack after
50 function as the first parameter after paging is enabled.
52 function as the second parameter after paging is enabled.
54 function after paging is enabled.
  /external/autotest/client/site_tests/network_DhcpRenew/
network_DhcpRenew.py 15 # dhcpcd should request a renewal after this many seconds.
17 # dhcpcd will broadcast a REQUEST after this many seconds.
19 # We had better have lost the lease 25 seconds after we gained it.
96 # The service should leave the connected state after shill attempts
110 logging.info('In state "%s" after %d seconds', state, duration)
  /external/clang/test/Parser/
brackets.c 10 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
26 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
43 // expected-error@-1{{expected member name or ';' after declaration specifiers}}
56 // expected-error@-5{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
65 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiRun.java 24 * <p>The &quot;limit&quot; of the run is the position just after the
37 int insertRemove; /* if >0, flags for inserting LRM/RLM before/after run,
50 * - limit is one after the last visual position of the run.
53 * - limit is one after the last logical position of the run.
90 * Get position of one character after the end of the run in the source text
  /external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 23 * for a before-and-after comparison of
117 printf("memory usage after ucnv_open(ibm-1208): %lu\n", (long)icuMemUsage);
126 printf("memory usage after ucnv_countAvailable(): %lu\n", (long)icuMemUsage);
129 printf("memory usage after ucnv_flushCache(): %lu\n", (long)icuMemUsage);
132 printf("memory usage after u_cleanup(): %lu\n", (long)icuMemUsage);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiRun.java 23 * <p>The &quot;limit&quot; of the run is the position just after the
36 int insertRemove; /* if >0, flags for inserting LRM/RLM before/after run,
49 * - limit is one after the last visual position of the run.
52 * - limit is one after the last logical position of the run.
90 * Get position of one character after the end of the run in the source text
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateRule.java 31 * that is on or after the given start date.
33 * @param start Only occurrances on or after this date are returned.
36 * does not occur on or after the start date.
46 * that is on or after the given start date and before the given
49 * @param start Only occurrances on or after this date are returned.
  /external/pdfium/testing/resources/javascript/
globals.in 130 dump_global("After Setup");
134 dump_global("After Deletion");
139 dump_global("After Setup and Persist false");
144 dump_global("After Delete and Persist");
150 dump_global("After Setup and Persist true");
  /external/testng/src/main/java/org/testng/annotations/
AfterGroups.java 10 * The list of groups that this configuration method will run after. If
13 * after the last test method that belongs to any of these groups is
25 * that this configuration method will be run after (if no {@link #value()} attribute is defined).
57 * For after methods (afterSuite, afterClass, ...):
78 * If it hasn't returned after this time, this method will fail and
  /external/valgrind/VEX/priv/
main_globals.h 68 #define VEX_TRACE_OPT1 (1 << 6) /* show after initial opt */
69 #define VEX_TRACE_INST (1 << 5) /* show after instrumentation */
70 #define VEX_TRACE_OPT2 (1 << 4) /* show after second opt */
71 #define VEX_TRACE_TREES (1 << 3) /* show after tree building */
73 #define VEX_TRACE_RCODE (1 << 1) /* show after reg-alloc */
  /external/valgrind/memcheck/tests/
threadname.stderr.exp 4 Address 0x........ is 0 bytes after a block of size 1 alloc'd
14 Address 0x........ is 0 bytes after a block of size 2 alloc'd
25 Address 0x........ is 0 bytes after a block of size 3 alloc'd
37 Address 0x........ is 0 bytes after a block of size 4 alloc'd
47 Address 0x........ is 0 bytes after a block of size 5 alloc'd

Completed in 797 milliseconds

<<61626364656667686970>>