/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_analysis.cpp | 36 void Analyze_MultimediaSystemControlMessage(PS_MultimediaSystemControlMessage x, const char* label,… in Analyze_MultimediaSystemControlMessage() 67 void Analyze_RequestMessage(PS_RequestMessage x, const char* label, uint16 tag, uint16 indent) in Analyze_RequestMessage() 131 void Analyze_ResponseMessage(PS_ResponseMessage x, const char* label, uint16 tag, uint16 indent) in Analyze_ResponseMessage() 222 void Analyze_CommandMessage(PS_CommandMessage x, const char* label, uint16 tag, uint16 indent) in Analyze_CommandMessage() 274 void Analyze_IndicationMessage(PS_IndicationMessage x, const char* label, uint16 tag, uint16 indent) in Analyze_IndicationMessage() 359 void Analyze_NonStandardMessage(PS_NonStandardMessage x, const char* label, uint16 tag, uint16 inde… in Analyze_NonStandardMessage() 373 void Analyze_NonStandardParameter(PS_NonStandardParameter x, const char* label, uint16 tag, uint16 … in Analyze_NonStandardParameter() 385 void Analyze_NonStandardIdentifier(PS_NonStandardIdentifier x, const char* label, uint16 tag, uint1… in Analyze_NonStandardIdentifier() 407 void Analyze_H221NonStandard(PS_H221NonStandard x, const char* label, uint16 tag, uint16 indent) in Analyze_H221NonStandard() 420 void Analyze_MasterSlaveDetermination(PS_MasterSlaveDetermination x, const char* label, uint16 tag,… in Analyze_MasterSlaveDetermination() [all …]
|
D | analyzeper.cpp | 131 void ShowPERNull(uint16 tag, uint16 indent, const char* label) in ShowPERNull() 150 void ShowPERBoolean(uint16 tag, uint16 indent, const char* label, uint32 value) in ShowPERBoolean() 177 void ShowPERInteger(uint16 tag, uint16 indent, const char* label, uint32 value) in ShowPERInteger() 197 void ShowPERSignedInteger(uint16 tag, uint16 indent, const char* label, int32 value) in ShowPERSignedInteger() 218 void ShowPERUnboundedInteger(uint16 tag, uint16 indent, const char* label, uint32 value) in ShowPERUnboundedInteger() 238 void ShowPEROctetString(uint16 tag, uint16 indent, const char* label, PS_OCTETSTRING x) in ShowPEROctetString() 260 void ShowPERBitString(uint16 tag, uint16 indent, const char *label, PS_BITSTRING x) in ShowPERBitString() 282 void ShowPERCharString(uint16 tag, uint16 indent, const char* label, PS_int8STRING x) in ShowPERCharString() 316 void ShowPERObjectID(uint16 tag, uint16 indent, const char* label, PS_OBJECTIDENT x) in ShowPERObjectID() 342 void ShowPERChoice(uint16 tag, uint16 indent, const char *label, const char *typestring) in ShowPERChoice() [all …]
|
/external/webkit/JavaScriptCore/assembler/ |
D | LinkBuffer.h | 88 void link(Jump jump, CodeLocationLabel label) in link() 93 void link(JumpList list, CodeLocationLabel label) in link() 99 void patch(DataLabelPtr label, void* value) in patch() 104 void patch(DataLabelPtr label, CodeLocationLabel value) in patch() 125 CodeLocationLabel locationOf(Label label) in locationOf() 130 CodeLocationDataLabelPtr locationOf(DataLabelPtr label) in locationOf() 135 CodeLocationDataLabel32 locationOf(DataLabel32 label) in locationOf()
|
D | AbstractMacroAssembler.h | 359 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm) in linkTo() 391 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm) in linkTo() 423 static CodePtr trampolineAt(CodeRef ref, Label label) in trampolineAt() 433 Label label() in label() function 495 static void linkPointer(void* code, typename AssemblerType::JmpDst label, void* value) in linkPointer() 500 static void* getLinkerAddress(void* code, typename AssemblerType::JmpSrc label) in getLinkerAddress() 505 static void* getLinkerAddress(void* code, typename AssemblerType::JmpDst label) in getLinkerAddress()
|
D | RepatchBuffer.h | 102 void relinkCallerToTrampoline(ReturnAddressPtr returnAddress, CodeLocationLabel label) in relinkCallerToTrampoline() 117 void relinkNearCallerToTrampoline(ReturnAddressPtr returnAddress, CodeLocationLabel label) in relinkNearCallerToTrampoline()
|
/external/gdata/src/com/google/wireless/gdata2/contacts/data/ |
D | Language.java | 21 private String label; field in Language 32 public Language(String label, String code) { in Language() 49 public void setLabel(String label) { in setLabel()
|
D | TypedElement.java | 16 private String label; field in TypedElement 19 public TypedElement(byte type, String label) { in TypedElement() 36 public void setLabel(String label) { in setLabel()
|
D | GeoPt.java | 9 private String label; field in GeoPt 26 public void setLabel(String label) { in setLabel()
|
D | ContactsElement.java | 16 public ContactsElement(byte type, String label, boolean isPrimary) { in ContactsElement()
|
/external/webkit/WebCore/html/ |
D | DataGridColumn.h | 42 …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()
|
D | HTMLDataGridCellElement.cpp | 44 String HTMLDataGridCellElement::label() const in label() function in WebCore::HTMLDataGridCellElement 49 void HTMLDataGridCellElement::setLabel(const String& label) in setLabel()
|
D | HTMLDataGridColElement.cpp | 85 String HTMLDataGridColElement::label() const in label() function in WebCore::HTMLDataGridColElement 90 void HTMLDataGridColElement::setLabel(const String& label) in setLabel()
|
/external/webkit/WebCore/dom/ |
D | OptionElement.h | 64 String label() const { return m_label; } in label() function 65 void setLabel(const String& label) { m_label = label; } in setLabel()
|
/external/srec/tools/grxmlcompile/ |
D | netw_dump.cpp | 50 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/gdata/src/com/google/wireless/gdata/contacts/data/ |
D | ContactsElement.java | 26 private String label; field in ContactsElement 50 public void setLabel(String label) { in setLabel()
|
D | GeoPt.java | 7 private String label; field in GeoPt 19 public void setLabel(String label) { in setLabel()
|
/external/srec/srec/ca/ |
D | voc_basi.c | 110 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/webkit/V8Binding/v8/tools/ |
D | profile.js | 403 devtools.profiler.CallTree.prototype.findOrAddChild = function(label) { argument 424 devtools.profiler.CallTree.prototype.cloneSubtree = function(label) { argument 504 devtools.profiler.CallTree.Node = function(label, opt_parent) { argument 531 devtools.profiler.CallTree.Node.prototype.addChild = function(label) { argument 565 devtools.profiler.CallTree.Node.prototype.findChild = function(label) { argument 576 devtools.profiler.CallTree.Node.prototype.findOrAddChild = function(label) { argument
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 37 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 446 const unsigned char *label = 0, *vol_label = 0, *tmp; in probe_fat() local 706 const char *label = 0; in probe_xfs() local 722 const char *label = 0; in probe_reiserfs() local 750 const unsigned char *label = 0; in probe_reiserfs4() local 766 const char *label = 0; in probe_jfs() local 794 const char *label = 0; in probe_romfs() local 809 const char *label = 0; in probe_cramfs() local 861 const unsigned char *label; in probe_iso9660() local [all …]
|
/external/tesseract/wordrec/ |
D | associate.cpp | 58 void print_eval_record(const char *label, EVALUATION_RECORD *rec) { in print_eval_record()
|
/external/e2fsprogs/misc/ |
D | e2label.c | 80 char label[VOLNAMSZ+1]; in print_label() local 88 static void change_label (char *dev, char *label) in change_label()
|
/external/tesseract/ccmain/ |
D | ambigsrecog.cpp | 85 char label[UNICHAR_LEN * 10]; in ambigs_training_segmented() local 136 const char *label, in ambigs_classify_and_output()
|
/external/clearsilver/csharp/ |
D | csperftest.cs | 10 public static void timefunk(String label, test_function f, int count) { in timefunk()
|
/external/e2fsprogs/resize/ |
D | sim_progress.c | 19 char *label; member 78 const char *label, in ext2fs_progress_init()
|
/external/webkit/WebCore/inspector/front-end/ |
D | Breakpoint.js | 65 get label() getter in WebInspector.Breakpoint
|