Home
last modified time | relevance | path

Searched defs:done (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/external/chromium_org/v8/test/mjsunit/harmony/
Dcollection-iterator.js32 assertEquals({value: 1, done: false}, iter.next()); property
33 assertEquals({value: 2, done: false}, iter.next()); property
34 assertEquals({value: 3, done: false}, iter.next()); property
35 assertEquals({value: undefined, done: true}, iter.next()); property
36 assertEquals({value: undefined, done: true}, iter.next()); property
47 assertEquals({value: [1, 1], done: false}, iter.next()); property
48 assertEquals({value: [2, 2], done: false}, iter.next()); property
49 assertEquals({value: [3, 3], done: false}, iter.next()); property
50 assertEquals({value: undefined, done: true}, iter.next()); property
51 assertEquals({value: undefined, done: true}, iter.next()); property
[all …]
Diteration-semantics.js53 var ret = { value: this.n, done: this.n == max }; property
195 results([{ done: false }, property
196 { value: 1, done: false }, property
201 { value: 3, done: 0 }, property
203 { value: 4, done: 42 }]))); property
207 results([10, "foo", /qux/, { value: 37, done: true }]))); property
212 one_time_getter({ done: false }, 'value', 2), property
213 { value: 37, done: true }, property
319 one_time_getter({ done: false }, 'value', 2), property
320 { value: 37, done: true }, property
Dgenerators-poisoned-properties.js7 function assertIteratorResult(value, done, result) { argument
8 assertEquals({value: value, done: done}, result); property
Darray-iterator.js43 function assertIteratorResult(value, done, result) { argument
44 assertEquals({value: value, done: done}, result); property
Dgenerators-relocation.js9 function assertIteratorResult(value, done, result) { argument
10 assertEquals({value: value, done: done}, result); property
/external/chromium_org/remoting/host/setup/
Ddaemon_controller.cc40 void DaemonController::GetConfig(const GetConfigCallback& done) { in GetConfig()
50 void DaemonController::InstallHost(const CompletionCallback& done) { in InstallHost()
63 const CompletionCallback& done) { in SetConfigAndStart()
75 const CompletionCallback& done) { in UpdateConfig()
86 void DaemonController::Stop(const CompletionCallback& done) { in Stop()
99 base::Closure done = base::Bind(&DaemonController::ScheduleNext, this); in SetWindow() local
105 void DaemonController::GetVersion(const GetVersionCallback& done) { in GetVersion()
116 const GetUsageStatsConsentCallback& done) { in GetUsageStatsConsent()
135 void DaemonController::DoGetConfig(const GetConfigCallback& done) { in DoGetConfig()
143 void DaemonController::DoInstallHost(const CompletionCallback& done) { in DoInstallHost()
[all …]
Ddaemon_controller_delegate_win.cc130 const DaemonController::CompletionCallback& done, HRESULT hr) { in InvokeCompletionCallback()
199 const DaemonController::CompletionCallback& done) { in InstallHost()
206 const DaemonController::CompletionCallback& done) { in SetConfigAndStart()
213 const DaemonInstallerWin::CompletionCallback& done) { in DoInstallHost()
238 const DaemonController::CompletionCallback& done) { in UpdateConfig()
266 const DaemonController::CompletionCallback& done) { in Stop()
409 const DaemonController::CompletionCallback& done, in StartHostWithConfig()
Ddaemon_installer_win.cc113 const CompletionCallback& done) in DaemonComInstallerWin()
269 const CompletionCallback& done) : DaemonInstallerWin(done) { in DaemonCommandLineInstallerWin()
326 DaemonInstallerWin::DaemonInstallerWin(const CompletionCallback& done) in DaemonInstallerWin()
334 CompletionCallback done = done_; in Done() local
342 CompletionCallback done) { in Create()
/external/chromium_org/v8/test/mjsunit/harmony/regress/
Dregress-2681.js43 assertEquals({ value: 1, done: false }, o.next()); property
47 assertEquals({ value: 2, done: false }, o.next()); property
48 assertEquals({ value: undefined, done: true }, o.next()); property
/external/chromium_org/content/browser/fileapi/
Dfile_system_operation_runner_unittest.cc21 void GetStatus(bool* done, in GetStatus()
76 bool done = false; in TEST_F() local
89 bool done = false; in TEST_F() local
104 bool done = false; in TEST_F() local
129 bool done = false; in TEST_F() local
155 bool done = true; // The operation is not running. in TEST_F() local
/external/chromium_org/remoting/client/
Daudio_decode_scheduler.cc69 const base::Closure& done) { in ProcessAudioPacket()
83 const base::Closure& done) { in DecodePacket()
94 const base::Closure& done) { in ProcessDecodedPacket()
119 const base::Closure& done) { in ProcessAudioPacket()
Dsoftware_video_renderer.cc166 const base::Closure& done) { in DecodePacket()
250 const base::Closure& done) { in RequestReturnBuffers()
345 const base::Closure& done) { in ProcessVideoPacket()
398 void SoftwareVideoRenderer::RequestReturnBuffers(const base::Closure& done) { in RequestReturnBuffers()
415 const base::Closure& done) { in OnPacketDone()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsharedexclusivelock_unittest.cc50 bool* done) in SharedExclusiveTask()
71 ReadTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) in ReadTask()
104 WriteTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) in WriteTask()
178 bool done; in TEST_F() local
198 bool done; in TEST_F() local
217 bool done; in TEST_F() local
/external/chromium_org/third_party/webrtc/base/
Dsharedexclusivelock_unittest.cc33 bool* done) in SharedExclusiveTask()
54 ReadTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) in ReadTask()
87 WriteTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) in WriteTask()
161 bool done; in TEST_F() local
181 bool done; in TEST_F() local
200 bool done; in TEST_F() local
/external/chromium_org/base/threading/
Dthread_local_unittest.cc19 ThreadLocalTesterBase(TLPType* tlp, base::WaitableEvent* done) in ThreadLocalTesterBase()
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in SetThreadLocal()
52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in GetThreadLocal()
86 base::WaitableEvent done(true, false); in TEST() local
/external/chromium_org/chrome/test/base/
Dtesting_io_thread_state.cc81 void TestingIOThreadState::Initialize(const base::Closure& done) { in Initialize()
89 void TestingIOThreadState::Shutdown(const base::Closure& done) { in Shutdown()
/external/chromium_org/chrome/browser/sync/glue/
Dbrowser_thread_model_worker.cc64 WaitableEvent* done, in CallDoWorkAndSignalTask()
79 WaitableEvent* done, in CallDoWorkAndSignalTask()
94 WaitableEvent* done, in CallDoWorkAndSignalTask()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
Ddrive_file_sync_service_unittest.cc32 void DidInitialize(bool* done, SyncStatusCode status, bool created) { in DidInitialize()
37 void ExpectEqStatus(bool* done, in ExpectEqStatus()
69 bool done = false; in SetUp() local
179 bool done = false; in TEST_F() local
209 bool done = false; in TEST_F() local
232 bool done = false; in TEST_F() local
/external/skia/include/core/
DSkOnce.h86 static void sk_once_slow(bool* done, Lock* lock, void (*f)(Arg), Arg arg) { in sk_once_slow()
106 inline void SkOnce(bool* done, Lock* lock, void (*f)(Arg), Arg arg) { in SkOnce()
140 inline void SkOnce(bool* done, Lock* lock, void (*func)()) { in SkOnce()
/external/chromium_org/third_party/skia/include/core/
DSkOnce.h86 static void sk_once_slow(bool* done, Lock* lock, void (*f)(Arg), Arg arg) { in sk_once_slow()
106 inline void SkOnce(bool* done, Lock* lock, void (*f)(Arg), Arg arg) { in SkOnce()
140 inline void SkOnce(bool* done, Lock* lock, void (*func)()) { in SkOnce()
/external/chromium_org/chrome/browser/download/
Ddownload_danger_prompt.cc66 const OnDone& done) in DownloadDangerPromptImpl()
221 OnDone done = done_; in RunDone() local
239 const OnDone& done) { in Create()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
Dvpx_once.h23 static int done; in once() local
93 static int done; in once() local
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h23 static int done; in once() local
93 static int done; in once() local
/external/svox/pico/lib/
Dpicobase.c1073 static picobase_utf32 picobase_utf8_to_utf32 (picoos_uint8 utf8[], picoos_uint8 * done) in picobase_utf8_to_utf32()
1092 …_to_utf8 (picobase_utf32 utf32, picobase_utf8 utf8[], picoos_int32 utf8MaxLen, picoos_uint8 * done) in picobase_utf32_to_utf8()
1137 …tf8_str (picoos_uchar utf8str[], picoos_char lowercase[], int lowercaseMaxLen, picoos_uint8 * done) in picobase_lowercase_utf8_str()
1168 …tf8_str (picoos_uchar utf8str[], picoos_char uppercase[], int uppercaseMaxLen, picoos_uint8 * done) in picobase_uppercase_utf8_str()
1204 picoos_bool done; in picobase_is_utf8_uppercase() local
1223 picoos_bool done; in picobase_is_utf8_lowercase() local
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_danger_prompt_views.cc78 const OnDone& done) in DownloadDangerPromptViews()
315 OnDone done = done_; in RunDone() local
331 const OnDone& done) { in Create()

12345678910>>...26