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

  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceResponse.java 272 String[] keyVal = new String(data).split("=");
273 if (keyVal.length != 2) {
276 mTxtRecord.put(keyVal[0], keyVal[1]);
  /art/compiler/dex/quick/
codegen_util.cc 790 * target boundaries. KeyVal is just there for debugging.
792 LIR* Mir2Lir::InsertCaseLabel(int vaddr, int keyVal) {
801 new_label->operands[0] = keyVal;
    [all...]
mir_to_lir.h 296 LIR* InsertCaseLabel(int vaddr, int keyVal);
    [all...]

Completed in 46 milliseconds