/external/llvm/test/MC/AArch64/ |
arm64-condbr-without-dots.s | 3 beq lbl 4 bne lbl 5 bcs lbl 6 bhs lbl 7 blo lbl 8 bcc lbl 9 bmi lbl 10 bpl lbl 11 bvs lbl 12 bvc lbl [all...] |
basic-a64-instructions.s | [all...] |
/external/clang/test/CodeGen/ |
statements.c | 29 static void *lbls[] = { &&lbl }; 31 lbl:
|
exprs.c | 174 __extension__({ goto lbl; }); 175 lbl:
|
/cts/suite/cts/utils/ |
grapher.py | 67 lbl = name + ' (%s)'%score 70 ax.plot(x, y, 'o-', label=lbl, color=clr)
|
/external/clang/test/SemaCXX/ |
goto.cpp | 122 goto lbl; // expected-error {{cannot jump}} 124 lbl:
|
/external/iproute2/examples/ |
gaiconf | 41 ${IP} -6 addrlabel list | while read p pfx l lbl; do 42 echo label ${pfx} ${lbl}
|
/system/bt/stack/avdt/ |
avdt_defs.h | 145 #define AVDT_MSG_PRS_HDR(p, lbl, pkt, msg) \ 146 lbl = *(p) >> 4; \ 180 #define AVDT_MSG_BLD_HDR(p, lbl, pkt, msg) \ 181 *(p)++ = (UINT8) ((lbl) << 4) | ((pkt) << 2) | (msg);
|
/prebuilts/go/darwin-x86/src/go/types/ |
labels.go | 37 if lbl := obj.(*Label); !lbl.used { 38 check.softErrorf(lbl.pos, "label %s declared but not used", lbl.name) 134 lbl := NewLabel(s.Label.Pos(), check.pkg, name) 135 if alt := all.Insert(lbl); alt != nil { 136 check.softErrorf(lbl.pos, "label %s already declared", name) 141 check.recordDef(s.Label, lbl) 148 lbl.used = true 149 check.recordUse(jmp.Label, lbl) [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
labels.go | 37 if lbl := obj.(*Label); !lbl.used { 38 check.softErrorf(lbl.pos, "label %s declared but not used", lbl.name) 134 lbl := NewLabel(s.Label.Pos(), check.pkg, name) 135 if alt := all.Insert(lbl); alt != nil { 136 check.softErrorf(lbl.pos, "label %s already declared", name) 141 check.recordDef(s.Label, lbl) 148 lbl.used = true 149 check.recordUse(jmp.Label, lbl) [all...] |
/external/clang/test/Sema/ |
return.c | 281 lbl: 283 goto lbl;
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
grammar.h | 74 void addarc(dfa *d, int from, int to, int lbl);
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
grammar.h | 74 void addarc(dfa *d, int from, int to, int lbl);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
grammar.h | 74 void addarc(dfa *d, int from, int to, int lbl);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
grammar.h | 74 void addarc(dfa *d, int from, int to, int lbl);
|
/system/bt/btif/src/ |
btif_rc.c | 189 UINT8 lbl; member in struct:__anon73802 540 btif_rc_cb.rc_vol_label=p_transaction->lbl; [all...] |
/external/clang/test/CodeGenCXX/ |
exceptions.cpp | 303 lbl: 304 if (cond()) goto lbl;
|
const-init-cxx11.cpp | 474 constexpr long a(bool x) { return x ? 0 : (long)&&lbl + (0 && ({lbl: 0;})); } 475 void test() { static long b = (long)&&lbl - a(false); lbl: return; }
|
/external/dhcpcd-6.8.2/ |
dhcp-common.c | 357 valid_domainname(char *lbl, int type) 363 if (lbl == NULL || *lbl == '\0') { 368 slbl = lbl; 373 c = (unsigned char)*lbl++; 377 if (lbl - 1 == slbl) /* No space at start */ 384 lst = lbl - 1; 391 if (*lbl == '.') 397 !start && *lbl != ' ' && *lbl != '\0') | [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
Scene2dTest.java | 164 Label lbl = new Label("ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJ", skin);
local 165 lbl.setWrap(true);
167 window.add(lbl).width(400);
|
/external/opencv3/modules/ml/test/ |
test_emknearestkmeans.cpp | 158 int lbl = isFlt ? (int)labels.at<float>(i) : labels.at<int>(i); local 159 CV_Assert(lbl < (int)nclusters); 160 count[lbl]++; 161 CV_Assert(count[lbl] < (int)total);
|
/external/tcpdump/win32/prj/ |
GNUmakefile | 16 -I ../../lbl -I../.. \
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
TimelineApplet.java | 97 for (JLabel lbl : labels.values()) lbl.setForeground(Theme.MAIN_FOREGROUND);
|
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/valgrind/VEX/switchback/ |
linker.c | 374 void * lookupSymbol( char *lbl ) 379 val = search_StringMap(global_symbol_table, lbl); [all...] |