| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| D | getaddrinfo.c | 39 struct addrinfo *result, hint; in getaddrinfo_0100() local 56 struct addrinfo *result, hint; in getaddrinfo_0200() local 74 struct addrinfo *result, hint; in getaddrinfo_0300() local 92 struct addrinfo *result, hint; in getaddrinfo_0400() local 109 struct addrinfo *result, hint; in getaddrinfo_0500() local 127 struct addrinfo *result, hint; in getaddrinfo_0600() local 145 struct addrinfo *result, hint; in getaddrinfo_0700() local 177 struct addrinfo *result, hint; in getaddrinfo_0900() local 191 struct addrinfo *result, hint; in getaddrinfo_1000() local 206 struct addrinfo *result, hint; in getaddrinfo_1100() local [all …]
|
| /third_party/musl/Benchmark/musl/ |
| D | libc_network.cpp | 40 struct addrinfo hint; in Bm_function_Getaddrinfo_intranet1() local 58 struct addrinfo hint; in Bm_function_Getaddrinfo_intranet2() local 76 struct addrinfo hint; in Bm_function_Getaddrinfo_intranet3() local 94 struct addrinfo hint; in Bm_function_Getaddrinfo_intranet4() local 112 struct addrinfo hint; in Bm_function_Getaddrinfo_intranet5() local 130 struct addrinfo hint; in Bm_function_Getaddrinfo_intranet6() local
|
| /third_party/flutter/skia/third_party/externals/sdl/src/ |
| D | SDL_hints.c | 51 SDL_Hint *hint; in SDL_SetHintWithPriority() local 107 SDL_Hint *hint; in SDL_GetHint() local 124 const char *hint = SDL_GetHint(name); in SDL_GetHintBoolean() local 137 SDL_Hint *hint; in SDL_AddHintCallback() local 193 SDL_Hint *hint; in SDL_DelHintCallback() local 218 SDL_Hint *hint; in SDL_ClearHints() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | btree_container.h | 296 iterator insert(const_iterator hint, const value_type &v) { in insert() 301 iterator insert(const_iterator hint, value_type &&v) { in insert() 307 iterator emplace_hint(const_iterator hint, Args &&... args) { in emplace_hint() 332 iterator insert(const_iterator hint, node_type &&node) { in insert() 432 iterator insert_or_assign(const_iterator hint, const key_arg<K> &k, in insert_or_assign() 437 iterator insert_or_assign(const_iterator hint, key_arg<K> &&k, const M &obj) { in insert_or_assign() 441 iterator insert_or_assign(const_iterator hint, const key_arg<K> &k, M &&obj) { in insert_or_assign() 445 iterator insert_or_assign(const_iterator hint, key_arg<K> &&k, M &&obj) { in insert_or_assign() 463 iterator try_emplace(const_iterator hint, const key_arg<K> &k, in try_emplace() 468 iterator try_emplace(const_iterator hint, key_arg<K> &&k, Args &&... args) { in try_emplace() [all …]
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | pshints.c | 90 cf2_hint_init( CF2_Hint hint, in cf2_hint_init() 211 cf2_hint_initZero( CF2_Hint hint ) in cf2_hint_initZero() 218 cf2_hint_isValid( const CF2_Hint hint ) in cf2_hint_isValid() 225 cf2_hint_isPair( const CF2_Hint hint ) in cf2_hint_isPair() 232 cf2_hint_isPairTop( const CF2_Hint hint ) in cf2_hint_isPairTop() 239 cf2_hint_isTop( const CF2_Hint hint ) in cf2_hint_isTop() 246 cf2_hint_isBottom( const CF2_Hint hint ) in cf2_hint_isBottom() 253 cf2_hint_isLocked( const CF2_Hint hint ) in cf2_hint_isLocked() 260 cf2_hint_isSynthetic( const CF2_Hint hint ) in cf2_hint_isSynthetic() 267 cf2_hint_lock( CF2_Hint hint ) in cf2_hint_lock() [all …]
|
| /third_party/freetype/src/psaux/ |
| D | pshints.c | 90 cf2_hint_init( CF2_Hint hint, in cf2_hint_init() 211 cf2_hint_initZero( CF2_Hint hint ) in cf2_hint_initZero() 218 cf2_hint_isValid( const CF2_Hint hint ) in cf2_hint_isValid() 225 cf2_hint_isPair( const CF2_Hint hint ) in cf2_hint_isPair() 232 cf2_hint_isPairTop( const CF2_Hint hint ) in cf2_hint_isPairTop() 239 cf2_hint_isTop( const CF2_Hint hint ) in cf2_hint_isTop() 246 cf2_hint_isBottom( const CF2_Hint hint ) in cf2_hint_isBottom() 253 cf2_hint_isLocked( const CF2_Hint hint ) in cf2_hint_isLocked() 260 cf2_hint_isSynthetic( const CF2_Hint hint ) in cf2_hint_isSynthetic() 267 cf2_hint_lock( CF2_Hint hint ) in cf2_hint_lock() [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
| D | pshints.c | 90 cf2_hint_init( CF2_Hint hint, in cf2_hint_init() 211 cf2_hint_initZero( CF2_Hint hint ) in cf2_hint_initZero() 218 cf2_hint_isValid( const CF2_Hint hint ) in cf2_hint_isValid() 225 cf2_hint_isPair( const CF2_Hint hint ) in cf2_hint_isPair() 232 cf2_hint_isPairTop( const CF2_Hint hint ) in cf2_hint_isPairTop() 239 cf2_hint_isTop( const CF2_Hint hint ) in cf2_hint_isTop() 246 cf2_hint_isBottom( const CF2_Hint hint ) in cf2_hint_isBottom() 253 cf2_hint_isLocked( const CF2_Hint hint ) in cf2_hint_isLocked() 260 cf2_hint_isSynthetic( const CF2_Hint hint ) in cf2_hint_isSynthetic() 267 cf2_hint_lock( CF2_Hint hint ) in cf2_hint_lock() [all …]
|
| /third_party/node/deps/npm/node_modules/es-to-primitive/ |
| D | es2015.js | 10 var ordinaryToPrimitive = function OrdinaryToPrimitive(O, hint) { argument
|
| /third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
| D | pshalgo.c | 83 PSH_Hint hint = table->hints; in psh_hint_table_deactivate() local 99 PSH_Hint hint = table->hints + idx; in psh_hint_table_record() local 267 PSH_Hint hint = &table->hints[idx]; in psh_hint_table_activate_mask() local 407 PSH_Hint hint = table->hints + count; in ps_simple_scale() local 437 psh_hint_align( PSH_Hint hint, in psh_hint_align() 851 PSH_Hint hint; in psh_hint_table_align_hints() local 1446 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1466 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1503 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1520 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local [all …]
|
| /third_party/freetype/src/pshinter/ |
| D | pshalgo.c | 82 PSH_Hint hint = table->hints; in psh_hint_table_deactivate() local 98 PSH_Hint hint = table->hints + idx; in psh_hint_table_record() local 266 PSH_Hint hint = &table->hints[idx]; in psh_hint_table_activate_mask() local 407 PSH_Hint hint = table->hints + count; in ps_simple_scale() local 437 psh_hint_align( PSH_Hint hint, in psh_hint_align() 851 PSH_Hint hint; in psh_hint_table_align_hints() local 1439 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1459 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1495 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1512 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local [all …]
|
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| D | pshalgo.c | 82 PSH_Hint hint = table->hints; in psh_hint_table_deactivate() local 98 PSH_Hint hint = table->hints + idx; in psh_hint_table_record() local 266 PSH_Hint hint = &table->hints[idx]; in psh_hint_table_activate_mask() local 407 PSH_Hint hint = table->hints + count; in ps_simple_scale() local 437 psh_hint_align( PSH_Hint hint, in psh_hint_align() 851 PSH_Hint hint; in psh_hint_table_align_hints() local 1438 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1458 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1494 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1511 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local [all …]
|
| /third_party/node/test/node-api/test_worker_terminate_finalization/ |
| D | test_worker_terminate_finalization.c | 11 void WrapFinalizer(napi_env env, void* data, void* hint) { in WrapFinalizer() 17 void BufferFinalizer(napi_env env, void* data, void* hint) { in BufferFinalizer()
|
| /third_party/musl/src/network/ |
| D | res_cache.c | 43 …_netsys_cache(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict in dns_set_addr_info_to_netsys_cache() 62 const struct addrinfo *restrict hint, struct addrinfo **restrict res) { in dns_get_addr_info_from_netsys_cache()
|
| /third_party/node/benchmark/napi/ref/ |
| D | addon.c | 38 IncrementCounter(napi_env env, void* data, void* hint) { in IncrementCounter() 61 FreeCount(napi_env env, void* data, void* hint) { in FreeCount()
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fBufferMapTests.cpp | 613 const deUint32 hint = GL_STATIC_READ; in init() local 633 deUint32 hint = usageHints[hintNdx]; in init() local 658 deUint32 hint = GL_STATIC_DRAW; in init() local 679 deUint32 hint = usageHints[hintNdx]; in init() local 696 deUint32 hint = GL_STATIC_DRAW; in init() local 711 deUint32 hint = GL_STATIC_DRAW; in init() local 726 deUint32 hint = GL_STATIC_DRAW; in init() local 741 deUint32 hint = GL_STATIC_DRAW; in init() local 763 deUint32 hint = GL_STATIC_DRAW; in init() local 784 deUint32 hint = usageHints[hintNdx]; in init() local
|
| D | es3fBufferCopyTests.cpp | 155 deUint32 hint, in SingleBufferCopyCase() 268 const deUint32 hint = GL_STATIC_DRAW; in init() local 306 deUint32 hint = GL_STATIC_DRAW; in init() local 331 const deUint32 hint = GL_STATIC_DRAW; in init() local
|
| /third_party/node/test/node-api/test_threadsafe_function/ |
| D | binding.c | 42 void* hint; in data_source_thread() local 122 static void call_js(napi_env env, napi_value cb, void* hint, void* data) { in call_js() 134 static void call_ref(napi_env env, napi_value _, void* hint, void* data) { in call_ref() 167 static void join_the_threads(napi_env env, void *data, void *hint) { in join_the_threads()
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | symbol-prototype.toprimitive.js | 17 [Symbol.toPrimitive](hint) { argument
|
| /third_party/node/test/node-api/test_instance_data/ |
| D | test_instance_data.c | 92 static void TestBufferFinalizerCallback(napi_env env, void* data, void* hint) { in TestBufferFinalizerCallback() 148 static void FinalizeThreadsafeFunction(napi_env env, void* raw, void* hint) { in FinalizeThreadsafeFunction() 201 static void DeleteAddonData(napi_env env, void* raw_data, void* hint) { in DeleteAddonData()
|
| /third_party/node/test/js-native-api/test_instance_data/ |
| D | test_instance_data.c | 22 static void DeleteAddonData(napi_env env, void* raw_data, void* hint) { in DeleteAddonData() 42 static void TestFinalizer(napi_env env, void* raw_data, void* hint) { in TestFinalizer()
|
| /third_party/flutter/engine/flutter/lib/ui/semantics/ |
| D | semantics_update_builder.cc | 54 std::string hint, in updateNode() 106 std::string hint, in updateCustomAction()
|
| /third_party/node/deps/npm/node_modules/es-to-primitive/test/ |
| D | es6.js | 107 overriddenObject[Symbol.toPrimitive] = function (hint) { return String(hint); }; argument 125 uncoercibleToPrimitive[Symbol.toPrimitive] = function (hint) { argument 131 throwingToPrimitive[Symbol.toPrimitive] = function (hint) { throw new RangeError(hint); }; argument
|
| D | es2015.js | 107 overriddenObject[Symbol.toPrimitive] = function (hint) { return String(hint); }; argument 125 uncoercibleToPrimitive[Symbol.toPrimitive] = function (hint) { argument 131 throwingToPrimitive[Symbol.toPrimitive] = function (hint) { throw new RangeError(hint); }; argument
|
| /third_party/flutter/skia/gm/ |
| D | readpixels.cpp | 116 SkImage::CachingHint hint) { in draw_image() 233 for (SkImage::CachingHint hint : hints) { in onDraw() local 300 for (SkImage::CachingHint hint : hints) { in onDraw() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
| D | getnameinfo.c | 55 struct addrinfo *result, hint; in getnameinfo_0200() local 137 struct addrinfo *result, hint; in getnameinfo_0600() local
|