Home
last modified time | relevance | path

Searched refs:target (Results 4026 - 4050 of 4175) sorted by relevance

1...<<161162163164165166167

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_32.c253 sljit_unaligned_store_sw(code_ptr, (sljit_sw)(jump->u.target - (jump->addr + 4) - (sljit_uw)executable_offset)); in generate_far_jump_code()
/third_party/python/Lib/asyncio/
H A Dunix_events.py1391 thread = threading.Thread(target=self._do_waitpid,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp1256 ; CHECK-NEXT: OpBranch [[target:%\w+]]
1257 ; CHECK-NEXT: [[target]] = OpLabel
1331 ; CHECK-NEXT: OpBranch [[target:%\w+]]
1332 ; CHECK-NEXT: [[target]] = OpLabel
1410 ; CHECK-NEXT: OpBranch [[target:%\w+]]
1411 ; CHECK-NEXT: [[target]] = OpLabel
2232 ; CHECK-NEXT: OpBranch [[target:%\w+]]
2233 ; CHECK-NEXT: [[target]] = OpLabel
4682 // The decoration group should be eliminated because the target of group
4710 // The decoration group should be eliminated because the target o
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.h354 ANGLE_INLINE void invalidateTexture(gl::TextureType target) override {}
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp1256 ; CHECK-NEXT: OpBranch [[target:%\w+]]
1257 ; CHECK-NEXT: [[target]] = OpLabel
1331 ; CHECK-NEXT: OpBranch [[target:%\w+]]
1332 ; CHECK-NEXT: [[target]] = OpLabel
1410 ; CHECK-NEXT: OpBranch [[target:%\w+]]
1411 ; CHECK-NEXT: [[target]] = OpLabel
2232 ; CHECK-NEXT: OpBranch [[target:%\w+]]
2233 ; CHECK-NEXT: [[target]] = OpLabel
4682 // The decoration group should be eliminated because the target of group
4710 // The decoration group should be eliminated because the target o
[all...]
/third_party/python/Lib/test/
H A Dtest_gc.py485 t = threading.Thread(target=run_thread)
H A Dtest_hashlib.py943 thread = threading.Thread(target=hash_in_chunks,
H A Dtest_signal.py1059 killer = threading.Thread(target=kill_later)
1357 t = threading.Thread(target=set_interrupts)
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py1308 t[i] = Thread(target=tfunc)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp541 KEYWORD(target); in LexIdentifier()
/third_party/ffmpeg/libavformat/
H A Dmov.c4550 /* find a next level down to target */
4559 /* compose filename if next level down to target was found */
8935 static int mov_switch_root(AVFormatContext *s, int64_t target, int index)
8941 target = mov->frag_index.item[index].moof_offset;
8942 if (avio_seek(s->pb, target, SEEK_SET) != target) {
8943 av_log(mov->fc, AV_LOG_ERROR, "root atom offset 0x%"PRIx64": partial file\n", target);
8949 index = search_frag_moof_offset(&mov->frag_index, target);
8951 mov->frag_index.item[index].moof_offset == target) {
/third_party/sqlite/src/
H A Dsqlite3.c361 ** compiler that the target identifier should have external linkage.
2380 ** target platform, and SQLite version.
9076 ** on the SQLite version, the target platform, and how SQLite was compiled.
12021 ** tests that the target database contains a compatible table. A table is
12063 ** For each DELETE change, the function checks if the target database
12067 ** the changeset the row is deleted from the target database.
12108 ** For each UPDATE change, the function checks if the target database
12112 ** stored in the changeset the row is updated within the target database.
12141 ** write to the target database) occurs, then the savepoint transaction is
12142 ** rolled back, restoring the target databas
109911 sqlite3ExprCodeTarget(Parse *pParse, Expr *pExpr, int target) global() argument
110793 sqlite3ExprCode(Parse *pParse, Expr *pExpr, int target) global() argument
110817 sqlite3ExprCodeCopy(Parse *pParse, Expr *pExpr, int target) global() argument
110830 sqlite3ExprCodeFactorable(Parse *pParse, Expr *pExpr, int target) global() argument
110858 sqlite3ExprCodeExprList( Parse *pParse, ExprList *pList, int target, int srcReg, u8 flags ) global() argument
[all...]
/third_party/icu/icu4c/source/
H A Dconfigure1162 -target | --target | --targe | --targ | --tar | --ta | --t)
1164 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1239 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1287 target=$target_alias
7760 # Enable/disable fuzzer target tests.
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c646 const uint32_t target = w[1]; in vtn_handle_decoration() local
651 vtn_push_value(b, target, vtn_value_type_decoration_group); in vtn_handle_decoration()
661 struct vtn_value *val = vtn_untyped_value(b, target); in vtn_handle_decoration()
694 struct vtn_value *val = vtn_untyped_value(b, target); in vtn_handle_decoration()
709 vtn_value(b, target, vtn_value_type_decoration_group); in vtn_handle_decoration()
6307 * Can't use vtx_assert() as the setjmp(3) target isn't initialized yet. in vtn_create_builder()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp68 * @param target <target> parameter
73 void Utils::buffer::bindRange(glw::GLenum target, glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size) in bindRange() argument
77 gl.bindBufferRange(target, index, m_id, offset, size); in bindRange()
94 * @param target <target> parameter
99 void Utils::buffer::update(glw::GLenum target, glw::GLsizeiptr size, glw::GLvoid* data, glw::GLenum usage) in update() argument
103 gl.bindBuffer(target, m_id); in update()
106 gl.bufferData(target, size, data, usage); in update()
7080 /* Generate a texture object. We will use the base mip-map as a render-target */ in initTest()
[all...]
/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.
/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()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c564 static int dhdsdio_clkctl(dhd_bus_t *bus, uint target, bool pendok);
1401 dhdsdio_clkctl(dhd_bus_t *bus, uint target, bool pendok) in dhdsdio_clkctl() argument
1411 if (bus->clkstate == target) { in dhdsdio_clkctl()
1412 if (target == CLK_AVAIL) { in dhdsdio_clkctl()
1422 switch (target) { in dhdsdio_clkctl()
1467 bus->clkstate, target)); in dhdsdio_clkctl()
/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...]

Completed in 262 milliseconds

1...<<161162163164165166167