/external/guava/guava/src/com/google/common/collect/ |
MapMakerInternalMap.java | 683 * Gets the previous entry in the recency list. 688 * Sets the previous entry in the recency list. 690 void setPreviousExpirable(ReferenceEntry<K, V> previous); 709 * Gets the previous entry in the recency list. 714 * Sets the previous entry in the recency list. 716 void setPreviousEvictable(ReferenceEntry<K, V> previous); 767 public void setPreviousExpirable(ReferenceEntry<Object, Object> previous) {} 783 public void setPreviousEvictable(ReferenceEntry<Object, Object> previous) {} 838 public void setPreviousExpirable(ReferenceEntry<K, V> previous) { 858 public void setPreviousEvictable(ReferenceEntry<K, V> previous) { 995 ValueReference<K, V> previous = this.valueReference; local 1249 ValueReference<K, V> previous = this.valueReference; local 1507 ValueReference<K, V> previous = this.valueReference; local 3174 ReferenceEntry<K, V> previous = e.getPreviousEvictable(); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
LocalVariableExtractor.java | 155 RegisterSpec previous local 158 if (previous != null 159 && (previous.getReg() != result.getReg())) { 161 primaryState.remove(previous);
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableExtractor.java | 155 RegisterSpec previous local 158 if (previous != null 159 && (previous.getReg() != result.getReg())) { 161 primaryState.remove(previous);
|
/dalvik/dx/src/com/android/dx/ssa/ |
LocalVariableExtractor.java | 171 RegisterSpec previous local 174 if (previous != null 175 && (previous.getReg() != result.getReg())) { 177 primaryState.remove(previous);
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/res/values/ |
strings.xml | 29 <string name="skip_previous">Skip to previous</string>
|
/developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/ |
PdfRendererBasicFragment.java | 67 * {@link android.widget.Button} to move to the previous page. 90 mButtonPrevious = (Button) view.findViewById(R.id.previous); 208 case R.id.previous: { 209 // Move to the previous page
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/res/values/ |
strings.xml | 29 <string name="skip_previous">Skip to previous</string>
|
/developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/ |
PdfRendererBasicFragment.java | 67 * {@link android.widget.Button} to move to the previous page. 90 mButtonPrevious = (Button) view.findViewById(R.id.previous); 208 case R.id.previous: { 209 // Move to the previous page
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicFocusable.java | 22 * level 8 and above, and we want our application to work on previous SDKs.
|
/development/samples/browseable/MediaBrowserService/res/values/ |
strings.xml | 29 <string name="skip_previous">Skip to previous</string>
|
/development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/ |
PdfRendererBasicFragment.java | 67 * {@link android.widget.Button} to move to the previous page. 90 mButtonPrevious = (Button) view.findViewById(R.id.previous); 208 case R.id.previous: { 209 // Move to the previous page
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ScreenSlideActivity.java | 38 * reverse animation is played when the user presses the "previous" button.</p> 49 * The pager widget, which handles animation and allows swiping horizontally to access previous 107 // Go to the previous step in the wizard. If there is no previous step,
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
looper.py | 93 def previous(self): member in class:loop_pos 97 previous = property(previous) variable in class:loop_pos 128 return self._compare_group(self.item, self.previous, getter)
|
/external/clang/include/clang/Basic/ |
DiagnosticCommentKinds.td | 59 "previous command '%select{\\|@}0%1' here">; 62 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">; 104 "previous documentation">; 125 "previous documentation">;
|
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/ |
p1.cpp | 12 static void *operator new(size_t); // expected-error {{static declaration of 'operator new' follows non-static declaration}} expected-note {{previous}}
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
p1.cpp | 39 struct hiding {}; // expected-note {{previous use is here}} 62 union hiding _; // expected-error {{tag type that does not match previous}} 82 struct hiding {}; // expected-note {{previous use is here}} 105 union hiding _; // expected-error {{tag type that does not match previous}}
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p4.cpp | 36 struct hiding {}; // expected-note {{previous use is here}} 59 union hiding _; // expected-error {{tag type that does not match previous}} 79 struct hiding {}; // expected-note {{previous use is here}} 102 union hiding _; // expected-error {{tag type that does not match previous}}
|
/external/clang/test/CXX/except/except.spec/ |
p15.cpp | 30 void operator delete(void*, double) throw(int); // expected-note {{previous}}
|
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
p2.cpp | 23 void process(Vec<T>& v) // expected-note {{previous definition is here}}
|
/external/clang/test/Misc/ |
error-limit-multiple-notes.cpp | 25 // CHECK-NOT: 15:8: note: previous definition is here
|
serialized-diags-stable.c | 14 // CHECK-NEXT: +-{{.*}}serialized-diags-stable.c:[[@LINE+2]]:6: note: previous definition is here [] []
|
/external/clang/test/Modules/ |
decldef.m | 5 // expected-note@Inputs/def.h:5 {{previous}}
|
subframeworks.m | 9 // expected-note@Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h:2 {{previous}}
|
/external/clang/test/Parser/ |
c11-noreturn.c | 5 int _Noreturn f(); // expected-note {{previous}}
|
cxx0x-member-initializers.cpp | 5 int a; // expected-note {{previous}}
|