Home
last modified time | relevance | path

Searched defs:target (Results 1376 - 1400 of 1886) sorted by relevance

1...<<51525354555657585960>>...76

/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h439 static inline float ImLinearSweep(float current, float target, float speed) { if (current < target) return ImMin(current + speed, target); if (current > target) return ImMax(current - speed, target); return current; } in ImLinearSweep() argument
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c456 static int CoversFrameGIF(const GifImageDesc* const target, in CoversFrameGIF() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c44 double target; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp499 compare(const UnicodeString& source, const UnicodeString& target, int32_t length) const compare() argument
508 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength) const compare() argument
526 compareUTF8(const StringPiece &source, const StringPiece &target, UErrorCode &status) const compareUTF8() argument
[all...]
H A Ddtitvinf.cpp798 copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) copyHash() argument
H A Drbt_pars.cpp1650 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { in utrans_stripRules() argument
[all...]
H A Dtmutfmt.cpp711 TimeUnitFormat::copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) { in copyHash() argument
H A Dtranslit.cpp747 UnicodeString source, target, variant; in getDisplayName() local
1242 void Transliterator::_registerSpecialInverse(const UnicodeString& target, in _registerSpecialInverse() argument
1387 countAvailableVariants(const UnicodeString& source, const UnicodeString& target) countAvailableVariants() argument
1394 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) getAvailableVariant() argument
1425 _countAvailableVariants(const UnicodeString& source, const UnicodeString& target) _countAvailableVariants() argument
1430 _getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) _getAvailableVariant() argument
[all...]
H A Dtransreg.cpp709 UnicodeString source, target, variant; in remove() local
819 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) const getAvailableVariant() argument
905 registerEntry(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) registerEntry() argument
925 UnicodeString source, target, variant; registerEntry() local
938 registerEntry(const UnicodeString& ID, const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) registerEntry() argument
967 registerSTV(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant) registerSTV() argument
1012 removeSTV(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant) removeSTV() argument
1187 UnicodeString source, target, variant; find() local
1214 find(UnicodeString& source, UnicodeString& target, UnicodeString& variant) find() argument
[all...]
H A Ducal.cpp653 ucal_getFieldDifference(UCalendar* cal, UDate target, in ucal_getFieldDifference() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h183 float normalize(float target) { in normalize() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp264 GLenum target; in ApplyBindGroup() local
303 GLenum target = view->GetGLTarget(); in ApplyBindGroup() local
380 GLenum target = view->GetGLTarget(); in ApplyBindGroup() local
690 GLenum target = texture->GetGLTarget(); Execute() local
1003 GLenum target = ToBackend(textureView->GetTexture())->GetGLTarget(); ExecuteRenderPass() local
1035 GLenum target = ToBackend(textureView->GetTexture())->GetGLTarget(); ExecuteRenderPass() local
1366 GLenum target = texture->GetGLTarget(); DoTexSubImage() local
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftimage.h1042 const FT_Bitmap* target; global() member
[all...]
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf.c290 processingInstruction(void *userData, const XML_Char *target, in processingInstruction() argument
515 defaultProcessingInstruction(void *userData, const XML_Char *target, in defaultProcessingInstruction() argument
543 nopProcessingInstruction(void *userData, const XML_Char *target, in nopProcessingInstruction() argument
628 metaProcessingInstruction(void *userData, const XML_Char *target, in metaProcessingInstruction() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc386 CopyBigGlyphMetrics(BigGlyphMetrics::Builder* source, BigGlyphMetrics::Builder* target) CopyBigGlyphMetrics() argument
/third_party/python/Lib/test/
H A Dtest_imaplib.py235 target=self.server.serve_forever, variable in NewIMAPTestsMixin._setup.TestTCPServer
612 target=server.serve_forever, variable in ThreadedNetworkedTests.make_server.MyServer
H A Dtest_asyncgen.py1129 async def target(): function
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvisci.cpp900 unsigned char *target in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
1182 UChar *target = args->target; UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h4464 extract(int32_t start, int32_t _length, Char16Ptr target, int32_t targetStart) const extract() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc938 void Instruction::SetImmPCOffsetTarget(const Instruction* target) { in SetImmPCOffsetTarget() argument
947 void Instruction::SetPCRelImmTarget(const Instruction* target) { in SetPCRelImmTarget() argument
963 void Instruction::SetBranchImmTarget(const Instruction* target) { in SetBranchImmTarget() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSchema.java4421 decodeMapEntry( byte[] data, int position, int limit, MapEntryLite.Metadata<K, V> metadata, Map<K, V> target, Registers registers) decodeMapEntry() argument
H A DByteString.java640 public void copyTo(byte[] target, int offset) { in copyTo() argument
656 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() argument
668 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
682 copyTo(ByteBuffer target) copyTo() argument
1356 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
1365 copyTo(ByteBuffer target) copyTo() argument
1593 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.cc550 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
965 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1411 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1719 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1993 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc808 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in BreakTime() local
839 const Transition target = {0, 0, cs, civil_second()}; in MakeTime() local
909 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in NextTransition() local
944 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in PrevTransition() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc141 int target; member
170 int target = c; in TestSignalAll() local
188 int target = c; in TestSignal() local
205 int target = c; TestCVTimeout() local
[all...]

Completed in 47 milliseconds

1...<<51525354555657585960>>...76