Home
last modified time | relevance | path

Searched refs:target (Results 2326 - 2350 of 4997) sorted by relevance

1...<<919293949596979899100>>...200

/third_party/mesa3d/src/mesa/main/
H A Dgenmipmap.h33 GLenum target);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.h40 st_generate_mipmap(struct gl_context *ctx, GLenum target,
/third_party/musl/include/info/linux/
H A Dapplication_target_sdk_version.h29 * @brief Get the target sdk version number of the application.
30 * @return The target sdk version number.
35 * @brief Set the target sdk version number of the application.
36 * @param target The target sdk version number.
38 void set_application_target_sdk_version(int target);
/third_party/node/deps/openssl/openssl/Configurations/
H A Dplatform.pm10 my $module = $target{perl_platform} || 'Unix';
/third_party/openssl/Configurations/
H A Dplatform.pm10 my $module = $target{perl_platform} || 'Unix';
/third_party/typescript/tests/baselines/reference/
H A DdecoratorOnEnum.js2 declare function dec<T>(target: T): T;
H A DdecoratorOnEnum2.js2 declare function dec<T>(target: T): T;
H A DdecoratorOnImportEquals1.js2 declare function dec<T>(target: T): T;
/third_party/python/Lib/unittest/test/testmock/
H A Dsupport.py0 target = {'foo': 'FOO'}
1 target = {'foo': 'FOO'} global() variable
/third_party/selinux/libsepol/cil/src/
H A Dcil_find.h37 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self);
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c128 if (pres->target == PIPE_BUFFER) { in zink_resource_destroy()
428 switch (templ->target) { in create_ici()
457 unreachable("Unknown target"); in create_ici()
484 (templ->target == PIPE_TEXTURE_CUBE || in create_ici()
485 templ->target == PIPE_TEXTURE_CUBE_ARRAY || in create_ici()
486 (templ->target == PIPE_TEXTURE_2D_ARRAY && ici->extent.width == ici->extent.height && ici->arrayLayers >= 6)); in create_ici()
488 if (templ->target == PIPE_TEXTURE_CUBE) in create_ici()
615 } else if (templ->target == PIPE_BUFFER) { in resource_object_create()
660 /* We use modifiers as a proxy for "this surface is used as a window system render target". in resource_object_create()
1032 if (templ->target in resource_object_create()
[all...]
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp1301 void onPrepareDraws(GrMeshDrawTarget* target) override {
1303 this->createProgramInfo(target);
1311 VertexWriter vertices{target->makeVertexSpace(fProgramInfo->geomProc().vertexStride(),
1320 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
1425 fMesh = target->allocMesh();
1673 void onPrepareDraws(GrMeshDrawTarget* target) override {
1675 this->createProgramInfo(target);
1683 VertexWriter vertices{target->makeVertexSpace(fProgramInfo->geomProc().vertexStride(),
1692 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
1756 fMesh = target
[all...]
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Djni_help.h24 jobject JNIHelperGetJavaRemoteObject(JNIEnv *env, const sptr<IRemoteObject> &target);
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dsymlink.h26 static int Symlink(const std::string& target, const std::string& srcPath);
/third_party/node/test/parallel/
H A Dtest-vm-proxy-failure-CP.js8 getOwnPropertyDescriptor: (target, prop) => {
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c2455 uint32_t target; in ecma_builtin_array_prototype_object_copy_within() local
2457 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[0], len, &target))) in ecma_builtin_array_prototype_object_copy_within()
2491 if (target >= len || start >= end || end == 0) in ecma_builtin_array_prototype_object_copy_within()
2497 uint32_t count = JERRY_MIN (end - start, len - target); in ecma_builtin_array_prototype_object_copy_within()
2501 if (start < target && target < start + count) in ecma_builtin_array_prototype_object_copy_within()
2504 target = target + count - 1; in ecma_builtin_array_prototype_object_copy_within()
2522 ecma_free_value_if_not_object (buffer_p[target]); in ecma_builtin_array_prototype_object_copy_within()
2524 buffer_p[target] in ecma_builtin_array_prototype_object_copy_within()
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c701 debug_printf(" .target = %s\n", in dump_cs_variant_key()
702 util_str_tex_target(texture->target, TRUE)); in dump_cs_variant_key()
716 debug_printf(" .target = %s\n", in dump_cs_variant_key()
717 util_str_tex_target(image->target, TRUE)); in dump_cs_variant_key()
1009 if (res->target == PIPE_TEXTURE_1D_ARRAY || in lp_csctx_set_sampler_views()
1010 res->target == PIPE_TEXTURE_2D_ARRAY || in lp_csctx_set_sampler_views()
1011 res->target == PIPE_TEXTURE_CUBE || in lp_csctx_set_sampler_views()
1012 res->target == PIPE_TEXTURE_CUBE_ARRAY || in lp_csctx_set_sampler_views()
1013 (res->target == PIPE_TEXTURE_3D && view->target in lp_csctx_set_sampler_views()
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js1520 elements.copyWithin(/*target*/ 0, /*start*/ headIndex);
2074 * * Whose length differs from the target name by more than 0.34 of the length of the name.
3180 case 0 /* TypeMapKind.Simple */: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString());
4072 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id,
5504 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target
8363 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."),
8580 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),
8625 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"),
8626 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specifie
[all...]
H A Dtsserver.js1521 elements.copyWithin(/*target*/ 0, /*start*/ headIndex);
2075 * * Whose length differs from the target name by more than 0.34 of the length of the name.
3181 case 0 /* TypeMapKind.Simple */: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString());
4073 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id,
5505 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target
8364 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."),
8581 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),
8626 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"),
8627 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specifie
[all...]
H A Dtypescript.js1511 elements.copyWithin(/*target*/ 0, /*start*/ headIndex);
2065 * * Whose length differs from the target name by more than 0.34 of the length of the name.
3171 case 0 /* TypeMapKind.Simple */: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString());
4063 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id,
5495 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target
8354 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."),
8571 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),
8616 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"),
8617 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specifie
[all...]
H A DtypescriptServices.js1511 elements.copyWithin(/*target*/ 0, /*start*/ headIndex);
2065 * * Whose length differs from the target name by more than 0.34 of the length of the name.
3171 case 0 /* TypeMapKind.Simple */: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString());
4063 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id,
5495 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target
8354 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."),
8571 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),
8616 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"),
8617 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specifie
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc2834 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2836 bc1nez(target, kDoubleCompareReg); in CallRecordWriteStub()
2838 bc1t(target); in CallRecordWriteStub()
2845 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2847 bc1eqz(target, kDoubleCompareReg); in CallRecordWriteStub()
2849 bc1f(target); in CallRecordWriteStub()
2856 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2858 target->is_bound() ? !is_near(target) : is_trampoline_emitted(); in CallRecordWriteStub()
2862 BranchLong(target, b in CallRecordWriteStub()
4249 Jump(Register target, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4273 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4290 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4329 Call(Register target, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4368 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4436 PatchAndJump(Address target) CallRecordWriteStub() argument
4456 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument
4669 Call(Label* target) CallRecordWriteStub() argument
4671 LoadAddress(Register dst, Label* target) CallRecordWriteStub() argument
6108 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/include/task/
H A Dability_terminate_service_task.h26 AbilityTerminateServiceTask(AbilityMgrContext *context, const AbilityInfo *target);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.h32 char *CallFuncAsString(JSValue target, const char * const funcName) const;
/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/common/
H A Dmorph_target_structs.h25 uvec4 target; // contains 4 targets. member

Completed in 85 milliseconds

1...<<919293949596979899100>>...200