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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/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;
AdvertiseCallback.java 17 package android.bluetooth.le;
20 * Bluetooth LE advertising callbacks, used to deliver advertising operation status.
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.25/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/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/esed/pn81a/
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/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp 38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
43 logic_error::operator=(const logic_error& le) _NOEXCEPT
45 __imp_ = le.__imp_;
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
72 : __imp_(le.__imp_)
77 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
79 __imp_ = le.__imp_;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 34 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
39 logic_error::operator=(const logic_error& le) _NOEXCEPT
41 __imp_ = le.__imp_;
67 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
68 : __imp_(le.__imp_)
73 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
75 __imp_ = le.__imp_;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
allinsn.exp 22 run_dump_test $test.le
dj2.le.d 4 #name: dj2.le
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tilegx/
tilegx.exp 32 { {objdump -ds reloc-le.d} }
  /external/vixl/test/aarch32/
test-assembler-cond-rdlow-operand-imm8-t32-in-it-block.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/curl/lib/
hash.c 137 struct curl_llist_element *le; local
140 for(le = l->head; le; le = le->next) {
141 he = (struct curl_hash_element *) le->ptr;
143 Curl_llist_remove(l, le, (void *)h);
175 struct curl_llist_element *le; local
179 for(le = l->head; le; le = le->next)
197 struct curl_llist_element *le; local
219 struct curl_llist_element *le; local
270 struct curl_llist_element *le; local
    [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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
while.s 9 while d1 <le> #10 do
  /external/ltp/testcases/kernel/io/stress_floppy/datafiles/dumpdir/
generate.sh 15 while [ $COUNT -le 10 ]; do

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>