/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prvrsion.h | 78 char * description; /* description of this component */ member in struct:__anon15399
|
/external/chromium_org/third_party/tlslite/ |
setup.py | 22 description="tlslite implements SSL and TLS with SRP, shared-keys, cryptoID, or X.509 authentication.", variable
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm-options.h | 47 /* description to use in help_msg() */ 48 /*@observer@*/ const char *description; member in struct:opt_option_s 50 /* optional description for the param taken (NULL if not present) */
|
/external/chromium_org/tools/gyp/ |
setup.py | 15 description='Generate Your Projects', variable
|
/external/junit/src/org/junit/rules/ |
ExpectedException.java | 6 import org.hamcrest.Description; 60 org.junit.runner.Description description) { 125 public void describeTo(Description description) { 126 description.appendText("exception with message "); 127 description.appendDescriptionOf(matcher);
|
ExternalResource.java | 3 import org.junit.runner.Description; 36 public Statement apply(Statement base, Description description) {
|
Timeout.java | 7 import org.junit.runner.Description; 46 public Statement apply(Statement base, Description description) {
|
/external/tcpdump/missing/ |
dlnames.c | 52 const char *description; member in struct:dlt_choice 56 #define DLT_CHOICE(code, description) { #code, description, code } 172 return (dlt_choices[i].description);
|
/frameworks/base/core/java/android/webkit/ |
Plugin.java | 65 String description) { 69 mDescription = description; 159 public void setDescription(String description) { 160 mDescription = description; 200 // Show a simple popup dialog containing the description
|
/sdk/avdlauncher/ |
avdlauncher.c | 46 void display_error(LPSTR description) { 50 fprintf(stderr, "%s, error %ld\n", description, err); 62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5); 63 sprintf(s2, "%s\r\n%s", description, s);
|
/sdk/sdklauncher/ |
sdklauncher.c | 46 void display_error(LPSTR description) { 50 fprintf(stderr, "%s, error %ld\n", description, err); 62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5); 63 sprintf(s2, "%s\r\n%s", description, s);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DriverPropertyInfoTest.java | 66 static String updateDescription = "update description"; 79 assertEquals(testDescription, aDriverPropertyInfo.description); 85 aDriverPropertyInfo.description = updateDescription; 91 assertEquals(updateDescription, aDriverPropertyInfo.description);
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
find_chrome.py | 70 description = __doc__ 71 parser = optparse.OptionParser(usage, description=description)
|
/external/chromium_org/chromeos/network/ |
network_event_log.h | 70 const std::string& description); 81 // "desc" - Include the description. 111 #define NET_LOG_LEVEL(log_level, event, description) \ 113 __FILE__, __LINE__, log_level, event, description)
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
TestWebContentsObserver.java | 62 int errorCode, String description, String failingUrl) { 63 super.didFailLoad(isProvisionalLoad, isMainFrame, errorCode, description, failingUrl); 64 mOnReceivedErrorHelper.notifyCalled(errorCode, description, failingUrl);
|
/external/chromium_org/ppapi/proxy/ |
net_address_resource.cc | 54 std::string description = NetAddressPrivateImpl::DescribeNetAddress( local 57 if (description.empty()) 59 return StringVar::StringToPPVar(description);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
jsepsessiondescription.h | 54 // Takes ownership of |description|. 55 bool Initialize(cricket::SessionDescription* description, 59 virtual cricket::SessionDescription* description() { function in class:webrtc::JsepSessionDescription 62 virtual const cricket::SessionDescription* description() const { function in class:webrtc::JsepSessionDescription
|
/external/chromium_org/ui/gfx/ |
pango_util.h | 36 explicit ScopedPangoFontDescription(PangoFontDescription* description) 37 : description_(description) { 38 DCHECK(description); 67 // Setup pango |layout|; set the |text|, the font description based on |font|, 78 // sets the font description based on |font_description|. 109 // Retrieves the Pango metrics for a Pango font description. Caches the metrics
|
/external/junit/src/org/junit/runner/ |
Result.java | 69 public void testRunStarted(Description description) throws Exception { 80 public void testFinished(Description description) throws Exception { 90 public void testIgnored(Description description) throws Exception {
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
RoomInfo.java | 43 * Description of the room. 45 private String description = ""; field in class:RoomInfo 93 this.description = ( descField == null || !(descField.getValues().hasNext()) )? "" : descField.getValues().next(); 114 * Returns the discovered description of the room. 116 * @return the discovered description of the room. 119 return description;
|
/external/smack/src/org/xbill/DNS/utils/ |
hexdump.java | 17 * @param description If not null, a description of the data. 23 dump(String description, byte [] b, int offset, int length) { 27 if (description != null) 28 sb.append(" (" + description + ")");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
TaskDescription.java | 30 final CharSequence description; field in class:TaskDescription 45 description = _description; 55 description = null;
|
/libcore/crypto/src/main/java/org/conscrypt/ |
AlertProtocol.java | 39 * Defines the description code of the close_notify alert 43 * Defines the description code of the unexpected_message alert 47 * Defines the description code of the bad_record_mac alert 51 * Defines the description code of the decryption_failed alert 55 * Defines the description code of the record_overflow alert 59 * Defines the description code of the decompression_failure alert 63 * Defines the description code of the handshake_failure alert 67 * Defines the description code of the bad_certificate alert 71 * Defines the description code of the unsupported_certificate alert 75 * Defines the description code of the certificate_revoked aler [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldDriverPropertyInfoTest.java | 63 String description = info[0].description; local 64 assertNull(description);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
dynamic_annotations.h | 206 #define ANNOTATE_BENIGN_RACE(pointer, description) \ 208 sizeof(*(pointer)), description) 210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to 212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ 213 AnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description) 317 #define ANNOTATE_EXPECT_RACE(address, description) \ 318 AnnotateExpectRace(__FILE__, __LINE__, address, description) 354 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */ 355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ 356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty * [all...] |