Home
last modified time | relevance | path

Searched refs:target (Results 3801 - 3825 of 4218) sorted by relevance

1...<<151152153154155156157158159160>>...169

/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc649 // Check if target map is incompatible. in FindTargetMap()
689 // Directly change the map if the target map is more general. in FindTargetMap()
734 // Find the last compatible target map in the transition tree. in FindTargetMap()
745 // Check that target map is compatible. in FindTargetMap()
978 // Invalidate a transition target at |key|. in ConstructNewMap()
1140 Map target = transitions.GetTarget(i); in UpdateFieldType() local
1141 backlog.push(target); in UpdateFieldType()
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc824 // Internal reference target is encoded as an offset from code entry. in VisitInternalReference()
832 Address target = host.entry() + target_offset; in VisitInternalReference() local
834 rinfo->pc(), target, rinfo->rmode()); in VisitInternalReference()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c506 struct pipe_stream_output_target *target) in dd_context_stream_output_target_destroy()
510 pipe->stream_output_target_destroy(pipe, target); in dd_context_stream_output_target_destroy()
505 dd_context_stream_output_target_destroy(struct pipe_context *_pipe, struct pipe_stream_output_target *target) dd_context_stream_output_target_destroy() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c538 if (has_layer_coord(bld->static_texture_state->target)) { in lp_build_sample_image_nearest()
866 if (has_layer_coord(bld->static_texture_state->target)) { in lp_build_sample_image_linear()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c225 .base.target = PIPE_TEXTURE_1D, /* anything !PIPE_BUFFER */ in emit_textures()
232 if (rsc && rsc->b.b.target == PIPE_BUFFER) { in emit_textures()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c894 if (tex->b.target == PIPE_TEXTURE_1D) { in r300_merge_textures_and_samplers()
901 if (tex->b.target != PIPE_TEXTURE_3D) { in r300_merge_textures_and_samplers()
/third_party/rust/crates/libc/src/
H A Dwasi.rs639 target: *const ::c_char, in symlinkat()
753 target: *const c_char, in __wasilibc_nocwd_symlinkat()
/third_party/python/Lib/
H A Dshutil.py1229 open(targetpath, 'wb') as target:
1230 copyfileobj(source, target)
1282 `extract_dir` is the name of the target directory, where the archive
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h471 gl::TextureTarget target,
484 gl::TextureTarget target,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp982 void ContextGL::invalidateTexture(gl::TextureType target) in invalidateTexture() argument
984 mRenderer->getStateManager()->invalidateTexture(target); in invalidateTexture()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp51 void bindRange(glw::GLenum target, glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size);
55 void update(glw::GLenum target, glw::GLsizeiptr size, glw::GLvoid* data, glw::GLenum usage);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp528 for (const GLuint target : targets) in TEST_P()
530 glTexImage2D(target, 0, type.format, 1, 1, 0, type.format, type.type, nullptr); in TEST_P()
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp40 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { in hittest() argument
42 return SkPoint::Distance(target, SkPoint::Make(x, y)) <= TOL; in hittest()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.cpp486 void TypeManager::CreateDecoration(uint32_t target, in CreateDecoration() argument
490 ops.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in CreateDecoration()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp486 void TypeManager::CreateDecoration(uint32_t target, in CreateDecoration() argument
490 ops.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in CreateDecoration()
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py359 def find_spec(self, fullname, path, target=None):
409 def find_spec(self, fullname, target=None):
H A Dtest_util.py407 def find_spec(name, path=None, target=None): return name, path, target
/third_party/python/Lib/xml/dom/
H A Dexpatbuilder.py268 def pi_handler(self, target, data):
269 node = self.document.createProcessingInstruction(target, data)
/third_party/python/Lib/test/
H A Dtest_imaplib.py235 target=self.server.serve_forever, variable in NewIMAPTestsMixin._setup.TestTCPServer
612 target=server.serve_forever, variable in ThreadedNetworkedTests.make_server.MyServer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp157 targets: [ armv7-ios, x86_64-maccatalyst ] # The list of applicable tapi supported target triples
158 uuids: # Optional: List of target and UUID pairs.
159 - target: armv7-ios
161 - target: x86_64-maccatalyst
181 - targets: [ arm64-macos ] # The list of target triples associated with symbols
194 - targets: [ arm64-macos ] # The list of target triples associated with symbols
230 // Sections for direct target mapping in TBDv4
252 // UUID's for TBDv4 are mapped to target not arch
345 IO.mapRequired("target", UUID.TargetID); in mapping()
922 for (const auto &target in denormalize()
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs1400 target: &CStr,
1409 target,
/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp501 void TypeManager::CreateDecoration(uint32_t target, in CreateDecoration() argument
505 ops.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in CreateDecoration()
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp1172 const AppExecFwk::ExtensionAbilityInfo &extension, ImeTargetString target, int32_t userId) in GetTargetString()
1174 if (target == ImeTargetString::LABEL) { in GetTargetString()
1182 if (target == ImeTargetString::DESCRIPTION) { in GetTargetString()
1190 IMSA_HILOGD("No match target string"); in GetTargetString()
1171 GetTargetString( const AppExecFwk::ExtensionAbilityInfo &extension, ImeTargetString target, int32_t userId) GetTargetString() argument
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c168 int target; in select_blocksize() local
173 target = (samplerate * block_time_ms) / 1000; in select_blocksize()
175 if (target >= ff_flac_blocksize_table[i] && in select_blocksize()
/third_party/gn/src/base/
H A Dvalues.cc1060 DictionaryValue::Iterator::Iterator(const DictionaryValue& target)
1061 : target_(target), it_(target.dict_.begin()) {}

Completed in 46 milliseconds

1...<<151152153154155156157158159160>>...169