/external/easymock/src/org/easymock/ |
CaptureType.java | 35 * Will capture the argument of the last matching call
37 LAST,
|
/external/libchrome/base/trace_event/ |
memory_dump_request_args.h | 27 LAST = EXPLICITLY_TRIGGERED // For IPC macros. 37 LAST = DETAILED // For IPC Macros.
|
/external/v8/test/mjsunit/ |
cyrillic.js | 35 LAST: "\u042f", // YA 36 last: "\u044f", // ya 50 LAST: "\u03a9", // OMEGA 51 last: "\u03c9", // omega 71 var last = lc ? chars.last : chars.LAST; 74 var last_other_case = lc ? chars.LAST : chars.last; 76 assertTrue(Range(first, last).test(first), 1) [all...] |
/external/jetty/src/java/org/eclipse/jetty/http/ |
Generator.java | 28 public static final boolean LAST=true; 36 * @param last 42 void addContent(Buffer content, boolean last) throws IOException; 46 void completeHeader(HttpFields responseFields, boolean last) throws IOException;
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
DataModelException.java | 54 private static final int LAST = 138; 66 if (errorCode < FIRST || errorCode > LAST) {
|
/external/v8/src/regexp/ |
regexp-parser.h | 20 // a single element. The last element added is stored outside the backing list, 30 // be read using last() or removed using RemoveLast until a new Add or until 42 T* last() { function in class:v8::internal::BufferedZoneList 129 #define LAST(x) last_added_ = x; 131 #define LAST(x)
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
SelectFromListWizardFragment.java | 65 if (pinnedPos1 == PinnedListItem.LAST) return 1; 70 if (pinnedPos2 == PinnedListItem.LAST) return -1; 79 if (pinnedPos1 == PinnedListItem.LAST) return 1; 216 public static final int LAST = 2; 443 // the item so that it will only run after the last pre-draw of this batch of update.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkconstants.py | 62 SEL_LAST='sel.last' 99 LAST='last'
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkconstants.py | 62 SEL_LAST='sel.last' 99 LAST='last'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 62 SEL_LAST='sel.last' 99 LAST='last'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 62 SEL_LAST='sel.last' 99 LAST='last'
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ia64-opc.h | 35 #define LAST IA64_OPCODE_LAST
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
DataRecord.java | 249 public static final byte LAST = 2; 250 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RelativeDateTimeFormatter.java | 53 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago" 55 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday" 60 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday" 223 * or "Last Tuesday" 232 * Last 234 LAST, 349 * @param direction NEXT means a future relative date; LAST means a past 354 * NEXT or LAST. 357 if (direction != Direction.LAST && direction != Direction.NEXT) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
DataRecord.java | 247 public static final byte LAST = 2; 248 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RelativeDateTimeFormatter.java | 52 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago" 54 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday" 59 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday" 249 * or "Last Tuesday" 260 * Last 263 LAST, 388 * @param direction NEXT means a future relative date; LAST means a past 393 * NEXT or LAST. 397 if (direction != Direction.LAST && direction != Direction.NEXT) [all...] |
/frameworks/base/services/core/java/com/android/server/ |
IntentResolver.java | 175 // Last fast case. 656 int LAST = array.length-1; 657 while (LAST >= 0 && array[LAST] == null) { 658 LAST--; 660 for (int idx=LAST; idx>=0; idx--) { 662 final int remain = LAST - idx; 666 array[LAST] = null; 667 LAST--; 670 if (LAST < 0) [all...] |
/frameworks/base/core/java/android/app/ |
FragmentManager.java | 215 * Pop the last fragment transition from the manager's fragment 1627 int last = mBackStack.size()-1; local [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentManager.java | 228 * Pop the last fragment transition from the manager's fragment 1721 int last = mBackStack.size()-1; local [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 74 public static final int LAST = 3; [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
annotations.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/ |
annotations-2.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/ |
annotations-3.0.0.jar | |
/prebuilts/misc/common/android-support-test/espresso/ |
espresso-web-2.2.2-release-no-dep.jar | |
/prebuilts/tools/common/easymock-tools/ |
easymock-3.1.jar | |