/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapper.java | 55 private static final AttributeKey TRANSFORM_TARGET = keyOf("transform", "target"); 126 String target = getExpectedOptionalAttribute(value, TRANSFORM_TARGET); in processRule() 128 String baseFilename = source + "_" + target; in processRule() 130 writeRootIndexEntry(value, source, target, variant, filename); in processRule() 149 CldrValue value, String source, String target, Optional<String> variant, String filename) { in writeRootIndexEntry() 156 String id = getId(source, target, variant); in writeRootIndexEntry() 164 String id = getId(target, source, variant); in writeRootIndexEntry() 148 writeRootIndexEntry( CldrValue value, String source, String target, Optional<String> variant, String filename) writeRootIndexEntry() argument
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnv.h | 760 * to calculate the size of a target buffer for conversion from Unicode. 1102 * target does not fit in available buffers. 1111 * (1.) the target buffer is full, or (2.) a failing error is returned from the 1125 * Call this function repeatedly, updating the target pointers with 1126 * the next empty chunk of target in case of a 1131 * @param target I/O parameter. Input : Points to the beginning of the buffer to copy 1133 * to <TT>target</TT>. 1134 * @param targetLimit the pointer just after last of the <TT>target</TT> buffer 1138 * of allocated cells as <TT>target</TT>. Will fill in offsets from target t [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/tests/ |
H A D | virgl_staging_mgr_test.cpp | 37 uint32_t target; member 45 enum pipe_texture_target target, in fake_resource_create() 57 hw_res->target = target; in fake_resource_create() 319 enum pipe_texture_target target, in failing_resource_create() 387 EXPECT_EQ(out_resource->target, PIPE_BUFFER); in TEST_F() 44 fake_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) fake_resource_create() argument 318 failing_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) failing_resource_create() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.cpp | 73 if (pipe->target == PIPE_BUFFER) { in clear() 124 if (pipe->target == PIPE_BUFFER) { in create_image_view() 129 if (util_texture_is_array(pipe->target)) in create_image_view() 146 if (pipe->target == PIPE_BUFFER) in bind_surface() 175 info.target = translate_target(obj.type()); in root_resource() 200 if (pipe->target == PIPE_BUFFER) in root_resource()
|
/third_party/node/src/ |
H A D | string_decoder.cc | 290 void InitializeStringDecoder(Local<Object> target, in InitializeStringDecoder() argument 298 target->Set(context, \ in InitializeStringDecoder() 323 target->Set(context, in InitializeStringDecoder() 327 target->Set(context, in InitializeStringDecoder() 331 SetMethod(context, target, "decode", DecodeData); in InitializeStringDecoder() 332 SetMethod(context, target, "flush", FlushData); in InitializeStringDecoder()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv.h | 760 * to calculate the size of a target buffer for conversion from Unicode. 1102 * target does not fit in available buffers. 1111 * (1.) the target buffer is full, or (2.) a failing error is returned from the 1125 * Call this function repeatedly, updating the target pointers with 1126 * the next empty chunk of target in case of a 1131 * @param target I/O parameter. Input : Points to the beginning of the buffer to copy 1133 * to <TT>target</TT>. 1134 * @param targetLimit the pointer just after last of the <TT>target</TT> buffer 1138 * of allocated cells as <TT>target</TT>. Will fill in offsets from target t [all...] |
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_dispatch.c | 123 GL_API void GL_APIENTRY glGetTexParameterxv (GLenum target, GLenum pname, GLfixed *params); 133 GL_API void GL_APIENTRY glMultiTexCoord4x (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); 143 GL_API void GL_APIENTRY glTexEnvx (GLenum target, GLenum pname, GLfixed param); 144 GL_API void GL_APIENTRY glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params); 145 GL_API void GL_APIENTRY glTexParameterx (GLenum target, GLenum pname, GLfixed param); 146 GL_API void GL_APIENTRY glTexParameterxv (GLenum target, GLenum pname, const GLfixed *params);
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | entry-index.js | 70 const target = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) 71 await mkdir(path.dirname(target), { recursive: true }) 73 target, 80 return rm(tmp.target, { recursive: true, force: true }) 85 await writeFile(tmp.target, newIndex, { flag: 'wx' }) 89 await moveFile(tmp.target, bucket)
|
/third_party/libexif/libexif/fuji/ |
H A D | mnote-fuji-entry.c | 31 #define CF(format,target,v,maxlen) \ 33 if (format != target) { \ 38 exif_format_get_name (target)); \ 43 #define CC(number,target,v,maxlen) \ 45 if (number != target) { \ 48 "expected %i)."), (int) number, (int) target); \
|
/third_party/ltp/testcases/network/stress/ipsec/ |
H A D | ipsec_lib.sh | 167 # tst_ipsec target src_addr dst_addr: config ipsec 169 # target: target of the configuration host ( lhost / rhost ) 178 local target=$1 187 if [ $target = lhost ]; then 199 elif [ $target = rhost ]; then 214 # tst_ipsec_vti target src_addr dst_addr vti_name 216 # target: target of the configuration host ( lhost / rhost ) 226 local target [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ssa.c | 80 remove_use(&insn->target); in kill_store() 113 replace_with_pseudo(insn, store->target); in rewrite_local_var() 276 val = def->target; in ssa_rename_insn() 331 pseudo_t val = def ? def->target : undef_pseudo(); in ssa_rename_phi() 333 pseudo_t phi = phisrc->target; in ssa_rename_phi() 347 if (has_users(phi->target)) { in ssa_rename_phis()
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 309 uint8_t *target = outbuffer; in ossl_blake2b_final() local 315 target = md; in ossl_blake2b_final() 324 store64(target + sizeof(c->h[i]) * i, c->h[i]); in ossl_blake2b_final() 326 if (target != md) { in ossl_blake2b_final() 327 memcpy(md, target, c->outlen); in ossl_blake2b_final() 328 OPENSSL_cleanse(target, sizeof(outbuffer)); in ossl_blake2b_final()
|
H A D | blake2s_prov.c | 300 uint8_t *target = outbuffer; in ossl_blake2s_final() local 306 target = md; in ossl_blake2s_final() 315 store32(target + sizeof(c->h[i]) * i, c->h[i]); in ossl_blake2s_final() 317 if (target != md) { in ossl_blake2s_final() 318 memcpy(md, target, c->outlen); in ossl_blake2s_final() 319 OPENSSL_cleanse(target, sizeof(outbuffer)); in ossl_blake2s_final()
|
/third_party/rust/crates/clang-sys/src/ |
H A D | support.rs | 55 /// If target arguments are provided (e.g., `-target` followed by a target 57 /// target-prefixed instance of `clang` (e.g., 67 // Determine the cross-compilation target, if any. in find() 69 let mut target = None; in find() variables 71 if args[i] == "-target" && i + 1 < args.len() { in find() 72 target = Some(&args[i + 1]); in find() 102 // First, look for a target-prefixed `clang` executable. in find() 104 if let Some(target) in find() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferBufferParameters.cpp | 100 * @param target buffer target 106 glw::GLboolean TextureBufferBufferParameters::queryBufferParameteriv(glw::GLenum target, glw::GLenum pname, in queryBufferParameteriv() argument 115 gl.getBufferParameteriv(target, pname, &result); in queryBufferParameteriv() 132 * @param target buffer target 138 glw::GLboolean TextureBufferBufferParameters::queryBufferParameteri64v(glw::GLenum target, glw::GLenum pname, in queryBufferParameteri64v() argument 147 gl.getBufferParameteri64v(target, pname, &result); in queryBufferParameteri64v() 164 * @param target buffer target 170 queryBufferPointerv(glw::GLenum target, glw::GLenum pname, glw::GLvoid* expected_pointer) queryBufferPointerv() argument [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | shader_compiler.cc | 90 return {Result("Unable to parse SPIR-V target environment"), {}}; in Compile() 266 std::string target; in CompileHlsl() local 268 target = "cs_6_2"; in CompileHlsl() 270 target = "ps_6_2"; in CompileHlsl() 272 target = "gs_6_2"; in CompileHlsl() 274 target = "vs_6_2"; in CompileHlsl() 278 return dxchelper::Compile(shader->GetData(), "main", target, spv_env_, in CompileHlsl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | BufferVk.h | 58 gl::BufferBinding target, 63 gl::BufferBinding target, 70 gl::BufferBinding target, 75 gl::BufferBinding target, 142 gl::BufferBinding target, 185 gl::BufferBinding target,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv.h | 749 * to calculate the size of a target buffer for conversion from Unicode. 1091 * target does not fit in available buffers. 1100 * (1.) the target buffer is full, or (2.) a failing error is returned from the 1114 * Call this function repeatedly, updating the target pointers with 1115 * the next empty chunk of target in case of a 1120 * @param target I/O parameter. Input : Points to the beginning of the buffer to copy 1122 * to <TT>target</TT>. 1123 * @param targetLimit the pointer just after last of the <TT>target</TT> buffer 1127 * of allocated cells as <TT>target</TT>. Will fill in offsets from target t [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | field_mask.pb.cc | 188 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize() 200 target = stream->WriteString(1, s, target); in _InternalSerialize() 204 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( in _InternalSerialize() 205 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize() 208 return target; in _InternalSerialize() 187 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
|
H A D | source_context.pb.cc | 189 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize() 200 target = stream->WriteStringMaybeAliased( in _InternalSerialize() 201 1, this->_internal_file_name(), target); in _InternalSerialize() 205 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( in _InternalSerialize() 206 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize() 209 return target; in _InternalSerialize() 188 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
|
H A D | unknown_field_set.cc | 271 uint8* target, io::EpsCopyOutputStream* stream) const { in InternalSerializeLengthDelimitedNoTag() 274 target = io::CodedOutputStream::WriteVarint32ToArray(data.size(), target); in InternalSerializeLengthDelimitedNoTag() 275 target = stream->WriteRaw(data.data(), data.size(), target); in InternalSerializeLengthDelimitedNoTag() 276 return target; in InternalSerializeLengthDelimitedNoTag() 270 InternalSerializeLengthDelimitedNoTag( uint8* target, io::EpsCopyOutputStream* stream) const InternalSerializeLengthDelimitedNoTag() argument
|
/third_party/vk-gl-cts/scripts/ |
H A D | check_build_sanity.py | 68 def makeBuildArgs (target, cc, cpp, cflags): 69 return ["-DDEQP_TARGET=%s" % target, "-DCMAKE_C_COMPILER=%s" % cc, "-DCMAKE_CXX_COMPILER=%s" % cpp] + makeCflagsArgs(cflags) 76 def __init__ (self, target, buildType, cc, cpp, cflags): 77 self.target = target 87 args = makeBuildArgs(self.target, self.cc, self.cpp, self.cflags)
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array-gen.cc | 332 TNode<JSFunction> target = LoadTargetFromFrame(); in TF_BUILTIN() local 333 TailCallBuiltin(Builtin::kArrayPop, context, target, UndefinedConstant(), in TF_BUILTIN() 457 TNode<JSFunction> target = LoadTargetFromFrame(); in TF_BUILTIN() local 458 TailCallBuiltin(Builtin::kArrayPush, context, target, UndefinedConstant(), in TF_BUILTIN() 1397 TNode<Context> context, TNode<JSReceiver> target, in FlattenIntoArray() 1471 // 2. Set targetIndex to ? FlattenIntoArray(target, element, in FlattenIntoArray() 1475 CallBuiltin(Builtin::kFlattenIntoArray, context, target, element, in FlattenIntoArray() 1488 // 2. Set targetIndex to ? FlattenIntoArray(target, element, in FlattenIntoArray() 1492 CallBuiltin(Builtin::kFlattenIntoArray, context, target, element, in FlattenIntoArray() 1504 // 2. Perform ? CreateDataPropertyOrThrow(target, in FlattenIntoArray() 1396 FlattenIntoArray( TNode<Context> context, TNode<JSReceiver> target, TNode<JSReceiver> source, TNode<Number> source_length, TNode<Number> start, TNode<Number> depth, base::Optional<TNode<HeapObject>> mapper_function = base::nullopt, base::Optional<TNode<Object>> this_arg = base::nullopt) FlattenIntoArray() argument 1534 auto target = Parameter<JSReceiver>(Descriptor::kTarget); TF_BUILTIN() local 1551 auto target = Parameter<JSReceiver>(Descriptor::kTarget); TF_BUILTIN() local 1664 TailCallArrayConstructorStub( const Callable& callable, TNode<Context> context, TNode<JSFunction> target, TNode<HeapObject> allocation_site_or_undefined, TNode<Int32T> argc) TailCallArrayConstructorStub() argument 1687 CreateArrayDispatchNoArgument( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) CreateArrayDispatchNoArgument() argument 1725 CreateArrayDispatchSingleArgument( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) CreateArrayDispatchSingleArgument() argument 1795 GenerateDispatchToArrayStub( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) GenerateDispatchToArrayStub() argument 1815 auto target = Parameter<JSFunction>(Descriptor::kTarget); TF_BUILTIN() local 1944 GenerateArrayNArgumentsConstructor( TNode<Context> context, TNode<JSFunction> target, TNode<Object> new_target, TNode<Int32T> argc, TNode<HeapObject> maybe_allocation_site) GenerateArrayNArgumentsConstructor() argument 1963 auto target = Parameter<JSFunction>(Descriptor::kFunction); TF_BUILTIN() local [all...] |
/third_party/gn/src/gn/ |
H A D | filesystem_utils.h | 15 #include "gn/target.h" 119 // Given two absolute paths |base| and |target|, returns a relative path to 120 // |target| as if the current directory was |base|. The relative path returned 123 // from C:\foo to D:\bar, so the absolute path |target| is returned instead for 127 const base::FilePath& target); 217 // Asking for this for a target or source dir makes no sense. 228 // This is done to avoid duplicate target names between real files and phony 243 // Extracts toolchain information associated with the given target. 244 explicit BuildDirContext(const Target* target); 289 // target [all...] |
/third_party/ffmpeg/tests/ |
H A D | fate.sh | 59 ${target_os:+--target-os="$target_os"} \ 61 ${target_exec:+--target-exec="$target_exec"} \ 62 ${target_path:+--target-path="$target_path"} \ 63 ${target_samples:+--target-samples="$target_samples"} \
|