Home
last modified time | relevance | path

Searched defs:target (Results 1326 - 1350 of 2104) sorted by relevance

1...<<51525354555657585960>>...85

/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc393 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
745 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1082 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1383 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc947 WriteStringWithSizeToArray(const std::string& str, uint8* target) WriteStringWithSizeToArray() argument
H A Dtokenizer.cc282 inline void Tokenizer::RecordTo(std::string* target) { in RecordTo() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java120 static byte getByte(Object target, long offset) { in getByte() argument
124 static void putByte(Object target, long offset, byte value) { in putByte() argument
128 static int getInt(Object target, long offset) { in getInt() argument
132 static void putInt(Object target, long offset, int value) { in putInt() argument
136 static long getLong(Object target, long offset) { in getLong() argument
140 putLong(Object target, long offset, long value) putLong() argument
144 getBoolean(Object target, long offset) getBoolean() argument
148 putBoolean(Object target, long offset, boolean value) putBoolean() argument
152 getFloat(Object target, long offset) getFloat() argument
156 putFloat(Object target, long offset, float value) putFloat() argument
160 getDouble(Object target, long offset) getDouble() argument
164 putDouble(Object target, long offset, double value) putDouble() argument
168 getObject(Object target, long offset) getObject() argument
172 putObject(Object target, long offset, Object value) putObject() argument
176 getByte(byte[] target, long index) getByte() argument
180 putByte(byte[] target, long index, byte value) putByte() argument
184 getInt(int[] target, long index) getInt() argument
188 putInt(int[] target, long index, int value) putInt() argument
192 getLong(long[] target, long index) getLong() argument
197 putLong(long[] target, long index, long value) putLong() argument
202 getBoolean(boolean[] target, long index) getBoolean() argument
207 putBoolean(boolean[] target, long index, boolean value) putBoolean() argument
212 getFloat(float[] target, long index) getFloat() argument
217 putFloat(float[] target, long index, float value) putFloat() argument
222 getDouble(double[] target, long index) getDouble() argument
227 putDouble(double[] target, long index, double value) putDouble() argument
232 getObject(Object[] target, long index) getObject() argument
237 putObject(Object[] target, long index, Object value) putObject() argument
246 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
250 copyMemory(byte[] src, long srcIndex, byte[] target, long targetIndex, long length) copyMemory() argument
549 getByte(Object target, long offset) getByte() argument
551 putByte(Object target, long offset, byte value) putByte() argument
553 getInt(Object target, long offset) getInt() argument
557 putInt(Object target, long offset, int value) putInt() argument
561 getLong(Object target, long offset) getLong() argument
565 putLong(Object target, long offset, long value) putLong() argument
569 getBoolean(Object target, long offset) getBoolean() argument
571 putBoolean(Object target, long offset, boolean value) putBoolean() argument
573 getFloat(Object target, long offset) getFloat() argument
575 putFloat(Object target, long offset, float value) putFloat() argument
577 getDouble(Object target, long offset) getDouble() argument
579 putDouble(Object target, long offset, double value) putDouble() argument
581 getObject(Object target, long offset) getObject() argument
585 putObject(Object target, long offset, Object value) putObject() argument
611 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
653 getByte(Object target, long offset) getByte() argument
658 putByte(Object target, long offset, byte value) putByte() argument
663 getBoolean(Object target, long offset) getBoolean() argument
668 putBoolean(Object target, long offset, boolean value) putBoolean() argument
673 getFloat(Object target, long offset) getFloat() argument
678 putFloat(Object target, long offset, float value) putFloat() argument
683 getDouble(Object target, long offset) getDouble() argument
688 putDouble(Object target, long offset, double value) putDouble() argument
693 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
745 getByte(Object target, long offset) getByte() argument
754 putByte(Object target, long offset, byte value) putByte() argument
763 getBoolean(Object target, long offset) getBoolean() argument
772 putBoolean(Object target, long offset, boolean value) putBoolean() argument
781 getFloat(Object target, long offset) getFloat() argument
786 putFloat(Object target, long offset, float value) putFloat() argument
791 getDouble(Object target, long offset) getDouble() argument
796 putDouble(Object target, long offset, double value) putDouble() argument
801 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
865 getByte(Object target, long offset) getByte() argument
874 putByte(Object target, long offset, byte value) putByte() argument
883 getBoolean(Object target, long offset) getBoolean() argument
892 putBoolean(Object target, long offset, boolean value) putBoolean() argument
901 getFloat(Object target, long offset) getFloat() argument
906 putFloat(Object target, long offset, float value) putFloat() argument
911 getDouble(Object target, long offset) getDouble() argument
916 putDouble(Object target, long offset, double value) putDouble() argument
921 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument
940 getByteBigEndian(Object target, long offset) getByteBigEndian() argument
944 getByteLittleEndian(Object target, long offset) getByteLittleEndian() argument
948 putByteBigEndian(Object target, long offset, byte value) putByteBigEndian() argument
955 putByteLittleEndian(Object target, long offset, byte value) putByteLittleEndian() argument
962 getBooleanBigEndian(Object target, long offset) getBooleanBigEndian() argument
966 getBooleanLittleEndian(Object target, long offset) getBooleanLittleEndian() argument
970 putBooleanBigEndian(Object target, long offset, boolean value) putBooleanBigEndian() argument
974 putBooleanLittleEndian(Object target, long offset, boolean value) putBooleanLittleEndian() argument
[all...]
H A DBinaryReader.java363 public void readDoubleList(List<Double> target) throws IOException { in readDoubleList() argument
427 public void readFloatList(List<Float> target) throws IOException { in readFloatList() argument
491 readUInt64List(List<Long> target) readUInt64List() argument
555 readInt64List(List<Long> target) readInt64List() argument
619 readInt32List(List<Integer> target) readInt32List() argument
683 readFixed64List(List<Long> target) readFixed64List() argument
747 readFixed32List(List<Integer> target) readFixed32List() argument
811 readBoolList(List<Boolean> target) readBoolList() argument
875 readStringList(List<String> target) readStringList() argument
880 readStringListRequireUtf8(List<String> target) readStringListRequireUtf8() argument
884 readStringListInternal(List<String> target, boolean requireUtf8) readStringListInternal() argument
927 readMessageList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readMessageList() argument
935 readMessageList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readMessageList() argument
960 readGroupList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument
968 readGroupList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readGroupList() argument
993 readBytesList(List<ByteString> target) readBytesList() argument
1016 readUInt32List(List<Integer> target) readUInt32List() argument
1078 readEnumList(List<Integer> target) readEnumList() argument
1140 readSFixed32List(List<Integer> target) readSFixed32List() argument
1204 readSFixed64List(List<Long> target) readSFixed64List() argument
1268 readSInt32List(List<Integer> target) readSInt32List() argument
1330 readSInt64List(List<Long> target) readSInt64List() argument
1393 readMap( Map<K, V> target, MapEntryLite.Metadata<K, V> metadata, ExtensionRegistryLite extensionRegistry) readMap() argument
[all...]
H A DRopeByteString.java415 public void copyTo(ByteBuffer target) { in copyTo() argument
401 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
/third_party/python/PC/
H A Dpyshellext.cpp129 LPOLESTR target, target_dir; variable
[all...]
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h821 pysqlite_Connection *target; in pysqlite_connection_backup() local
/third_party/python/Modules/clinic/
H A D_elementtree.c.h727 PyObject *target; in _elementtree_TreeBuilder_pi() local
810 PyObject *target = Py_None; in _elementtree_XMLParser___init__() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc339 inline uint8* SerializeToArrayImpl(const MessageLite& msg, uint8* target, in SerializeToArrayImpl() argument
415 uint8* target; in SerializePartialToZeroCopyStream() local
[all...]
H A Dstruct.pb.cc295 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
686 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
990 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
H A Dwire_format.cc194 InternalSerializeUnknownFieldsToArray( const UnknownFieldSet& unknown_fields, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeUnknownFieldsToArray() argument
232 InternalSerializeUnknownMessageSetItemsToArray( const UnknownFieldSet& unknown_fields, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeUnknownMessageSetItemsToArray() argument
1035 _InternalSerialize(const Message& message, uint8* target, io::EpsCopyOutputStream* stream) _InternalSerialize() argument
1064 SerializeMapKeyWithCachedSizes(const FieldDescriptor* field, const MapKey& value, uint8* target, io::EpsCopyOutputStream* stream) SerializeMapKeyWithCachedSizes() argument
1101 SerializeMapValueRefWithCachedSizes( const FieldDescriptor* field, const MapValueRef& value, uint8* target, io::EpsCopyOutputStream* stream) SerializeMapValueRefWithCachedSizes() argument
1185 InternalSerializeMapEntry(const FieldDescriptor* field, const MapKey& key, const MapValueRef& value, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeMapEntry() argument
1205 InternalSerializeField(const FieldDescriptor* field, const Message& message, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeField() argument
1423 InternalSerializeMessageSetItem( const FieldDescriptor* field, const Message& message, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeMessageSetItem() argument
[all...]
H A Dwrappers.pb.cc401 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
596 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
791 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
988 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1185 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1382 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1579 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1782 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1990 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_socketserver.py271 target=s.serve_forever, variable in SocketServerTest.test_shutdown.MyHandler
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc559 absl::StatusOr<std::shared_ptr<int>> target; in TEST() local
576 absl::StatusOr<std::shared_ptr<int>> target; in TEST() local
595 absl::StatusOr<int> target; TEST() local
610 absl::StatusOr<int> target; TEST() local
627 absl::StatusOr<double> target; TEST() local
644 absl::StatusOr<std::shared_ptr<int>> target; TEST() local
1034 absl::StatusOr<double> target; TEST() local
1049 absl::StatusOr<double> target; TEST() local
1408 absl::StatusOr<const int*> target; TEST() local
1416 absl::StatusOr<int*> target; TEST() local
1424 absl::StatusOr<Base2*> target; TEST() local
1432 absl::StatusOr<Base2*> target; TEST() local
[all...]
/third_party/skia/bench/
H A Dnanobench.cpp284 static double time(int loops, Benchmark* bench, Target* target) { in time() argument
329 static bool write_canvas_png(Target* target, const SkString& filename) { in write_canvas_png() argument
363 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench() argument
407 setup_gpu_bench(Target* target, Benchmark* bench, int maxGpuFrameLag) setup_gpu_bench() argument
558 Target* target = nullptr; is_enabled() local
603 cleanup_run(Target* target) cleanup_run() argument
1280 Target* target = is_enabled(b, configs[i]); global() local
[all...]
/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c398 int ret, ch, fd, target = SEPOL_TARGET_SELINUX; in main() local
[all...]
/third_party/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp557 uint32_t target = branch->GetSingleWordInOperand(i); in FindFirstExitFromSelectionMerge() local
H A Dmerge_return_pass.cpp240 void MergeReturnPass::BranchToBlock(BasicBlock* block, uint32_t target) { in BranchToBlock() argument
261 UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target) UpdatePhiNodes() argument
H A Dtype_manager.cpp501 void TypeManager::CreateDecoration(uint32_t target, in CreateDecoration() argument
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp273 std::string target = spvtools::utils::SplitFlagArgs(cur_arg).second; in ParseFlags() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp167 const char* targetToName (deUint32 target) in targetToName() argument
231 bool isTextureTarget (deUint32 target) in isTextureTarget() argument
236 int getTargetTexDims (deUint32 target) in getTargetTexDims() argument
360 ImageInfo::ImageInfo (deUint32 format, deUint32 target, const IVec3& size) in ImageInfo() argument
386 const deUint32 target = info.getTarget(); getLevelCount() local
405 getLevelSize(deUint32 target, const IVec3& baseSize, int level) getLevelSize() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp135 const char* getBufferTargetName (deUint32 target) in getBufferTargetName() argument
307 void BufferSubDataWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 target) in write() argument
322 void BufferWriteMapWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 target) in write() argument
395 verify(deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 target) verify() argument
[all...]
H A DglsTextureStateQueryTests.cpp238 static bool isCoreTextureTarget (glw::GLenum target) in isCoreTextureTarget() argument
246 static RequiredExtensions getTextureTargetExtension (glw::GLenum target) in getTextureTargetExtension() argument
333 static bool isCoreTextureTarget (glw::GLenum target) in isCoreTextureTarget() argument
339 getTextureTargetExtension(glw::GLenum target) getTextureTargetExtension() argument
448 isCoreTextureTarget(glw::GLenum target) isCoreTextureTarget() argument
456 getTextureTargetExtension(glw::GLenum target) getTextureTargetExtension() argument
552 isCoreTextureTarget(glw::GLenum target) isCoreTextureTarget() argument
557 getTextureTargetExtension(glw::GLenum target) getTextureTargetExtension() argument
598 isCoreTextureTarget(const glu::ContextType& contextType, glw::GLenum target) isCoreTextureTarget() argument
666 getTextureTargetExtension(const glu::ContextType& contextType, glw::GLenum target) getTextureTargetExtension() argument
766 TextureTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureTest() argument
831 IsTextureCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target) IsTextureCase() argument
880 DepthStencilModeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) DepthStencilModeCase() argument
958 TextureSRGBDecodeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureSRGBDecodeCase() argument
1036 TextureSwizzleCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureSwizzleCase() argument
1112 TextureWrapCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureWrapCase() argument
1183 TextureFilterCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureFilterCase() argument
1267 TextureLODCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureLODCase() argument
1355 TextureLevelCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureLevelCase() argument
1457 TextureCompareModeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureCompareModeCase() argument
1528 TextureCompareFuncCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureCompareFuncCase() argument
1599 TextureImmutableLevelsCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureImmutableLevelsCase() argument
1671 TextureImmutableFormatCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureImmutableFormatCase() argument
1787 TextureWrapClampToBorderCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) TextureWrapClampToBorderCase() argument
1814 TextureBorderColorCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureBorderColorCase() argument
2494 isLegalTesterForTarget(glw::GLenum target, TesterType tester) isLegalTesterForTarget() argument
2511 isMultisampleTarget(glw::GLenum target) isMultisampleTarget() argument
2535 createIsTextureTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target) createIsTextureTest() argument
2540 createTexParamTest(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, QueryType queryType, glw::GLenum target, TesterType tester) createTexParamTest() argument
[all...]
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.cpp108 eglw::EGLImage OhosLibrary::createImage(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) const in createImage() argument
113 eglw::EGLImageKHR OhosLibrary::createImageKHR(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) const in createImageKHR() argument

Completed in 33 milliseconds

1...<<51525354555657585960>>...85