HomeSort by relevance Sort by last modified time
    Searched defs:fc (Results 1 - 25 of 735) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/
find_test.cc 36 FindCommand fc; local
37 if (!fc.Parse(cmd)) {
42 if (!FindEmulator::Get()->HandleFind(cmd, fc, Loc(), &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/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/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 55 FileChannel fc = new FileInputStream(tmp).getChannel(); local
57 fc.read(readOnly);
62 fc.read(new ByteBuffer[] { readOnly });
67 fc.read(new ByteBuffer[] { readOnly }, 0, 1);
72 fc.read(readOnly, 0L);
76 fc.close();
80 fc = new FileOutputStream(tmp).getChannel();
81 fc.write(readOnly);
82 fc.write(new ByteBuffer[] { readOnly });
83 fc.write(new ByteBuffer[] { readOnly }, 0, 1)
90 FileChannel fc = new FileOutputStream(tmp).getChannel(); local
110 FileChannel fc = new FileOutputStream(tmp).getChannel(); local
124 FileChannel fc = fos.getChannel(); local
140 FileChannel fc = createFileContainingBytes(initialBytes); local
160 FileChannel fc = createFileContainingBytes(initialBytes); local
182 FileChannel fc = createFileContainingBytes(initialBytes); local
202 FileChannel fc = createFileContainingBytes(initialBytes); local
222 FileChannel fc = createFileContainingBytes(initialBytes); local
250 FileChannel fc = fosFromFd.getChannel(); local
284 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)
  /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/
applypatch_modes.cpp 81 FileContents fc; local
82 if (LoadFileContents(pieces[1].c_str(), &fc) != 0) {
85 files->push_back(std::move(fc));
  /frameworks/support/fragment/tests/java/android/support/v4/app/
FragmentLifecycleTest.java 397 FragmentController fc = startupFragmentController(null); local
398 FragmentManager fm = fc.getSupportFragmentManager();
410 fc = restartFragmentController(fc);
411 fm = fc.getSupportFragmentManager();
425 fc = restartFragmentController(fc);
426 fm = fc.getSupportFragmentManager();
434 shutdownFragmentController(fc);
446 FragmentController fc = FragmentController.createController local
509 FragmentController fc = FragmentController.createController( local
541 FragmentController fc = startupFragmentController(null); local
642 FragmentController fc = startupFragmentController(null); local
674 FragmentController fc = startupFragmentController(null); local
702 FragmentController fc = startupFragmentController(null); local
926 FragmentController fc = FragmentTestUtil.createController(mActivityRule); local
972 FragmentController fc = FragmentTestUtil.createController(mActivityRule); local
1019 FragmentController fc = FragmentTestUtil.createController(mActivityRule); local
1057 FragmentController fc = FragmentTestUtil.createController(mActivityRule); local
1078 FragmentController fc = FragmentTestUtil.createController(mActivityRule); local
1127 final FragmentController fc = FragmentController.createController( local
    [all...]
  /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:__anon14396
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 159 nmv_context *fc = &cm->fc->nmvc; local
164 fc->joints);
167 nmv_component *comp = &fc->comps[i];
193 void vp9_init_mv_probs(VP9_COMMON *cm) { cm->fc->nmvc = default_nmv_context; }
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 54 FMT_CHUNK fc; member in struct:__anon30007
  /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.cc 397 bool fc = p_port->tx.peer_fc || !p_port->rfc.p_mcb || local
402 if (p_port->tx.user_fc == fc) return (0);
404 p_port->tx.user_fc = fc;
406 if (fc)
495 /* if queue count reached credit rx max, set peer fc */
528 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
unwind-2.s 191 fc: label
  /external/clang/test/CodeGenCXX/
vtable-linkage.cpp 78 F<char> fc; local
79 fc.foo();
  /external/libldac/src/
quant_ldac.c 105 const float fc = (float)((1 << 23) + (1 << 22)); local
108 fi.f = p_nspec[i] * qf + fc;
150 const float fc = (float)((1 << 23) + (1 << 22)); local
154 fi.f = (p_nspec[i] - ldqspec) * rqsf + fc;

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 91011>>