Home
last modified time | relevance | path

Searched refs:Labels (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp44 for (auto *L : Labels) { in createPendingLabelRelocs()
51 Labels.clear(); in createPendingLabelRelocs()
56 Labels.push_back(Symbol); in EmitLabel()
62 Labels.clear(); in SwitchSection()
68 Labels.clear(); in EmitValueImpl()
DMipsELFStreamer.h32 SmallVector<MCSymbol*, 4> Labels; variable
/external/autotest/site_utils/suite_scheduler/
Dboard_enumerator.py8 from constants import Labels
53 labels = self._afe.get_labels(name__startswith=Labels.BOARD_PREFIX)
Dboard_enumerator_unittest.py15 from constants import Labels
26 self.prefix = Labels.BOARD_PREFIX
Dconstants.py9 class Labels: class
Ddriver_unittest.py18 from constants import Labels
82 prefix = Labels.BOARD_PREFIX
Dtask.py15 from constants import Labels
828 board_label = Labels.BOARD_PREFIX + board
833 labels.append(Labels.POOL_PREFIX + self._pool)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas138 const Labels: IDictionary<String, IANTLRInterface>);
151 const Labels: IDictionary<String, IANTLRInterface>);
1756 Labels: IDictionary<String, IANTLRInterface>;
1761 Labels := TDictionary<String, IANTLRInterface>.Create;
1762 CheckTrue(Wiz.Parse(T, '(%a:A %b:B %c:C)', Labels));
1763 CheckEquals('A', Labels['a'].ToString);
1764 CheckEquals('B', Labels['b'].ToString);
1765 CheckEquals('C', Labels['c'].ToString);
1773 Labels: IDictionary<String, IANTLRInterface>;
1778 Labels := TDictionary<String, IANTLRInterface>.Create;
[all …]
/external/autotest/scheduler/
Drdb_hosts.py358 boards = self.find_labels_start_with(constants.Labels.BOARD_PREFIX)
359 return (boards[0][len(constants.Labels.BOARD_PREFIX):] if boards
369 return [label[len(constants.Labels.POOL_PREFIX):] for label in
370 self.find_labels_start_with(constants.Labels.POOL_PREFIX)]
/external/autotest/server/lib/
Dstatus_history.py516 labels.append(constants.Labels.BOARD_PREFIX + board)
518 labels.append(constants.Labels.POOL_PREFIX + pool)
570 prefix = constants.Labels.BOARD_PREFIX
577 prefix = constants.Labels.POOL_PREFIX
/external/fmtlib/doc/bootstrap/mixins/
Dlabels.less1 // Labels
/external/autotest/site_utils/deployment/
Dinstall.py77 from autotest_lib.site_utils.suite_scheduler.constants import Labels
82 _DEFAULT_POOL = Labels.POOL_PREFIX + 'suites'
329 afe_host.add_labels([Labels.BOARD_PREFIX + arguments.board])
538 if label.startswith(Labels.POOL_PREFIX):
/external/iproute2/doc/
DPlan11 2.3 IPv6 Flow Labels (api-ip6-flowlabels.tex, published)
Dapi-ip6-flowlabels.tex2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.debug.txt36 + Labels (for all valid object types)
85 Labels are set and immediately read back.
/external/fmtlib/doc/bootstrap/
Dlabels.less2 // Labels
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas908 const Labels: IDictionary<String, IANTLRInterface>);
1001 const Labels: IDictionary<String, IANTLRInterface>): Boolean; overload;
1727 const Labels: IDictionary<String, IANTLRInterface>); overload;
1778 const Labels: IDictionary<String, IANTLRInterface>); overload;
1813 const Labels: IDictionary<String, IANTLRInterface>): Boolean; overload;
1821 const Labels: IDictionary<String, IANTLRInterface>): Boolean;
4099 const Labels: IDictionary<String, IANTLRInterface>): Boolean;
4108 Result := _Parse(T, TreePattern, Labels);
4188 const Labels: IDictionary<String, IANTLRInterface>): Boolean;
4207 if (T2.TokenLabel <> '') and Assigned(Labels) then
[all …]
/external/autotest/site_utils/
Dtest_push.py149 pool_label = constants.Labels.POOL_PREFIX + pool
303 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
Dlab_inventory.py448 label_list = [constants.Labels.POOL_PREFIX + l
457 board_label = constants.Labels.BOARD_PREFIX + board
Dbalance_pools.py68 _POOL_PREFIX = constants.Labels.POOL_PREFIX
/external/clang/lib/CodeGen/
DCGStmt.cpp492 assert(!Labels.empty()); in rescopeLabels()
498 i = Labels.begin(), e = Labels.end(); i != e; ++i) { in rescopeLabels()
508 ParentScope->Labels.append(Labels.begin(), Labels.end()); in rescopeLabels()
/external/dtc/Documentation/
Dmanual.txt12 4.3) Labels and References
247 4.3) Labels and References
249 Labels may be applied to nodes or properties. Labels appear
Ddts-format.txt84 * Labels may also appear before or after any component of a property
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1987 SmallVector<InlineInfoLabels, 4> &Labels = II->second; in emitDebugInlineInfo() local
2002 Asm->EmitULEB128(Labels.size(), "Inline count"); in emitDebugInlineInfo()
2004 for (SmallVector<InlineInfoLabels, 4>::iterator LI = Labels.begin(), in emitDebugInlineInfo()
2005 LE = Labels.end(); LI != LE; ++LI) { in emitDebugInlineInfo()
/external/skia/site/dev/sheriffing/
Dindex.md157 * Labels: OS-All & Cr-Blink-LayoutTests

12