HomeSort by relevance Sort by last modified time
    Searched refs:FIRST (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/easymock/src/org/easymock/
CaptureType.java 30 * Will capture the argument of the first matching call
32 FIRST,
Capture.java 110 case FIRST:
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 31 static final int MENU_ID_END_SESSION = android.view.Menu.FIRST;
32 static final int MENU_ID_BACK = android.view.Menu.FIRST + 1;
33 static final int MENU_ID_HELP = android.view.Menu.FIRST + 2;
  /external/guava/guava-tests/test/com/google/common/eventbus/
ReentrantEventsTest.java 31 static final String FIRST = "one";
40 bus.post(FIRST);
43 Lists.<Object>newArrayList(FIRST, SECOND), hater.eventsReceived);
75 bus.post(FIRST);
78 Lists.<Object>newArrayList(FIRST, SECOND), recorder.eventsReceived);
  /external/bzip2/
bzmore 40 FIRST=1
43 if test $FIRST -eq 0; then
58 FIRST=0
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout8.java 39 public static final int VERTICAL_ID = Menu.FIRST;
40 public static final int HORIZONTAL_ID = Menu.FIRST + 1;
42 public static final int TOP_ID = Menu.FIRST + 2;
43 public static final int MIDDLE_ID = Menu.FIRST + 3;
44 public static final int BOTTOM_ID = Menu.FIRST + 4;
46 public static final int LEFT_ID = Menu.FIRST + 5;
47 public static final int CENTER_ID = Menu.FIRST + 6;
48 public static final int RIGHT_ID = Menu.FIRST + 7;
  /external/e2fsprogs/
depfix.sed 14 :FIRST
  /external/elfutils/lib/
dynamicsizehash.h 63 /* Optionally include an entry pointing to the first used entry. */
65 # define FIRST(name) name##_ent *first;
68 # define FIRST(name)
96 FIRST (name) \
141 # undef FIRST
  /cts/tests/src/android/app/cts/
TestDialog.java 32 private static final int OPTIONS_MENU_ITEM_0 = Menu.FIRST;
33 private static final int OPTIONS_MENU_ITEM_1 = Menu.FIRST + 1;
34 private static final int OPTIONS_MENU_ITEM_2 = Menu.FIRST + 2;
35 private static final int OPTIONS_MENU_ITEM_3 = Menu.FIRST + 3;
36 private static final int OPTIONS_MENU_ITEM_4 = Menu.FIRST + 4;
37 private static final int OPTIONS_MENU_ITEM_5 = Menu.FIRST + 5;
38 private static final int OPTIONS_MENU_ITEM_6 = Menu.FIRST + 6;
39 private static final int CONTEXT_MENU_ITEM_0 = Menu.FIRST + 7;
40 private static final int CONTEXT_MENU_ITEM_1 = Menu.FIRST + 8;
41 private static final int CONTEXT_MENU_ITEM_2 = Menu.FIRST + 9
    [all...]
  /development/samples/SkeletonApp/src/com/example/android/skeletonapp/
SkeletonActivity.java 36 static final private int BACK_ID = Menu.FIRST;
37 static final private int CLEAR_ID = Menu.FIRST + 1;
44 /** Called with the activity is first created. */
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 35 private static final int INSERT_ID = Menu.FIRST;
36 private static final int DELETE_ID = Menu.FIRST + 1;
41 /** Called when the activity is first created. */
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithEmptyView.java 52 public static final int MENU_ADD = Menu.FIRST + 1;
53 public static final int MENU_REMOVE = Menu.FIRST + 2;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 140 private static final int COLOR_MENU_ID = Menu.FIRST;
141 private static final int EMBOSS_MENU_ID = Menu.FIRST + 1;
142 private static final int BLUR_MENU_ID = Menu.FIRST + 2;
143 private static final int ERASE_MENU_ID = Menu.FIRST + 3;
144 private static final int SRCATOP_MENU_ID = Menu.FIRST + 4;
  /external/v8/test/mjsunit/
cyrillic.js 33 FIRST: "\u0410", // A
34 first: "\u0430", // a
48 FIRST: "\u0391", // ALPHA
49 first: "\u03b1", // alpha
69 var first = lc ? chars.first : chars.FIRST;
72 var first_other_case = lc ? chars.FIRST : chars.first;
76 assertTrue(Range(first, last).test(first), 1)
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
Notepadv3.java 36 private static final int INSERT_ID = Menu.FIRST;
37 private static final int DELETE_ID = Menu.FIRST + 1;
41 /** Called when the activity is first created. */
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 27 public static final int INSERT_ID = Menu.FIRST;
32 /** Called when the activity is first created. */
  /frameworks/base/core/java/android/view/
Menu.java 83 * First value for group and item identifier integers.
85 static final int FIRST = 1;
280 * @param specifics Specific items to place first as defined by
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 36 private static final int INSERT_ID = Menu.FIRST;
37 private static final int DELETE_ID = Menu.FIRST + 1;
42 /** Called when the activity is first created. */
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 36 private static final int INSERT_ID = Menu.FIRST;
37 private static final int DELETE_ID = Menu.FIRST + 1;
42 /** Called when the activity is first created. */
  /external/e2fsprogs/lib/ss/
ct_c.sed 28 # The first section of this script is just to cannoicalize the file.
32 :FIRST
80 # First, parse out the subroutine name
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 54 private static final int MENU_ID_SCAN = Menu.FIRST;
55 private static final int MENU_ID_RENAME_DEVICE = Menu.FIRST + 1;
56 private static final int MENU_ID_VISIBILITY_TIMEOUT = Menu.FIRST + 2;
57 private static final int MENU_ID_SHOW_RECEIVED = Menu.FIRST + 3;
  /development/build/tools/
mk_sdk_repo_xml.sh 62 # Get the root element from the schema. This is the first element
159 # only use its first definition.
204 # First we expect a type. For convenience the type can be plural.
214 FIRST="1"
234 # these attributes from the first zip found.
255 if [[ $FIRST ]]; then
256 FIRST=""
  /external/clang/lib/Basic/
IdentifierTable.cpp 194 // the first and third character. For preprocessor ID's there are no
198 #define HASH(LEN, FIRST, THIRD) \
199 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
200 #define CASE(LEN, FIRST, THIRD, NAME) \
201 case HASH(LEN, FIRST, THIRD): \
406 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); local
407 if (!first) return OMF_None;
409 StringRef name = first->getName();
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 38 private static final int MENU_ADD_USER = Menu.FIRST;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 83 * The first is for "usual Settings", appearing as any other Setup fragment.
91 private static final int MENU_ID_WPS_PBC = Menu.FIRST;
92 private static final int MENU_ID_WPS_PIN = Menu.FIRST + 1;
93 private static final int MENU_ID_P2P = Menu.FIRST + 2;
94 private static final int MENU_ID_ADD_NETWORK = Menu.FIRST + 3;
95 private static final int MENU_ID_ADVANCED = Menu.FIRST + 4;
96 private static final int MENU_ID_SCAN = Menu.FIRST + 5;
97 private static final int MENU_ID_CONNECT = Menu.FIRST + 6;
98 private static final int MENU_ID_FORGET = Menu.FIRST + 7;
99 private static final int MENU_ID_MODIFY = Menu.FIRST + 8
    [all...]

Completed in 2084 milliseconds

1 2 3 4