Home
last modified time | relevance | path

Searched refs:target (Results 2676 - 2700 of 4105) sorted by relevance

1...<<101102103104105106107108109110>>...165

/third_party/nghttp2/doc/
H A Dmake.bat18 echo.Please use `make ^<target^>` where ^<target^> is one of
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js12 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 Dlp_state_fs_analysis.c346 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 Dnv30_texture.c237 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 Dnfsprep.c153 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 Dsnmp_threadsync.c178 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 Dminimal-http-client.c220 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 Dminimal-secure-streams-testsfail.c758 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 Dlinearize.h68 struct basic_block *target; member
97 pseudo_t target; member
/third_party/node/deps/v8/include/
H A Dv8config.h168 // 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 Dscavenger.h137 // 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 Dsb_ra_checker.cpp259 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 Detnaviv_clear_blit.c130 /* 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 Dpp_mlaa.c243 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 Dtgsi_util.c416 * 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 Dnvc0_video_bsp.c135 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 Dinternal.h311 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 Dprocess.py80 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 DGLES1State.h224 void setHint(GLenum target, GLenum mode);
225 GLenum getHint(GLenum target) const;
H A DvalidationES31.h20 TextureType target,
25 TextureType target,
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDirectCompositionTest.cpp112 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
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_stubs_autogen.h54 EGLNativePixmapType target);
63 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
H A Dperf_test.cc197 void PrintSystemCommitCharge(FILE *target, in PrintSystemCommitCharge() argument
202 fprintf(target, "%s", SystemCommitChargeToString(test_name, charge, important).c_str()); in PrintSystemCommitCharge()
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp191 GrDeferredUploadTarget* target,
195 return this->getAtlas(format)->addToAtlas(resourceProvider, target, width, height, image,
190 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, GrMaskFormat format, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* atlasLocator) global() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h117 void endRenderPass(GrRenderTarget* target, GrSurfaceOrigin origin,
211 void onResolveRenderTarget(GrRenderTarget* target, const SkIRect&) override;

Completed in 16 milliseconds

1...<<101102103104105106107108109110>>...165