Home
last modified time | relevance | path

Searched defs:target (Results 1776 - 1800 of 1886) sorted by relevance

1...<<717273747576

/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc116 Instruction* target = GetCursorAddress<Instruction*>(); in place() local
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c295 dummy_pi_handler(void *userData, const XML_Char *target, const XML_Char *data) { in dummy_pi_handler() argument
5341 accumulate_pi_characters(void *userData, const XML_Char *target, in accumulate_pi_characters() argument
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc1479 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1920 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
2399 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
2676 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
3078 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
3469 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
3906 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
4363 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
4623 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
4950 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
5302 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
5621 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
5999 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
6705 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
7366 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
7753 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8081 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8342 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8629 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8891 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
9177 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
9470 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
9838 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
10248 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
10556 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
10820 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
11100 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/python/Python/
H A DPython-ast.c2114 _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AugAssign() argument
2148 _PyAST_AnnAssign(expr_ty target, expr_ty annotation, expr_ty value, int simple, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AnnAssign() argument
2179 _PyAST_For(expr_ty target, expr_ty iter, asdl_stmt_seq * body, asdl_stmt_seq * orelse, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_For() argument
2211 _PyAST_AsyncFor(expr_ty target, expr_ty iter, asdl_stmt_seq * body, asdl_stmt_seq * orelse, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AsyncFor() argument
2604 _PyAST_NamedExpr(expr_ty target, expr_ty value, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_NamedExpr() argument
3260 _PyAST_comprehension(expr_ty target, expr_ty iter, asdl_expr_seq * ifs, int is_async, PyArena *arena) _PyAST_comprehension() argument
6487 expr_ty target; obj2ast_stmt() local
6553 expr_ty target; obj2ast_stmt() local
6637 expr_ty target; obj2ast_stmt() local
6779 expr_ty target; obj2ast_stmt() local
8300 expr_ty target; obj2ast_expr() local
10218 expr_ty target; obj2ast_comprehension() local
[all...]
/third_party/python/Modules/_ctypes/
H A D_ctypes.c2655 GetKeepedObjects(CDataObject *target) in GetKeepedObjects() argument
2665 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() argument
2706 KeepRef(CDataObject *target, Py_ssize_t index, PyObject *keep) KeepRef() argument
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c4734 struct cil_avrule target; in __cil_print_neverallow_failure() local
4971 struct cil_avrule target; in cil_check_type_bounds() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp527 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access) in BufferMemMap() argument
845 static void setTexParameteri (glu::CallLogWrapper& glLog, deUint32 target) in setTexParameteri() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp80 static GLenum targetToGL (DrawTestSpec::Target target) in targetToGL() argument
990 void AttributeArray::data (DrawTestSpec::Target target, size_t size, const char* ptr, DrawTestSpec::Usage usage) in data() argument
1125 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray() argument
2257 std::string DrawTestSpec::targetToString(Target target) in targetToString() argument
3449 pixelNearLineIntersection(int x, int y, const tcu::Surface& target) pixelNearLineIntersection() argument
3485 pixelNeighborhoodContainsColor(const tcu::Surface& target, int x, int y, const tcu::RGBA& color, const tcu::IVec3& compareThreshold) pixelNeighborhoodContainsColor() argument
3503 pixelNeighborhoodContainsCoverage(const tcu::Surface& target, int x, int y, bool coverage) pixelNeighborhoodContainsCoverage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp2578 const auto target = tcu::Vec3((float(squareX) + 0.5f) / float(width), (float(squareY) + 0.5f) / float(height), 0.0); in initAccelerationStructures() local
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1243 BufferData::BufferData (SharedPtr<Buffer> buffer, GLenum target, GLsizeiptr size, GLenum usage, bool useSync, bool serverSync) in BufferData() argument
1286 BufferSubData::BufferSubData (SharedPtr<Buffer> buffer, GLenum target, GLintptr offset, GLsizeiptr size, bool useSync, bool serverSync) in BufferSubData() argument
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_parser_autogen.cpp84 void ParseName(const uint32_t *_instruction, IdRef *target, LiteralString *name) in ParseName() argument
689 ParseCopyMemory(const uint32_t *_instruction, IdRef *target, IdRef *source, spv::MemoryAccessMask *memoryAccess) ParseCopyMemory() argument
766 ParseDecorate(const uint32_t *_instruction, IdRef *target, spv::Decoration *decoration, LiteralIntegerList *valuesList) ParseDecorate() argument
/third_party/ffmpeg/fftools/
H A Dffprobe.c2805 int64_t target; in read_interval_packets() local
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c335 MatroskaTagTarget target; member
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c2757 UChar source[256], target[256]; in TestSettings() local
2776 static int32_t TestEqualsForCollator(const char* locName, UCollator *source, UCollator *target) { in TestEqualsForCollator() argument
2844 UCollator *source = NULL, *target = NULL; TestEquals() local
3085 UChar target[100]; TestTibetanConformance() local
4200 const UChar target[MAX_TOKEN_LEN]; /* String on right */ global() member
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp4930 Image2DGL( const Context& context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int * err = NULL) Image2DGL() argument
5252 Image3DGL( const Context& context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int * err = NULL) Image3DGL() argument
5338 ImageGL( const Context& context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texobj, cl_int * err = NULL) ImageGL() argument
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp5108 void int_to_string( string_type& target, std::size_t value ) in int_to_string() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h769 enum kgsl_cmdwindow_type target; member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2903 static void emit_default_branch(LLVMBuilderRef builder, LLVMBasicBlockRef target) in emit_default_branch() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc5089 const std::string& target = GTEST_FLAG(stream_result_to); in ConfigureStreamingOutput() local
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1576 void LiftoffAssembler::emit_jump(Register target) { in emit_jump() argument
1792 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
3043 void LiftoffAssembler::TailCallIndirect(Register target) { in TailCallIndirect() argument
3032 CallIndirect(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register target) CallIndirect() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1305 WasmExportedFunction target = WasmExportedFunction::cast( in Process() local
1346 WasmExportedFunction target = in Process() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1592 void LiftoffAssembler::emit_jump(Register target) { in emit_jump() argument
1773 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument
3018 void LiftoffAssembler::TailCallIndirect(Register target) { in TailCallIndirect() argument
3007 CallIndirect(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register target) CallIndirect() argument
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h2703 ntfschar target[0]; member
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c118 struct dso *target; member
648 static int find_dso_parent(struct dso *p, struct dso *target) in find_dso_parent() argument
3269 static bool in_permitted_list(char *caller, char *target) in in_permitted_list() argument
3284 static bool is_permitted(const void *caller_addr, char *target) in is_permitted() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c567 dxil_module_get_pointer_type(struct dxil_module *m, const struct dxil_type *target) dxil_module_get_pointer_type() argument

Completed in 179 milliseconds

1...<<717273747576