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

1 2 3 4 5 6 7

  /external/easymock/src/org/easymock/
CaptureType.java 30 * Will capture the argument of the first matching call
32 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
  /tools/loganalysis/src/com/android/loganalysis/util/config/
OptionUpdateRule.java 30 FIRST {
  /tools/tradefederation/core/src/com/android/tradefed/config/
OptionUpdateRule.java 29 FIRST {
  /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/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 27 FIRST = 0,
  /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/libchrome/base/trace_event/
memory_dump_request_args.h 37 FIRST,
42 BACKGROUND = FIRST,
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
hugeshmctl01.c 47 #define FIRST 0
90 stat_time = FIRST;
146 * The first time through, let the children attach the memory.
147 * The second time through, attach the memory first and let
162 test = (stat_time == FIRST) ? set_shmat() : set_shared;
206 * The first time through, only the children attach the memory, so
273 /* first stat the shared memory to get the new data */
  /frameworks/base/core/java/android/view/
Menu.java 91 * First value for group and item identifier integers.
93 static final int FIRST = 1;
288 * @param specifics Specific items to place first as defined by
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DataModelException.java 22 private static final int FIRST = 100;
66 if (errorCode < FIRST || errorCode > LAST) {
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mep.h 118 next instruction is expected to be the first or second instrucion in
120 typedef enum exp_par_insn_{FIRST, SECOND} EXP_PAR_INSN;
  /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));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 78 LookaheadSet s = FIRST(r);
79 System.out.println("FIRST("+r.name+")="+s);
86 // walk every rule in this grammar and compare FIRST set with
91 //System.out.println(r.name+" FIRST="+r.FIRST);
96 // System.out.println(r.name+" exists in imported grammar: FIRST="+importedRule.FIRST);
97 if ( !r.FIRST.equals(importedRule.FIRST) ) {
114 // somebody invokes rule whose FIRST changed in subgrammar
    [all...]
  /external/ltp/testcases/kernel/syscalls/ipc/shmctl/
shmctl01.c 60 #define FIRST 0
146 stat_time = FIRST;
219 * The first time through, let the children attach the memory.
220 * The second time through, attach the memory first and let
258 if (stat_time == FIRST)
300 * The first time through, only the children attach the memory, so
376 /* first stat the shared memory to get the new data */
  /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'
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
SelectFromListWizardFragment.java 69 if (pinnedPos1 == PinnedListItem.FIRST) return -1;
74 if (pinnedPos2 == PinnedListItem.FIRST) return 1;
222 public static final int FIRST = 1;
243 * (FIRST), the priority value is used to determine their ordering.
577 // Make the keyline of the page match with the mean line(roughly) of the first list item.
  /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'
  /system/bt/stack/test/
ble_advertiser_test.cc 92 constexpr uint8_t FIRST = 0x01; // First fragment of fragmented data
562 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, FIRST, _, 251, _, _))
584 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, FIRST, _, 251, _, _))
606 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, FIRST, _, 251, _, _))
624 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, FIRST, _, 251, _, _))
756 // Try to Enable the advertiser. It should first update it's random address.
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 359 assertSame(WithPublicConstants.FIRST,
470 public static final WithPublicConstants FIRST = new WithPublicConstants();
472 // To test that we pick the first constant alphabetically
480 public static final FirstConstantIsNull FIRST = null;
  /system/bt/stack/btm/
btm_ble_multi_adv.cc 809 constexpr uint8_t FIRST = 0x01; // First fragment of fragmented data
821 uint8_t operation = isFirst ? moreThanOnePacket ? FIRST : COMPLETE
    [all...]

Completed in 1009 milliseconds

1 2 3 4 5 6 7