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

1 2 3 4 5 6 7 8 91011>>

  /system/bt/binder/android/bluetooth/le/
AdvertiseData.aidl 17 package android.bluetooth.le;
AdvertiseSettings.aidl 17 package android.bluetooth.le;
AdvertisingSetParameters.aidl 17 package android.bluetooth.le;
PeriodicAdvertisingParameters.aidl 17 package android.bluetooth.le;
PeriodicAdvertisingReport.aidl 17 package android.bluetooth.le;
ResultStorageDescriptor.aidl 17 package android.bluetooth.le;
ScanFilter.aidl 17 package android.bluetooth.le;
ScanResult.aidl 17 package android.bluetooth.le;
ScanSettings.aidl 17 package android.bluetooth.le;
IPeriodicAdvertisingCallback.aidl 16 package android.bluetooth.le;
19 import android.bluetooth.le.PeriodicAdvertisingReport;
IScannerCallback.aidl 16 package android.bluetooth.le;
18 import android.bluetooth.le.ScanResult;
  /toolchain/binutils/binutils-2.27/ld/emulparams/
elf32ppccommon.sh 48 *le-*:*64lppc*) LIBPATH_SUFFIX=64 ;;
49 *le-*:*32lppc*) LIBPATH_SUFFIX=32 ;;
50 *le-*:*64*) LIBPATH_SUFFIX=64be ;;
51 *le-*:*32*) LIBPATH_SUFFIX=32be ;;
52 *:*64lppc*) LIBPATH_SUFFIX=64le ;;
53 *:*32lppc*) LIBPATH_SUFFIX=32le ;;
  /external/curl/lib/
hash.c 113 struct curl_llist_element *le; local
116 for(le = l->head; le; le = le->next) {
117 he = (struct curl_hash_element *) le->ptr;
119 Curl_llist_remove(l, le, (void *)h);
142 struct curl_llist_element *le; local
146 for(le = l->head; le; le = le->next)
164 struct curl_llist_element *le; local
186 struct curl_llist_element *le; local
236 struct curl_llist_element *le; local
    [all...]
  /external/libcxx/src/
stdexcept.cpp 36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
41 logic_error::operator=(const logic_error& le) _NOEXCEPT
43 __imp_ = le.__imp_;
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
70 : __imp_(le.__imp_)
75 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
77 __imp_ = le.__imp_;
  /external/libese/libapdu/
apdu.cpp 24 const size_t lc, const size_t le) {
31 const bool extended = lc > shortLcMax || le > shortLeMax;
33 const bool hasLe = le > 0;
66 const bool isLeMax = le == extendedLeMax;
67 *it++ = (isLeMax ? 0 : 0xff & (le >> 8));
68 *it++ = (isLeMax ? 0 : 0xff & le);
70 *it++ = (le == shortLeMax ? 0 : 0xff & le);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
41 logic_error::operator=(const logic_error& le) _NOEXCEPT
43 __imp_ = le.__imp_;
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
70 : __imp_(le.__imp_)
75 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
77 __imp_ = le.__imp_;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mep/
allinsn.exp 22 run_dump_test $test.le
dj2.le.d 4 #name: dj2.le
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tilegx/
tilegx.exp 32 { {objdump -ds reloc-le.d} }
  /external/vixl/test/aarch32/
test-assembler-cond-rdlow-operand-imm8-in-it-block-t32.cc 100 {{le, r2, 209}, true, le, "le r2 209", "le_r2_209"},
135 {{le, r2, 69}, true, le, "le r2 69", "le_r2_69"},
153 {{le, r2, 216}, true, le, "le r2 216", "le_r2_216"},
154 {{le, r5, 199}, true, le, "le r5 199", "le_r5_199"}
    [all...]
  /external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
SLF4JBridgeHandlerTest.java 67 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); local
68 assertEquals(LOGGER_NAME, le.getLoggerName());
69 assertEquals(msg, le.getMessage());
75 LocationInfo li = le.getLocationInformation();
116 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); local
117 assertEquals(LOGGER_NAME, le.getLoggerName());
118 assertEquals(expectedMsg, le.getMessage());
147 LoggingEvent le = null; local
149 le = (LoggingEvent) listAppender.list.get(0);
150 assertEquals("foo", le.getLoggerName())
172 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); local
178 LoggingEvent le = (LoggingEvent) listAppender.list.get(index); local
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseCallback.java 17 package android.bluetooth.le;
20 * Bluetooth LE advertising callbacks, used to deliver advertising operation status.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
while.s 9 while d1 <le> #10 do
  /external/libcxx/test/std/utilities/function.objects/comparisons/
constexpr_init.pass.cpp 33 std::less_equal<T> le; local
34 ((void)le);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
eh_test_2.sh 31 if test "$size" -le 8; then

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>