/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTree.h | 126 - (NSString *) description;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
Dbg.stg | 222 dfaDecision(decisionNumber,description) ::= << 241 evalPredicate(pred,description) ::= << 242 evalPredicate(ctx, <pred>, (const char *)"<description>")
|
/external/chromium/chrome/browser/ |
bug_report_util.h | 69 const std::string& description,
|
/external/chromium/chrome/browser/extensions/ |
convert_web_app_unittest.cc | 96 web_app.description = ASCIIToUTF16("The best text editor in the universe!"); 124 EXPECT_EQ(UTF16ToUTF8(web_app.description), extension->description()); 167 EXPECT_EQ("", extension->description());
|
/external/chromium/chrome/browser/ui/gtk/ |
edit_search_engine_dialog.cc | 182 // On RTL UIs (such as Arabic and Hebrew) the description text is not 191 std::string description = local 195 std::string::size_type percent_index = description.find("%s"); 197 description.replace(percent_index, 203 GtkWidget* description_label = gtk_label_new(description.c_str());
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.cc | 177 // For the description. 198 // On RTL UIs (such as Arabic and Hebrew) the description text is not 208 std::wstring description = UTF16ToWide(l10n_util::GetStringUTF16( local 213 description.find(L"%s", static_cast<std::wstring::size_type>(0)); 215 description.replace(percent_index, 220 views::Label* description_label = new views::Label(description);
|
/external/chromium/sdch/open-vcdiff/packages/rpm/ |
rpm.spec | 19 %description 28 %description devel
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.h | 30 // certificates as part of the session description. 55 // initiate stanza carries a description that contains the client's 56 // certificate, and the session accept response's description has the 93 const buzz::Jid &jid, const std::string &description); 105 // description. The identity will be passed to the SSLStreamAdapter
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwContentsClientCallbackHelper.java | 65 OnReceivedErrorInfo(int errorCode, String description, String failingUrl) { 67 mDescription = description; 169 public void postOnReceivedError(int errorCode, String description, String failingUrl) { 170 OnReceivedErrorInfo info = new OnReceivedErrorInfo(errorCode, description, failingUrl);
|
/external/chromium_org/build/android/ |
adb_reverse_forwarder.py | 25 description=__doc__)
|
avd.py | 30 opt_parser = optparse.OptionParser(description='AVD script.')
|
/external/chromium_org/chrome/browser/autocomplete/ |
bookmark_provider_unittest.cc | 122 matches_string.append(i->description); 159 positions.push_back(TestBookmarkPosition(start, match.description.size())); 180 // Description of |positions|: 329 << UTF16ToUTF8(matches[j].description) << "' for query: '" 338 EXPECT_EQ(query_data[i].matches[j], UTF16ToUTF8(matches[j].description))
|
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
file_system_api_unittest.cc | 28 AcceptOption* BuildAcceptOption(std::string description, 33 if (!description.empty()) 34 option->description.reset(new std::string(description)); 120 // Test accept type that causes description override. 130 "Accept type \"image/*\" must generate description override"; 132 // Test multiple accept types that cause description override causes us to 144 // Test explicit description override.
|
/external/chromium_org/chrome/browser/extensions/ |
convert_web_app_browsertest.cc | 92 EXPECT_EQ("", installed_extension_->description());
|
convert_web_app_unittest.cc | 103 web_app.description = ASCIIToUTF16("The best text editor in the universe!"); 133 EXPECT_EQ(UTF16ToUTF8(web_app.description), extension->description()); 183 EXPECT_EQ("", extension->description());
|
/external/chromium_org/chrome/browser/sync_file_system/ |
remote_file_sync_service.h | 77 const std::string& description) {} 146 // Returns all origins along with an arbitrary string description of their
|
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_controller.h | 32 // A longer description of the card being shown in the bubble. 33 base::string16 description; member in struct:autofill::CreditCardDescription 47 // | Card description that will probably | 68 // A card description to show in the bubble.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
edit_search_engine_dialog.cc | 183 // On RTL UIs (such as Arabic and Hebrew) the description text is not 192 std::string description = local 196 std::string::size_type percent_index = description.find("%s"); 198 description.replace(percent_index, 204 GtkWidget* description_label = gtk_label_new(description.c_str());
|
/external/chromium_org/chrome/browser/ui/views/ |
edit_search_engine_dialog.cc | 167 // For the description. 188 // On RTL UIs (such as Arabic and Hebrew) the description text is not 198 string16 description = l10n_util::GetStringUTF16( local 203 description.find(ASCIIToUTF16("%s"), 206 description.replace(percent_index, 211 views::Label* description_label = new views::Label(description);
|
/external/chromium_org/chrome/common/ |
instant_types.h | 87 // The description (title), same as AutocompleteMatch::description. 88 string16 description; member in struct:InstantAutocompleteResult
|
/external/chromium_org/chrome/test/chromedriver/js/ |
test.js | 32 waitForAsync: function(description) { 34 console.log('Waiting for ', description);
|
/external/chromium_org/chrome/test/functional/perf/ |
endure_setup.py | 67 def format_description(self, description): 68 """Override to keep the original format of the description.""" 69 return description + '\n' if description else '' 87 formatter=HelpFormatter(), description=Main.__doc__)
|
/external/chromium_org/content/browser/android/ |
web_contents_observer_android.h | 77 const string16& description,
|
/external/chromium_org/content/child/ |
browser_font_resource_trusted.h | 37 // Validates the parameters in thee description. Can be called on any thread. 46 virtual PP_Bool Describe(PP_BrowserFont_Trusted_Description* description,
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
WebContentsObserverAndroid.java | 41 * @param description The description for the error. 46 boolean isMainFrame, int errorCode, String description, String failingUrl) {
|