Searched defs:codeIndex (Results 1 – 8 of 8) sorted by relevance
73 long codeIndex = reply.getNextValueAsLong(); in testVariableTableTest001() local
74 long codeIndex = reply.getNextValueAsLong(); in testVariableTableWithGenericTest001() local
205 private long codeIndex; field in Frame.Variable247 public void setCodeIndex(long codeIndex) { in setCodeIndex()
2569 public final int getLineNumber(long classID, long methodID, long codeIndex) { in getLineNumber()
1151 …for (uint32_t codeIndex = 0; codeIndex < (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST); code… in ucol_buildPermutationTable() local1154 for (int32_t codeIndex = 0; codeIndex < coll->reorderCodesLength; codeIndex++) { in ucol_buildPermutationTable() local
633 int32_t codeIndex = 0; in ucol_tok_parseScriptReorder() local
359 const uint16_t codeIndex = (fecPacketsPerFrame - 1) * kMaxNumPackets + in AvgRecoveryFEC() local
315 protected int codeIndex; field in ClassFileWriter.MethodWriter