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

  /external/cldr/tools/java/org/unicode/cldr/tool/
KeymanCheck.java 55 String lastId = null;
97 lastId = ltc.transform(s);
100 languageIdToName.put(lastId, s);
ConvertXTB.java 155 private String lastId;
179 lastId = attr.getValue("id");
180 lastXpath = IdToPath.getPath(lastId);
194 orphanedMessages.add(lastId);
195 } else if (!oldMessages.contains(lastId)) {
299 output.add(new XtbEntry(lastId, xpath, value));
GenerateXMB.java     [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 550 const uint32_t lastId = (*lastBlk)->id();
553 [&firstId, &lastId, this](const uint32_t succ) {
555 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) {
556 phi->ForEachInId([&firstId, &lastId](uint32_t* id) {
557 if (*id == firstId) *id = lastId;
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 645 const uint32_t lastId = (*lastBlk)->id();
648 [&firstId, &lastId, this](const uint32_t succ) {
650 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) {
651 phi->ForEachInId([&firstId, &lastId](uint32_t* id) {
652 if (*id == firstId) *id = lastId;
  /external/eigen/Eigen/src/SuperLUSupport/
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];
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 317 int lastId;
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SecurityLoggingTest.java 334 final long lastId = events.get(events.size() - 1).getId();
335 prefs.edit().putLong(currBatchLastIdKey, lastId).commit();
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 166 int lastId; /* Identifier used in the last EAP-Packet */
  /external/skia/src/pathops/
SkPathOpsDebug.cpp     [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp     [all...]
  /external/error_prone/checkerframework/
dataflow-2.5.3.jar 

Completed in 2065 milliseconds