/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
TimeLineGraph.java | 123 + thisItem.description + "\"" + " title=\"" 124 + thisItem.title + ": " + thisItem.description + "\">"); 134 g.drawString(thisItem.description, xposition + 2, yposition 148 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp) { 149 addItem(groupName, name, description, value, col, display, timestamp,false); 152 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp,boolean isSpecial) { 153 addItem(groupName, name,description, value, col, display, 157 public void addItem(String groupName,String name, String description, double value, Color col, boolean display, long timestamp,boolean isSpecial,boolean drawBaseline) { 163 items.add(new TimeLineGraphItem(name, description, value, col, display,
|
/cts/tests/tests/content/src/android/content/cts/ |
ClipboardManagerTest.java | 169 private void assertClipDescription(ClipDescription description, String expectedLabel, 171 assertEquals(expectedLabel, description.getLabel()); 172 assertEquals(mimeTypes.length, description.getMimeTypeCount()); 173 int mimeTypeCount = description.getMimeTypeCount(); 175 assertEquals(mimeTypes[i], description.getMimeType(i));
|
/cts/tools/utils/ |
buildCts.py | 102 for description in descriptions: 103 doc = tools.XmlFile(description) 174 print 'Generating test description for package %s' % name 177 """Generate the test description for the signature check.""" 184 description = open(os.path.join(test_repository, 'SignatureTest.xml'), 'w') 185 package.WriteDescription(description) 186 description.close()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseTree.h | 91 - (NSString *) description; 165 - (NSString *) description; 180 - (NSString *) description; 187 - (NSString *) description; 194 - (NSString *) description;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBaseTree.h | 91 - (NSString *) description; 165 - (NSString *) description; 180 - (NSString *) description; 187 - (NSString *) description; 194 - (NSString *) description;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBaseTree.h | 91 - (NSString *) description; 165 - (NSString *) description; 180 - (NSString *) description; 187 - (NSString *) description; 194 - (NSString *) description;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseTree.h | 93 - (NSString *) description; 169 - (NSString *) description; 189 - (NSString *) description; 197 - (NSString *) description; 205 - (NSString *) description;
|
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider_unittest.cc | 118 EXPECT_STREQ(test_entries[0].title, UTF16ToUTF8(m[0].description).c_str()); 120 EXPECT_STREQ(test_entries[1].title, UTF16ToUTF8(m[1].description).c_str()); 132 EXPECT_STREQ(test_entries[0].title, UTF16ToUTF8(m[0].description).c_str()); 134 EXPECT_STREQ(test_entries[1].title, UTF16ToUTF8(m[1].description).c_str()); 178 EXPECT_EQ(ASCIIToUTF16("bar"), m1[0].description);
|
/external/chromium/chrome/browser/ |
browsing_data_indexed_db_helper.cc | 194 const string16& description) 196 description(description) { 223 const GURL& origin, const string16& description) { 225 pending_indexed_db_info_.push_back(PendingIndexedDBInfo(origin, description));
|
/external/chromium/chrome/browser/ui/web_applications/ |
web_app_ui.cc | 236 // Update existing shortcuts' description, icon and app id. 244 // Sanitize description 245 if (shortcut_info_.description.length() >= MAX_PATH) 246 shortcut_info_.description.resize(MAX_PATH - 1); 253 shortcut_info_.description.c_str(), 306 info->description = app_info.description;
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager.cc | 190 const char* description; local 193 description = keys::kStateActive; 195 description = keys::kStateIdle; 197 description = keys::kStateLocked; 200 return new StringValue(description);
|
/external/chromium_org/content/common/ |
plugin_list_unittest.cc | 141 // Test parsing a simple description: Real Audio. 152 EXPECT_EQ(ASCIIToUTF16("RealAudio document"), type.description); 155 // Test parsing a multi-entry description: QuickTime as provided by Totem. 173 EXPECT_EQ(ASCIIToUTF16("QuickTime image"), type.description); 176 // Test parsing a Japanese description, since we got this wrong in the past. 187 EXPECT_EQ(9U, types[0].description.size()); 202 EXPECT_EQ(base::string16(), types[0].description); 225 EXPECT_EQ(ASCIIToUTF16("IcedTea"), types[i].description);
|
/external/chromium_org/content/renderer/media/ |
rtc_peer_connection_handler.cc | 110 WebKit::WebRTCSessionDescription description; local 112 LOG(ERROR) << "Native session description is null."; 113 return description; 118 LOG(ERROR) << "Failed to get SDP string of native session description."; 119 return description; 122 description.initialize(UTF8ToUTF16(native_desc->type()), UTF8ToUTF16(sdp)); 123 return description; 422 const WebKit::WebRTCSessionDescription& description) { 425 CreateNativeSessionDescription(description, &error); 430 reason_str.append(error.description); 474 WebKit::WebRTCSessionDescription description = local 483 WebKit::WebRTCSessionDescription description = local [all...] |
/external/chromium_org/google_apis/gaia/ |
oauth2_mint_token_flow.cc | 51 static const char kDescriptionKey[] = "description"; 96 return description == rhs.description && details == rhs.details; 264 !scopes_entry->GetString(kDescriptionKey, &entry.description) || 270 TrimWhitespace(entry.description, TRIM_ALL, &entry.description);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
DragImage.cpp | 115 FontDescription description = systemFont; local 116 description.setWeight(fontWeight); 117 description.setSpecifiedSize(size); 118 description.setComputedSize(size); 119 Font result(description, 0, 0);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
suite.py | 248 def __init__(self, description): 249 self.description = description 252 return self.description 258 return "<ErrorHolder description=%r>" % (self.description,)
|
/external/clang/tools/scan-view/ |
Reporter.py | 17 def __init__(self, title, description, files): 19 self.description = description 114 Description: %s 115 """%(report.title, report.description) 211 report.description, diagnosis, config] + map(os.path.abspath, report.files)
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
ServerLog.java | 84 private String description; field in class:ServerLog 99 this.description = configurationProperties.getProperty("javax.sip.STACK_NAME"); 121 "gov.nist.javax.sip.LOG4J_LOGGER_NAME", this.description)); 215 printWriter.println("<description\n logDescription=\"" + description 253 stackLogger.logDebug("<description\n logDescription=\"" + description 266 stackLogger.logDebug("<description\n logDescription=\"" + description
|
/external/opencv/cxcore/src/ |
cxerror.cpp | 157 cvErrorStr(code), err_msg ? err_msg : "no description" ); 189 cvErrorStr(code), err_msg ? err_msg : "no description", 237 CV_IMPL int cvGetErrInfo( const char** errorcode_desc, const char** description, 247 if( description ) 248 *description = 0; 258 if( description ) 259 *description = ctx->err_msg;
|
/external/smack/src/org/jivesoftware/smackx/ |
FormField.java | 50 private String description; field in class:FormField 77 * Returns a description that provides extra clarification about the question. This information 81 * If the question is of type FIXED then the description should remain empty. 83 * @return description that provides extra clarification about the question. 86 return description; 168 * Sets a description that provides extra clarification about the question. This information 172 * If the question is of type FIXED then the description should remain empty. 174 * @param description provides extra clarification about the question. 176 public void setDescription(String description) { 177 this.description = description [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf_unittest.c | 245 void test_PERF(char *description) 247 fprintf(stderr,"-- START -- %s --\n", description); 248 fprintf(stdout,"-- START -- %s --\n", description); 252 fprintf(stderr,"-- END -- %s --\n", description); 253 fprintf(stdout,"-- END -- %s --\n", description);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 273 synpredRule(ruleName, ruleDescriptor, block, description, nakedBlock) ::= << 278 # <description> 295 rule(ruleName, ruleDescriptor, block, emptyRule, description, exceptions, finally, memoize) ::= << 302 # <description> 573 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 574 # at line <description> 581 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 582 # at line <description> 591 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 598 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= < [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | 417 String description = ""; 430 description = 433 description = 434 generator.target.getTargetStringLiteralFromString(description); 435 $b.code.add("description", description); 494 description = grammar.grammarTreeToString($start,false); 495 description = generator.target.getTargetStringLiteralFromString(description); 496 $code.add("description", description) [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
PlanCreator.java | 46 @Option (name = "plan", shortName = 'p', description = "the name of the plan to create", 50 @Option (name = "session", shortName = 's', description = "the session id to derive from", 55 description = "the result type to filter. One of pass, fail, notExecuted.",
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 336 synpredRule(ruleName, ruleDescriptor, block, description, nakedBlock) ::= 402 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 406 # <fileName>:<description> 626 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 627 # <fileName>:<description> 643 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= << 644 # <fileName>:<description> 653 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= << 654 # <fileName>:<description> 662 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= < [all...] |