Home
last modified time | relevance | path

Searched refs:rejected (Results 1 – 25 of 118) sorted by relevance

12345

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessiondescription.h56 name(name), type(type), rejected(false), description(description) {} in ContentInfo()
59 bool rejected, in ContentInfo()
61 name(name), type(type), rejected(rejected), description(description) {} in ContentInfo()
64 bool rejected; member
145 bool rejected,
/external/chromium_org/v8/test/webkit/fast/js/
DPromise-static-race-expected.txt6 PASS Promise.race() is rejected.
7 PASS Promise.race({}) is rejected.
10 PASS Promise.race([p4, p6, p1]) is rejected.
DPromise-static-all-expected.txt6 PASS Promise.all() is rejected.
14 PASS Promise.all([p1, p6, p5]) is rejected.
28 PASS Promise.all({}) is rejected.
DPromise-resolve-with-then-exception-expected.txt5 The promise is already rejected now.
6 PASS rejected
DPromise-resolve-with-itself-expected.txt1 Test whether Promise will be rejected if it is resolved with itself.
5 PASS rejected
DPromise-resolve-with-then-reject-expected.txt5 The promise is not rejected now.
8 PASS rejected
DPromise-chained-then-expected.txt10 PASS rejected
12 PASS rejected
DPromise-already-rejected-expected.txt1 Resolve or reject do not take effect on a rejected Promise.
DPromise-reject-expected.txt7 PASS promiseState is "rejected"
DPromise-then-callback-receiver-expected.txt7 PASS rejected
DPromise-then-expected.txt11 PASS rejected
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
Drequest_manager_unittest.cc293 const std::vector<RejectedEvent>& rejected() const { return rejected_; } in rejected() function in chromeos::file_system_provider::__anon5aa9bac40111::RequestObserver
418 EXPECT_EQ(0u, observer.rejected().size()); in TEST_F()
495 EXPECT_EQ(0u, observer.rejected().size()); in TEST_F()
537 ASSERT_EQ(1u, observer.rejected().size()); in TEST_F()
538 EXPECT_EQ(request_id, observer.rejected()[0].request_id()); in TEST_F()
539 EXPECT_EQ(error, observer.rejected()[0].error()); in TEST_F()
556 EXPECT_EQ(1u, observer.rejected().size()); in TEST_F()
643 EXPECT_EQ(0u, observer.rejected().size()); in TEST_F()
650 EXPECT_EQ(1u, observer.rejected().size()); in TEST_F()
699 EXPECT_EQ(0u, observer.rejected().size()); in TEST_F()
[all …]
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DOffer.java52 private boolean rejected = false; field in Offer
100 rejected = true; in reject()
188 return rejected; in isRejected()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DServiceWorkerContainerTest.cpp91 StubScriptFunction resolved, rejected; in expectRejected() local
92 promise.then(resolved.function(scriptState), rejected.function(scriptState)); in expectRejected()
95 EXPECT_EQ(1ul, rejected.callCount()); in expectRejected()
96 if (rejected.callCount()) in expectRejected()
97 valueTest(rejected.arg()); in expectRejected()
/external/chromium_org/v8/test/mjsunit/es6/
Dmirror-promises.js57 var rejected = new Promise(function(resolve, reject) { reject() }); variable
61 testPromiseMirror(rejected, "rejected", undefined);
/external/llvm/test/MC/Mips/mips64r2/
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/
Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/llvm/test/MC/Mips/mips32r2/
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/
Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/chromium_org/ppapi/api/private/
Dppp_content_decryptor_private.idl38 * rejected depending upon the success or failure of setting the certificate.
58 * rejected depending upon the success or failure when creating the session.
85 * rejected depending upon the success or failure of loading the session.
109 * rejected depending upon the success or failure of updating the session.
129 * rejected depending upon the success or failure of closing the session.
145 * rejected depending upon the success or failure of removing the session
163 * rejected depending upon the success or failure of obtaining the key IDs.
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession.cc1280 if (!content->rejected && offer_bundle->HasContentName(content->name)) { in CreateAnswer()
1613 bool rejected = !options.has_audio || audio_content->rejected || in AddAudioContentForAnswer() local
1617 if (!rejected) { in AddAudioContentForAnswer()
1625 answer->AddContent(audio_content->name, audio_content->type, rejected, in AddAudioContentForAnswer()
1666 bool rejected = !options.has_video || video_content->rejected || in AddVideoContentForAnswer() local
1670 if (!rejected) { in AddVideoContentForAnswer()
1681 answer->AddContent(video_content->name, video_content->type, rejected, in AddVideoContentForAnswer()
1726 bool rejected = !options.has_data() || data_content->rejected || in AddDataContentForAnswer() local
1730 if (!rejected) { in AddDataContentForAnswer()
1741 answer->AddContent(data_content->name, data_content->type, rejected, in AddDataContentForAnswer()
/external/chromium_org/v8/test/promises-aplus/lib/
Dadapter.js32 rejected: function(reason) { return Promise.reject(reason); }, method
/external/llvm/test/Assembler/
Dgetelementptr_vec_struct.ll3 ; Test that a vector struct index with non-equal elements is rejected.
/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_renderer_host.cc318 bool rejected = false; in OnNavigate() local
323 rejected = true; in OnNavigate()
334 if (rejected) { in OnNavigate()
/external/iptables/extensions/
Dlibxt_AUDIT.man2 It can be used to record accepted, dropped, and rejected packets. See

12345