Home
last modified time | relevance | path

Searched refs:inLabel (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp48 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/
DDragImage.cpp120 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/
DDebugServices.c2025 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()
DDebugServices.h1542 const char * inLabel,