/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.
|
WifiSetupActivity.java | 458 : SelectFromListWizardFragment.PinnedListItem.LAST; 469 SelectFromListWizardFragment.PinnedListItem.LAST, 1));
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
AbstractGenerator.java | 479 addContent(new View(new ByteArrayBuffer(content)), Generator.LAST); 484 addContent(new View(new ByteArrayBuffer("Error: "+(reason==null?(""+code):reason))), Generator.LAST);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiFormPageType.java | 207 == SelectFromListWizardFragment.PinnedListItem.LAST) { 220 SelectFromListWizardFragment.PinnedListItem.LAST, i + largestLastPriority));
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
anames.go | 299 "LAST",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
anames.go | 299 "LAST",
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
AbstractHttpConnection.java | 623 public void commitResponse(boolean last) throws IOException 634 _generator.completeHeader(_responseFields, last); 643 _generator.completeHeader(_responseFields,Generator.LAST); 649 if (last) 661 _generator.completeHeader(_responseFields, Generator.LAST); 671 _generator.completeHeader(_responseFields,Generator.LAST); [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ia64-opc-b.c | 193 {"cover", B0, OpX6 (0, 0x02), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 194 {"clrrrb", B0, OpX6 (0, 0x04), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 195 {"clrrrb.pr", B0, OpX6 (0, 0x05), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 196 {"rfi", B0, OpX6 (0, 0x08), {0, }, NO_PRED | LAST | PRIV | MOD_RRBS, 0, NULL}, 197 {"bsw.0", B0, OpX6 (0, 0x0c), {0, }, NO_PRED | LAST | PRIV, 0, NULL}, 198 {"bsw.1", B0, OpX6 (0, 0x0d), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
anames.go | 381 "LAST",
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
anames.go | 302 "LAST",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
anames.go | 378 "LAST",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
anames.go | 381 "LAST",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
anames.go | 302 "LAST",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
anames.go | 378 "LAST",
|
/external/clang/include/clang/AST/ |
Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ 190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ 192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
Stmt.h | 64 #define STMT_RANGE(BASE, FIRST, LAST) \ 65 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class, 66 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ 67 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class [all...] |
/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/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" };
|
/libcore/luni/src/main/java/libcore/icu/ |
RelativeDateTimeFormatter.java | 129 direction = android.icu.text.RelativeDateTimeFormatter.Direction.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/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...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 698 "LAST",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 695 "LAST",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 698 "LAST",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 695 "LAST",
|