HomeSort by relevance Sort by last modified time
    Searched defs:startEnd (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/libqservice/
IQService.cpp 46 virtual void securing(uint32_t startEnd) {
49 data.writeInt32(startEnd);
53 virtual void unsecuring(uint32_t startEnd) {
56 data.writeInt32(startEnd);
105 uint32_t startEnd = data.readInt32();
106 securing(startEnd);
117 uint32_t startEnd = data.readInt32();
118 unsecuring(startEnd);
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 462 const char* startEnd;
466 startEnd = "IGNORE";
468 startEnd = "START/END";
470 startEnd = "START";
472 startEnd = "END";
474 startEnd = "-";
476 ALOGI("%04x: %c%c%s #%d", idx, tryc, btc, startEnd, debugBBIndex);
  /external/zxing/core/
core.jar 

Completed in 150 milliseconds