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

1 2 3 4 5 6 7 8 91011>>

  /external/easymock/src/org/easymock/
CaptureType.java 30 * Will capture the argument of the first matching call
32 FIRST,
  /external/clang/test/Frontend/
rewrite-includes.c 7 #ifdef FIRST
46 // CHECK-NEXT: {{^}}#ifdef FIRST{{$}}
137 // CHECKNL-NEXT: {{^}}#ifdef 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/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 103 enum QueuesIndexes {FIRST = 0, SECOND, COUNT};
144 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex)
145 queues[FIRST].queueFamilyIndex = queueNdx;
147 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u)
154 if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATCH_FOUND)
166 queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : 1;
171 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex)
185 deviceInfo.queueCreateInfoCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 1 : COUNT;
192 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex)
199 cmdPool[FIRST] = (createCommandPool(vk, *logicalDevice, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queues (…)
    [all...]
  /external/guava/guava-tests/test/com/google/common/eventbus/
ReentrantEventsTest.java 33 static final String FIRST = "one";
42 bus.post(FIRST);
45 Lists.<Object>newArrayList(FIRST, SECOND), hater.eventsReceived);
77 bus.post(FIRST);
80 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 43 /* Optionally include an entry pointing to the first used entry. */
45 # define FIRST(name) name##_ent *first;
48 # define FIRST(name)
80 FIRST (name) \
125 # undef FIRST
  /external/libmpeg2/decoder/
impeg2d_mv_dec.c 219 pi2_mv = (WORD16 *)&ps_dec->ai2_mv[FORW][FIRST];
220 e_fld = impeg2d_dec_mv(ps_stream,ps_dec->ai2_pred_mv[e_ref_pic][FIRST],pi2_mv,
223 ps_dec->ai2_pred_mv[e_ref_pic][SECOND][MV_X] = ps_dec->ai2_pred_mv[e_ref_pic][FIRST][MV_X];
224 ps_dec->ai2_pred_mv[e_ref_pic][SECOND][MV_Y] = ps_dec->ai2_pred_mv[e_ref_pic][FIRST][MV_Y];
228 ps_mc = &ps_dec->as_mb_mc_params[e_ref_pic][FIRST];
238 * Description : Decodes first part of params for 2 MV Interpolated MB
259 /* Decode the first motion vector */
278 * Description : Decodes first part of params for 2 MV Interpolated MB
295 pi2_mv1 = (WORD16 *)&(ps_dec->ai2_mv[FORW][FIRST]);
297 pi2_mv3 = (WORD16 *)&(ps_dec->ai2_mv[BACK][FIRST]);
    [all...]
impeg2d_mc.c 105 /* 14 09 2005 Hairsh M First Version */
162 /* 14 09 2005 Harish M First Version */
223 /* 14 09 2005 Hairsh M First Version */
229 impeg2d_motion_comp_recon_buf(ps_dec, &ps_dec->as_mb_mc_params[ps_dec->e_mb_pred][FIRST], &ps_dec->s_dest_buf);
257 /* 14 09 2005 Hairsh M First Version */
262 impeg2d_motion_comp_recon_buf(ps_dec, &ps_dec->as_mb_mc_params[FORW][FIRST], &ps_dec->s_dest_buf);
291 /* 14 09 2005 Hairsh M First Version */
299 impeg2d_motion_comp(ps_dec, &ps_dec->as_mb_mc_params[FORW][FIRST], &ps_dec->s_mc_fw_buf);
300 impeg2d_motion_comp(ps_dec, &ps_dec->as_mb_mc_params[BACK][FIRST], &ps_dec->s_mc_bk_buf);
335 /* 14 09 2005 Hairsh M First Version *
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
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...]
  /external/libchrome/base/trace_event/
memory_dump_request_args.h 37 FIRST,
42 BACKGROUND = FIRST,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DataModelException.java 22 private static final int FIRST = 100;
66 if (errorCode < FIRST || errorCode > LAST) {
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 61 SEL_FIRST='sel.first'
98 FIRST='first'
  /external/python/cpython3/Lib/tkinter/
constants.py 61 SEL_FIRST='sel.first'
98 FIRST='first'
  /frameworks/base/cmds/statsd/benchmark/
filter_value_benchmark.cpp 44 child->set_position(FIRST);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 61 SEL_FIRST='sel.first'
98 FIRST='first'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 61 SEL_FIRST='sel.first'
98 FIRST='first'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 61 SEL_FIRST='sel.first'
98 FIRST='first'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 61 SEL_FIRST='sel.first'
98 FIRST='first'
  /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. */
  /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;
  /tools/loganalysis/tests/src/com/android/loganalysis/util/config/
OptionUpdateRuleTest.java 32 assertEquals(UPDATE, OptionUpdateRule.FIRST.update(OPTION_NAME, null, UPDATE));
33 assertEquals(CURRENT, OptionUpdateRule.FIRST.update(OPTION_NAME, CURRENT, UPDATE));
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionUpdateRuleTest.java 32 assertTrue(OptionUpdateRule.FIRST.shouldUpdate(OPTION_NAME, null, UPDATE));
33 assertFalse(OptionUpdateRule.FIRST.shouldUpdate(OPTION_NAME, CURRENT, UPDATE));

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>