/external/compiler-rt/test/tsan/ |
free_race2.c | 23 // CHECK: Previous write of size 8 at {{.*}} by main thread:
|
inlined_memcpy_race.cc | 34 // CHECK: Previous write
|
inlined_memcpy_race2.cc | 35 // CHECK: Previous write
|
race_on_write.cc | 37 // CHECK: Previous write of size 1
|
write_in_reader_lock.cc | 35 // CHECK: Previous read of size 4 at {{.*}} by main thread{{.*}}:
|
/external/icu/icu4c/source/samples/break/ |
break.cpp | 59 for (int32_t start = boundary.previous(); 61 end = start, start = boundary.previous()) 79 int32_t start = boundary.previous(); 87 int32_t start = boundary.previous();
|
/external/iproute2/man/man8/ |
rtacct.8 | 35 Dump absolute values of counters. The default is to calculate increments since the previous use.
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.h | 73 /// getReturnSaveOffset - Return the previous frame offset to save the 77 /// getTOCSaveOffset - Return the previous frame offset to save the 81 /// getFramePointerSaveOffset - Return the previous frame offset to save the 85 /// getBasePointerSaveOffset - Return the previous frame offset to save the
|
/external/llvm/test/Analysis/GlobalsModRef/ |
chaining-analysis.ll | 3 ; This test requires the use of previous analyses to determine that
|
/external/llvm/test/CodeGen/X86/ |
constant-hoisting-optnone.ll | 6 ; (i.e. constant 0xBEEBEEBF4) with respect to the previous one.
|
/external/llvm/test/MC/ELF/ |
subsection.s | 27 .previous
|
/external/llvm/test/MC/Mips/ |
elf_eflags_nanlegacy.s | 14 # Let's override the previous directive!
|
/external/v8/src/ |
vm-state.h | 32 ExternalCallbackScope* previous() { return previous_scope_; } function in class:v8::internal::BASE_EMBEDDED
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
FragmentAnimationProvider.java | 41 * Animates the entry of the fragment in the case where there is a previous step fragment 49 * Animates the exit of the fragment in the case where there is a previous step fragment 57 * Animates the re-entry of the fragment in the case where there is a previous step fragment 65 * Animates the return of the fragment in the case where there is a previous step fragment
|
/ndk/tests/device/static-executable/jni/ |
Android.mk | 15 # in the previous *S file to iterate all eh frames and record ranges is gone
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupFragment.java | 71 * flow. It also attaches itself as a click handler to the previous and next buttons. 97 mPreviousButton = UiUtilities.getView(template, R.id.previous); 109 } else if (viewId == R.id.previous) { 126 * Set visibility of the "previous" button
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 159 // Select the previous widget or the last widget on the previous page 193 // Select the closest icon in the previous row, otherwise select the tab bar 206 // Select the closest icon in the previous row, otherwise do nothing 226 // Select the first item on the previous page, or the first item on this page 227 // if there is no previous page 318 // Select the previous icon or the last icon on the previous page 354 // Select the closest icon in the previous row, otherwise select the tab bar 366 // Select the closest icon in the previous row, otherwise do nothin [all...] |
/sdk/find_java2/FindJava2/ |
targetver.h | 21 // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
|
/sdk/find_java2/WinLauncher2/ |
targetver.h | 21 // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 74 // The states in chronological order are: previous, current, next, and mutating: 75 // previous read-only, observer can compare vs. current to see the subset that changed 78 // previous = current 80 // and the slot formerly used by previous is now available to the mutator. 83 // before the mutator, there are no previous, current, or next states. And even if the observer 84 // starts execution after the mutator, there is a next state but no previous or current states. 86 // and it will have to deal with the case where there is no previous state. 137 // If a new state has not pushed by mutator since the previous poll, 139 // The previous state pointer is guaranteed to still be valid; 140 // this allows the observer to diff the previous and new states [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
jquery-history.js | 42 var previous = $.history.getCurrent(); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
|
/developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/res/layout/ |
fragment_pdf_renderer_basic.xml | 40 android:id="@+id/previous" 45 android:text="@string/previous" />
|
/developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/res/layout/ |
fragment_pdf_renderer_basic.xml | 40 android:id="@+id/previous" 45 android:text="@string/previous" />
|
/development/samples/browseable/PdfRendererBasic/res/layout/ |
fragment_pdf_renderer_basic.xml | 40 android:id="@+id/previous" 45 android:text="@string/previous" />
|
/external/clang/test/SemaCXX/ |
declspec-thread.cpp | 36 extern int fwd_thread_var_mismatch; // expected-note {{previous declaration}} 39 extern __declspec(thread) int thread_mismatch_2; // expected-note {{previous declaration}}
|