Home
last modified time | relevance | path

Searched refs:target (Results 4751 - 4775 of 4890) sorted by relevance

1...<<191192193194195196

/third_party/skia/third_party/externals/icu/source/
H A Dconfigure1151 -target | --target | --targe | --targ | --tar | --ta | --t)
1153 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1228 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276 target=$target_alias
7751 # Enable/disable fuzzer target tests.
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7134 // Compute the target address based on the effective address (after applying in Disassembler()
7143 const void *target = in Disassembler() local
7148 AppendCodeRelativeAddressToOutput(instr, target); in Disassembler()
7271 unsigned target = instr->GetPrefetchTarget() + 1; in Disassembler() local
7274 if ((hint >= hints.size()) || (target > 3)) { in Disassembler()
7287 target, in Disassembler()
H A Dsimulator-aarch64.h324 // Check for interceptions to the target address, if one is found, call it. in FindBranchInterception()
2495 void PrintTakenBranch(const Instruction* target);
2499 void LogTakenBranch(const Instruction* target) {
2500 if (ShouldTraceBranches()) PrintTakenBranch(target);
5143 // Branch type register, used for branch target identification.
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp210 std::vector<std::unique_ptr<RSTransactionData>>& target) in InsertToEnd()
212 target.insert(target.end(), std::make_move_iterator(source.begin()), std::make_move_iterator(source.end())); in InsertToEnd()
209 InsertToEnd(std::vector<std::unique_ptr<RSTransactionData>>& source, std::vector<std::unique_ptr<RSTransactionData>>& target) InsertToEnd() argument
/third_party/ninja/src/
H A Dbuild_test.cc517 /// Rebuild target in the 'working tree' (fs_).
520 void RebuildTarget(const string& target, const char* manifest,
540 void BuildTest::RebuildTarget(const string& target, const char* manifest, in RebuildTarget() argument
567 EXPECT_TRUE(builder.AddTarget(target, &err)); in RebuildTarget()
773 // Given a dirty target with one ready input, in TEST_F()
774 // we should rebuild the target. in TEST_F()
787 // Given a target with one dirty input, in TEST_F()
788 // we should rebuild the target. in TEST_F()
933 EXPECT_EQ("unknown target: 'meow'", err); in TEST_F()
1853 // Now remove a file, referenced from depfile, so that target become in TEST_F()
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4137 pub fn umount(target: *const ::c_char) -> ::c_int; in umount()
4164 target: *const ::c_char, in mount()
4221 pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; in umount2()
/third_party/mesa3d/include/CL/
H A Dcl.hpp4060 cl_GLenum target, in Image2DGL()
4069 target, in Image2DGL()
4372 cl_GLenum target, in Image3DGL()
4381 target, in Image3DGL()
4456 cl_GLenum target, in ImageGL()
4465 target, in ImageGL()
4057 Image2DGL( const Context& context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int * err = NULL) Image2DGL() argument
4369 Image3DGL( const Context& context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int * err = NULL) Image3DGL() argument
4453 ImageGL( const Context& context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int * err = NULL) ImageGL() argument
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc213 Node** inputs, Node* target,
4813 Node* target_map = __ HeapConstant(transition.target()); in LowerTransitionElementsKind()
5085 Node* target, const CFunctionInfo* c_signature, int c_arg_count, in WrapFastCall()
5092 target_address, 0, target); in WrapFastCall()
5129 // Reset the CPU profiler target address. in WrapFastCall()
5272 // The first input node represents the target address for the fast call. in LowerFastApiCall()
5293 // Replace the target address node with a Phi node that represents the in LowerFastApiCall()
5294 // choice between the target addreseses of overloaded functions. in LowerFastApiCall()
5693 Handle<Map> target(to == HOLEY_ELEMENTS ? FastMapParameterOf(node->op()) in TransitionElementsTo()
5695 Node* target_map = __ HeapConstant(target); in TransitionElementsTo()
5083 WrapFastCall( const CallDescriptor* call_descriptor, int inputs_size, Node** inputs, Node* target, const CFunctionInfo* c_signature, int c_arg_count, Node* stack_slot) WrapFastCall() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dconfigure1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1284 target=$target_alias
2862 # We need awk for the "check" target (and possibly the TAP driver). The
3821 @echo this is the am__doit target >confinc.out
3838 '0:this is the am__doit target') :
7769 # if running on 10.5 or later, the deployment target default
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure1222 -target | --target | --targe | --targ | --tar | --ta | --t)
1224 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1299 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1347 target=$target_alias
3017 # We need awk for the "check" target. The system "awk" is bad on
3281 @echo this is the am__doit target
3294 *the\ am__doit\ target*)
3304 *the\ am__doit\ target*)
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1419 size_t target = static_cast<size_t>(lackItemCount) + items_.size() + startIndex_; in LayoutOrRecycleCurrentItemsForLaneList() local
1420 for (size_t newIndex = startIndex_ + items_.size(); newIndex < target; newIndex++) { in LayoutOrRecycleCurrentItemsForLaneList()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1034 // if not target stage, use root stage in PushPage()
1078 // if not target stage, use root stage in PostponePageTransition()
1090 // if not target stage, use root stage in LaunchPageTransition()
3193 void PipelineContext::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) in NavigatePage() argument
3200 frontend->NavigatePage(type, target, params); in NavigatePage()
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1932 /* calculate target register demand */
1956 /* the spiller has to target the following register demand */
1957 const RegisterDemand target(vgpr_limit - extra_vgprs, sgpr_limit - extra_sgprs);
1960 spill_ctx ctx(target, program, live_vars.register_demand);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc491 // The function in the target instance was imported. Use its imports in UpdateDispatchTables()
494 // For wasm functions, just pass the target instance. in UpdateDispatchTables()
1082 // The function in the target instance was imported. Use its imports table, in FunctionTargetAndRef()
1086 call_target_ = entry.target(); in FunctionTargetAndRef()
1088 // The function in the target instance was not imported. in FunctionTargetAndRef()
1098 ", target=%p}\n", in SetWasmToJs()
1113 ", target=0x%" PRIxPTR "}\n", in SetWasmToWasm()
1135 Address ImportedFunctionEntry::target() { in target() function in v8::internal::ImportedFunctionEntry
1456 // Compile a wrapper for the target callable. in ImportWasmJSFunctionIntoTable()
1469 callable = resolved.callable; // Update to ultimate target in ImportWasmJSFunctionIntoTable()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1944 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder()
1945 __ Branch(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder()
1943 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc2558 // Clear the new.target register if not given. in CallRecordWriteStub()
3136 void TurboAssembler::CallForDeoptimization(Builtin target, int, Label* exit, in CallRecordWriteStub() argument
3143 call(EntryFromBuiltinAsOperand(target)); in CallRecordWriteStub()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp100 * @param target Target that will be used by this buffer
102 void Utils::buffer::generate(glw::GLenum target) in generate() argument
106 m_target = target; in generate()
1334 * * GetIntegeri_v generates INVALID_VALUE when <target> is SCISSOR_BOX and in iterate()
1348 * * GetFloati_v generates INVALID_VALUE when <target> is VIEWPORT and <index> in iterate()
1362 * * GetDoublei_v generates INVALID_VALUE when <target> is DEPTH_RANGE and in iterate()
/third_party/skia/tests/
H A DImageFilterTest.cpp456 // 2 ) location and target at same value in DEF_TEST()
457 SkPoint3 target = SkPoint3::Make(location.fX, location.fY, location.fZ); in DEF_TEST() local
464 location, target, specularExponent, 180, in DEF_TEST()
1124 // Check that a filter with borders outside the target bounds in DEF_TEST()
2020 // Default target rect. in DEF_TEST()
2041 // Specified target rect. in DEF_TEST()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp170 // The on-screen canvas is FBO 0. Wrap it in a Skia render target so Skia can render to it. in MakeOnScreenGLSurface()
182 GrBackendRenderTarget target(width, height, sampleCnt, stencil, info); in MakeOnScreenGLSurface()
183 sk_sp<SkSurface> surface(SkSurface::MakeFromBackendRenderTarget(dContext.get(), target, in MakeOnScreenGLSurface()
749 // The format and target should match how we make the texture on the JS side in onGenerateTexture()
/third_party/selinux/libsepol/src/
H A Dexpand.c1593 /* loop on target type */ in expand_range_trans()
1595 /* loop on target class */ in expand_range_trans()
2276 static int ocontext_copy(expand_state_t *state, uint32_t target) in ocontext_copy() argument
2279 switch (target) { in ocontext_copy()
2287 ERR(state->handle, "Unknown target"); in ocontext_copy()
2388 * this should not be called until after all the blocks have been processed and the attributes in target policy
3002 /* Copy target from base to out */ in expand_module()
3305 /* Source is an individual type, target is an attribute. */ in expand_avtab_node()
3328 /* Both source and target type are attributes. */ in expand_avtab_node()
3427 /* Source is an individual type, target i in expand_cond_av_node()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_decoration_test.cpp198 OpDecorate %target LinkageAttributes "link_ptr" Import in TEST_F()
202 %target = OpVariable %_ptr_float Uniform %zero in TEST_F()
215 OpDecorate %target LinkageAttributes "link_ptr" Export in TEST_F()
219 %target = OpVariable %_ptr_float Uniform %zero in TEST_F()
639 HasSubstr("Location decoration on target <id> '3[%v4float]' must " in TEST_F()
669 HasSubstr("Location decoration on target <id> '3[%_struct_3]' " in TEST_F()
5226 HasSubstr("OpGroupDecorate may not target OpDecorationGroup <id> " in TEST_F()
5243 HasSubstr("OpGroupDecorate may not target OpDecorationGroup <id> " in TEST_F()
6556 std::string ShaderWithNonWritableTarget(const std::string& target, in ShaderWithNonWritableTarget() argument
6560 target in ShaderWithNonWritableTarget()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp356 gl::TextureTarget target = (texture.getType() == gl::TextureType::CubeMap)
359 GLenum sizedFormat = texture.getFormat(target, baseLevel).info->sizedInternalFormat;
1547 // The D3D11 blend state is heavily dependent on the current render target.
1897 // Unbind render target SRVs from the shader here to prevent D3D11 warnings.
1986 // Applies the render target surface, depth stencil surface, viewport rectangle and
2058 // Apply the render target and depth stencil
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc7646 // Jumping to a "BTI c" target must fail.
7669 // Calling a "BTI j" target must fail.
7693 Label target, target_j, target_c, target_jc;
7695 __ Bind(&target, EmitBTI);
9556 Label target;
9560 __ Adr(lr, &target);
9566 __ Bind(&target);
13161 Label target;
13167 __ B(&target);
13168 __ B(eq, &target);
[all...]
/third_party/eudev/
H A Dltmain.sh3335 target )
3347 arg_mode=target
3408 target)
3409 func_fatal_error "you must specify a target with '-o'"
3801 -weak LIBNAME declare that the target provides the LIBNAME interface
5292 # The HP-UX ksh and POSIX shell print the target directory to stdout
5375 # Core function for launching the target application
5406 # A function to encapsulate launching the target application
5408 # launches target application with the remaining arguments.
5871 /* target_name transforms -- use actual target progra
[all...]
/third_party/curl/
H A Dltmain.sh170 # Make sure CDPATH doesn't cause `cd` commands to output the target dir.
3533 target )
3545 arg_mode=target
3606 target)
3607 func_fatal_error "you must specify a target with '-o'"
4000 -weak LIBNAME declare that the target provides the LIBNAME interface
5493 # The HP-UX ksh and POSIX shell print the target directory to stdout
5576 # Core function for launching the target application
5607 # A function to encapsulate launching the target application
5609 # launches target applicatio
[all...]

Completed in 160 milliseconds

1...<<191192193194195196