Home
last modified time | relevance | path

Searched refs:_result (Results 1 – 25 of 50) sorted by relevance

12

/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/
Denumerator.js39 this._result = new Array(this.length);
42 fulfill(this.promise, this._result);
47 fulfill(this.promise, this._result);
77 this._settledAt(entry._state, i, entry._result);
80 this._result[i] = entry;
106 this._result[i] = value;
111 fulfill(promise, this._result);
D-internal.js64 fulfill(promise, thenable._result);
66 reject(promise, thenable._result);
108 promise._onerror(promise._result);
117 promise._result = value;
128 promise._result = reason;
154 let child, callback, detail = promise._result;
223 promise._result = undefined;
Dthen.js26 asap(() => invokeCallback(_state, child, callback, parent._result));
/third_party/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.js176 return invokeCallback(_state, child, callback, parent._result);
284 fulfill(promise, thenable._result);
286 reject(promise, thenable._result);
329 promise._onerror(promise._result);
340 promise._result = value;
353 promise._result = reason;
384 detail = promise._result;
455 promise._result = undefined;
476 this._result = new Array(this.length);
479 fulfill(this.promise, this._result);
[all …]
Des6-promise.auto.min.js1_result)})}else j(n,r,t,e);return r}function h(t){var e=this;if(t&&"object"==typeof t&&t.construct…
Des6-promise.auto.js176 return invokeCallback(_state, child, callback, parent._result);
284 fulfill(promise, thenable._result);
286 reject(promise, thenable._result);
329 promise._onerror(promise._result);
340 promise._result = value;
353 promise._result = reason;
384 detail = promise._result;
455 promise._result = undefined;
476 this._result = new Array(this.length);
479 fulfill(this.promise, this._result);
[all …]
Des6-promise.min.js1_result)})}else j(n,r,t,e);return r}function h(t){var e=this;if(t&&"object"==typeof t&&t.construct…
/third_party/flutter/skia/third_party/externals/angle2/build_overrides/
Dbuild.gni14 _result = exec_script("//build/mac/should_use_hermetic_xcode.py",
18 assert(_result != 2,
21 assert(_result != 3,
25 use_system_xcode = _result != 1
/third_party/skia/third_party/externals/angle2/build_overrides/
Dbuild.gni17 _result = exec_script("${skia_root_dir}/build/mac/should_use_hermetic_xcode.py",
21 assert(_result != 2,
24 assert(_result != 3,
28 use_system_xcode = _result != 1
/third_party/flutter/flutter/dev/integration_tests/platform_interaction/lib/
Dmain.dart27 Future<TestStepResult> _result;
33 _result = steps[_step++]();
35 _result = Future<TestStepResult>.value(TestStepResult.complete);
57 future: _result,
/third_party/skia/third_party/externals/dawn/build_overrides/
Dbuild.gni31 _result = exec_script("${skia_root_dir}/build/mac/should_use_hermetic_xcode.py",
35 assert(_result != 2,
38 assert(_result != 3,
42 use_system_xcode = _result != 1
/third_party/cef/tests/cefclient/renderer/
Dperformance_test_setup.h81 int64 _result = 0; \
85 PERF_ITERATIONS_END_EX(_result) \
86 return _result;
/third_party/ejdb/src/bindings/ejdb2_flutter/example/lib/
Dmain.dart16 String _result = '';
196 _result = 'Success';
201 _result = 'Fail: ${e}';
211 child: _result == 'Success'
217 _result == '' ? '' : 'Fail: ${_result}',
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dtest_pointer.dart340 _result = null;
346 _result = _hitTester(downLocation);
347 return _dispatcher(_pointer.down(downLocation), _result);
356 _result = _hitTester(downLocation);
357 return _dispatcher(event, _result);
364 HitTestResult _result;
371 return _dispatcher(event, _result);
406 assert(_result != null,
409 return _dispatcher(_pointer.move(location, timeStamp: timeStamp), _result);
422 await _dispatcher(_pointer.up(), _result);
[all …]
/third_party/flutter/flutter/dev/integration_tests/channels/lib/
Dmain.dart156 Future<TestStepResult> _result;
162 _result = steps[_step++]();
164 _result = Future<TestStepResult>.value(TestStepResult.complete);
186 future: _result,
/third_party/skia/third_party/externals/spirv-tools/build_overrides/
Dbuild.gni35 _result = exec_script("${skia_root_dir}/build/mac/should_use_hermetic_xcode.py",
38 use_system_xcode = _result == 0
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/build_overrides/
Dbuild.gni35 _result = exec_script("${skia_root_dir}/build/mac/should_use_hermetic_xcode.py",
38 use_system_xcode = _result == 0
/third_party/spirv-tools/build_overrides/
Dbuild.gni35 _result = exec_script("//build/mac/should_use_hermetic_xcode.py",
38 use_system_xcode = _result == 0
/third_party/libdrm/
Dxf86drm.h515 #define DRM_CAS_RESULT(_result) long _result argument
517 #define DRM_CAS_RESULT(_result) int _result argument
519 #define DRM_CAS_RESULT(_result) char _result argument
/third_party/python/Lib/concurrent/futures/
D_base.py322 self._result = None
348 self._result.__class__.__name__)
396 return self._result
535 self._result = result
/third_party/python/Lib/asyncio/
Dfutures.py50 _result = None variable in Future
202 return self._result
259 self._result = result
Dwindows_events.py444 def _result(self, value): member in IocpProactor
458 return self._result(b'')
481 return self._result(0)
501 return self._result((b'', None))
642 return self._result(pipe)
/third_party/cef/include/base/
Dcef_logging.h354 if (std::string* _result = cef::logging::Check##name##Impl( \
356 cef::logging::LogMessage(__FILE__, __LINE__, _result).stream()
524 if (std::string* _result = cef::logging::Check##name##Impl( \
527 _result) \
/third_party/FreeBSD/sys/kern/
Dbus_if.h191 uintptr_t *_result);
221 uintptr_t *_result) in BUS_READ_IVAR() argument
225 return ((bus_read_ivar_t *) _m)(_dev, _child, _index, _result); in BUS_READ_IVAR()
/third_party/elfutils/libdw/
DlibdwP.h594 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\
596 - ((uintptr_t) _result & (__alignof (type) - 1))) \
599 _result = (type *) __libdw_allocate (dbg, _required, __alignof (type));\
603 _result = (type *) ((char *) _result + _padding); \
606 _result; })

12