Home
last modified time | relevance | path

Searched defs:ft (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/misc/
H A DTestLogger.java181 FormattingTuple ft = MessageFormatter.format(format, arg); in trace() local
188 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in trace() local
195 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in trace() local
220 FormattingTuple ft = MessageFormatter.format(format, arg); in debug() local
227 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in debug() local
234 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in debug() local
259 FormattingTuple ft = MessageFormatter.format(format, arg); in info() local
266 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in info() local
273 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in info() local
298 FormattingTuple ft = MessageFormatter.format(format, arg); in warn() local
[all …]
/aosp_15_r20/external/lzma/CPP/Windows/
H A DTimeUtils.cpp26 bool DosTime_To_FileTime(UInt32 dosTime, FILETIME &ft) throw() in DosTime_To_FileTime()
53 bool FileTime_To_DosTime(const FILETIME &ft, UInt32 &dosTime) throw() in FileTime_To_DosTime()
163 void UnixTime_To_FileTime(UInt32 unixTime, FILETIME &ft) throw() in UnixTime_To_FileTime()
193 bool UnixTime64_To_FileTime(Int64 unixTime, FILETIME &ft) throw() in UnixTime64_To_FileTime()
203 Int64 FileTime_To_UnixTime64(const FILETIME &ft) throw() in FileTime_To_UnixTime64()
209 Int64 FileTime_To_UnixTime64_and_Quantums(const FILETIME &ft, UInt32 &quantums) throw() in FileTime_To_UnixTime64_and_Quantums()
216 bool FileTime_To_UnixTime(const FILETIME &ft, UInt32 &unixTime) throw() in FileTime_To_UnixTime()
270 void GetCurUtc_FiTime(CFiTime &ft) throw() in GetCurUtc_FiTime()
319 void GetCurUtcFileTime(FILETIME &ft) throw() in GetCurUtcFileTime()
436 bool FILETIME_To_timespec(const FILETIME &ft, CFiTime &ts) in FILETIME_To_timespec()
[all …]
H A DTimeUtils.h10 inline UInt64 FILETIME_To_UInt64(const FILETIME &ft) in FILETIME_To_UInt64()
15 inline void FILETIME_Clear(FILETIME &ft) in FILETIME_Clear()
21 inline bool FILETIME_IsZero(const FILETIME &ft) in FILETIME_IsZero()
30 inline void FiTime_To_FILETIME(const CFiTime &ts, FILETIME &ft) in FiTime_To_FILETIME()
40 inline void FiTime_Clear(CFiTime &ft) in FiTime_Clear()
58 inline void FiTime_Clear(CFiTime &ft) in FiTime_Clear()
113 FILETIME ft; in PropVariant_SetFrom_UnixTime() local
118 inline void PropVariant_SetFrom_NtfsTime(NWindows::NCOM::CPropVariant &prop, const FILETIME &ft) in PropVariant_SetFrom_NtfsTime()
H A DPropVariantConv.cpp25 FILETIME ft; local
181 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *dest, int level) thro…
195 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int level) throw()
H A DPropVariant.h78 void SetAsTimeFrom_FT_Prec(const FILETIME &ft, unsigned prec) in SetAsTimeFrom_FT_Prec()
86 FILETIME ft; in SetAsTimeFrom_Ft64_Prec() local
93 void SetAsTimeFrom_FT_Prec_Ns100(const FILETIME &ft, unsigned prec, unsigned ns100) in SetAsTimeFrom_FT_Prec_Ns100()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfull_type_util_test.cc148 FullTypeDef ft; in TEST() local
178 FullTypeDef ft; in TEST() local
201 FullTypeDef ft; in TEST() local
231 FullTypeDef ft; in TEST() local
262 FullTypeDef ft; in TEST() local
281 FullTypeDef ft; in TEST() local
303 FullTypeDef ft; in TEST() local
337 FullTypeDef ft; in TEST() local
381 FullTypeDef ft; in TEST() local
436 FullTypeDef ft; in TEST() local
[all …]
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DDialogFragment.java143 FragmentTransaction ft = getContentFragmentTransaction(fragment); in setContentFragment() local
163 FragmentTransaction ft = addActionFragmentToTransaction(fragment, null, addToBackStack, in setActionFragment() local
195 FragmentTransaction ft = getContentFragmentTransaction(contentFragment); in setContentAndActionFragments() local
207 FragmentTransaction ft = fm.beginTransaction(); in getContentFragmentTransaction() local
223 FragmentTransaction ft, boolean addToBackStack, FragmentManager fm) { in addActionFragmentToTransaction()
245 static void addAnimations(FragmentTransaction ft) { in addAnimations()
/aosp_15_r20/external/skia/fuzz/
H A DFuzzPathop.cpp28 SkPathFillType ft; in DEF_FUZZ() local
44 SkPathFillType ft; in DEF_FUZZ() local
60 SkPathFillType ft; in DEF_FUZZ() local
86 SkPathFillType ft; in DEF_FUZZ() local
102 SkPathFillType ft; in DEF_FUZZ() local
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dpacket_stream_validator_unittest.cc51 auto* ft = proto.mutable_ftrace_events()->add_event(); in TEST() local
98 auto* ft = proto.mutable_ftrace_events()->add_event(); in TEST() local
116 auto* ft = proto.mutable_ftrace_events()->add_event(); in TEST() local
137 auto* ft = proto.mutable_ftrace_events()->add_event(); in TEST() local
208 auto* ft = proto.mutable_ftrace_events()->add_event(); in TEST() local
227 auto* ft = proto.mutable_ftrace_events()->add_event(); in TEST() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFragmentTabs.java92 FragmentTransaction ft = mActivity.getFragmentManager().beginTransaction(); in TabListener() local
98 public void onTabSelected(Tab tab, FragmentTransaction ft) { in onTabSelected()
107 public void onTabUnselected(Tab tab, FragmentTransaction ft) { in onTabUnselected()
113 public void onTabReselected(Tab tab, FragmentTransaction ft) { in onTabReselected()
H A DFragmentNestingTabs.java92 FragmentTransaction ft = mActivity.getFragmentManager().beginTransaction(); in TabListener() local
98 public void onTabSelected(Tab tab, FragmentTransaction ft) { in onTabSelected()
107 public void onTabUnselected(Tab tab, FragmentTransaction ft) { in onTabUnselected()
113 public void onTabReselected(Tab tab, FragmentTransaction ft) { in onTabReselected()
H A DActionBarDisplayOptions.java141 public void onTabSelected(Tab tab, FragmentTransaction ft) { in onTabSelected()
145 public void onTabUnselected(Tab tab, FragmentTransaction ft) { in onTabUnselected()
149 public void onTabReselected(Tab tab, FragmentTransaction ft) { in onTabReselected()
H A DActionBarTabs.java96 public void onTabSelected(Tab tab, FragmentTransaction ft) { in onTabSelected()
100 public void onTabUnselected(Tab tab, FragmentTransaction ft) { in onTabUnselected()
104 public void onTabReselected(Tab tab, FragmentTransaction ft) { in onTabReselected()
/aosp_15_r20/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
H A DCompatTabListener.java29 public void onTabSelected(CompatTab tab, FragmentTransaction ft); in onTabSelected()
35 public void onTabUnselected(CompatTab tab, FragmentTransaction ft); in onTabUnselected()
41 public void onTabReselected(CompatTab tab, FragmentTransaction ft); in onTabReselected()
H A DCompatTabHoneycomb.java84 FragmentTransaction ft = mActivity.getSupportFragmentManager().beginTransaction(); in onTabReselected() local
92 FragmentTransaction ft = mActivity.getSupportFragmentManager().beginTransaction(); in onTabSelected() local
100 FragmentTransaction ft = mActivity.getSupportFragmentManager().beginTransaction(); in onTabUnselected() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.clock/time.clock.file/
H A Dto_from_sys.pass.cpp29 std::chrono::file_clock::time_point const ft = std::chrono::file_clock::now(); in main() local
37 auto ft = std::chrono::file_clock::from_sys(st); in main() local
57 std::chrono::file_clock::time_point const ft = std::chrono::file_clock::now(); in main() local
/aosp_15_r20/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
H A DCompatActionBarNavHandler.java54 public void onTabSelected(Tab tab, FragmentTransaction ft) { in onTabSelected()
76 public void onTabReselected(Tab tab, FragmentTransaction ft) { in onTabReselected()
84 public void onTabUnselected(Tab tab, FragmentTransaction ft) { in onTabUnselected()
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp56 bool ConvertToTimeSpec(TimeSpec& ts, file_time_type ft) { in ConvertToTimeSpec()
81 bool ConvertFromTimeSpec(file_time_type& ft, TimeSpec ts) { in ConvertFromTimeSpec()
96 bool CompareTimeExact(file_time_type ft, TimeSpec ts) { in CompareTimeExact()
102 bool CompareTimeExact(TimeSpec ts, file_time_type ft) { in CompareTimeExact()
216 file_time_type ft(ns); in __anonb492c4e10502() local
233 file_time_type ft(micros); in __anonb492c4e10602() local
/aosp_15_r20/external/cronet/base/time/
H A Dtime_win.cc60 int64_t FileTimeToMicroseconds(const FILETIME& ft) { in FileTimeToMicroseconds()
81 FILETIME ft; in CurrentWallclockMicroseconds() local
226 Time Time::FromFileTime(FILETIME ft) { in FromFileTime()
339 FILETIME ft; in FromExploded() local
733 TimeDelta TimeDelta::FromFileTime(FILETIME ft) { in FromFileTime()
/aosp_15_r20/external/rnnoise/training/
H A Ddump_rnn.py15 def printVector(f, ft, vector, name): argument
36 def printLayer(f, ft, layer): argument
83 ft = open(sys.argv[3], 'w') variable
/aosp_15_r20/external/skia/include/core/
H A DSkPathTypes.h22 static inline bool SkPathFillType_IsEvenOdd(SkPathFillType ft) { in SkPathFillType_IsEvenOdd()
26 static inline bool SkPathFillType_IsInverse(SkPathFillType ft) { in SkPathFillType_IsInverse()
30 static inline SkPathFillType SkPathFillType_ConvertToNonInverse(SkPathFillType ft) { in SkPathFillType_ConvertToNonInverse()
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DActionBarTest.java148 public void onTabSelected(Tab tab, FragmentTransaction ft) { in onTabSelected()
152 public void onTabUnselected(Tab tab, FragmentTransaction ft) { in onTabUnselected()
156 public void onTabReselected(Tab tab, FragmentTransaction ft) { in onTabReselected()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp112 bool ConvertToTimeSpec(TimeSpec& ts, file_time_type ft) { in ConvertToTimeSpec()
137 bool ConvertFromTimeSpec(file_time_type& ft, TimeSpec ts) { in ConvertFromTimeSpec()
152 bool CompareTimeExact(file_time_type ft, TimeSpec ts) { in CompareTimeExact()
158 bool CompareTimeExact(TimeSpec ts, file_time_type ft) { in CompareTimeExact()
265 file_time_type ft(ns); in __anon836358f10502() local
282 file_time_type ft(micros); in __anon836358f10602() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
H A Dtime_win.cc57 int64_t FileTimeToMicroseconds(const FILETIME& ft) { in FileTimeToMicroseconds()
79 FILETIME ft; in CurrentWallclockMicroseconds() local
149 Time Time::FromFileTime(FILETIME ft) { in FromFileTime()
478 TimeDelta TimeDelta::FromFileTime(FILETIME ft) { in FromFileTime()
/aosp_15_r20/development/samples/training/TabCompat/src/com/example/android/tabcompat/
H A DMainActivity.java77 public void onTabSelected(CompatTab tab, FragmentTransaction ft) { in onTabSelected()
92 public void onTabUnselected(CompatTab tab, FragmentTransaction ft) { in onTabUnselected()
101 public void onTabReselected(CompatTab tab, FragmentTransaction ft) { in onTabReselected()

12345678910>>...35