| /third_party/python/Modules/_sqlite/clinic/ |
| H A D | connection.c.h | 798 "backup($self, /, target, *, pages=-1, progress=None, name=\'main\',\n" 809 pysqlite_Connection *target, int pages, 817 static const char * const _keywords[] = {"target", "pages", "progress", "name", "sleep", NULL}; in pysqlite_connection_backup() 821 pysqlite_Connection *target; in pysqlite_connection_backup() local 832 _PyArg_BadArgument("backup", "argument 'target'", (clinic_state()->ConnectionType)->tp_name, args[0]); in pysqlite_connection_backup() 835 target = (pysqlite_Connection *)args[0]; in pysqlite_connection_backup() 883 return_value = pysqlite_connection_backup_impl(self, target, pages, progress, name, sleep); in pysqlite_connection_backup() 1013 "target database, and then reopen it as an in-memory database based on the given\n"
|
| /third_party/python/Lib/ |
| H A D | pstats.py | 571 def add_func_stats(target, source): 574 t_cc, t_nc, t_tt, t_ct, t_callers = target 578 def add_callers(target, source): 581 for func, caller in target.items():
|
| H A D | threading.py | 849 def __init__(self, group=None, target=None, name=None, 856 *target* is the callable object to be invoked by the run() 862 *args* is a list or tuple of arguments for the target invocation. Defaults to (). 864 *kwargs* is a dictionary of keyword arguments for the target 879 if target is not None: 881 target_name = target.__name__ 886 self._target = target 969 target argument, if any, with sequential and keyword arguments taken
|
| /third_party/python/Lib/test/ |
| H A D | test_getpath.py | 900 def add_known_link(self, path, target): 901 self._links[path.casefold()] = target 1077 def add_known_link(self, path, target): 1078 self._links[path] = target
|
| /third_party/selinux/checkpolicy/ |
| H A D | checkpolicy.c | 175 * ordered by source type, then target type, then in insert_type_rule() 176 * target class. in insert_type_rule() 210 * the source type and the target type. in create_type_rules() 398 int ret, ch, fd, target = SEPOL_TARGET_SELINUX; in main() local 412 {"target", required_argument, NULL, 't'}, in main() 434 target = SEPOL_TARGET_XEN; in main() 436 target = SEPOL_TARGET_SELINUX; in main() 438 fprintf(stderr, "%s: Unknown target platform:" in main() 608 policydb_set_target_platform(&parse_policy, target); in main() 758 printf("target si in main() [all...] |
| /third_party/spirv-tools/test/opt/ |
| H A D | local_ssa_elim_test.cpp | 1683 ; wrongfully considered an SSA target. in TEST_F() 4291 float4 target; in TEST_F() member 4392 // Direction vector from source to target in TEST_F() 4393 float3 dir = normalize(ubo.lights[i].position.xyz - ubo.lights[i].target.xyz); in TEST_F() 4468 %252 = OpString "target" in TEST_F() 4513 OpMemberName %Light 1 "target" in TEST_F()
|
| /third_party/spirv-tools/tools/fuzz/ |
| H A D | fuzz.cpp | 140 --fuzzing-target= in PrintUsage() 143 to the semantics of some fuzzing target. Available targets: in PrintUsage() 271 } else if (0 == strncmp(cur_arg, "--fuzzing-target=", in ParseFlags() 272 sizeof("--fuzzing-target=") - 1)) { in ParseFlags() 273 std::string target = spvtools::utils::SplitFlagArgs(cur_arg).second; in ParseFlags() local 274 if (target == "spir-v") { in ParseFlags() 276 } else if (target == "wgsl") { in ParseFlags() 280 ss << "Unknown fuzzing target '" << target << "'" << std::endl; in ParseFlags()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 1061 * position of the current sample in the render target. in translate_opcode() 5051 /* render target array index */ in emit_fs_input_declarations() 5930 if (emit->key.tex[i].target == PIPE_BUFFER) { in emit_constant_declaration() 6038 pipe_texture_to_resource_dimension(enum tgsi_texture_type target, in pipe_texture_to_resource_dimension() argument 6043 switch (target) { in pipe_texture_to_resource_dimension() 6082 tgsi_texture_to_resource_dimension(enum tgsi_texture_type target, in tgsi_texture_to_resource_dimension() argument 6087 if (target == TGSI_TEXTURE_2D_MSAA && num_samples < 2) { in tgsi_texture_to_resource_dimension() 6088 target = TGSI_TEXTURE_2D; in tgsi_texture_to_resource_dimension() 6090 else if (target == TGSI_TEXTURE_2D_ARRAY_MSAA && num_samples < 2) { in tgsi_texture_to_resource_dimension() 6091 target in tgsi_texture_to_resource_dimension() 8362 emit_tex_compare_refcoord(struct svga_shader_emitter_v10 *emit, enum tgsi_texture_type target, const struct tgsi_full_src_register *coord) emit_tex_compare_refcoord() argument 8610 const enum tgsi_texture_type target = inst->Texture.Texture; is_valid_tex_instruction() local 8642 const enum tgsi_texture_type target = inst->Texture.Texture; emit_tex() local 8704 unsigned target = inst->Texture.Texture; emit_tg4() local 8867 unsigned target = inst->Texture.Texture; emit_tex2() local 8920 const enum tgsi_texture_type target = inst->Texture.Texture; emit_txp() local 8986 const enum tgsi_texture_type target = inst->Texture.Texture; emit_txd() local 9079 const enum tgsi_texture_type target = inst->Texture.Texture; emit_txl_txb() local 9137 unsigned target = inst->Texture.Texture; emit_txl2() local [all...] |
| /base/global/resource_management/interfaces/js/innerkits/core/src/ |
| H A D | resource_manager_addon.cpp | 212 napi_value target = nullptr; in New() local 213 napi_get_new_target(env, info, &target); in New() 214 if (target != nullptr) { in New()
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| H A D | js_command.cpp | 50 inline void TrySaveTargetAndIdNode(const std::string& id, const std::string& target, in TrySaveTargetAndIdNode() argument 56 if (!target.empty()) { in TrySaveTargetAndIdNode() 57 domDocument->AddNodeWithTarget(target, node); in TrySaveTargetAndIdNode()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| H A D | jsi_matrix4_module.cpp | 238 Point target = matrix * point; in TransformPoint() local 240 result->SetProperty(runtime, runtime->NewInt32(0), runtime->NewNumber(target.GetX())); in TransformPoint() 241 result->SetProperty(runtime, runtime->NewInt32(1), runtime->NewNumber(target.GetY())); in TransformPoint()
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | asset_loader.cpp | 363 const auto targetParam = params.find("target"); in LoadJsonEntityCollection() 393 patchedDepUri.append("?target=").append(entityTarget); in LoadJsonEntityCollection() 531 if (track->target) { in UpdateTrackTargets() 533 to_hex(static_cast<const Entity&>(track->target).id).data()); in UpdateTrackTargets() 535 track->target = entityManager.GetReferenceCounted(*targetIt); in UpdateTrackTargets() 559 const auto targetParam = params.find("target"); in GltfImportFinished()
|
| /foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/ |
| H A D | io_util.cpp | 115 // Verify that the target path exists. (and create missing ones) in CreateDirectories() 484 void ReplaceInString(BASE_NS::string& string, const BASE_NS::string& target, const BASE_NS::string& replacement) in ReplaceInString() argument 486 auto pos = string.find(target, 0UL); in ReplaceInString() 489 pos = string.find(target, pos); in ReplaceInString()
|
| /foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
| H A D | client_bus_center.c | 349 int32_t JoinLNN(const char *pkgName, ConnectionAddr *target, OnJoinLNNResult cb) in JoinLNN() argument 351 if (pkgName == NULL || target == NULL || cb == NULL) { in JoinLNN() 361 ret = JoinLNNInner(pkgName, target, cb); in JoinLNN()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
| H A D | package_file.cpp | 58 static void Clear(ofstream &target, const string &targetFile) in Clear() argument 60 if (target.is_open()) { in Clear() 61 target.close(); in Clear()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | xan.c | 476 unsigned lo, hi = 0xff40, target; in gamma_corr() local 484 lo = target = in << 8; in gamma_corr() 488 if (pow > target) hi = mid; in gamma_corr()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | UnicodeMapTest.java | 416 Map<Character, UnicodeSet> target = new HashMap<Character, UnicodeSet>(); in TestAUnicodeMapInverse() 417 foo1.addInverseTo(target); in TestAUnicodeMapInverse() 418 UnicodeMap<Character> reverse = new UnicodeMap().putAllInverse(target); in TestAUnicodeMapInverse()
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | UnicodeMapTest.java | 413 Map<Character, UnicodeSet> target = new HashMap<Character, UnicodeSet>(); in TestAUnicodeMapInverse() 414 foo1.addInverseTo(target); in TestAUnicodeMapInverse() 415 UnicodeMap<Character> reverse = new UnicodeMap().putAllInverse(target); in TestAUnicodeMapInverse()
|
| /third_party/json/include/nlohmann/detail/conversions/ |
| H A D | to_chars.hpp | 52 Target target; in reinterpret_bits() local 53 std::memcpy(&target, &source, sizeof(Source)); in reinterpret_bits() 54 return target; in reinterpret_bits()
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | volume9.c | 88 This->info.target = PIPE_TEXTURE_3D; in NineVolume9_ctor() 101 This->info.target, in NineVolume9_ctor() 117 This->info.target, in NineVolume9_ctor()
|
| /third_party/node/src/ |
| H A D | node_serdes.cc | 453 void Initialize(Local<Object> target, in Initialize() argument 486 SetConstructorFunction(context, target, "Serializer", ser); in Initialize() 513 SetConstructorFunction(context, target, "Deserializer", des); in Initialize()
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node-properties.cc | 333 ObjectRef target = mtarget.Ref(broker); in GetJSCreateMap() local 338 if (initial_map.GetConstructor().equals(target)) { in GetJSCreateMap() 339 DCHECK(target.AsJSFunction().map().is_constructor()); in GetJSCreateMap()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 50 struct fd_stream_output_target *target = in draw_emit_xfb() local 52 struct fd_resource *offset = fd_resource(target->offset_buf); in draw_emit_xfb() 68 OUT_RING(ring, target->stride); in draw_emit_xfb()
|
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_texture.c | 284 uint32_t target, in rbug_send_texture_info_reply() 309 LEN(4); /* target */ in rbug_send_texture_info_reply() 336 WRITE(4, uint32_t, target); /* target */ in rbug_send_texture_info_reply() 587 READ(4, uint32_t, target); /* target */ in rbug_demarshal_texture_info_reply() 282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_video_proc.cpp | 34 struct pipe_video_buffer *target, in d3d12_video_processor_begin_frame() 42 // Setup process frame arguments for output/target texture. in d3d12_video_processor_begin_frame() 43 struct d3d12_video_buffer *pOutputVideoBuffer = (struct d3d12_video_buffer *) target; in d3d12_video_processor_begin_frame() 69 struct pipe_video_buffer *target, in d3d12_video_processor_end_frame() 165 debug_printf("d3d12_video_processor_process_frame: Adding Input ID3D12Resource: %p to scene (Output target %p)\n", pSrcD3D12Res, pD3D12Proc->m_OutputArguments.OutputStream[0].pTexture2D); in d3d12_video_processor_process_frame() 33 d3d12_video_processor_begin_frame(struct pipe_video_codec * codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) d3d12_video_processor_begin_frame() argument 68 d3d12_video_processor_end_frame(struct pipe_video_codec * codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) d3d12_video_processor_end_frame() argument
|