/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ConvertXTB.java | 155 private String lastId; field in ConvertXTB.XtbHandler 179 lastId = attr.getValue("id"); in startElement() 180 lastXpath = IdToPath.getPath(lastId); in startElement() 194 orphanedMessages.add(lastId); in endElement() 195 } else if (!oldMessages.contains(lastId)) { in endElement() 299 output.add(new XtbEntry(lastId, xpath, value)); in addValueToOutput()
|
D | KeymanCheck.java | 55 String lastId = null; in prettyprint() local 97 lastId = ltc.transform(s); in prettyprint() 100 languageIdToName.put(lastId, s); in prettyprint()
|
D | GenerateXMB.java | 1441 private long lastId; field in GenerateXMB.MyContentHandler 1471 System.out.println("***Missing path info for " + lastId + "\t" + chars); in endElement() 1528 lastId = Long.parseLong(arg3.getValue("id")); in startElement() 1529 lastPathInfo = info.getPathInfo(lastId); in startElement()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 550 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local 553 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis() 555 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis() 556 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis() 557 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 645 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local 648 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis() 650 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis() 651 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis() 652 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 242 sm->lastId = -1; /* new session - make sure this does not match with in SM_STATE() 954 sm->lastId = sm->reqId; in SM_STATE() 1098 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument 1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 1111 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround() 1115 "same)", reqId, lastId); in eap_success_workaround() 1119 "lastId=%d", reqId, lastId); in eap_success_workaround() 1164 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate() 1205 (sm->reqId == sm->lastId || in eap_peer_sm_step_received() 1206 eap_success_workaround(sm, sm->reqId, sm->lastId))) in eap_peer_sm_step_received() [all …]
|
D | eap_i.h | 317 int lastId; member
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_i.h | 166 int lastId; /* Identifier used in the last EAP-Packet */ member
|
D | eap_server.c | 401 sm->lastId = sm->currentId; in SM_STATE() 685 sm->lastId = sm->currentId; in SM_STATE() 747 sm->lastId = sm->currentId; in erp_send_finish_reauth() 1585 if (id != sm->lastId) in eap_sm_nextId()
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 805 int lastId = m_u.outerIndexPtr()[j+1]-1; 806 eigen_assert(m_u.innerIndexPtr()[lastId]<=j); 807 if (m_u.innerIndexPtr()[lastId]==j) 808 det *= m_u.valuePtr()[lastId];
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 1146 int lastId = -1; in debugShowActiveSpans() local 1153 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans() 1156 lastId = this->debugID(); in debugShowActiveSpans()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 1146 int lastId = -1; in debugShowActiveSpans() local 1153 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans() 1156 lastId = this->debugID(); in debugShowActiveSpans()
|