Home
last modified time | relevance | path

Searched defs:target (Results 776 - 800 of 1886) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/skia/tools/
H A DToolUtils.h152 void targets(uint32_t target) { *fTargets.append() = target; } in targets() argument
/third_party/skia/tools/gpu/
H A DTestOps.cpp201 void TestRectOp::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
/third_party/skia/tools/skiaserve/
H A DRequest.cpp73 SkCanvas* target = fSurface->getCanvas(); in getCanvas() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u16.cpp56 char *target; in _UTF16BEFromUnicodeWithOffsets() local
260 UChar *target; _UTF16BEToUnicodeWithOffsets() local
657 char *target; _UTF16LEFromUnicodeWithOffsets() local
861 UChar *target; _UTF16LEToUnicodeWithOffsets() local
[all...]
H A Ducnv_u7.cpp215 UChar *target; in _UTF7ToUnicodeWithOffsets() local
466 uint8_t *target, *targetLimit; _UTF7FromUnicodeWithOffsets() local
899 UChar *target; _IMAPToUnicodeWithOffsets() local
1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local
[all...]
H A Ducnv_u8.cpp656 uint8_t *target; ucnv_UTF8FromUTF8() local
[all...]
H A Dustr_wcs.cpp294 UChar* target = NULL; in _strFromWCS() local
/third_party/toybox/toys/pending/
H A Dbootchartd.c121 char *dir_list[] = {"/tmp", "/mnt", "/boot", "/proc"}, **target = dir_list; in create_tmp_dir() local
H A Dexpr.c106 static void re(char *target, char *pattern, struct value *ret) in re() argument
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h258 vixl::aarch64::Label* target; member
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py32 target = None variable
71 target = arg variable
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.cc193 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
H A Dempty.pb.cc162 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
H A Dfield_mask.pb.cc187 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
H A Dany.pb.cc219 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
H A Dmessage.cc144 uint8* Message::_InternalSerialize(uint8* target, in _InternalSerialize() argument
H A Dsource_context.pb.cc188 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
H A Dtimestamp.pb.cc193 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
H A Dunknown_field_set.cc270 InternalSerializeLengthDelimitedNoTag( uint8* target, io::EpsCopyOutputStream* stream) const InternalSerializeLengthDelimitedNoTag() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DNioByteString.java117 public void copyTo(ByteBuffer target) { in copyTo() argument
109 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
H A DReader.java209 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() argument
217 void readFloatList(List<Float> target) throws IOException; in readFloatList() argument
225 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() argument
233 void readInt64List(List<Long> target) throws IOException; in readInt64List() argument
241 void readInt32List(List<Integer> target) throw argument
249 readFixed64List(List<Long> target) readFixed64List() argument
257 readFixed32List(List<Integer> target) readFixed32List() argument
265 readBoolList(List<Boolean> target) readBoolList() argument
272 readStringList(List<String> target) readStringList() argument
280 readStringListRequireUtf8(List<String> target) readStringListRequireUtf8() argument
288 readMessageList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readMessageList() argument
291 readMessageList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readMessageList() argument
303 readGroupList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument
308 readGroupList( List<T> target, Schema<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument
317 readBytesList(List<ByteString> target) readBytesList() argument
325 readUInt32List(List<Integer> target) readUInt32List() argument
333 readEnumList(List<Integer> target) readEnumList() argument
341 readSFixed32List(List<Integer> target) readSFixed32List() argument
349 readSFixed64List(List<Long> target) readSFixed64List() argument
357 readSInt32List(List<Integer> target) readSInt32List() argument
365 readSInt64List(List<Long> target) readSInt64List() argument
374 readMap( Map<K, V> target, MapEntryLite.Metadata<K, V> mapDefaultEntry, ExtensionRegistryLite extensionRegistry) readMap() argument
[all...]
/third_party/python/Objects/stringlib/
H A Dtransmogrify.h258 countchar(const char *target, Py_ssize_t target_len, char c, in countchar() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c274 void *target; in source_output_push_cb() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dzipf_distribution_test.cc143 size_t target = (max + min) >> 1; in InverseCDF() local
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp142 DrawPass::DrawPass(sk_sp<TextureProxy> target, const SkIRect& bounds, in DrawPass() argument
154 Make(Recorder* recorder, std::unique_ptr<DrawList> draws, sk_sp<TextureProxy> target, std::pair<LoadOp, StoreOp> ops, std::array<float, 4> clearColor, const BoundsManager* occlusionCuller) Make() argument

Completed in 17 milliseconds

1...<<31323334353637383940>>...76