/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mstask.h | 237 virtual HRESULT WINAPI GetComment(LPWSTR *ppwszComment) = 0; 273 HRESULT (WINAPI *GetComment)(IScheduledWorkItem *This,LPWSTR *ppwszComment); 311 #define IScheduledWorkItem_GetComment(This,ppwszComment) (This)->lpVtbl->GetComment(This,ppwszComment) 432 HRESULT (WINAPI *GetComment)(ITask *This,LPWSTR *ppwszComment); 482 #define ITask_GetComment(This,ppwszComment) (This)->lpVtbl->GetComment(This,ppwszComment) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rfc822.py | 532 self.commentlist.append(self.getcomment()) 668 self.commentlist.append(self.getcomment()) 706 slist.append(self.getcomment()) 707 continue # have already advanced pos from getcomment 720 def getcomment(self): member in class:AddrlistClass 762 self.commentlist.append(self.getcomment()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rfc822.py | 532 self.commentlist.append(self.getcomment()) 668 self.commentlist.append(self.getcomment()) 706 slist.append(self.getcomment()) 707 continue # have already advanced pos from getcomment 720 def getcomment(self): member in class:AddrlistClass 762 self.commentlist.append(self.getcomment()) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFFileFormat.h | 255 LDSection& getComment() { 261 const LDSection& getComment() const {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 138 configResults.getCurrentBuildResults().getComment(),
|
FingerPrintGraph.java | 236 boolean isCommented = currentBuildResults.getComment() != null; 298 tooltip += ". " + currentBuildResults.getComment(); 322 tooltip.append(currentBuildResults.getComment());
|
ScenarioStatusTable.java | 150 String comment = currentBuildResults.getComment();
|
ScenarioData.java | 261 String comment = currentBuildResults.getComment();
|
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | 346 block.getComment(&len) ? block.getComment(&len) : nulStr); 522 if (block.getComment(&len)) { 523 enumOrFlagsComment.append(String16(block.getComment(&len))); [all...] |
AaptAssets.h | 458 const String16& getComment(const String8& name) const
|
ResourceTable.h | 398 const String16& getComment() const { return mComment; }
|
XMLNode.cpp | 458 const char16_t* com16 = block->getComment(&len); 730 const String16& XMLNode::getComment() const [all...] |
/external/lldb/www/python_reference/ |
lldb.SBInstruction-class.html | 83 <area shape="rect" id="node23" href="lldb.SBInstruction-class.html#GetComment" title="GetComment(SBInstruction self, SBTarget target) -> str const *" alt="" coords="17,407,197,425"/> 325 <td><span class="summary-sig"><a name="GetComment"></a><span class="summary-sig-name">GetComment</span>(<span class="summary-sig-arg">self</span>, 327 GetComment(SBInstruction self, SBTarget target) -> str const *</td> 329 <span class="codelink"><a href="lldb-pysrc.html#SBInstruction.GetComment">source code</a></span> [all...] |
/external/lldb/include/lldb/Core/ |
Disassembler.h | 59 GetComment (const ExecutionContext* exe_ctx)
|
/external/lldb/www/cpp_reference/html/ |
classlldb_1_1SBInstruction-members.html | 45 <tr class="even"><td class="entry"><a class="el" href="classlldb_1_1SBInstruction.html#a5f83690e486b88394866d280bf09a3eb">GetComment</a>(lldb::SBTarget target)</td><td class="entry"><a class="el" href="classlldb_1_1SBInstruction.html">lldb::SBInstruction</a></td><td class="entry"></td></tr>
|
classlldb_1_1SBInstruction.html | 55 <tr class="memitem:a5f83690e486b88394866d280bf09a3eb"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBInstruction.html#a5f83690e486b88394866d280bf09a3eb">GetComment</a> (<a class="el" href="classlldb_1_1SBTarget.html">lldb::SBTarget</a> target)</td></tr> 256 <td class="memname">const char* lldb::SBInstruction::GetComment </td>
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
DepthFirstAdapter.java | 81 if(node.getComment() != null) 83 node.getComment().apply(this); [all...] |
ReversedDepthFirstAdapter.java | 78 if(node.getComment() != null) 80 node.getComment().apply(this); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
BuildResultsElement.java | 215 return buildResults.getComment();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Via.java | 175 public String getComment() {
|
/frameworks/base/core/tests/coretests/src/android/text/ |
TextUtilsTest.java | 240 assertEquals("something",tokens[0].getComment());
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipEntry.java | 106 public String getComment() {
|
ZipOutputStream.java | 353 * Sets the comment associated with the file being written. See {@link ZipFile#getComment}.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 123 public String getComment() {
|