Home
last modified time | relevance | path

Searched refs:newLabel (Results 1 – 14 of 14) sorted by relevance

/external/mtools/
Dmlabel.c110 const char *newLabel=""; in mlabel() local
189 newLabel = argv[optind]+2; in mlabel()
195 if(strlen(newLabel) > VBUFSIZE) { in mlabel()
201 interactive = !show && !clear &&!newLabel[0] && in mlabel()
203 if(!clear && !newLabel[0]) { in mlabel()
206 if(clear && newLabel[0]) { in mlabel()
245 newLabel = longname; in mlabel()
257 longname[strlen(newLabel)-1] = '\0'; in mlabel()
260 if(strlen(newLabel) > 11) { in mlabel()
266 if((!show || newLabel[0]) && !isNotFound(&entry)){ in mlabel()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMethodLocation.java84 Label newLabel = new Label(); in addNewLabel() local
85 getLabels().add(newLabel); in addNewLabel()
86 return newLabel; in addNewLabel()
DMutableMethodImplementation.java115 Label startLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress()); in MutableMethodImplementation()
116 …Label endLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress() + tryBlock.getCodeUni… in MutableMethodImplementation()
121 newLabel(codeAddressToIndex, exceptionHandler.getHandlerCodeAddress()))); in MutableMethodImplementation()
532 private Label newLabel(@Nonnull int[] codeAddressToIndex, int codeAddress) {
684 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
729 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
770 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
816 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
841 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
864 Label newLabel;
[all …]
/external/antlr/tool/src/main/java/org/antlr/analysis/
DDFAState.java351 Label newLabel = new Label(existingMinusNewElements); in addReachableLabel() local
352 reachableLabels.add(newLabel); in addReachableLabel()
374 Label newLabel = new Label(remainder); in addReachableLabel() local
375 reachableLabels.add(newLabel); in addReachableLabel()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java463 Label newLabel = new Label(); in splitCurrentLabel() local
464 adopt(newLabel); in splitCurrentLabel()
465 currentLabel.primarySuccessor = newLabel; in splitCurrentLabel()
468 currentLabel = newLabel; in splitCurrentLabel()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowStarredCoverage.java184 String newLabel = PARENS.matcher(label).replaceAll(""); in stripParens() local
185 if (label.equals(newLabel)) { in stripParens()
188 return newLabel; in stripParens()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DOldClassInstrumentor.java134 Label notNull = generator.newLabel(); in generateCallToClassHandler()
135 Label afterward = generator.newLabel(); in generateCallToClassHandler()
/external/doclava/src/com/google/doclava/
DSampleCode.java520 String newLabel = thisLabel + "/" + childLabel; in squashNodes() local
521 list.get(i).setLabel(newLabel); in squashNodes()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp85 std::unique_ptr<Instruction> newLabel( in NewLabel() local
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
88 return newLabel; in NewLabel()
Dinline_pass.cpp116 std::unique_ptr<Instruction> newLabel( in NewLabel() local
118 return newLabel; in NewLabel()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstrument_pass.cpp85 std::unique_ptr<Instruction> newLabel( in NewLabel() local
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
88 return newLabel; in NewLabel()
Dinline_pass.cpp116 std::unique_ptr<Instruction> newLabel( in NewLabel() local
118 return newLabel; in NewLabel()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp85 std::unique_ptr<Instruction> newLabel( in NewLabel() local
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
88 return newLabel; in NewLabel()
Dinline_pass.cpp116 std::unique_ptr<Instruction> newLabel( in NewLabel() local
118 return newLabel; in NewLabel()