Searched refs:rejected (Results 1 - 25 of 49) sorted by relevance

12

/external/llvm/test/MC/Mips/mips32r2/
H A Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
H A Dinvalid-mips2-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips32-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/llvm/test/MC/Mips/mips64r2/
H A Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
H A Dinvalid-mips32-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/chromium_org/v8/test/promises-aplus/lib/
H A Dadapter.js32 rejected: function(reason) { return Promise.reject(reason); },
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.h56 name(name), type(type), rejected(false), description(description) {}
59 bool rejected,
61 name(name), type(type), rejected(rejected), description(description) {}
64 bool rejected; member in struct:cricket::ContentInfo
145 bool rejected,
57 ContentInfo(const std::string& name, const std::string& type, bool rejected, ContentDescription* description) argument
H A Dsessiondescription.cc149 bool rejected,
151 contents_.push_back(ContentInfo(name, type, rejected, description));
147 AddContent(const std::string& name, const std::string& type, bool rejected, ContentDescription* description) argument
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DOffer.java52 private boolean rejected = false; field in class:Offer
100 rejected = true;
183 * Return true if the agent rejected this offer.
185 * @return true if the agent rejected this offer.
188 return rejected;
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainerTest.cpp87 // Runs microtasks and expects |promise| to be rejected. Calls
91 StubScriptFunction resolved, rejected; local
92 promise.then(resolved.function(scriptState), rejected.function(scriptState));
95 EXPECT_EQ(1ul, rejected.callCount());
96 if (rejected.callCount())
97 valueTest(rejected.arg());
174 // When the registration is rejected, a register call must not reach
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips2-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips3-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips5-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips3-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Drequest_manager_unittest.cc293 const std::vector<RejectedEvent>& rejected() const { return rejected_; } function in class:chromeos::file_system_provider::__anon3217::RequestObserver
418 EXPECT_EQ(0u, observer.rejected().size());
495 EXPECT_EQ(0u, observer.rejected().size());
537 ASSERT_EQ(1u, observer.rejected().size());
538 EXPECT_EQ(request_id, observer.rejected()[0].request_id());
539 EXPECT_EQ(error, observer.rejected()[0].error());
556 EXPECT_EQ(1u, observer.rejected().size());
643 EXPECT_EQ(0u, observer.rejected().size());
650 EXPECT_EQ(1u, observer.rejected().size());
699 EXPECT_EQ(0u, observer.rejected()
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Dmirror-promises.js57 var rejected = new Promise(function(resolve, reject) { reject() });
61 testPromiseMirror(rejected, "rejected", undefined);
69 testPromiseMirror(rejectedv, "rejected", 'reject');
70 testPromiseMirror(thrownv, "rejected", 'throw');
84 assertEquals("rejected", ip[0].value().value());
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc89 // The navigate request is rejected because of headers not listed above
93 // Total number of rejected navigate requests.
318 bool rejected = false; local
323 rejected = true;
334 if (rejected) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc1280 if (!content->rejected && offer_bundle->HasContentName(content->name)) {
1613 bool rejected = !options.has_audio || audio_content->rejected || local
1617 if (!rejected) {
1625 answer->AddContent(audio_content->name, audio_content->type, rejected,
1666 bool rejected = !options.has_video || video_content->rejected || local
1670 if (!rejected) {
1681 answer->AddContent(video_content->name, video_content->type, rejected,
1726 bool rejected local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc105 // Checks that each non-rejected content has SDES crypto keys or a DTLS
115 if (cinfo->rejected) {
119 // If the content isn't rejected, crypto must be present.
149 // Checks that each non-rejected content has ice-ufrag and ice-pwd set.
154 if (cinfo->rejected) {
158 // If the content isn't rejected, ice-ufrag and ice-pwd must be present.
436 if (cinfo->rejected) {
439 // If the content isn't rejected, check if ufrag and password has
760 // rejected.
803 // rejected
[all...]

Completed in 377 milliseconds

12