Home
last modified time | relevance | path

Searched +defs:format +defs:time +defs:string (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c151 gint64 time = 0; in gst_flv_demux_parse_and_add_index_entry() local
188 gchar *string = NULL; in FLV_GET_STRING() local
696 guint64 time, fileposition; in gst_flv_demux_parse_tag_script() local
758 GstAudioFormat format; in gst_flv_demux_audio_negotiate() local
2583 gint64 bytes = 0, time = 0; in gst_flv_demux_seek_to_prev_keyframe() local
2880 gint64 time = 0; in gst_flv_demux_find_offset() local
2925 GstFormat format; in flv_demux_handle_seek_push() local
3016 GstFormat format; in gst_flv_demux_handle_seek_push() local
3086 GstFormat format; in gst_flv_demux_handle_seek_pull() local
3498 GstFormat format; in gst_flv_demux_query() local
[all …]
/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c629 FFAMediaFormat *format = NULL; in ff_AMediaFormat_new() local
674 FFAMediaFormat *format = NULL; in ff_AMediaFormat_newFromObject() local
706 int ff_AMediaFormat_delete(FFAMediaFormat* format) in ff_AMediaFormat_delete()
728 char* ff_AMediaFormat_toString(FFAMediaFormat* format) in ff_AMediaFormat_toString()
753 int ff_AMediaFormat_getInt32(FFAMediaFormat* format, const char *name, int32_t *out) in ff_AMediaFormat_getInt32()
792 int ff_AMediaFormat_getInt64(FFAMediaFormat* format, const char *name, int64_t *out) in ff_AMediaFormat_getInt64()
831 int ff_AMediaFormat_getFloat(FFAMediaFormat* format, const char *name, float *out) in ff_AMediaFormat_getFloat()
870 int ff_AMediaFormat_getBuffer(FFAMediaFormat* format, const char *name, void** data, size_t *size) in ff_AMediaFormat_getBuffer()
928 int ff_AMediaFormat_getString(FFAMediaFormat* format, const char *name, const char **out) in ff_AMediaFormat_getString()
978 void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value) in ff_AMediaFormat_setInt32()
[all …]
/third_party/python/Lib/
Ddatetime.py201 def _wrap_strftime(object, format, timetuple): argument
1100 def __setstate(self, string): argument
1214 class time: class
1537 def __setstate(self, string, tzinfo): argument
1708 def combine(cls, date, time, tzinfo=True): argument
1814 def time(self): member in datetime
1948 def strptime(cls, date_string, format): argument
2146 def __setstate(self, string, tzinfo): argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalFormat.java279 private final String string; field in DateIntervalFormat.FormattedDateInterval
731 format(Object obj, StringBuffer appendTo, FieldPosition fieldPosition) in format() method in DateIntervalFormat
754 public final StringBuffer format(DateInterval dtInterval, in format() method in DateIntervalFormat
856 public final StringBuffer format(Calendar fromCalendar, in format() method in DateIntervalFormat
1316 StringBuilder time = new StringBuilder(skeleton.length()); in initializeIntervalPattern() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java282 private final String string; field in DateIntervalFormat.FormattedDateInterval
757 format(Object obj, StringBuffer appendTo, FieldPosition fieldPosition) in format() method in DateIntervalFormat
781 public final StringBuffer format(DateInterval dtInterval, in format() method in DateIntervalFormat
884 public final StringBuffer format(Calendar fromCalendar, in format() method in DateIntervalFormat
1390 StringBuilder time = new StringBuilder(skeleton.length()); in initializeIntervalPattern() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java761 long time = 0; in TestTimeZoneDisplayName() local
1667 public void tryPat994(SimpleDateFormat format, String pat, String str, Date expected) { in tryPat994()
1696 String format = "yyyyMMddHHmmssSSS"; in TestRunTogetherPattern985() local
1912 String format; in TestBadInput135() local
2203 DateFormat date=null, time=null, full=null; in TestDateFormatCalendar() local
3303 String string = data[i++]; in expectFormat() local
3400 String string = data[i++]; in expect() local
3437 String string = data[i++]; in expect() local
4739 … DateFormat format = DateFormat.getDateTimeInstance(dateStyle, timeStyle, locale); in TestDotAndAtLeniency() local
4756 DateFormat format = (DateFormat) test[0]; in TestDotAndAtLeniency() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatTest.java764 long time = 0; in TestTimeZoneDisplayName() local
1583 public void tryPat994(SimpleDateFormat format, String pat, String str, Date expected) { in tryPat994()
1612 String format = "yyyyMMddHHmmssSSS"; in TestRunTogetherPattern985() local
1828 String format; in TestBadInput135() local
2119 DateFormat date=null, time=null, full=null; in TestDateFormatCalendar() local
3219 String string = data[i++]; in expectFormat() local
3316 String string = data[i++]; in expect() local
3353 String string = data[i++]; in expect() local
4655 … DateFormat format = DateFormat.getDateTimeInstance(dateStyle, timeStyle, locale); in TestDotAndAtLeniency() local
4672 DateFormat format = (DateFormat) test[0]; in TestDotAndAtLeniency() local
[all …]
/third_party/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp701 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expecte… in tryPat994()
745 UnicodeString format("yyyyMMddHHmmssSSS"); in TestRunTogetherPattern985() local
1016 UnicodeString format; in TestBadInput135() local
1401 DateFormat *date=0, *time=0, *full=0; in TestDateFormatCalendar() local
2038 const char* string = data[i++]; in expect() local
2058 const char* string = data[i++]; in expect() local
2077 const char* string = data[i++]; in expect() local
2139 const char* string = data[i++]; in expectFormat() local
4505 … LocalPointer<DateFormat> format(DateFormat::createDateTimeInstance(dateStyle, timeStyle, locale)); in TestDotAndAtLeniency() local
4542 UBool DateFormatTest::showParse(DateFormat &format, const UnicodeString &formattedString) { in showParse()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.min.js2 … define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?glo… argument
Dajv.bundle.js193 time: /^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, property
223 time: time, property
4857 { "format": "relative-json-pointer" }, property
4858 { "format": "json-pointer" } property
5517 function mapDomain(string, fn) { argument
5546 function ucs2decode(string) { argument
5894 return mapDomain(input, function (string) { argument
5911 return mapDomain(input, function (string) { argument
/third_party/python/Modules/
D_datetimemodule.c1478 wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple, in wrap_strftime()
1623 PyObject *format; in wrap_strftime() local
1624 PyObject *time = PyImport_ImportModuleNoBlock("time"); in wrap_strftime() local
1654 PyObject *time = PyImport_ImportModuleNoBlock("time"); in time_time() local
1671 PyObject *time; in build_struct_time() local
2878 PyObject *time; in date_today() local
3177 PyObject *format; in date_strftime() local
3197 PyObject *format; in date_format() local
4377 PyObject *format; in time_strftime() local
5153 PyObject *string, *format; in datetime_strptime() local
[all …]
/third_party/node/tools/
Dlint-md.mjs1519 const stringReplaceAll$1 = (string, substring, replacer) => { argument
1538 const stringEncaseCRLFWithFirstIndex$1 = (string, prefix, postfix, index) => { argument
1664 const string = chunk.join(''); constant
1850 const applyStyle = (self, string) => { argument
3751 const format = opts.format || (posix ? utils$4.toPosixSlashes : null); constant
4402 if (typeof str !== 'string' || str === '') { field in ReaddirpStream
5104 let format = options.transform || transform$3(toNumber); variable
7524 const toUnix = (string) => { argument
8653 function repeat$1(string, count) { argument
8762 function padStart(string, max) { argument
[all …]
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property
/third_party/typescript/lib/
Dtsc.js2975 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3002 function writeEvent(eventType, phase, name, args, extras, time) { argument
4853 function setModifiedTime(path, time) { argument
35937 string: 1, property
35947 string: 256, property
36550 string: stringType, property
82935 function printList(format, nodes, sourceFile) { argument
82958 function writeList(format, nodes, sourceFile, output) { argument
85535 function emitList(parentNode, children, format, start, count) { argument
85538 function emitExpressionList(parentNode, children, format, start, count) { argument
[all …]
DtypingsInstaller.js3560 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3589 function writeEvent(eventType, phase, name, args, extras, time) { argument
7528 function setModifiedTime(path, time) { argument
43964 string: 1 /* TypeofEQString */, property
43974 string: 256 /* TypeofNEString */, property
44711 string: stringType, property
101518 function printList(format, nodes, sourceFile) { argument
101541 function writeList(format, nodes, sourceFile, output) { argument
104298 function emitList(parentNode, children, format, start, count) { argument
104301 function emitExpressionList(parentNode, children, format, start, count) { argument
[all …]
DtypescriptServices.js3765 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3794 function writeEvent(eventType, phase, name, args, extras, time) { argument
7733 function setModifiedTime(path, time) { argument
44169 string: 1 /* TypeofEQString */, property
44179 string: 256 /* TypeofNEString */, property
44916 string: stringType, property
101723 function printList(format, nodes, sourceFile) { argument
101746 function writeList(format, nodes, sourceFile, output) { argument
104503 function emitList(parentNode, children, format, start, count) { argument
104506 function emitExpressionList(parentNode, children, format, start, count) { argument
[all …]
Dtypescript.js3765 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3794 function writeEvent(eventType, phase, name, args, extras, time) { argument
7733 function setModifiedTime(path, time) { argument
44169 string: 1 /* TypeofEQString */, property
44179 string: 256 /* TypeofNEString */, property
44916 string: stringType, property
101723 function printList(format, nodes, sourceFile) { argument
101746 function writeList(format, nodes, sourceFile, output) { argument
104503 function emitList(parentNode, children, format, start, count) { argument
104506 function emitExpressionList(parentNode, children, format, start, count) { argument
[all …]
Dtsserverlibrary.js3765 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3794 function writeEvent(eventType, phase, name, args, extras, time) { argument
7733 function setModifiedTime(path, time) { argument
44169 string: 1 /* TypeofEQString */, property
44179 string: 256 /* TypeofNEString */, property
44916 string: stringType, property
101723 function printList(format, nodes, sourceFile) { argument
101746 function writeList(format, nodes, sourceFile, output) { argument
104503 function emitList(parentNode, children, format, start, count) { argument
104506 function emitExpressionList(parentNode, children, format, start, count) { argument
[all …]
Dtsserver.js3571 …eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBegin… property
3600 function writeEvent(eventType, phase, name, args, extras, time) { argument
7539 function setModifiedTime(path, time) { argument
43975 string: 1 /* TypeofEQString */, property
43985 string: 256 /* TypeofNEString */, property
44722 string: stringType, property
101529 function printList(format, nodes, sourceFile) { argument
101552 function writeList(format, nodes, sourceFile, output) { argument
104309 function emitList(parentNode, children, format, start, count) { argument
104312 function emitExpressionList(parentNode, children, format, start, count) { argument
[all …]