Searched refs:label (Results 1 - 25 of 2041) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
H A Dlc3b-br.asm1 br label
2 brn label
3 brz label
4 brp label
5 brnz label
6 brnp label
7 brzp label
8 brnzp label
9 label:
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dtimesunder.asm1 je label
3 label:
H A Dvalue-mask.asm1 db label
2 db label & 0xff
5 label:
H A Dopt-circular1-err.asm1 times (label-$) db 0
2 label: db 'Where am I?' define
H A Dvalue-err.asm0 label:
2 mov [label/2+1], ax
3 mov ax, label*2
4 mov [label+5], ax
5 mov ax, label wrt foo
7 dd label
8 dd label<<5
9 dd label>>2
H A Dopt-circular2-err.asm1 times (label-$+1) db 0
2 label: db 'NOW where am I?' define
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Djmpcall.asm2 label:
7 call label(,1)
8 call label
9 call label+5
10 call *label
11 call *label(%eax)
12 jmp %fs:label
13 jmp *%fs:label
/external/chromium_org/tools/idl_parser/test_parser/
H A Dlabel_ppapi.idl36 label Chrome1 {
45 label Chrome2 {
/external/clang/test/CodeGen/
H A D2007-02-07-AddrLabel.c6 label:
7 ptr = &&label;
/external/mdnsresponder/Clients/
H A DClientCommon.h41 extern const char *GetNextLabel(const char *cstr, char label[64]);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DTransition.java32 * that the label is actually a set of labels or a semantic predicate.
34 * transitions) and has a label/target pair. I have abstracted the notion
38 /** What label must be consumed to transition to target */
39 public Label label; field in class:Transition
44 public Transition(Label label, State target) { argument
45 this.label = label;
49 public Transition(int label, State target) { argument
50 this.label = new Label(label);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DColorSuggestion.h41 String label; member in struct:blink::ColorSuggestion
43 ColorSuggestion(const Color& colorValue, const String& label) argument
45 , label(label)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfabs.asm2 label
6 global label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Ddy.asm2 dw label
5 label:
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
H A Dorgsect.asm2 label:
7 dw label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
H A Dlabel.asm1 a label byte
/external/clang/test/Misc/
H A Ddiag-trailing-null-bytes.cpp5 #define NET_ERROR(label, value) ERR_ ## label = value,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfequabs.asm1 global label
3 label:
10 jmp label
/external/chromium_org/ui/base/accelerators/
H A Dmenu_label_accelerator_util_linux.cc17 std::string ConvertAmpersandsTo(const std::string& label, argument
20 ret.reserve(label.length() * 2);
21 for (size_t i = 0; i < label.length(); ++i) {
22 if ('_' == label[i]) {
25 } else if ('&' == label[i]) {
26 if (i + 1 < label.length() && '&' == label[i + 1]) {
33 ret.push_back(label[i]);
44 std::string ConvertAcceleratorsFromWindowsStyle(const std::string& label) { argument
45 return ConvertAmpersandsTo(label, "
48 RemoveWindowsStyleAccelerators(const std::string& label) argument
56 EscapeWindowsStyleAccelerators(const std::string& label) argument
[all...]
/external/clang/test/CodeGenCXX/
H A D2003-11-29-DuplicatedCleanupTest.cpp17 label: {
20 if (val == 0) goto label;
21 if (val == 1) goto label;
26 label: {
29 if (val == 0) { doesntThrow(); goto label; }
30 if (val == 1) { doesntThrow(); goto label; }
35 label: {
38 if (val == 0) { F C; goto label; }
39 if (val == 1) { F D; goto label; }
/external/chromium_org/content/public/common/
H A Dcolor_suggestion.cc13 label(suggestion.label) {
H A Dresult_codes.h12 #define RESULT_CODE(label, value) RESULT_CODE_ ## label = value,
/external/chromium_org/net/base/
H A Dload_flags.h14 #define LOAD_FLAG(label, value) LOAD_ ## label = value,
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DLabelNode.java42 private Label label; field in class:LabelNode
48 public LabelNode(final Label label) { argument
50 this.label = label;
58 if (label == null) {
59 label = new Label();
61 return label;
73 label = null;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DASTParser.stg33 * no label, label, list label (label/no-label handled together)
49 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
52 <label>_tree = <createNodeFromToken(...)>;
53 adaptor.addChild(root_0, <label>_tree);
58 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>"
61 tokenRefRuleRoot(token,label,elementInde
[all...]

Completed in 3115 milliseconds

1234567891011>>