/external/cldr/tools/java/org/unicode/cldr/tool/ |
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 | 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 | GenerateXMB.java | 1446 private long lastId; field in GenerateXMB.MyContentHandler 1476 System.out.println("***Missing path info for " + lastId + "\t" + chars); in endElement() 1533 lastId = Long.parseLong(arg3.getValue("id")); in startElement() 1534 lastPathInfo = info.getPathInfo(lastId); in startElement()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 243 sm->lastId = -1; /* new session - make sure this does not match with in SM_STATE() 965 sm->lastId = sm->reqId; in SM_STATE() 1109 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument 1121 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 1122 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround() 1126 "same)", reqId, lastId); in eap_success_workaround() 1130 "lastId=%d", reqId, lastId); in eap_success_workaround() 1175 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate() 1216 (sm->reqId == sm->lastId || in eap_peer_sm_step_received() 1217 eap_success_workaround(sm, sm->reqId, sm->lastId))) in eap_peer_sm_step_received() [all …]
|
D | eap_i.h | 317 int lastId; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 673 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local 676 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis() 678 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis() 679 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis() 680 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 673 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local 676 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis() 678 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis() 679 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis() 680 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | inline_pass.cpp | 673 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local 676 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis() 678 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis() 679 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis() 680 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
|
/external/perfetto/ui/src/tracks/counter/ |
D | controller.ts | 146 data.lastIds[i] = it.row.lastId;
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_i.h | 165 int lastId; /* Identifier used in the last EAP-Packet */ member
|
D | eap_server.c | 408 sm->lastId = sm->currentId; in SM_STATE() 692 sm->lastId = sm->currentId; in SM_STATE() 755 sm->lastId = sm->currentId; in erp_send_finish_reauth() 1603 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/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.cpp | 2399 unsigned *lastId = in __kmp_affinity_create_cpuinfo_map() local 2421 lastId[index] = threadInfo[0][index]; in __kmp_affinity_create_cpuinfo_map() 2441 if (threadInfo[i][index] != lastId[index]) { in __kmp_affinity_create_cpuinfo_map() 2452 lastId[index2] = threadInfo[i][index2]; in __kmp_affinity_create_cpuinfo_map() 2456 lastId[index] = threadInfo[i][index]; in __kmp_affinity_create_cpuinfo_map() 2489 __kmp_free(lastId); in __kmp_affinity_create_cpuinfo_map() 2591 __kmp_free(lastId); in __kmp_affinity_create_cpuinfo_map() 2686 __kmp_free(lastId); in __kmp_affinity_create_cpuinfo_map()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cupti_10_0.inc | 745 CUpti_ExternalCorrelationKind kind, uint64_t *lastId) { 751 return func_ptr(kind, lastId);
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 1123 int lastId = -1; in debugShowActiveSpans() local 1130 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans() 1133 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()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 20321 deUint32 lastId = firstNdx; in createLotsIdsAbuseTest() local 20335 lastId = sequenceId; in createLotsIdsAbuseTest() 20343 specs["last_id"] = de::toString(lastId); in createLotsIdsAbuseTest()
|