Home
last modified time | relevance | path

Searched refs:BLE (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp184 , const binary_le_impl<value_type> &BLE) { in operator <<() argument
185 char Buffer[sizeof(BLE.Value)]; in operator <<()
187 Buffer, BLE.Value); in operator <<()
188 OS.write(Buffer, sizeof(BLE.Value)); in operator <<()
/external/bluetooth/bluedroid/test/bluedroidtest/
DREADME.txt56 Running BLE Test commands (Bluetooth must be enabled)
58 NOTE: Unlike BR/EDR, there is no explicit DUT mode to run these BLE tests.
/external/tremolo/Tremolo/
DbitwiseARM.s110 BLE look_really_slow
153 BLE look_overrun_next_segment
167 BLE adv_slow @ segment? If so, do it slowly
201 BLE adv_slow_loop
306 BLE read_really_slow
393 BLE read_overrun_next_segment
DmdctARM.s93 BLE unroll_end
161 BLE unroll_over4
193 BLE unroll_over5
232 BLE unroll_over6
433 BLE no_generics
DmdctLARM.s93 BLE unroll_end
161 BLE unroll_over4
193 BLE unroll_over5
233 BLE unroll_over6
416 BLE no_generics
Ddpen.s281 BLE dm_duff
412 BLE vbdvva_exit @ exit
/external/clang/lib/Analysis/
DThreadSafety.cpp1584 if (CXXBoolLiteralExpr *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) { in getMutexIDs() local
1585 branch = BLE->getValue(); in getMutexIDs()
1608 } else if (CXXBoolLiteralExpr *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue() local
1609 TCond = BLE->getValue(); in getStaticBooleanValue()