HomeSort by relevance Sort by last modified time
    Searched refs:UCI (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 250 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) {
251 unsigned UsedSlots = getNumUsedSlots(*UCI);
257 printUnwindCode(UI, makeArrayRef(UCI, UCE));
258 UCI = UCI + UsedSlots - 1;
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java     [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpheaders.py 691 such as items like, community="UCI" (14.9.6)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 408 BluetoothMapContract.ConvoContactColumns.UCI);
    [all...]
BluetoothMapContentObserver.java 586 BluetoothMapContract.ConvoContactColumns.UCI);
612 String uci = null; field in class:BluetoothMapContentObserver.Event
703 public Event(String eventType, String uci, TYPE msgType, String name, String priority,
707 this.uci = uci;
752 xmlEvtReport.attribute("", "participant_uci", uci);
1295 String uci = c.getString(cInfo.mContactColUci); local
1858 String uci = c.getString(cInfo.mContactColUci); local
    [all...]

Completed in 160 milliseconds