/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | each.js | 2 module.exports = function(Promise, INTERNAL) { argument 11 return PromiseReduce(promises, fn, INTERNAL, INTERNAL); 15 return PromiseReduce(this, fn, INTERNAL, 0) 20 return PromiseReduce(this, fn, INTERNAL, INTERNAL); 24 return PromiseReduce(promises, fn, INTERNAL, 0)
|
D | promise.js | 42 var INTERNAL = function(){}; class 45 var tryConvertToPromise = require("./thenables")(Promise, INTERNAL); 47 require("./promise_array")(Promise, INTERNAL, 71 if (executor !== INTERNAL) { 181 var ret = new Promise(INTERNAL); 200 ret = new Promise(INTERNAL); 211 var ret = new Promise(INTERNAL); 231 var promise = haveInternalData ? internalData : new Promise(INTERNAL); 483 if (executor === INTERNAL) return; 729 var promise = new Promise(INTERNAL); [all …]
|
D | filter.js | 2 module.exports = function(Promise, INTERNAL) { argument 6 return PromiseMap(this, fn, options, INTERNAL); 10 return PromiseMap(promises, fn, options, INTERNAL);
|
D | method.js | 3 function(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) { argument 12 var ret = new Promise(INTERNAL); 28 var ret = new Promise(INTERNAL);
|
D | bind.js | 2 module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) { argument 30 var ret = new Promise(INTERNAL); 41 target._then(INTERNAL, targetRejected, undefined, ret, context);
|
D | thenables.js | 2 module.exports = function(Promise, INTERNAL) { argument 18 var ret = new Promise(INTERNAL); 57 var promise = new Promise(INTERNAL);
|
D | generators.js | 4 INTERNAL, argument 34 var internal = new Promise(INTERNAL); 35 var _finallyPromise = this._finallyPromise = new Promise(INTERNAL); 42 var promise = this._promise = new Promise(INTERNAL);
|
D | race.js | 3 Promise, INTERNAL, tryConvertToPromise, apiRejection) { argument 23 var ret = new Promise(INTERNAL);
|
/third_party/grpc/src/cpp/server/channelz/ |
D | channelz_service.cc | 45 return Status(StatusCode::INTERNAL, in GetTopChannels() 51 return Status(StatusCode::INTERNAL, s.ToString()); in GetTopChannels() 61 return Status(StatusCode::INTERNAL, in GetServers() 67 return Status(StatusCode::INTERNAL, s.ToString()); in GetServers() 77 return Status(StatusCode::INTERNAL, in GetServer() 83 return Status(StatusCode::INTERNAL, s.ToString()); in GetServer() 95 return Status(StatusCode::INTERNAL, in GetServerSockets() 101 return Status(StatusCode::INTERNAL, s.ToString()); in GetServerSockets() 116 return Status(StatusCode::INTERNAL, s.ToString()); in GetChannel() 133 return Status(StatusCode::INTERNAL, s.ToString()); in GetSubchannel() [all …]
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_local.h | 835 #ifdef INTERNAL 836 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 838 int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *acc… 841 int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_p… 842 int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pc… 846 int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val… 849 int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_p… 850 int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pc… 854 int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_… 857 int INTERNAL(snd_pcm_hw_params_set_subformat_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, sn… [all …]
|
D | pcm.c | 1507 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in INTERNAL() function 2263 EXPORT_SYMBOL const char *INTERNAL(snd_pcm_type_name)(snd_pcm_type_t type) in INTERNAL() function 4196 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm… in INTERNAL() function 4240 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t … in INTERNAL() function 4256 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *… in INTERNAL() function 4297 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm… in INTERNAL() function 4337 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t … in INTERNAL() function 4353 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *… in INTERNAL() function 4391 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_… in INTERNAL() function 4431 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_subformat_first)(snd_pcm_t *pcm, snd_pcm_hw_params… in INTERNAL() function [all …]
|
D | pcm_simple.c | 79 err = INTERNAL(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, 0); in set_hw_params() 82 err = INTERNAL(snd_pcm_hw_params_set_buffer_time_near)(pcm, hw_params, buffer_time, NULL); in set_hw_params() 87 err = INTERNAL(snd_pcm_hw_params_set_periods_near)(pcm, hw_params, &periods, NULL); in set_hw_params() 93 err = INTERNAL(snd_pcm_hw_params_get_period_time)(hw_params, period_time, NULL); in set_hw_params()
|
/third_party/alsa-lib/src/timer/ |
D | timer_local.h | 77 #ifdef INTERNAL 78 int INTERNAL(snd_timer_params_set_exclusive)(snd_timer_params_t * params, int exclusive); 79 int INTERNAL(snd_timer_params_get_exclusive)(snd_timer_params_t * params); 80 void INTERNAL(snd_timer_params_set_filter)(snd_timer_params_t * params, unsigned int filter); 81 unsigned int INTERNAL(snd_timer_params_get_filter)(snd_timer_params_t * params); 82 int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info); 83 int INTERNAL(snd_timer_query_params)(snd_timer_query_t *timer, snd_timer_gparams_t *params); 84 int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t *status);
|
/third_party/libsnd/cmake/ |
D | TestLargeFiles.cmake | 16 set (${VARIABLE} 1 CACHE INTERNAL "Result of tests for large file support" FORCE) 31 set (LARGE_FILES_DEFINITIONS "" CACHE INTERNAL "64-bit off_t required definitions") 48 set (_FILE_OFFSET_BITS 64 CACHE INTERNAL "") 49 set (_FILE_OFFSET_BITS_CODE "#define _FILE_OFFSET_BITS 64" CACHE INTERNAL "") 50 …set (LARGE_FILES_DEFINITIONS ${LARGE_FILES_DEFINITIONS} "/D_FILE_OFFSET_BITS=64" CACHE INTERNAL "6… 53 set (_FILE_OFFSET_BITS_CODE "" CACHE INTERNAL "") 69 set (_LARGE_FILES 1 CACHE INTERNAL "") 70 …set (LARGE_FILES_DEFINITIONS ${LARGE_FILES_DEFINITIONS} "/D_LARGE_FILES" CACHE INTERNAL "64-bit of… 91 set (_LARGEFILE_SOURCE 1 CACHE INTERNAL "") 92 …set (LARGE_FILES_DEFINITIONS ${LARGE_FILES_DEFINITIONS} "/D_LARGEFILE_SOURCE" CACHE INTERNAL "64-… [all …]
|
D | TestInline.cmake | 45 set (INLINE_CODE "/* #undef inline */" CACHE INTERNAL "") 47 set (INLINE_CODE "#define inline __inline" CACHE INTERNAL "") 49 set (INLINE_CODE "#define inline __inline__" CACHE INTERNAL "") 51 set (INLINE_CODE "#define inline " CACHE INTERNAL "")
|
/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/ |
D | _servicer.py | 36 context.set_code(grpc.StatusCode.INTERNAL) 47 context.set_code(grpc.StatusCode.INTERNAL) 61 context.set_code(grpc.StatusCode.INTERNAL) 77 context.set_code(grpc.StatusCode.INTERNAL) 91 context.set_code(grpc.StatusCode.INTERNAL) 105 context.set_code(grpc.StatusCode.INTERNAL) 119 context.set_code(grpc.StatusCode.INTERNAL)
|
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/ |
D | headers.js | 236 const INTERNAL = Symbol('internal') constant 240 iterator[INTERNAL] = { 256 const target = this[INTERNAL].target 257 const kind = this[INTERNAL].kind 258 const index = this[INTERNAL].index 269 this[INTERNAL].index = index + 1
|
/third_party/mbedtls/tests/scripts/ |
D | list-identifiers.sh | 34 INTERNAL="" 40 INTERNAL="1" 51 if [ $INTERNAL ]
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/status/ |
D | grpc_status_test.py | 48 await servicer_context.abort(grpc.StatusCode.INTERNAL, _STATUS_DETAILS) 57 code=code_pb2.INTERNAL, 66 code=code_pb2.INTERNAL, 131 self.assertEqual(rpc_error.code(), grpc.StatusCode.INTERNAL) 143 self.assertEqual(rpc_error.code(), grpc.StatusCode.INTERNAL)
|
/third_party/grpc/src/python/grpcio_tests/tests/status/ |
D | _grpc_status_test.py | 57 servicer_context.abort(grpc.StatusCode.INTERNAL, _STATUS_DETAILS) 66 code=code_pb2.INTERNAL, 75 code=code_pb2.INTERNAL, 139 self.assertEqual(rpc_error.code(), grpc.StatusCode.INTERNAL) 150 self.assertEqual(rpc_error.code(), grpc.StatusCode.INTERNAL)
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _abort_test.py | 55 grpc.StatusCode.INTERNAL, 64 code=grpc.StatusCode.INTERNAL, 112 self.assertEqual(rpc_error.code(), grpc.StatusCode.INTERNAL) 139 self.assertEqual(rpc_error.code(), grpc.StatusCode.INTERNAL)
|
/third_party/mindspore/cmake/ |
D | lite_ios.cmake | 109 set(CMAKE_OSX_SYSROOT "${CMAKE_OSX_SYSROOT_INT}" CACHE INTERNAL "") 113 set(CMAKE_OSX_SYSROOT "${SDK_NAME}" CACHE INTERNAL "") 203 set(CMAKE_SYSTEM_NAME iOS CACHE INTERNAL "" ${FORCE_CACHE}) 207 set(CMAKE_XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH NO CACHE INTERNAL "" ${FORCE_CACHE}) 208 set(CMAKE_IOS_INSTALL_COMBINED YES CACHE INTERNAL "" ${FORCE_CACHE}) 212 set(CMAKE_SYSTEM_NAME Darwin CACHE INTERNAL "" ${FORCE_CACHE}) 214 set(CMAKE_SYSTEM_VERSION ${SDK_VERSION} CACHE INTERNAL "") 274 set(CMAKE_XCODE_ATTRIBUTE_BITCODE_GENERATION_MODE bitcode CACHE INTERNAL "") 278 set(CMAKE_XCODE_ATTRIBUTE_ENABLE_BITCODE NO CACHE INTERNAL "") 284 set(CMAKE_XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES CACHE INTERNAL "") [all …]
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | proto_utils.h | 66 : Status(StatusCode::INTERNAL, "Failed to serialize message"); in GenericSerialize() 78 return Status(StatusCode::INTERNAL, "No payload"); in GenericDeserialize() 87 result = Status(StatusCode::INTERNAL, msg->InitializationErrorString()); in GenericDeserialize()
|
/third_party/grpc/test/cpp/qps/ |
D | server_sync.cc | 58 return Status(StatusCode::INTERNAL, "Server couldn't respond"); in StreamingCall() 125 return Status(grpc::StatusCode::INTERNAL, "Error creating payload."); in ClientPull() 137 return Status(StatusCode::INTERNAL, "Server couldn't push"); in ServerPush() 148 return Status(grpc::StatusCode::INTERNAL, "Error creating payload."); in SetResponse()
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.js | 221 module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) { 249 var ret = new Promise(INTERNAL); 260 target._then(INTERNAL, targetRejected, undefined, ret, context); 1658 module.exports = function(Promise, INTERNAL) { 1667 return PromiseReduce(promises, fn, INTERNAL, INTERNAL); 1671 return PromiseReduce(this, fn, INTERNAL, 0) 1676 return PromiseReduce(this, fn, INTERNAL, INTERNAL); 1680 return PromiseReduce(promises, fn, INTERNAL, 0) 1890 module.exports = function(Promise, INTERNAL) { 1894 return PromiseMap(this, fn, options, INTERNAL); [all …]
|