Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/external/e2fsprogs/tests/f_jnl_64bit/
Dexpect.04 Revoke FS block 0
5 Revoke FS block 1536
6 Revoke FS block 0
7 Revoke FS block 1472
8 Revoke FS block 0
9 Revoke FS block 1473
10 Revoke FS block 0
11 Revoke FS block 1474
12 Revoke FS block 0
13 Revoke FS block 1475
[all …]
/external/e2fsprogs/tests/f_jnl_32bit/
Dexpect.04 FS block 2 logged at journal block 2 (flags 0x8)
8 FS block 82 logged at journal block 5 (flags 0x0)
9 FS block 2 logged at journal block 6 (flags 0x2)
10 FS block 99 logged at journal block 7 (flags 0x2)
11 FS block 66 logged at journal block 8 (flags 0x2)
12 FS block 81 logged at journal block 9 (flags 0x2)
13 FS block 98 logged at journal block 10 (flags 0x2)
14 FS block 68 logged at journal block 11 (flags 0x2)
15 FS block 83 logged at journal block 12 (flags 0x2)
16 FS block 354 logged at journal block 13 (flags 0x2)
[all …]
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp308 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
311 vfs::directory_iterator I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
320 I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
335 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
338 auto I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
347 I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
542 clang::vfs::InMemoryFileSystem FS; member in InMemoryFileSystemTest
546 : FS(/*UseNormalizedPaths=*/false), in InMemoryFileSystemTest()
551 auto Stat = FS.status("/a"); in TEST_F()
552 ASSERT_EQ(Stat.getError(),errc::no_such_file_or_directory) << FS.toString(); in TEST_F()
[all …]
/external/e2fsprogs/resize/
Dtest-resize3 FS=/bigscratch/testfs
11 /bin/rm -f $FS ; touch $FS
12 truncate -s 8T $FS
13 $MKE2FS -F -t ext4 $FEATURE $FS
14 $E2FSCK -FY $FS
15 $DUMPE2FS $FS > /tmp/d1
17 truncate -s 20T $FS
18 time $RESIZE2FS -d 31 -p $FS > /tmp/r1
19 $DUMPE2FS $FS > /tmp/d2
20 $E2FSCK -fy $FS
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
DruniSACLongtest.txt45 …$ISAC -I -B $RATE -FL $FRAMESIZE -FS 16 $INDIR/"$file" $OUTDIR/i_"$FRAMESIZE"_"$RATE"_"$file" >> $…
51 …$ISAC -B $INDIR/${CHANNELLIST[$idx]} -FS 16 $INDIR/"$file" $OUTDIR/a_${name%.*}_"$file" >> $LOGFILE
88 …$ISAC -B $INDIR/${CHANNELLIST[0]} -FL 30 -FIXED_FL -FS 16 $INDIR/"$file" $OUTDIR/a30_"$file" >> $L…
91 …$ISAC -B $INDIR/${CHANNELLIST[0]} -FL 60 -FIXED_FL -FS 16 $INDIR/"$file" $OUTDIR/a60_"$file" >> $L…
96 …$ISAC -B $INDIR/${CHANNELLIST[0]} -INITRATE 25000 -FL 30 -FS 16 $INDIR/"$file" $OUTDIR/a60_Init25k…
128 $ISAC -I -B $RATE -FL 30 -FS 32 $INDIR/"$file" $OUTDIR/swb_"$RATE"_"$file" >> $LOGFILE
152 $ISAC -B 10000 -FS 16 ../data/orig/speech_and_misc_WB.pcm \
160 $ISAC -B 10000 -FL 30 -FIXED_FL -FS 16 ../data/orig/speech_and_misc_WB.pcm \
167 $ISAC -B 32000 -FS 16 ../data/orig/speech_and_misc_WB.pcm \
175 $ISAC -B 32000 -FL 60 -FIXED_FL -FS 16 ../data/orig/speech_and_misc_WB.pcm \
[all …]
/external/v8/test/mjsunit/asm/embenchen/
Dprimes.js1472 FS.registerDevice(dev, TTY.stream_ops);
1476 throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
1487 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1495 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1498 throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
1510 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1516 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1573 if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
1575 throw new FS.ErrnoError(ERRNO_CODES.EPERM);
1621 stream: FS.chrdev_stream_ops
[all …]
Dcopy.js1458 FS.registerDevice(dev, TTY.stream_ops);
1462 throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
1473 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1481 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1484 throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
1496 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1502 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1559 if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
1561 throw new FS.ErrnoError(ERRNO_CODES.EPERM);
1607 stream: FS.chrdev_stream_ops
[all …]
Dcorrections.js1458 FS.registerDevice(dev, TTY.stream_ops);
1462 throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
1473 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1481 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1484 throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
1496 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1502 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1559 if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
1561 throw new FS.ErrnoError(ERRNO_CODES.EPERM);
1607 stream: FS.chrdev_stream_ops
[all …]
Dfannkuch.js1527 var path = (i >= 0) ? arguments[i] : FS.cwd();
1597 FS.registerDevice(dev, TTY.stream_ops);
1601 throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
1612 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1620 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1623 throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
1635 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1641 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1698 if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
1700 throw new FS.ErrnoError(ERRNO_CODES.EPERM);
[all …]
Dmemops.js1496 var path = (i >= 0) ? arguments[i] : FS.cwd();
1566 FS.registerDevice(dev, TTY.stream_ops);
1570 throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
1581 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1589 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1592 throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
1604 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1610 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1667 if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
1669 throw new FS.ErrnoError(ERRNO_CODES.EPERM);
[all …]
Dfasta.js1771 var path = (i >= 0) ? arguments[i] : FS.cwd();
1841 FS.registerDevice(dev, TTY.stream_ops);
1845 throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
1856 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1864 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1867 throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
1879 throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
1885 throw new FS.ErrnoError(ERRNO_CODES.EIO);
1942 if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
1944 throw new FS.ErrnoError(ERRNO_CODES.EPERM);
[all …]
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp86 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
91 CPU, FS, Options, RM, CM, OL), in MipsTargetMachine()
94 Subtarget(nullptr), DefaultSubtarget(TT, CPU, FS, isLittle, *this), in MipsTargetMachine()
95 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine()
97 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine()
108 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument
112 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in MipsebTargetMachine()
117 StringRef CPU, StringRef FS, in MipselTargetMachine() argument
121 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in MipselTargetMachine()
131 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
[all …]
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp20 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, in getFeatures() argument
23 SubtargetFeatures Features(FS); in getFeatures()
27 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { in InitMCProcessorInfo() argument
28 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
35 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef FS) { in setDefaultFeatures() argument
36 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
40 const Triple &TT, StringRef C, StringRef FS, in MCSubtargetInfo() argument
48 InitMCProcessorInfo(CPU, FS); in MCSubtargetInfo()
65 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef FS) { in ToggleFeature() argument
67 FeatureBits = Features.ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
[all …]
/external/llvm/test/CodeGen/Mips/
Ds2rem.ll18 ; PIC: save $16, $17, $ra, [[FS:[0-9]+]]
19 ; STATIC: save $16, $ra, [[FS:[0-9]+]]
20 ; PIC: restore $16, $17, $ra, [[FS]]
21 ; STATIC: restore $16, $ra, [[FS]]
35 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]]
36 ; PIC: restore $16, $17, $ra, $18, [[FS]]
49 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]]
50 ; PIC: restore $16, $17, $ra, $18, [[FS]]
64 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]]
65 ; PIC: restore $16, $17, $ra, $18, [[FS]]
[all …]
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp177 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() argument
182 CPU, FS, Options, RM, CM, OL), in ARMBaseTargetMachine()
185 Subtarget(TT, CPU, FS, *this, isLittle), isLittle(isLittle) { in ARMBaseTargetMachine()
212 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
227 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
229 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
235 I = llvm::make_unique<ARMSubtarget>(TargetTriple, CPU, FS, *this, isLittle); in getSubtargetImpl()
249 StringRef CPU, StringRef FS, in ARMTargetMachine() argument
253 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine()
263 StringRef CPU, StringRef FS, in ARMLETargetMachine() argument
[all …]
DARMSubtarget.cpp73 StringRef FS) { in initializeSubtargetDependencies() argument
75 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
80 StringRef FS) { in initializeFrameLowering() argument
81 ARMSubtarget &STI = initializeSubtargetDependencies(CPU, FS); in initializeFrameLowering()
89 const std::string &FS, in ARMSubtarget() argument
91 : ARMGenSubtargetInfo(TT, CPU, FS), ARMProcFamily(Others), in ARMSubtarget()
94 FrameLowering(initializeFrameLowering(CPU, FS)), in ARMSubtarget()
169 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument
189 if (!FS.empty()) { in initSubtargetFeatures()
191 ArchFS = (Twine(ArchFS) + "," + FS).str(); in initSubtargetFeatures()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp30 StringRef FS) { in initializeSubtargetDependencies() argument
32 if (CPU.empty() && FS.size()) in initializeSubtargetDependencies()
36 ParseSubtargetFeatures(TargetName, FS); in initializeSubtargetDependencies()
47 const std::string &FS, in NVPTXSubtarget() argument
49 : NVPTXGenSubtargetInfo(TT, CPU, FS), PTXVersion(0), SmVersion(20), TM(TM), in NVPTXSubtarget()
50 InstrInfo(), TLInfo(TM, initializeSubtargetDependencies(CPU, FS)), in NVPTXSubtarget()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp58 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
62 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
65 Subtarget(TT, CPU, FS, *this, is64bit) { in SparcTargetMachine()
110 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument
114 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcV8TargetMachine()
119 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument
123 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in SparcV9TargetMachine()
128 StringRef CPU, StringRef FS, in SparcelTargetMachine() argument
132 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcelTargetMachine()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp26 static bool UsesVectorABI(StringRef CPU, StringRef FS) { in UsesVectorABI() argument
36 FS.split(Features, ',', -1, false /* KeepEmpty */); in UsesVectorABI()
48 StringRef FS) { in computeDataLayout() argument
49 bool VectorABI = UsesVectorABI(CPU, FS); in computeDataLayout()
83 StringRef CPU, StringRef FS, in SystemZTargetMachine() argument
87 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine()
90 Subtarget(TT, CPU, FS, *this) { in SystemZTargetMachine()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c183 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator()
217 1000.0f / FS > 3000) in WebRtcIsac_UpdateBandwidthEstimator()
224 bwest_str->last_update_ts) * 1000.0f /(float) FS) / in WebRtcIsac_UpdateBandwidthEstimator()
232 … bwest_str->last_reduction_ts)*1000.0f/FS) ); in WebRtcIsac_UpdateBandwidthEstimator()
259 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator()
267 bwest_str->last_reduction_ts = arr_ts + 3*FS; in WebRtcIsac_UpdateBandwidthEstimator()
308 float latencyMs = bwest_str->consecLatency/(FS/1000); in WebRtcIsac_UpdateBandwidthEstimator()
312 bwest_str->inWaitLatePkts = (int16_t)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150; in WebRtcIsac_UpdateBandwidthEstimator()
367 if (arr_ts_diff > frame_length * FS/1000 + 400.0f) in WebRtcIsac_UpdateBandwidthEstimator()
370 arr_ts_diff = frame_length * FS/1000 + 400.0f; in WebRtcIsac_UpdateBandwidthEstimator()
[all …]
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
DAbbreviatorTest.java33 static final char FS = '/'; field in AbbreviatorTest
37 RandomHelper rh = new RandomHelper(FS);
53 Abbreviator abb = new Abbreviator(2, 100, FS); in testSmoke()
59 Abbreviator abb = new Abbreviator(3, 8, FS); in testSmoke()
64 Abbreviator abb = new Abbreviator(3, 8, FS); in testSmoke()
71 Abbreviator abb = new Abbreviator(2, 20, FS); in testImpossibleToAbbreviate()
78 Abbreviator abb = new Abbreviator(2, 100, FS); in testNoFS()
86 Abbreviator abb = new Abbreviator(0, 100, FS); in testZeroPrefix()
118 Abbreviator abb = new Abbreviator(fixedLen, targetLen, FS); in testTheories()
/external/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp29 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies() argument
30 ParseSubtargetFeatures("generic", FS); in initializeSubtargetDependencies()
35 const std::string &FS, const TargetMachine &TM) in MSP430Subtarget() argument
36 : MSP430GenSubtargetInfo(TT, CPU, FS), FrameLowering(), in MSP430Subtarget()
37 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this) {} in MSP430Subtarget()
/external/valgrind/none/tests/mips64/
Dmove_instructions.c93 #define TEST3(instruction, FD, FS, cc, offset) \ argument
102 "dmtc1 $zero, $"#FS "\n\t" \
105 "lwc1 $"#FS", "#offset"($t0)" "\n\t" \
110 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
117 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
128 "ldc1 $"#FS", "#offset"($t0)" "\n\t" \
133 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
146 "dmtc1 $zero, $"#FS "\n\t" \
148 "lwc1 $"#FS", "#offset"($t0)" "\n\t" \
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp29 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef FS) { in initializeSubtargetDependencies() argument
35 ParseSubtargetFeatures(CPUString, FS); in initializeSubtargetDependencies()
41 const std::string &FS, in WebAssemblySubtarget() argument
43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false), in WebAssemblySubtarget()
45 InstrInfo(initializeSubtargetDependencies(FS)), TSInfo(), in WebAssemblySubtarget()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp37 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision() argument
41 FS.setPrecision(ParseNonPositionAmount(Beg, E, *argIndex)); in ParsePrecision()
47 FS.setPrecision(Amt); in ParsePrecision()
52 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, in ParseObjCFlags() argument
57 FS.setHasObjCTechnicalTerm(FlagBeg); in ParseObjCFlags()
111 PrintfSpecifier FS; in ParsePrintfSpecifier() local
112 if (ParseArgPosition(H, FS, Start, I, E)) in ParsePrintfSpecifier()
129 FS.setHasThousandsGrouping(I); in ParsePrintfSpecifier()
131 case '-': FS.setIsLeftJustified(I); break; in ParsePrintfSpecifier()
132 case '+': FS.setHasPlusPrefix(I); break; in ParsePrintfSpecifier()
[all …]

12345678910>>...18