Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DDumpLayer.cpp10 void LayerDumper::writeIntVal(const char* label, int value) in writeIntVal()
15 void LayerDumper::writeHexVal(const char* label, int value) in writeHexVal()
20 void LayerDumper::writeFloatVal(const char* label, float value) in writeFloatVal()
25 void LayerDumper::writePoint(const char* label, SkPoint point) in writePoint()
30 void LayerDumper::writeIntPoint(const char* label, IntPoint point) in writeIntPoint()
35 void LayerDumper::writeSize(const char* label, SkSize size) in writeSize()
40 void LayerDumper::writeRect(const char* label, SkRect rect) in writeRect()
46 void LayerDumper::writeMatrix(const char* label, const TransformationMatrix& matrix) in writeMatrix()
56 void LayerDumper::writeLength(const char* label, SkLength value) in writeLength()
77 void FileLayerDumper::writeEntry(const char* label, const char* value) in writeEntry()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dlist_item.js22 get label() { getter in ListItem
25 set label(label) { argument
Dmenu_item.js83 get label() { getter in MenuItem
86 set label(label) { argument
/external/doclava/res/assets/templates/
Ddiff.cs4 .package-label { property
8 .class-label { class
12 .method-label { property
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DLocalVariableInfo.java79 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/bluetooth/bluedroid/stack/avrc/
Davrc_opt.c96 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) in AVRC_UnitCmd()
141 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd()
185 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorCmd()
220 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorRsp()
Davrc_api.c125 static void avrc_msg_cback(UINT8 handle, UINT8 label, UINT8 cr, in avrc_msg_cback()
508 UINT16 AVRC_MsgReq (UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt) in AVRC_MsgReq()
537 UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassCmd()
576 UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassRsp()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DBlockAddresses.java76 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/webkit/Source/WebCore/inspector/front-end/
DContextMenu.js50 appendItem: function(label, handler, disabled) argument
53 this._items.push({type: "item", id: id, label: label, enabled: !disabled}); property
57 appendCheckboxItem: function(label, handler, checked, disabled) argument
60 …this._items.push({type: "checkbox", id: id, label: label, checked: !!checked, enabled: !disabled}); property
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DTransition.java39 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/chromium/chrome/browser/resources/
Dkeyboard_overlay_data.js11 "label": "glyph_power", property
18 "label": "esc", property
107 "label": "backspace", property
114 "label": "tab", property
203 "label": "enter", property
210 "label": "ctrl", property
300 "label": "shift", property
380 "label": "shift", property
390 "label": "alt", property
396 "label": "glyph_back", property
[all …]
/external/webkit/Source/JavaScriptCore/assembler/
DLinkBuffer.h100 void link(Jump jump, CodeLocationLabel label) in link()
106 void link(JumpList list, CodeLocationLabel label) in link()
112 void patch(DataLabelPtr label, void* value) in patch()
118 void patch(DataLabelPtr label, CodeLocationLabel value) in patch()
140 CodeLocationLabel locationOf(Label label) in locationOf()
145 CodeLocationDataLabelPtr locationOf(DataLabelPtr label) in locationOf()
150 CodeLocationDataLabel32 locationOf(DataLabel32 label) in locationOf()
181 CodePtr trampolineAt(Label label) in trampolineAt()
/external/valgrind/main/none/tests/
Dprocfs-cmdline-exe.c20 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/skia/src/views/
DSkOSMenu.cpp92 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/doclava/src/com/google/doclava/
DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { in KeywordEntry()
42 private String label; field in KeywordEntry
/external/openfst/src/include/fst/
Darcfilter.h82 Label label = match_input_ ? arc.ilabel : arc.olabel; in operator() local
87 void AddLabel(Label label) { in AddLabel()
Dlookahead-matcher.h146 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 …]
/external/webkit/Source/WebCore/html/
DDataGridColumn.h42 …static PassRefPtr<DataGridColumn> create(const String& columnID, const String& label, const String… in create()
50 const AtomicString& label() const { return m_label; } in label() function
51 void setLabel(const AtomicString& label) { m_label = label; columnChanged(); } in setLabel()
83 …DataGridColumn(const String& columnID, const String& label, const String& type, bool primary, unsi… in DataGridColumn()
DHTMLDataGridCellElement.cpp48 String HTMLDataGridCellElement::label() const in label() function in WebCore::HTMLDataGridCellElement
53 void HTMLDataGridCellElement::setLabel(const String& label) in setLabel()
/external/webkit/Source/WebCore/dom/
DOptionElement.h66 String label() const { return m_label; } in label() function
67 void setLabel(const String& label) { m_label = label; } in setLabel()
/external/chromium/chrome/browser/ui/
Dinput_window_dialog_win.cc38 const std::wstring& label() const { return label_; } in label() function in WinInputWindowDialog
187 views::Label* label = new views::Label(delegate_->label()); in InitControlLayout() local
203 const std::wstring& label, in WinInputWindowDialog()
229 const std::wstring& label, in Create()
/external/icu4c/test/intltest/
Dalphaindextst.cpp234 UnicodeString label = index->getBucketLabel(); in APITest() local
272 UnicodeString label = index->getBucketLabel(); in APITest() local
326 const UnicodeString &label = index->getBucketLabel(); in ManyLocalesTest() local
395 UnicodeString label = aindex.getBucketLabel(); in HackPinyinTest() local
/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp50 std::string label; in WriteForwardGraphFile() local
108 std::string label; in WriteForwardGraphWithSemantic() local
193 std::string label; in WriteHMMGraphFile() local
273 std::string label; in WritePhonemeGraphFile() local
343 std::string label; in PrintWithLabels() local
/external/srec/srec/ca/
Dvoc_basi.c110 int CA_CheckEntryInDictionary(CA_Vocab *hVocab, const char *label) in CA_CheckEntryInDictionary()
140 int CA_GetEntryInDictionary(CA_Vocab *hVocab, const char *label, char *pron, int *pronSize, int pro… in CA_GetEntryInDictionary()
153 int CA_GetFullEntryInDictionary(CA_Vocab *hVocab, const char *label, char *pron, int *pronSize, int… in CA_GetFullEntryInDictionary()
/external/icu4c/common/
Duts46.cpp68 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8()
78 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8()
219 UTS46::labelToASCII(const UnicodeString &label, UnicodeString &dest, in labelToASCII()
225 UTS46::labelToUnicode(const UnicodeString &label, UnicodeString &dest, in labelToUnicode()
250 UTS46::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8()
256 UTS46::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8()
672 const UnicodeString &label, int32_t labelLength) { in replaceLabel()
686 const UChar *label=dest.getBuffer()+labelStart; in processLabel() local
896 const UChar *label=dest.getBuffer()+labelStart; in markBadACELabel() local
955 UTS46::checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelBiDi() argument
[all …]

12345678910>>...19