Searched refs:inLabel (Results 1 – 4 of 4) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | netw_dump.cpp | 48 std::string inLabel; in WriteForwardGraphFile() local 59 inLabel=""; in WriteForwardGraphFile() 79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) { in WriteForwardGraphFile() 82 inLabel = ss.str(); in WriteForwardGraphFile() 84 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std… in WriteForwardGraphFile() 100 std::string inLabel, outLabel; in WriteForwardGraphWithSemantic() local 117 inLabel = ""; in WriteForwardGraphWithSemantic() 120 inLabel = Eps; in WriteForwardGraphWithSemantic() 125 inLabel = Eps; in WriteForwardGraphWithSemantic() 135 inLabel = Eps; in WriteForwardGraphWithSemantic() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | DragImage.cpp | 120 PassOwnPtr<DragImage> DragImage::create(const KURL& url, const String& inLabel, const FontDescripti… in create() argument 131 String label = inLabel.stripWhiteSpace(); in create()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 2025 const char * inLabel, in DebugHexDump() argument 2056 inLabelSize = strlen( inLabel ); in DebugHexDump() 2101 if( inLabel && ( inLabelSize > 0 ) ) in DebugHexDump() 2126 width, (int) inLabelSize, inLabel, in DebugHexDump() 2134 width, (int) inLabelSize, inLabel, in DebugHexDump() 2284 width, (int) inLabelSize, inLabel ? inLabel : "", in DebugHexDump() 2331 width, (int) inLabelSize, inLabel, in DebugHexDump()
|
D | DebugServices.h | 1542 const char * inLabel,
|