Home
last modified time | relevance | path

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

12345678910>>...39

/external/e2fsprogs/tests/f_jnl_64bit/
Dexpect.04 Revoke FS block 1536
5 Revoke FS block 1472
6 Revoke FS block 1473
7 Revoke FS block 1474
8 Revoke FS block 1475
9 Revoke FS block 1476
10 Revoke FS block 1541
11 Revoke FS block 1477
12 Revoke FS block 1478
13 Revoke FS block 1479
[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.cpp310 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
313 vfs::directory_iterator I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
322 I = FS->dir_begin(Twine(TestDirectory), EC); in TEST()
337 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
340 auto I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
349 I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC); in TEST()
525 clang::vfs::InMemoryFileSystem FS; member in InMemoryFileSystemTest
529 : FS(/*UseNormalizedPaths=*/false), in InMemoryFileSystemTest()
534 auto Stat = FS.status("/a"); in TEST_F()
535 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/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c94 FS = 1, enumerator
107 s[FS].v = fd4_emit_get_fp(emit); in setup_stages()
137 if ((s[VS].instrlen + s[FS].instrlen) > 64) { in setup_stages()
139 if (s[FS].instrlen < 64) { in setup_stages()
144 s[FS].instrlen = 0; in setup_stages()
148 s[FS].instrlen = 0; in setup_stages()
152 s[FS].constlen = 128 - s[VS].constlen; in setup_stages()
155 s[FS].instroff = 64 - s[FS].instrlen; in setup_stages()
156 s[FS].constoff = s[VS].constlen; in setup_stages()
157 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages()
[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/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c214 FS = 1, enumerator
227 s[FS].v = fd5_emit_get_fp(emit); in setup_stages()
257 if ((s[VS].instrlen + s[FS].instrlen) > 64) { in setup_stages()
259 if (s[FS].instrlen < 64) { in setup_stages()
264 s[FS].instrlen = 0; in setup_stages()
268 s[FS].instrlen = 0; in setup_stages()
279 s[FS].instroff = 64 - s[FS].instrlen; in setup_stages()
280 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages()
297 fssz = (s[FS].i->max_reg >= 24) ? TWO_QUADS : FOUR_QUADS; in fd5_program_emit()
304 if (s[FS].v->color0_mrt) { in fd5_program_emit()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp116 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
123 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
127 Subtarget(nullptr), DefaultSubtarget(TT, CPU, FS, isLittle, *this, in MipsTargetMachine()
129 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine()
131 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine()
142 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument
147 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
152 StringRef CPU, StringRef FS, in MipselTargetMachine() argument
157 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
167 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
[all …]
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp94 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
100 CPU, FS, Options, getEffectiveRelocModel(CM, RM), CM, in MipsTargetMachine()
104 Subtarget(nullptr), DefaultSubtarget(TT, CPU, FS, isLittle, *this), in MipsTargetMachine()
105 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine()
107 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine()
118 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument
123 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in MipsebTargetMachine()
128 StringRef CPU, StringRef FS, in MipselTargetMachine() argument
133 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in MipselTargetMachine()
143 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSubtargetInfo.cpp23 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, in getFeatures() argument
26 SubtargetFeatures Features(FS); in getFeatures()
30 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { in InitMCProcessorInfo() argument
31 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
38 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef FS) { in setDefaultFeatures() argument
39 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
43 const Triple &TT, StringRef C, StringRef FS, in MCSubtargetInfo() argument
51 InitMCProcessorInfo(CPU, FS); in MCSubtargetInfo()
64 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef FS) { in ToggleFeature() argument
65 SubtargetFeatures::ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
[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
66 SubtargetFeatures::ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
[all …]
/external/perfetto/ui/src/controller/
Dtrace_converter.ts37 const fsNode = mod.FS.lookupPath(outPath).node;
41 mod.FS.unlink(outPath);
47 mod.FS.mkdir('/fs');
48 mod.FS.mount(
49 mod.FS.filesystems.WORKERFS,
78 Object.keys(mod.FS.lookupPath('/tmp/').node.contents)[0];
80 mod.FS.lookupPath(`/tmp/${heapDirName}`).node.contents;
85 mod.FS.lookupPath(`/tmp/${heapDirName}/${heapDump}`)
97 mod.FS.mkdir('/fs');
98 mod.FS.mount(
[all …]
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp65 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
70 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
73 Subtarget(TT, CPU, FS, *this, is64bit), is64Bit(is64bit) { in SparcTargetMachine()
87 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
99 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
101 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
107 I = llvm::make_unique<SparcSubtarget>(TargetTriple, CPU, FS, *this, in getSubtargetImpl()
187 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument
192 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcV8TargetMachine()
197 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument
[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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp88 const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in SparcTargetMachine() argument
92 T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
97 Subtarget(TT, CPU, FS, *this, is64bit), is64Bit(is64bit) { in SparcTargetMachine()
111 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
123 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
125 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
131 I = llvm::make_unique<SparcSubtarget>(TargetTriple, CPU, FS, *this, in getSubtargetImpl()
188 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument
193 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
198 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFSubtarget.cpp30 StringRef FS) { in initializeSubtargetDependencies() argument
32 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
33 ParseSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument
55 const std::string &FS, const TargetMachine &TM) in BPFSubtarget() argument
56 : BPFGenSubtargetInfo(TT, CPU, FS), InstrInfo(), in BPFSubtarget()
57 FrameLowering(initializeSubtargetDependencies(CPU, FS)), in BPFSubtarget()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp38 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument
51 FullFS += FS; in initializeSubtargetDependencies()
70 AMDGPUSubtarget::AMDGPUSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in AMDGPUSubtarget() argument
72 : AMDGPUGenSubtargetInfo(TT, GPU, FS), in AMDGPUSubtarget()
120 initializeSubtargetDependencies(TT, GPU, FS); in AMDGPUSubtarget()
181 R600Subtarget::R600Subtarget(const Triple &TT, StringRef GPU, StringRef FS, in R600Subtarget() argument
183 AMDGPUSubtarget(TT, GPU, FS, TM), in R600Subtarget()
188 SISubtarget::SISubtarget(const Triple &TT, StringRef GPU, StringRef FS, in SISubtarget() argument
190 AMDGPUSubtarget(TT, GPU, FS, TM), in SISubtarget()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProf.cpp137 for (const auto &FS : CS->second) { in print() local
139 OS << CS->first << ": inlined callee: " << FS.second.getName() << ": "; in print()
140 FS.second.print(OS, Indent + 4); in print()
150 const FunctionSamples &FS) { in operator <<() argument
151 FS.print(OS); in operator <<()
174 const FunctionSamples *FS = this; in findFunctionSamples() local
175 for (int i = S.size() - 1; i >= 0 && FS != nullptr; i--) { in findFunctionSamples()
176 FS = FS->findFunctionSamplesAt(S[i].first, S[i].second); in findFunctionSamples()
178 return FS; in findFunctionSamples()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp193 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() argument
199 CPU, FS, Options, getEffectiveRelocModel(TT, RM), CM, in ARMBaseTargetMachine()
203 Subtarget(TT, CPU, FS, *this, isLittle), isLittle(isLittle) { in ARMBaseTargetMachine()
231 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
245 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
247 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
253 I = llvm::make_unique<ARMSubtarget>(TargetTriple, CPU, FS, *this, isLittle); in getSubtargetImpl()
267 StringRef CPU, StringRef FS, in ARMTargetMachine() argument
272 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine()
282 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), UseMulOps(UseFusedMulOps), in ARMSubtarget()
93 TM(TM), FrameLowering(initializeFrameLowering(CPU, FS)), in ARMSubtarget()
114 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument
134 if (!FS.empty()) { in initSubtargetFeatures()
136 ArchFS = (Twine(ArchFS) + "," + FS).str(); in initSubtargetFeatures()
[all …]
/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()

12345678910>>...39