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

<<11121314151617181920>>

  /libcore/crypto/src/main/java/org/conscrypt/
HandshakeProtocol.java 292 * @param description
294 protected void sendWarningAlert(byte description) {
295 recordProtocol.alert(AlertProtocol.WARNING, description);
301 * @param description
304 protected void fatalAlert(byte description, String reason) {
305 throw new AlertException(description, new SSLHandshakeException(reason));
311 * @param description
315 protected void fatalAlert(byte description, String reason, Exception cause) {
316 throw new AlertException(description, new SSLException(reason, cause));
322 * @param description
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 180 GLStateType(String description) {
181 mDescription = description;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 254 EXPECT_EQ(current_audio_ufrag, ti_audio->description.ice_ufrag);
255 EXPECT_EQ(current_audio_pwd, ti_audio->description.ice_pwd);
258 ti_audio->description.ice_ufrag.size());
260 ti_audio->description.ice_pwd.size());
270 EXPECT_EQ(ti_audio->description.ice_ufrag,
271 ti_video->description.ice_ufrag);
272 EXPECT_EQ(ti_audio->description.ice_pwd,
273 ti_video->description.ice_pwd);
276 EXPECT_EQ(current_video_ufrag, ti_video->description.ice_ufrag);
277 EXPECT_EQ(current_video_pwd, ti_video->description.ice_pwd)
394 const cricket::ContentDescription* description = content->description; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 179 description:@"token <it>"] retain];}; separator="\n">
182 description:@"rule <it>"] retain];}; separator="\n">
291 alts, description,
342 [[ANTLRRewriteRule<rewriteElementType>Stream newANTLRRewriteRule<rewriteElementType>Stream:treeAdaptor description:@"token <it>" element:<it>] retain];};
347 description:@"token <it>" elements:list_<it>] retain];};
352 description:"wildcard <it>" element:<it>] retain];};
362 description:@"token <it>" element:<it>!=nil?[<it> getTree]:nil] retain];};
367 description:@"token <it>" elements:list_<it>] retain];};
379 description) ::=
381 // <fileName>:<description>
    [all...]
  /external/bison/doc/
bison.x 4 [description]
25 For instance, a grammar description file named
37 This description of the options that can be given to
  /external/icu4c/test/intltest/
compactdecimalformattest.cpp 194 const char* description);
305 char description[256]; local
306 sprintf(description,"%s - %s", locale.getName(), StyleStr(style));
308 CheckExpectedResult(cdf.getAlias(), &expectedResults[i], description);
313 const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult, const char* description) {
321 + UnicodeString(" for: ") + UnicodeString(description));
  /external/kernel-headers/original/linux/
key.h 151 /* the description string
156 char *description; member in struct:key
206 /* match a key against a description */
286 const char *description,
290 const char *description,
298 const char *description,
313 extern struct key *keyring_alloc(const char *description, uid_t uid, gid_t gid,
322 const char *description);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorage.java 31 * store the prefix and description indexes when possible. It is particularly space-efficient when
43 // The number of bytes used to store a description index. It is computed from the size of the
44 // description pool containing all the strings.
50 // Sorted string array of unique description strings.
60 * corresponding to prefixes that have the same description.
77 // description set.
90 * Creates the description pool from the provided set of string descriptions and area code map.
103 String description = areaCodeMap.get(prefix); local
104 int positionInDescriptionPool = Arrays.binarySearch(descriptionPool, description);
123 // Read description pool size
130 String description = objectInput.readUTF(); local
    [all...]
PhoneNumberOfflineGeocoder.java 147 * Returns a text description for the given phone number, in the language provided. The
148 * description might consist of the name of the country where the phone number is from, or the
156 * @param number a valid phone number for which we want to get a text description
157 * @param languageCode the language code for which the description should be written
158 * @return a text description for the given language code for the given phone number
174 * description will be returned, if one exists. Otherwise, the phone number's region will be
178 * CA" for a particular number, omitting the United States from the description. For a user from
184 * @param number the phone number for which we want to get a text description
185 * @param languageCode the language code for which the description should be written
187 * description if the phone number comes from this region. It is a two-letter uppercase IS
280 String description = (phonePrefixDescriptions != null) local
    [all...]
  /frameworks/base/libs/hwui/
SkiaShader.h 66 virtual void describe(ProgramDescription& description, const Extensions& extensions);
143 void describe(ProgramDescription& description, const Extensions& extensions);
166 void describe(ProgramDescription& description, const Extensions& extensions);
190 virtual void describe(ProgramDescription& description, const Extensions& extensions);
215 void describe(ProgramDescription& description, const Extensions& extensions);
237 void describe(ProgramDescription& description, const Extensions& extensions);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 51 description: 'Ensures that the speech engine sends both start and ' +
101 description: 'Speaks twice as fast and compares the time to the baseline.',
136 description: 'Speaks twice as slow and compares the time to the baseline.',
171 description: 'Interrupts partway through a long sentence and then ' +
217 description: '<b>Manual</b> test - verify that the volume is lower.',
238 description: '<b>Manual</b> test - verify that the pitch is ' +
260 description: '<b>Manual</b> test - verify that the pitch is ' +
282 description: 'Checks to see if proper word and sentence callbacks ' +
396 description: 'Establishes a baseline time to speak a ' +
448 description: 'Queue a sequence of three utterances, then before they '
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 90 NFRule::makeRules(UnicodeString& description,
107 rule1->parseRuleDescriptor(description, status);
109 // check the description to see whether there's text enclosed
111 int32_t brack1 = description.indexOf(gLeftBracket);
112 int32_t brack2 = description.indexOf(gRightBracket);
114 // if the description doesn't contain a matched pair of brackets,
116 // then leave the description alone, initialize the rule's
121 rule1->ruleText = description;
125 // if the description does contain a matched pair of brackets,
156 // if the description began with "x.x" and contains brackete
    [all...]
nfrs.cpp 133 UnicodeString& description = descriptions[index]; // !!! make sure index is valid local
135 if (description.length() == 0) {
136 // throw new IllegalArgumentException("Empty rule set description");
141 // if the description begins with a rule set name (the rule set
144 // and delete it from the description
145 if (description.charAt(0) == gPercent) {
146 int32_t pos = description.indexOf(gColon);
151 name.setTo(description, 0, pos);
152 while (pos < description.length() && uprv_isRuleWhiteSpace(description.charAt(++pos)))
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 88 NFRule::makeRules(UnicodeString& description,
105 rule1->parseRuleDescriptor(description, status);
107 // check the description to see whether there's text enclosed
109 int32_t brack1 = description.indexOf(gLeftBracket);
110 int32_t brack2 = description.indexOf(gRightBracket);
112 // if the description doesn't contain a matched pair of brackets,
114 // then leave the description alone, initialize the rule's
119 rule1->ruleText = description;
123 // if the description does contain a matched pair of brackets,
154 // if the description began with "x.x" and contains brackete
    [all...]
nfrs.cpp 138 UnicodeString& description = descriptions[index]; // !!! make sure index is valid local
140 if (description.length() == 0) {
141 // throw new IllegalArgumentException("Empty rule set description");
146 // if the description begins with a rule set name (the rule set
149 // and delete it from the description
150 if (description.charAt(0) == gPercent) {
151 int32_t pos = description.indexOf(gColon);
156 name.setTo(description, 0, pos);
157 while (pos < description.length() && PatternProps::isWhiteSpace(description.charAt(++pos)))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 78 const char kInvalidCandidates[] = "Description contains invalid candidates.";
79 const char kInvalidSdp[] = "Invalid session description.";
87 "Failed to push down offer transport description.";
89 "Failed to push down pranswer transport description.";
91 "Failed to push down answer transport description.";
126 static_cast<const MediaContentDescription*>(cinfo->description);
134 !tinfo->description.identity_fingerprint) {
136 LOG(LS_WARNING) << "Session description must have SDES or DTLS-SRTP.";
147 // Called when processing the local session description.
161 static_cast<MediaContentDescription*> (iter->description);
1407 const cricket::MediaContentDescription* description = local
    [all...]
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 268 PP_BrowserFont_Trusted_Description* description,
270 if (description->face.type != PP_VARTYPE_UNDEFINED)
276 description->face = StringVar::StringToPPVar(UTF16ToUTF8(web_desc.family));
277 description->family =
279 description->size = static_cast<uint32_t>(web_desc.size);
280 description->weight = static_cast<PP_BrowserFont_Trusted_Weight>(
282 description->italic = web_desc.italic ? PP_TRUE : PP_FALSE;
283 description->small_caps = web_desc.smallCaps ? PP_TRUE : PP_FALSE;
284 description->letter_spacing = static_cast<int32_t>(web_desc.letterSpacing);
285 description->word_spacing = static_cast<int32_t>(web_desc.wordSpacing)
    [all...]
  /external/chromium_org/ppapi/shared_impl/private/
net_address_private_impl.cc 205 std::string description = base::StringPrintf( local
210 base::StringAppendF(&description, ":%u", net_addr->port);
211 return description;
227 std::string description(include_port ? "[" : "");
237 &description,
268 description.append("::");
273 base::StringAppendF(&description, need_sep ? ":%x" : "%x", v);
282 base::StringAppendF(&description, "%%%u", net_addr->scope_id);
285 base::StringAppendF(&description, "]:%u", net_addr->port);
287 return description;
    [all...]
  /external/libpcap/
inet.c 131 u_int flags, const char *description, char *errbuf)
232 if (description != NULL) {
234 * We have a description for this interface.
236 curdev->description = strdup(description);
237 if (curdev->description == NULL) {
248 curdev->description = NULL;
485 const char *description, char *errbuf)
489 return (add_or_find_if(&curdev, devlist, name, flags, description,
528 * Free the description string, if any
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 64 const string16& description,
67 // Updates the title/description of the web app.
68 void UpdateText(const string16& title, const string16& description);
79 const string16& description, const gfx::ImageFamily& icon);
81 // Creates or updates description label.
82 void PrepareDescriptionLabel(const string16& description);
93 const string16& description,
98 Init(title, description, icon);
120 void AppInfoView::PrepareDescriptionLabel(const string16& description) {
121 // Do not make space for the description if it is empty
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m 240 [NSString stringWithFormat:@"Error: %@", error.description]);
278 - (void)onError:(int)code withDescription:(NSString *)description {
280 [NSString stringWithFormat:@"GAE onError: %@", description]];
291 NSAssert(NO, error.description);
295 [self displayLogMessage:@"SDP onSuccess(SDP) - set local description."];
300 NSDictionary *json = @{ @"type" : sdp.type, @"sdp" : sdp.description };
306 [NSString stringWithFormat:@"Error: %@", error.description]);
315 NSAssert(NO, error.description);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportProcessor.java 236 final String description = local
242 VCardService.TYPE_EXPORT, description, tickerText, mJobId, displayName,
250 final String description = mService.getString(R.string.exporting_vcard_canceled_title, local
253 NotificationImportExportListener.constructCancelNotification(mService, description);
258 private void doFinishNotification(final String title, final String description) {
259 if (DEBUG) Log.d(LOG_TAG, "send finish notification: " + title + ", " + description);
264 description, intent);
  /external/chromium_org/tools/valgrind/
suppressions.py 14 <Short description of the error>
110 description: A string representing the error description.
116 def __init__(self, description, type, stack, defined_at, regex):
119 description, type, stack, regex: same as class attributes
122 self.description = description
203 def __init__(self, description, type, stack, defined_at):
245 description, type, stack, defined_at, regex)
249 lines = [self.description, self.type] + self.stac
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 96 string description = "RewriteRuleTokenStream test";
98 new RewriteRuleTokenStream(CreateTreeAdaptor(), description);
101 Assert.AreEqual(description.ToString(), tokenTest.Description,
102 "Description strings should be equal.");
115 string description = "RewriteRuleSubtreeStream test";
117 new RewriteRuleSubtreeStream(CreateTreeAdaptor(), description);
120 Assert.AreEqual(description.ToString(), subtreeTest.Description,
121 "Description strings should be equal.")
    [all...]

Completed in 747 milliseconds

<<11121314151617181920>>