/build/kati/ |
find_test.cc | 36 FindCommand fc; local 37 if (!fc.Parse(cmd)) { 42 if (!FindEmulator::Get()->HandleFind(cmd, fc, &out)) {
|
/external/clang/test/CodeGen/ |
complex-builtints.c | 27 volatile float _Complex fc = 1.0F + 2.0iF; local 31 if (__builtin_conjf (fc) != 1.0F - 2.0iF) 35 if (__builtin_crealf (fc) != 1.0F) 39 if (__builtin_cimagf (fc) != 2.0F)
|
/external/skia/bench/ |
nanobenchAndroid.h | 20 SkAndroidSDKCanvas fc; member in struct:HWUITarget
|
/external/clang/test/Headers/ |
tgmath.c | 10 float complex fc; variable 20 _Static_assert(sizeof(creal(fc)) == sizeof(f), ""); 30 _Static_assert(sizeof(fabs(fc)) == sizeof(f), "");
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/ |
FileConverterTest.java | 54 InplaceFileConverter fc = new InplaceFileConverter(new EmptyRuleSet(), new NopProgressListener()); local 55 fc.convert(new File("c:/varargs.txt"));
|
/external/skia/dm/ |
DMSrcSinkAndroid.cpp | 55 SkAndroidSDKCanvas fc; local 56 fc.reset(scProxy); 58 fSrc.draw(&fc);
|
/external/tcpdump/ |
print-802_15_4.c | 47 extract_header_length(uint16_t fc) 51 switch ((fc >> 10) & 0x3) { 53 if (fc & (1 << 6)) /* intra-PAN with none dest addr */ 66 switch ((fc >> 14) & 0x3) { 79 if (fc & (1 << 6)) { 95 uint16_t fc; local 103 fc = EXTRACT_LE_16BITS(p); 104 hdrlen = extract_header_length(fc); 111 ND_PRINT((ndo,"IEEE 802.15.4 %s packet ", ftypes[fc & 0x7])); 126 switch ((fc >> 10) & 0x3) [all...] |
/art/test/474-fp-sub-neg/src/ |
Main.java | 21 float fc = 1f; local 23 f -= fc; 25 nf -= fc;
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
FileChannelTest.java | 35 FileChannel fc = new FileInputStream(tmp).getChannel(); local 37 fc.read(readOnly); 42 fc.read(new ByteBuffer[] { readOnly }); 47 fc.read(new ByteBuffer[] { readOnly }, 0, 1); 52 fc.read(readOnly, 0L); 56 fc.close(); 60 fc = new FileOutputStream(tmp).getChannel(); 61 fc.write(readOnly); 62 fc.write(new ByteBuffer[] { readOnly }); 63 fc.write(new ByteBuffer[] { readOnly }, 0, 1) 70 FileChannel fc = new FileOutputStream(tmp).getChannel(); local 90 FileChannel fc = new FileOutputStream(tmp).getChannel(); local 104 FileChannel fc = fos.getChannel(); local 120 FileChannel fc = createFileContainingBytes(initialBytes); local 140 FileChannel fc = createFileContainingBytes(initialBytes); local 162 FileChannel fc = createFileContainingBytes(initialBytes); local 182 FileChannel fc = createFileContainingBytes(initialBytes); local 202 FileChannel fc = createFileContainingBytes(initialBytes); local 230 FileChannel fc = fosFromFd.getChannel(); local 247 FileChannel fc = fos.getChannel(); local [all...] |
/libcore/luni/src/test/java/tests/support/ |
MockFunction.java | 35 public void function(FunctionContext fc, String args[]) { 38 fc.set_result(args[0].toLowerCase()); 42 public void step(FunctionContext fc, String args[]) { 50 public void last_step(FunctionContext fc) { 52 fc.set_result(acc.toString());
|
/prebuilts/go/darwin-x86/test/ |
func5.go | 39 var fc func(int, int, chan int) var 46 return fc 74 fc = addc 78 go fc(1, 2, c)
|
/prebuilts/go/linux-x86/test/ |
func5.go | 39 var fc func(int, int, chan int) var 46 return fc 74 fc = addc 78 go fc(1, 2, c)
|
/frameworks/support/fragment/tests/java/android/support/v4/app/ |
FragmentLifecycleTest.java | 385 FragmentController fc = startupFragmentController(null); local 386 FragmentManager fm = fc.getSupportFragmentManager(); 398 fc = restartFragmentController(fc); 399 fm = fc.getSupportFragmentManager(); 413 fc = restartFragmentController(fc); 414 fm = fc.getSupportFragmentManager(); 422 shutdownFragmentController(fc); 434 FragmentController fc = FragmentController.createController local 477 final FragmentController fc = FragmentController.createController( local [all...] |
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
FileDisk.java | 43 private final FileChannel fc; field in class:FileDisk 64 this.fc = raf.getChannel(); 67 public FileDisk(RandomAccessFile raf, FileChannel fc, boolean readOnly) { 70 this.fc = fc; 77 this.fc = raf.getChannel(); 118 final int read = fc.read(dest, devOffset); 137 final int written = fc.write(src, devOffset); 161 this.fc.close();
|
/bootable/recovery/applypatch/ |
main.cpp | 70 FileContents fc; local 71 if (LoadFileContents(colon, &fc) != 0) { 74 files->push_back(std::move(fc));
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/ |
FastMember.java | 22 protected FastClass fc; field in class:FastMember 26 protected FastMember(FastClass fc, Member member, int index) { 27 this.fc = fc; 44 return fc.getJavaClass();
|
/external/opencv3/apps/traincascade/ |
traincascade.cpp | 26 int fc = sizeof(featureParams)/sizeof(featureParams[0]); local 43 for( int fi = 0; fi < fc; fi++ ) 99 for( int fi = 0; fi < fc; fi++ )
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
FlatPackageWriterImpl.java | 150 FileChannel fc = fos.getChannel(); local 153 b.getBox(fc); // moof 154 mdat.getBox(fc); // mdat 155 fc.truncate(fc.position()); 156 fc.close();
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator.h | 61 freeCallback fc; member in struct:__anon8347
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_wave.h | 54 FMT_CHUNK fc; member in struct:__anon24090
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 134 /* Double precision if (fc <= fs/110) */ 135 /* Double precision if (fs/110 < fc < fs/85) & (Q>3) */ 147 LVM_UINT32 fc; /* Filter centre frequency */ local 158 fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ 166 if ((fc << 15) <= (LOW_FREQ * fs)) 169 * fc <= fs/110 173 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300)) 176 * (fs/110 < fc < fs/85) & (Q>3) 185 if (fc > (fs >> 1))
|
/libcore/benchmarks/src/benchmarks/regression/ |
ByteBufferBulkBenchmark.java | 61 FileChannel fc = raf.getChannel(); local 62 result = fc.map(FileChannel.MapMode.READ_WRITE, 0, fc.size());
|
/libcore/support/src/test/java/tests/support/ |
Support_Format.java | 138 FieldContainer fc = (FieldContainer) obj; local 139 return (start == fc.start && end == fc.end 140 && attribute == fc.attribute && value.equals(fc.value));
|
/system/bt/stack/rfcomm/ |
port_utils.c | 424 BOOLEAN fc = p_port->tx.peer_fc local 430 if (p_port->tx.user_fc == fc) 433 p_port->tx.user_fc = fc; 435 if (fc) 543 /* if queue count reached credit rx max, set peer fc */ 584 RFCOMM_TRACE_EVENT ("PORT_DataInd Data reached HW. Sending FC set.");
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-1.s | 191 fc: label
|