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

  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 178 LabelTableEntry lte = labels_table.get(uc.from); local
180 if (lte == null || lte.planted == false)
182 CodeAddress from = lte.code_address;
184 lte = labels_table.get(uc.to);
185 if (lte == null || lte.planted == false)
187 CodeAddress to = lte.code_address;
197 lte = labels_table.get(branch);
198 if (lte == null || lte.planted == false
    [all...]
DAsm.java 433 LabelTableEntry lte = labels_table.get(key); local
434 if (lte.planted == false) {
504 LabelTableEntry lte = labels_table.get(name); local
505 if (lte != null) {
506 if (lte.planted == true)
509 lte.planted = true;
510 addInsn(lte.code_address);
561 LabelTableEntry lte = labels_table.get(val); local
562 if (lte == null) {
565 lte = new LabelTableEntry(code_address, false)
657 LabelTableEntry lte = labels_table.get(v2); local
1006 LabelTableEntry lte = labels_table.get(v3); local
1444 LabelTableEntry lte = labels_table.get(t); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 49 import org.apache.xpath.operations.Lte;
134 expr = lte(opPos); break;
303 * @return reference to {@link org.apache.xpath.operations.Lte} instance.
307 protected Expression lte(int opPos) throws TransformerException method in class:Compiler
309 return compileOperation(new Lte(), opPos);
    [all...]
  /hardware/ril/include/telephony/
ril.h 121 PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */
122 PREF_NET_TYPE_LTE_GSM_WCDMA = 9, /* LTE, GSM/WCDMA */
123 PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */
124 PREF_NET_TYPE_LTE_ONLY = 11, /* LTE only */
125 PREF_NET_TYPE_LTE_WCDMA = 12 /* LTE/WCDMA */
853 RIL_CellInfoLte lte; member in union:__anon33918::__anon33919
    [all...]

Completed in 82 milliseconds