/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | LocalVariableInfo.java | 79 public void setStarts(int label, RegisterSpecSet specs) { in setStarts() 108 public boolean mergeStarts(int label, RegisterSpecSet specs) { in mergeStarts() 142 public RegisterSpecSet getStarts(int label) { in getStarts() 169 public RegisterSpecSet mutableCopyOfStarts(int label) { in mutableCopyOfStarts() 246 private RegisterSpecSet getStarts0(int label) { in getStarts0()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan.cc | 104 static void dfsan_check_label(dfsan_label label) { in dfsan_check_label() 130 dfsan_label label = 0; in __dfsan_union() local 160 dfsan_label label = ls[0]; in __dfsan_union_load() local 204 dfsan_label label = in dfsan_create_label() local 214 void __dfsan_set_label(dfsan_label label, void *addr, uptr size) { in __dfsan_set_label() 232 void dfsan_set_label(dfsan_label label, void *addr, uptr size) { in dfsan_set_label() 237 void dfsan_add_label(dfsan_label label, void *addr, uptr size) { in dfsan_add_label() 261 const struct dfsan_label_info *dfsan_get_label_info(dfsan_label label) { in dfsan_get_label_info() 266 dfsan_has_label(dfsan_label label, dfsan_label elem) { in dfsan_has_label() 278 dfsan_has_label_with_desc(dfsan_label label, const char *desc) { in dfsan_has_label_with_desc()
|
/external/doclava/res/assets/templates/ |
D | diff.cs | 4 .package-label { property 8 .class-label { class 12 .method-label { property
|
/external/v8/test/mjsunit/ |
D | switch-opt.js | 43 function f(label, b1, b2, b3) { argument 65 function assertResult(r, label, b1, b2, b3) { argument 140 function f(label, b1, b2, b3) { argument 162 function assertResult(r, label, b1, b2, b3) { argument
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | BlockAddresses.java | 76 public CodeAddress getStart(int label) { in getStart() 97 public CodeAddress getLast(int label) { in getLast() 119 public CodeAddress getEnd(int label) { in getEnd() 132 int label = one.getLabel(); in setupArrays() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | Transition.java | 39 public Label label; field in Transition 44 public Transition(Label label, State target) { in Transition() 49 public Transition(int label, State target) { in Transition()
|
/external/skia/src/views/ |
D | SkOSMenu.cpp | 92 SkOSMenu::Item::Item(const char label[], SkOSMenu::Type type, in Item() 136 int SkOSMenu::appendItem(const char label[], Type type, const char slotName[], in appendItem() 143 int SkOSMenu::appendAction(const char label[], SkEventSinkID target) { in appendAction() 150 int SkOSMenu::appendList(const char label[], const char slotName[], in appendList() 171 int SkOSMenu::appendSlider(const char label[], const char slotName[], in appendSlider() 181 int SkOSMenu::appendSwitch(const char label[], const char slotName[], in appendSwitch() 188 int SkOSMenu::appendTriState(const char label[], const char slotName[], in appendTriState() 195 int SkOSMenu::appendTextField(const char label[], const char slotName[], in appendTextField() 232 bool SkOSMenu::FindAction(const SkEvent& evt, const char label[]) { in FindAction()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 105 void AddOpenParen(Label label) { in AddOpenParen() 113 void AddCloseParen(Label label) { in AddCloseParen() 121 void RemoveOpenParen(Label label) { in RemoveOpenParen() 129 void RemoveCloseParen(Label label) { in RemoveCloseParen() 145 bool IsOpenParen(Label label) const { in IsOpenParen() 149 bool IsCloseParen(Label label) const { in IsCloseParen() 250 Label label = match_type_ == MATCH_INPUT ? in NextOpenParen() local 265 Label label = match_type_ == MATCH_INPUT ? in NextCloseParen() local 393 const FilterState FilterParen(Label label, const FilterState1 &f1, in FilterParen()
|
/external/valgrind/none/tests/ |
D | procfs-cmdline-exe.c | 20 static void test_cmdline(const char* const cwd, const char* const label, in test_cmdline() 48 static void test_readlink(const char* const cwd, const char* const label, in test_readlink() 67 static void test_readlinkat(const char* const cwd, const char* const label, in test_readlinkat()
|
/external/libxml2/test/relaxng/ |
D | 302836.rng | 13 <element name="label"> element 28 <element name="label"> element
|
/external/openfst/src/include/fst/ |
D | lookahead-matcher.h | 146 bool LookAheadLabel(Label label) const { return LookAheadLabel_(label); } in LookAheadLabel() 207 bool Find(Label label) { return matcher_.Find(label); } in Find() 218 bool LookAheadLabel(Label label) const { return true; } in LookAheadLabel() 229 virtual bool Find_(Label label) { return Find(label); } in Find_() 291 bool Find(Label label) { return matcher_.Find(label); } in Find() 306 bool LookAheadLabel(Label label) const { return matcher_.Find(label); } in LookAheadLabel() 321 virtual bool Find_(Label label) { return Find(label); } in Find_() 371 Label label = kNoLabel; in LookAheadFst() local 489 bool Find(Label label) { in Find() 524 bool LookAheadLabel(Label label) const { in LookAheadLabel() [all …]
|
D | arcfilter.h | 82 Label label = match_input_ ? arc.ilabel : arc.olabel; in operator() local 87 void AddLabel(Label label) { in AddLabel()
|
D | replace-util.h | 203 Label label = fst_pairs[i].first; in ReplaceUtil() local 226 Label label = fst_pairs[i].first; in ReplaceUtil() local 439 Label label = nonterminal_array_[arc.nextstate]; in ReplaceLabels() local 462 Label label = nonterminal_array_[arc.nextstate]; in ReplaceLabels() local 468 Label label = nonterminal_array_[s]; in ReplaceLabels() local 526 Label label = nonterminal_array_[i]; in GetFstPairs() local 540 Label label = nonterminal_array_[i]; in GetMutableFstPairs() local
|
D | matcher.h | 116 bool Find(Label label) { return Find_(label); } in Find() 269 Label label = match_type_ == MATCH_INPUT ? in Done() local 301 virtual bool Find_(Label label) { return Find(label); } in Find_() 337 Label label = match_type_ == MATCH_INPUT ? in Search() local 362 Label label = match_type_ == MATCH_INPUT ? in Search() local 506 virtual bool Find_(Label label) { return Find(label); } in Find_() 694 virtual bool Find_(Label label) { return Find(label); } in Find_() 862 virtual bool Find_(Label label) { return Find(label); } in Find_() 1076 void AddMultiEpsLabel(Label label) { in AddMultiEpsLabel() 1084 void RemoveMultiEpsLabel(Label label) { in RemoveMultiEpsLabel() [all …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTabSpec.java | 23 private CharSequence label; field in ShadowTabSpec 69 public TabHost.TabSpec setIndicator(CharSequence label) { in setIndicator() 75 public TabHost.TabSpec setIndicator(CharSequence label, Drawable icon) { in setIndicator()
|
/external/libcxx/test/libcxx/test/ |
D | tracing.py | 5 def trace_function(function, log_calls, log_results, label=''): argument 27 def trace_object(obj, log_calls, log_results, label=''): argument
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
D | LabelNode.java | 42 private Label label; field in LabelNode 48 public LabelNode(final Label label) { in LabelNode()
|
D | JumpInsnNode.java | 48 public LabelNode label; field in JumpInsnNode 61 public JumpInsnNode(final int opcode, final LabelNode label) { in JumpInsnNode()
|
/external/doclava/src/com/google/doclava/ |
D | KeywordEntry.java | 22 KeywordEntry(String label, String href, String comment) { in KeywordEntry() 42 private String label; field in KeywordEntry
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 71 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8() 81 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8() 223 UTS46::labelToASCII(const UnicodeString &label, UnicodeString &dest, in labelToASCII() 229 UTS46::labelToUnicode(const UnicodeString &label, UnicodeString &dest, in labelToUnicode() 254 UTS46::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8() 260 UTS46::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8() 668 const UnicodeString &label, int32_t labelLength) { in replaceLabel() 682 const UChar *label=dest.getBuffer()+labelStart; in processLabel() local 893 const UChar *label=dest.getBuffer()+labelStart; in markBadACELabel() local 952 UTS46::checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelBiDi() argument [all …]
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 62 void RawMachineAssembler::Goto(Label* label) { in Goto() 126 void RawMachineAssembler::Bind(Label* label) { in Bind() 134 BasicBlock* RawMachineAssembler::Use(Label* label) { in Use() 140 BasicBlock* RawMachineAssembler::EnsureBlock(Label* label) { in EnsureBlock()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 39 static int figure_label_len(const unsigned char *label, int len) in figure_label_len() 140 const char *label = 0; in get_ext2_info() local 520 const unsigned char *label = 0, *vol_label = 0, *tmp; in probe_fat() local 793 const char *label = 0; in probe_xfs() local 809 const char *label = 0; in probe_reiserfs() local 837 const unsigned char *label = 0; in probe_reiserfs4() local 853 const char *label = 0; in probe_jfs() local 906 const char *label = 0; in probe_romfs() local 921 const char *label = 0; in probe_cramfs() local 978 const unsigned char *label; in probe_iso9660() local [all …]
|
/external/fio/ |
D | ghelpers.c | 8 GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label) in new_combo_entry_in_frame() 20 GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label) in new_info_entry_in_frame() 46 GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label, in new_info_entry_in_frame_rgb() 58 GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label) in new_info_label_in_frame()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | NFAFactory.java | 118 public StateCluster build_Atom(int label, GrammarAST associatedAST) { in build_Atom() 141 Label label = new Label(set); in build_Set() local 166 Label label = new Label(IntervalSet.of(a, b)); in build_Range() local 317 int label = Label.EOF; in build_EOFState() local 676 Label label = new Label(nfa.grammar.getTokenTypes()); // char or tokens in build_Wildcard() local 719 Label label = s1.transition(0).label; in getCollapsedBlockAsSet() local 728 private void transitionBetweenStates(NFAState a, NFAState b, int label) { in transitionBetweenStates()
|
/external/bison/src/ |
D | graphviz.c | 63 output_node (int id, char const *label, FILE *fout) in output_node() 69 output_edge (int source, int destination, char const *label, in output_edge() 123 char *label = obstack_finish0 (out); in conclude_red() local
|