/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_thread.c | 23 void init_ffsb_thread(ffsb_thread_t * ft, struct ffsb_tg *tg, unsigned bufsize, in init_ffsb_thread() 38 void destroy_ffsb_thread(ffsb_thread_t * ft) in destroy_ffsb_thread() 46 void ft_set_statsc(ffsb_thread_t * ft, ffsb_statsc_t * fsc) in ft_set_statsc() 53 ffsb_thread_t *ft = (ffsb_thread_t *) data; in ft_run() local 68 void ft_alter_bufsize(ffsb_thread_t * ft, unsigned bufsize) in ft_alter_bufsize() 76 char *ft_getbuf(ffsb_thread_t * ft) in ft_getbuf() 81 int ft_get_read_random(ffsb_thread_t * ft) in ft_get_read_random() 86 uint32_t ft_get_read_size(ffsb_thread_t * ft) in ft_get_read_size() 91 uint32_t ft_get_read_blocksize(ffsb_thread_t * ft) in ft_get_read_blocksize() 96 int ft_get_write_random(ffsb_thread_t * ft) in ft_get_write_random() [all …]
|
D | fh.c | 51 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats() 70 ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenhelper() 96 int fhopenread(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenread() 106 int fhopenappend(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenappend() 116 int fhopenwrite(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenwrite() 126 int fhopencreate(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopencreate() 136 void fhread(int fd, void *buf, uint64_t size, ffsb_thread_t * ft, in fhread() 162 void fhwrite(int fd, void *buf, uint32_t size, ffsb_thread_t * ft, in fhwrite() 189 void fhseek(int fd, uint64_t offset, int whence, ffsb_thread_t * ft, in fhseek() 224 void fhclose(int fd, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhclose() [all …]
|
D | fileops.c | 35 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats() 64 char *buf, ffsb_thread_t * ft, ffsb_fs_t * fs) in readfile_helper() 89 void ffsb_readfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_readfile() 192 void ffsb_readall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_readall() 220 static unsigned ffsb_writefile_core(ffsb_thread_t * ft, ffsb_fs_t * fs, in ffsb_writefile_core() 282 void ffsb_writefile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writefile() 292 void ffsb_writefile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writefile_fsync() 304 static unsigned ffsb_writeall_core(ffsb_thread_t * ft, ffsb_fs_t * fs, in ffsb_writeall_core() 341 void ffsb_writeall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writeall() 351 void ffsb_writeall_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_writeall_fsync() [all …]
|
D | metaops.c | 85 void ffsb_metaops(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_metaops() 98 void ffsb_createdir(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) in ffsb_createdir()
|
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/ |
D | JCLLoggerAdapter.java | 89 FormattingTuple ft = MessageFormatter.format(format, arg); in trace() local 112 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in trace() local 131 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments); in trace() local 185 FormattingTuple ft = MessageFormatter.format(format, arg); in debug() local 208 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in debug() local 227 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments); in debug() local 280 FormattingTuple ft = MessageFormatter.format(format, arg); in info() local 304 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in info() local 323 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments); in info() local 375 FormattingTuple ft = MessageFormatter.format(format, arg); in warn() local [all …]
|
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/ |
D | Log4jLoggerAdapter.java | 128 FormattingTuple ft = MessageFormatter.format(format, arg); in trace() local 151 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in trace() local 172 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments); in trace() local 224 FormattingTuple ft = MessageFormatter.format(format, arg); in debug() local 247 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in debug() local 267 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments); in debug() local 318 FormattingTuple ft = MessageFormatter.format(format, arg); in info() local 341 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in info() local 362 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in info() local 415 FormattingTuple ft = MessageFormatter.format(format, arg); in warn() local [all …]
|
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/ |
D | JDK14LoggerAdapter.java | 96 FormattingTuple ft = MessageFormatter.format(format, arg); in trace() local 119 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in trace() local 140 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in trace() local 195 FormattingTuple ft = MessageFormatter.format(format, arg); in debug() local 218 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in debug() local 239 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in debug() local 294 FormattingTuple ft = MessageFormatter.format(format, arg); in info() local 317 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in info() local 338 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in info() local 396 FormattingTuple ft = MessageFormatter.format(format, arg); in warn() local [all …]
|
/external/lzma/CPP/Windows/ |
D | TimeUtils.cpp | 19 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &ft) throw() in DosTimeToFileTime() 44 bool FileTimeToDosTime(const FILETIME &ft, UInt32 &dosTime) throw() in FileTimeToDosTime() 118 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &ft) throw() in UnixTimeToFileTime() 125 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &ft) throw() in UnixTime64ToFileTime() 144 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw() in FileTimeToUnixTime64() 150 bool FileTimeToUnixTime(const FILETIME &ft, UInt32 &unixTime) throw() in FileTimeToUnixTime() 189 void GetCurUtcFileTime(FILETIME &ft) throw() in GetCurUtcFileTime()
|
D | PropVariantConv.cpp | 12 bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime, bool includeSeconds) th… in ConvertFileTimeToString() 56 void ConvertFileTimeToString(const FILETIME &ft, wchar_t *dest, bool includeTime, bool includeSecon… in ConvertFileTimeToString()
|
/external/clang/test/SemaObjCXX/ |
D | foreach.mm | 18 void ft(Collection col) { function 23 template void ft(NSArray *); function
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1057 FPURegister ft, in GenInstrRegister() 1070 FPURegister ft, in GenInstrRegister() 1127 void Assembler::GenInstrImmediate(Opcode opcode, Register rs, FPURegister ft, in GenInstrImmediate() 2370 FPURegister ft) { in sel() 2378 void Assembler::sel_s(FPURegister fd, FPURegister fs, FPURegister ft) { in sel_s() 2383 void Assembler::sel_d(FPURegister fd, FPURegister fs, FPURegister ft) { in sel_d() 2389 FPURegister ft) { in seleqz() 2403 FPURegister ft) { in selnez() 2410 void Assembler::seleqz_d(FPURegister fd, FPURegister fs, FPURegister ft) { in seleqz_d() 2415 void Assembler::seleqz_s(FPURegister fd, FPURegister fs, FPURegister ft) { in seleqz_s() [all …]
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 1025 FPURegister ft, in GenInstrRegister() 1038 FPURegister ft, in GenInstrRegister() 1095 void Assembler::GenInstrImmediate(Opcode opcode, Register rs, FPURegister ft, in GenInstrImmediate() 2398 void Assembler::min_s(FPURegister fd, FPURegister fs, FPURegister ft) { in min_s() 2403 void Assembler::min_d(FPURegister fd, FPURegister fs, FPURegister ft) { in min_d() 2408 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s() 2413 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d() 2418 void Assembler::mina_s(FPURegister fd, FPURegister fs, FPURegister ft) { in mina_s() 2423 void Assembler::mina_d(FPURegister fd, FPURegister fs, FPURegister ft) { in mina_d() 2428 void Assembler::maxa_s(FPURegister fd, FPURegister fs, FPURegister ft) { in maxa_s() [all …]
|
/external/libtextclassifier/common/ |
D | feature-extractor.cc | 49 FeatureType *ft = feature_types_[i]; in InitializeFeatureTypes() local 68 FeatureType *ft = feature_types_[i]; in GetDomainSize() local
|
/external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
D | UDT_is_rejected.fail.cpp | 24 UDT<float> ft; variable
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | DragLatencyFragment.java | 243 double[] ft, lt; // All time arrays are in _milliseconds_ in reshapeAndCalculate() local 354 public void calculateDragLatency(double[] ft, double[] fy, double[] lt, int[] ldir) { in calculateDragLatency() 393 private void drawLatencyGraph(double[] ft, double[] fy, double[] lt, double averageBestShift) { in drawLatencyGraph()
|
D | SettingsFragment.java | 93 FragmentTransaction ft = preferenceFragmentCompat.getFragmentManager().beginTransaction(); in onPreferenceStartScreen() local
|
/external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
D | SuperTypesLastSorter.java | 37 Class<?> ft = f.getType(); in sortSuperTypesLast() local
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/ |
D | p3.cpp | 11 template<typename T> void ft(T& t) { in ft() function
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 78 template <typename T> constexpr T ft(T t) { return t; } in ft() function 87 template <> notlit ft(notlit nl) { return nl; } in ft() function 88 template <> char ft(char c) { return c; } // expected-note {{previous}} in ft() function
|
/external/libopus/celt/tests/ |
D | test_unit_laplace.c | 47 opus_uint32 ft = 32768 - LAPLACE_MINP*(2*LAPLACE_NMIN+1); in ec_laplace_get_start_freq() local
|
/external/webrtc/webrtc/base/ |
D | win32_unittest.cc | 31 FILETIME ft; in TEST_F() local
|
/external/libvncserver/compat/msvc/sys/ |
D | time.h | 34 FILETIME ft; in gettimeofday() local
|
/external/skia/samplecode/ |
D | SampleFillType.cpp | 38 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath()
|
/external/libopus/celt/ |
D | laplace.c | 46 unsigned ft; in ec_laplace_get_freq1() local
|
/external/skia/gm/ |
D | filltypes.cpp | 39 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath()
|