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

<<21222324252627282930>>

  /external/libpcap/
pcap-septel.c 266 const char description[512]= "Intel/Septel device"; local
269 pcap_add_if(devlistp,name,0,description,errbuf);
  /external/srtp/crypto/test/
auth_driver.c 117 printf("running self-test for %s...", tmmhv2.description);
146 tmmhv2.description, auth_get_tag_length(a));
  /external/valgrind/main/drd/
drd.h 505 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
513 #static_var ": " description); \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
interaction_based.hpp 12 // Description : Facilities to perform interaction-based testing
35 #define BOOST_ITEST_EPOINT( description ) \
36 ::boost::itest::manager::instance().exception_point( BOOST_TEST_L(__FILE__), __LINE__, description )
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 99 // Take this many chars from the front of the description.
153 * their title/description data in a TwoLineListItem.
187 // Set the item title and description into the view.
189 // the description look better, we strip out the
491 String description = ""; local
497 title = link = description = "";
504 } else if (tag.equals("description")) {
506 description = xpp.getText();
514 RssItem item = new RssItem(title, link, description);
578 if (tag.equals("description")) mDescription = mBuff.toString()
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleElementStream.as 65 /** The element or stream description; usually has name of the token or
196 public function get description():String {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBitSet.h 84 - (NSString *) description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBitSet.h 84 - (NSString *) description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBitSet.h 84 - (NSString *) description;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 85 - (NSString *) description;
ANTLRCommonTree.h 71 - (NSString *) description;
ANTLRPtrBuffer.h 90 - (NSString *) description;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 206 dfaDecision(decisionNumber,description) ::= <<
226 evalPredicate(pred,description) ::= <<
227 [self evalPredicate:@"<description>" result:<pred>];
  /external/chromium/base/json/
json_reader.h 154 const std::string& description);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 22 // the 'contents' and the 'description' (the description is optional) in the
24 // that line is selected. fill_into_edit may be the same as 'description' for
26 // example, a search result may say "Search for asdf" as the description, but
164 // Additional helper text for each entry, such as a title or description.
165 string16 description; member in struct:AutocompleteMatch
  /external/chromium/chrome/browser/extensions/
convert_web_app_browsertest.cc 69 EXPECT_EQ("the description is", installed_extension_->description());
  /external/chromium/chrome/browser/net/
url_info.h 128 const char* description,
  /external/chromium/chrome/browser/
shell_integration.h 63 string16 description; member in struct:ShellIntegration::ShortcutInfo
  /external/chromium/chrome/browser/sync/notifier/
invalidation_util.cc 57 ss << "description: " << status.description();
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 116 " (" + flag.description + ')');
212 AddXMLTag(&r, "meaning", flag.description);
284 if (flag->description == kStrippedFlagHelp) continue;
334 if (flag->description != kStrippedFlagHelp)
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.cc 135 DCHECK_EQ(AutocompleteMatch::SanitizeString(i->description),
136 i->description);
302 DCHECK_EQ(AutocompleteMatch::SanitizeString(match.description),
303 match.description);
  /external/chromium_org/chrome/browser/extensions/api/commands/
commands.cc 15 result->SetString("description", command.description());
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.cc 280 const ServiceDescription& description) {
285 status, description));
312 const ServiceDescription& description) {
316 it->second.Run(status, description);
  /external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client.h 131 // Returns the full UMA metric name based on |request_id| and |description|.
132 std::string GetMetricName(int request_id, const char* description);
url_info.h 125 const char* description,

Completed in 1015 milliseconds

<<21222324252627282930>>