/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
H A D | writer.js | 139 return `${ret}${it.target} implements ${it.implements};`; 143 return `${ret}${it.target} includes ${it.includes};`;
|
/third_party/node/test/fixtures/wpt/streams/transferable/ |
H A D | transfer-with-messageport.window.js | 3 function receiveEventOnce(target, name) { 5 target.addEventListener(
|
/third_party/node/src/ |
H A D | js_stream.cc | 196 void JSStream::Initialize(Local<Object> target, in Initialize() argument 214 SetConstructorFunction(context, target, "JSStream", t); in Initialize()
|
H A D | node_dtrace.cc | 300 void InitializeDTrace(Local<Object> target, in InitializeDTrace() argument 305 #define V(name) SetMethod(context, target, #name, name); in InitializeDTrace()
|
/third_party/nghttp2/doc/ |
H A D | make.bat | 18 echo.Please use `make ^<target^>` where ^<target^> is one of
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | attribute.js | 12 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 346 tex_info->target = TGSI_TEXTURE_2D; in llvmpipe_nir_fn_is_linear_compat() 350 tex_info->target = TGSI_TEXTURE_1D; in llvmpipe_nir_fn_is_linear_compat()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_texture.c | 237 switch (pt->target) { in nv30_sampler_view_create() 269 if (pt->target == PIPE_TEXTURE_1D) { in nv30_sampler_view_create()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nfsprep.c | 153 findStringIndex(const char* const *sortedArr, int32_t sortedArrLen, const char* target, int32_t targetLen){ in findStringIndex() argument 162 rc=strncmp(sortedArr[middle],target, targetLen); in findStringIndex()
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_threadsync.c | 178 if (threadsync_node->node.node.oid != threadsync_node->target->node.oid) { in do_sync() 179 LWIP_DEBUGF(SNMP_DEBUG, ("Sync node OID does not match target node OID")); in do_sync() 188 call_data->proxy_instance.node = &threadsync_node->target->node; in do_sync()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/ |
H A D | minimal-http-client.c | 220 int current, int target) in system_notify_cb() 227 if (current != LWS_SYSTATE_OPERATIONAL || target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb() 219 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
H A D | minimal-secure-streams-testsfail.c | 758 int current, int target) in app_system_state_nf() 760 switch (target) { in app_system_state_nf() 757 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.h | 68 struct basic_block *target; member 97 pseudo_t target; member
|
/third_party/node/deps/v8/include/ |
H A D | v8config.h | 168 // Operating system detection (target) 181 // The target OS is provided, just check that at least one known value is set. 188 # error No known target OS defined. 199 # error A target OS is defined but V8_HAVE_TARGET_OS is unset.
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger.h | 137 // Copies |source| to |target| and sets the forwarding pointer in |source|. 138 V8_INLINE bool MigrateObject(Map map, HeapObject source, HeapObject target, 187 void IterateAndScavengePromotedObject(HeapObject target, Map map, int size);
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_checker.cpp | 259 check_phi_src(r->target->phi, r->dep_id); in run_on() 263 assert (r->target->loop_phi); in run_on()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_clear_blit.c | 130 /* XXX could fall back to RS when target area is full screen / resolveable in etna_clear_render_target() 144 /* XXX could fall back to RS when target area is full screen / resolveable in etna_clear_depth_stencil() 159 if (src->target != PIPE_BUFFER && dst->target != PIPE_BUFFER && in etna_resource_copy_region()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_mlaa.c | 243 res.target = PIPE_TEXTURE_2D; in pp_jimenezmlaa_init_run() 251 res.target, 1, 1, res.bind)) in pp_jimenezmlaa_init_run()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_util.c | 416 * Depending on the texture target, (src0.xyzw, src1.x) is interpreted in tgsi_util_get_texture_coord_dim() 463 assert(!"unknown texture target"); in tgsi_util_get_texture_coord_dim() 470 * Given a TGSI_TEXTURE_x target, return register component where the 501 tgsi_is_shadow_target(enum tgsi_texture_type target) in tgsi_is_shadow_target() argument 503 switch (target) { in tgsi_is_shadow_target()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video_bsp.c | 135 struct nouveau_vp3_video_buffer *target, unsigned comm_seq, in nvc0_decoder_bsp_end() 161 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_bsp_end() 134 nvc0_decoder_bsp_end(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) nvc0_decoder_bsp_end() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | internal.h | 311 BOOL uv__get_acceptex_function(SOCKET socket, LPFN_ACCEPTEX* target); 312 BOOL uv__get_connectex_function(SOCKET socket, LPFN_CONNECTEX* target);
|
/third_party/python/Lib/multiprocessing/ |
H A D | process.py | 80 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}, 90 self._target = target 123 # Avoid a refcycle if the target function holds an indirect
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1State.h | 224 void setHint(GLenum target, GLenum mode); 225 GLenum getHint(GLenum target) const;
|
H A D | validationES31.h | 20 TextureType target, 25 TextureType target,
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLDirectCompositionTest.cpp | 112 ComPtr<IDesktopWindowTarget> &target) in CreateDesktopWindowTarget() 120 window, true, reinterpret_cast<abi::IDesktopWindowTarget **>(target.GetAddressOf())))); in CreateDesktopWindowTarget() 110 CreateDesktopWindowTarget(ComPtr<ICompositor> const &compositor, const HWND window, ComPtr<IDesktopWindowTarget> &target) CreateDesktopWindowTarget() argument
|