HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 501 - 525 of 2400) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/
browsing_data_database_helper_browsertest.cc 29 string16 description = ASCIIToUTF16("db_description"); local
33 db_tracker->DatabaseOpened(identifier1, db_name, description, 1, &size,
40 db_tracker->DatabaseOpened(identifierExtension, db_name, description, 1,
  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 58 suggestions.description.resize(10);
94 suggestions.description.resize(10);
130 suggestions.description.resize(10);
  /external/chromium/chrome/common/extensions/
user_script.h 121 const std::string& description() const { return description_; } function in class:UserScript
122 void set_description(const std::string& description) {
123 description_ = description;
196 // A longer description. Only used when parsing Greasemonkey-style scripts.
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 157 const char *description)
166 const char *description)
171 const char *description)
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper_browsertest.cc 37 string16 description = ASCIIToUTF16("db_description"); local
39 db_tracker->DatabaseOpened(kTestIdentifier1, db_name, description,
46 db_tracker->DatabaseOpened(kTestIdentifierExtension, db_name, description,
  /external/chromium_org/chrome/browser/feedback/
feedback_data.h 66 const std::string& description() const { return description_; } function in class:FeedbackData
88 void set_description(const std::string& description) {
89 description_ = description;
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.h 108 virtual void GetRegistrationServerError(std::string* description) OVERRIDE;
125 virtual void OnRegistrationError(const std::string& description) OVERRIDE;
127 virtual void OnServerError(const std::string& description) OVERRIDE;
privet_http_server.cc 28 // {"error":|error_type|, "description":|description|}
31 const std::string& description) {
33 error->SetString("description", description);
213 response->SetString("description", info.description);
319 std::string description; local
320 delegate_->GetRegistrationServerError(&description);
322 description);
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h 107 const WebKit::WebRTCSessionDescription& description) OVERRIDE;
110 const WebKit::WebRTCSessionDescription& description) OVERRIDE;
166 const WebKit::WebRTCSessionDescription& description,
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 158 description = __doc__
160 parser = optparse.OptionParser(usage, description=description, epilog=epilog)
sel_ldr.py 37 description = __doc__
39 parser = optparse.OptionParser(usage, description=description, epilog=epilog)
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMediaControls.cpp 117 String description = accessibilityDescription(); local
118 if (!description.isEmpty())
119 textOrder.append(AccessibilityText(description, AlternativeText));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 200 cmd=None, description=None
209 `description` is the description of the command, for the help text.
217 description=description,
243 description = "Make annotated copies of the given files, marking "
250 description = "Combine data from multiple coverage files collected "
257 description = "Display information on the internals of coverage.py, "
265 description = "Erase previously collected coverage data."
270 description = "Describe how to use coverage.py
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel_unittest.cc 52 SessionDescriptionInterface* description() { return description_.get(); } function in class:CreateSessionDescriptionObserverForTest
99 EXPECT_TRUE_WAIT(observer->description() != NULL, 1000);
100 ASSERT_TRUE(observer->description() != NULL);
webrtcsdp_unittest.cc 717 static_cast<const AudioContentDescription*>(c1.description);
719 static_cast<const AudioContentDescription*>(c2.description);
726 static_cast<const VideoContentDescription*>(c1.description);
728 static_cast<const VideoContentDescription*>(c2.description);
735 static_cast<const DataContentDescription*>(c1.description);
737 static_cast<const DataContentDescription*>(c2.description);
780 EXPECT_EQ(transport1.description.transport_type,
781 transport2.description.transport_type);
782 EXPECT_EQ(transport1.description.ice_ufrag,
783 transport2.description.ice_ufrag)
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
igoogle_strings.py 76 def AddMessage(self, msgtext, description, meaning, translateable):
80 msg = tclib.Message(description=description, meaning=meaning)
  /external/chromium_org/tools/heapcheck/
suppressions.py 13 Short description of the error.
38 description: A string representing the error description.
41 def __init__(self, kind, description, stack):
48 description: Same as class attributes.
52 self.description = description
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 31 def description(self): member in class:Command
54 print ' %-10s %s' % (command.name, command.description)
70 'description': test_class.__doc__,
148 print >> sys.stderr, ' %-10s %s' % (command.name, command.description)
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 203 description = None
206 description = "".join([n.data for n in node.childNodes
209 description = getTextOf(node, "text")
211 assert description
212 self._backtraces.append([description, gatherFrames(node, source_dir)])
213 description = None
215 description = getTextOf(node, "what")
218 self._backtraces.append([description, frames])
219 description = None
222 elif description and node.localName != None
    [all...]
  /external/qemu/android/tools/
gen-hw-config.py 71 self.description = ""
95 elif key == 'description':
96 self.description = val
153 varDesc = quoteStringForC(item.description)
  /frameworks/base/libs/hwui/
Program.cpp 32 Program::Program(const ProgramDescription& description, const char* vertex, const char* fragment) {
50 if (description.hasTexture || description.hasExternalTexture) {
  /sdk/find_java/
utils.cpp 40 // Displays GetLastError prefixed with a description in an error dialog box
41 void displayLastError(const char *description, ...) {
44 va_start(ap, description);
45 formatted.setv(description, ap);
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 23 // and description.
54 // Treats the rest of the entry as description.
57 this.description = NetworkLogEntry.substr(descriptionStartPoint);
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
server.js 41 writeError: function(errorCode, description) {
44 'description': description});
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 95 int backgroundResource, int bx, int by, int description, int guide) {
97 CharSequence text = context.getResources().getText(description);
102 CharSequence description, int guide, boolean leftAlign) {
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
107 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
114 .append(description)

Completed in 292 milliseconds

<<21222324252627282930>>