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

1 2 3 4 5 6

  /external/easymock/src/org/easymock/
CaptureType.java 35 * Will capture the argument of the last matching call
37 LAST,
  /frameworks/native/libs/gui/
IDisplayEventConnection.cpp 29 LAST = REQUEST_NEXT_VSYNC,
66 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) {
IConsumerListener.cpp 31 LAST = ON_SIDEBAND_STREAM_CHANGED,
81 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) {
ISurfaceComposerClient.cpp 37 LAST = GET_LAYER_FRAME_STATS,
88 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) {
IGraphicBufferConsumer.cpp 55 LAST = DUMP_STATE,
180 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) {
  /tools/loganalysis/src/com/android/loganalysis/util/config/
OptionUpdateRule.java 39 /** if an option is set multiple times, ignore all but the last value. */
40 LAST {
Option.java 94 OptionUpdateRule updateRule() default OptionUpdateRule.LAST;
  /tools/tradefederation/core/src/com/android/tradefed/config/
Option.java 112 OptionUpdateRule updateRule() default OptionUpdateRule.LAST;
OptionUpdateRule.java 37 /** if an option is set multiple times, ignore all but the last value. */
38 LAST {
  /external/libchrome/base/trace_event/
memory_dump_request_args.h 30 LAST = PEAK_MEMORY_USAGE // For IPC macros.
54 LAST = DETAILED
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DataModelException.java 54 private static final int LAST = 138;
66 if (errorCode < FIRST || errorCode > LAST) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionUpdateRuleTest.java 37 assertTrue(OptionUpdateRule.LAST.shouldUpdate(OPTION_NAME, null, UPDATE));
38 assertTrue(OptionUpdateRule.LAST.shouldUpdate(OPTION_NAME, CURRENT, UPDATE));
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.hpp 399 LAST
507 LAST
552 LAST
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Token.h 32 LAST = 0, // EOF.
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /external/python/cpython3/Lib/tkinter/
constants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
SelectFromListWizardFragment.java 70 if (pinnedPos1 == PinnedListItem.LAST) return 1;
75 if (pinnedPos2 == PinnedListItem.LAST) return -1;
84 if (pinnedPos1 == PinnedListItem.LAST) return 1;
223 public static final int LAST = 2;
475 // 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'
  /system/bt/stack/test/
ble_advertiser_test.cc 93 constexpr uint8_t LAST = 0x02; // Last fragment of fragmented data
569 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, LAST, _, 144, _, _))
591 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, LAST, _, 1, _, _))
609 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, LAST, _, 251, _, _))
627 EXPECT_CALL(*hci_mock, SetAdvertisingData(advertiser_id, LAST, _, 250, _, _))
    [all...]
  /external/libtextclassifier/
types.h 312 LAST = 3,
  /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
144 #define LAST(x) last_added_ = x;
146 #define LAST(x)
  /system/bt/stack/btm/
btm_ble_multi_adv.cc 73 /* When true, advertising set is enabled, or last scheduled call to "LE Set
78 * When false, advertising set is disabled, or last scheduled call to "LE Set
810 constexpr uint8_t LAST = 0x02; // Last fragment of fragmented data
822 : moreThanOnePacket ? INTERMEDIATE : LAST;
    [all...]

Completed in 453 milliseconds

1 2 3 4 5 6