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

<<11121314151617181920>>

  /external/chromium_org/content/common/
pepper_plugin_list.cc 35 // ["#" + <name> + ["#" + <description> + ["#" + <version>]]] +
63 plugin.description = name_parts[2];
69 plugin.description);
99 pepper_info->description = UTF16ToASCII(webplugin_info.desc);
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.cc 55 const PP_BrowserFont_Trusted_Description* description) {
56 if (!BrowserFontResource_Trusted::IsPPFontDescriptionValid(*description))
63 *description,
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 73 const std::string& description);
83 const buzz::Jid &jid, const std::string &description) = 0;
85 // the local-side session description
124 // Signal arguments are this, initiator, description, session
131 const buzz::Jid &jid, const std::string &description);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 111 const char *description){}
114 const char *description){}
118 const char *description) {}
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 111 const char *description){}
114 const char *description){}
118 const char *description) {}
  /external/chromium_org/tools/json_schema_compiler/
h_generator.py 158 if prop.description:
159 c.Comment(prop.description)
191 if generate_typedefs and type_.description:
192 c.Comment(type_.description)
201 if type_.description:
202 c.Comment(type_.description)
205 if type_.description:
206 c.Comment(type_.description)
223 if type_.description:
224 c.Comment(type_.description)
    [all...]
  /external/chromium_org/tools/json_to_struct/
element_generator.py 109 def GenerateElements(type_name, schema, description):
111 description['elements'] dictionary, as well as for any variables in
112 description['int_variables'].
115 for var_name, value in description.get('int_variables', {}).items():
119 for element_name, element in description.get('elements', {}).items():
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 123 m.put(CalendarContract.Events.DESCRIPTION, event.mDescription);
148 values.put(CalendarContract.Events.DESCRIPTION, event.mDescription);
250 boolean allDay, String description) {
258 mDescription = description;
287 public EventInfo(String title, String description, String startDate, String endDate,
289 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
293 public EventInfo(String title, String description, String startDate, String endDate,
295 init(title, description, startDate, endDate, rrule, allDay, timezone);
298 public void init(String title, String description, String startDate, String endDate,
301 mDescription = description;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 162 alts, description,
250 description) ::=
252 # <fileName>:<description>
263 description) ::=
265 # <fileName>:<description>
276 description) ::=
278 # <fileName>:<description>
290 # <a.description>
293 # <a.description>
301 # <a.description>
    [all...]
  /external/chromium_org/chrome/test/functional/
perf.py 285 def _OutputPerfForStandaloneGraphing(self, graph_name, description, value,
296 description: A string description of the performance value. Should not
362 'traces': { description: [] }
369 if not description in new_line['traces']:
370 new_line['traces'][description] = []
372 new_line['traces'][description].append([str(x_value), str(y_value)])
376 'traces': { description: [str(value), str(0.0)] }
383 if description not in new_line['stack_order']:
384 new_line['stack_order'].append(description)
    [all...]
  /build/tools/
java-event-log-tags.py 108 if t.description:
109 buffer.write("\n /** %d %s %s */\n" % (t.tagnum, t.tagname, t.description))
135 if t.description:
136 args = [arg.strip("() ").split("|") for arg in t.description.split(",")]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildProvider.java 31 @Option(name="cts-install-path", description="the path to the cts installation to use")
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LaunchSettings.java 25 * This demos how we read content-description to properly open the
37 // button has the following content-description
38 UiObject allAppsButton = new UiObject(new UiSelector().description("Apps"));
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3cyclicdfa.h 69 const pANTLR3_UCHAR description; member in struct:ANTLR3_CYCLIC_DFA_struct
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFastQueue.h 62 - (NSString *) description;
ANTLRParseTree.h 56 - (NSString *)description;
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.h 66 string16 description; member in struct:ExtensionOmniboxSuggestion
68 // Contains style ranges for the description.
  /external/chromium/chrome/common/
web_apps.h 50 // Description of the application.
51 string16 description; member in struct:WebApplicationInfo
  /external/chromium/crypto/
nss_util.h 125 // which the DB files will be placed. |description| is a user-visible name for
127 bool OpenTestNSSDB(const FilePath& path, const char* description);
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 74 LPCSTR description = "Unspecified description"; local
78 description = "Operation succeeded";
82 description = "Using a non-blocking socket, will notify later";
86 description = "Access denied, or sharing violation";
90 description = "Address is not valid in this context";
94 description = "Network is down";
98 description = "Network is up, but unreachable";
102 description = "Connection has been reset due to keep-alive activity";
106 description = "Aborted by host"
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.h 39 const std::string& description() const { return description_; } function in class:extensions::NativeMessagingHostManifest
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
extension_sync_event_observer.h 41 const std::string& description) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
browser_action_apitest.cc 23 extension->description().c_str());
  /external/chromium_org/chrome/browser/local_discovery/
privet_device_lister_impl.h 46 const ServiceDescription& description);
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor_util.h 38 const std::string& description);

Completed in 1014 milliseconds

<<11121314151617181920>>