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

1 2 3 4 5 6 7

  /external/javasqlite/src/main/java/SQLite/
Function.java 13 * public void function(SQLite.FunctionContext fc, String args[]) {
16 * fc.set_result(Math.sin(d.doubleValue()));
18 * fc.set_error("sin(" + args[0] + "):" + e);
36 * @param fc function's context for reporting result
40 public void function(FunctionContext fc, String args[]);
45 * @param fc function's context for reporting result
49 public void step(FunctionContext fc, String args[]);
54 * @param fc function's context for reporting result
57 public void last_step(FunctionContext fc);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 32 FileChannel fc = new FileInputStream(tmp).getChannel(); local
34 fc.read(readOnly);
39 fc.read(new ByteBuffer[] { readOnly });
44 fc.read(new ByteBuffer[] { readOnly }, 0, 1);
49 fc.read(readOnly, 0L);
53 fc.close();
57 fc = new FileOutputStream(tmp).getChannel();
58 fc.write(readOnly);
59 fc.write(new ByteBuffer[] { readOnly });
60 fc.write(new ByteBuffer[] { readOnly }, 0, 1)
67 FileChannel fc = new FileOutputStream(tmp).getChannel(); local
87 FileChannel fc = new FileOutputStream(tmp).getChannel(); local
101 FileChannel fc = fos.getChannel(); local
    [all...]
  /external/clang/test/Sema/
overloadable-complex.c 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
8 char *cp3 = foo(fc);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
17 int *ip = foo(fc);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
26 int *ip = foo(fc);
33 void test_promote_or_convert(float f, float _Complex fc) {
34 char *cp = promote_or_convert(fc); // expected-error{{call to 'promote_or_convert' is ambiguous; candidates are:}}
41 void test_promote_or_convert2(float _Complex fc) {
42 int *cp = promote_or_convert2(fc);
    [all...]
  /external/clang/test/SemaCXX/
complex-overload.cpp 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
8 char *cp3 = foo(fc);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
17 int *ip = foo(fc);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
26 int *ip = foo(fc);
33 void test_promote_or_convert(float f, float _Complex fc) {
34 char *cp = promote_or_convert(fc);
41 void test_promote_or_convert2(float _Complex fc) {
42 int *cp = promote_or_convert2(fc);
    [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());
  /external/tcpdump/
ieee802_11.h 112 #define FC_VERSION(fc) ((fc) & 0x3)
113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
114 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF)
115 #define FC_TO_DS(fc) ((fc) & 0x0100)
116 #define FC_FROM_DS(fc) ((fc) & 0x0200
125 u_int16_t fc; member in struct:mgmt_header_t
254 u_int16_t fc; member in struct:ctrl_rts_t
265 u_int16_t fc; member in struct:ctrl_cts_t
274 u_int16_t fc; member in struct:ctrl_ack_t
283 u_int16_t fc; member in struct:ctrl_ps_poll_t
294 u_int16_t fc; member in struct:ctrl_end_t
305 u_int16_t fc; member in struct:ctrl_end_ack_t
    [all...]
print-802_11.c 559 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh,
562 switch (FC_SUBTYPE(fc)) {
605 FC_SUBTYPE(fc));
616 ctrl_body_print(u_int16_t fc, const u_char *p)
618 switch (FC_SUBTYPE(fc)) {
687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp,
690 u_int subtype = FC_SUBTYPE(fc);
714 if (!FC_TO_DS(fc) && !FC_FROM_DS(fc)) {
724 } else if (!FC_TO_DS(fc) && FC_FROM_DS(fc))
916 u_int16_t fc; local
    [all...]
print-fddi.c 122 print_fddi_fc(u_char fc)
124 switch (fc) {
155 switch (fc & FDDIFC_CLFF) {
158 printf("mac%1x ", fc & FDDIFC_ZZZZ);
162 printf("smt%1x ", fc & FDDIFC_ZZZZ);
166 printf("async%1x ", fc & FDDIFC_ZZZZ);
170 printf("sync%1x ", fc & FDDIFC_ZZZZ);
174 printf("imp_async%1x ", fc & FDDIFC_ZZZZ);
178 printf("imp_sync%1x ", fc & FDDIFC_ZZZZ);
182 printf("%02x ", fc);
    [all...]
  /external/pcre/
RunTest.bat 31 fc /n %srcdir%\testdata\testoutput1 testout\testoutput1
32 fc /n %srcdir%\testdata\testoutput2 testout\testoutput2
33 rem fc /n %srcdir%\testdata\testoutput3 testout\testoutput3
34 fc /n %srcdir%\testdata\wintestoutput3 testout\wintestoutput3
35 fc /n %srcdir%\testdata\testoutput4 testout\testoutput4
36 fc /n %srcdir%\testdata\testoutput5 testout\testoutput5
37 fc /n %srcdir%\testdata\testoutput6 testout\testoutput6
38 fc /n %srcdir%\testdata\testoutput7 testout\testoutput7
39 fc /n %srcdir%\testdata\testoutput8 testout\testoutput8
40 fc /n %srcdir%\testdata\testoutput9 testout\testoutput
    [all...]
  /external/libvpx/vp8/encoder/
modecosts.c 38 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.bmode_prob, T);
40 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.sub_mv_ref_prob, vp8_sub_mv_ref_tree);
42 vp8_cost_tokens(c->mb.mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
45 vp8_cost_tokens(c->mb.intra_uv_mode_cost[1], x->fc.uv_mode_prob, vp8_uv_mode_tree);
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 203 public void function(FunctionContext fc, String args[]) {
205 fc.set_error(errorMsg);
208 public void last_step(FunctionContext fc) {}
209 public void step(FunctionContext fc, String[] args) {}
216 public void function(FunctionContext fc, String args[]) {
218 noOfRows = fc.count();
219 fc.set_result(noOfRows);
222 public void last_step(FunctionContext fc) {}
223 public void step(FunctionContext fc, String[] args) {}
230 public void function(FunctionContext fc, String args[])
    [all...]
  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp,
21 fc.baz();
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 110 FlipWord(&p->fc.wFormatTag);
111 FlipWord(&p->fc.nChannels);
112 FlipDWord(&p->fc.nSamplesPerSec);
113 FlipDWord(&p->fc.nAvgBytesPerSec);
114 FlipWord(&p->fc.nBlockAlign);
115 FlipWord(&p->fc.wBitsPerSample);
158 wFile->wh.fc.wFormatTag = 1;
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec;
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 110 FlipWord(&p->fc.wFormatTag);
111 FlipWord(&p->fc.nChannels);
112 FlipDWord(&p->fc.nSamplesPerSec);
113 FlipDWord(&p->fc.nAvgBytesPerSec);
114 FlipWord(&p->fc.nBlockAlign);
115 FlipWord(&p->fc.wBitsPerSample);
158 wFile->wh.fc.wFormatTag = 1;
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec;
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 110 FlipWord(&p->fc.wFormatTag);
111 FlipWord(&p->fc.nChannels);
112 FlipDWord(&p->fc.nSamplesPerSec);
113 FlipDWord(&p->fc.nAvgBytesPerSec);
114 FlipWord(&p->fc.nBlockAlign);
115 FlipWord(&p->fc.wBitsPerSample);
158 wFile->wh.fc.wFormatTag = 1;
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
160 wFile->wh.fc.nSamplesPerSec = (EAS_U32) nSamplesPerSec;
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsService.java 216 Intent.FilterComparison fc = new Intent.FilterComparison(intent); local
217 if (RemoteViewsService.sRemoteViewFactories.containsKey(fc)) {
218 RemoteViewsFactory factory = RemoteViewsService.sRemoteViewFactories.get(fc);
225 RemoteViewsService.sRemoteViewFactories.remove(fc);
237 Intent.FilterComparison fc = new Intent.FilterComparison(intent); local
240 if (!sRemoteViewFactories.containsKey(fc)) {
242 sRemoteViewFactories.put(fc, factory);
246 factory = sRemoteViewFactories.get(fc);
  /libcore/luni/src/main/java/java/nio/
NioUtils.java 62 * Returns the int file descriptor from within the given FileChannel 'fc'.
64 public static FileDescriptor getFD(FileChannel fc) {
65 return ((FileChannelImpl) fc).getFD();
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 46 FileChannel fc = fis.getChannel(); local
47 MappedByteBuffer mmb = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc
64 fc.close();
76 FileChannel fc = fis.getChannel(); local
77 MappedByteBuffer mmb = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size());
104 mmb = fc.map(FileChannel.MapMode.READ_WRITE, 0, fc.size());
113 mmb = fc.map(FileChannel.MapMode.PRIVATE, 0, fc.size())
    [all...]
  /bootable/recovery/applypatch/
main.c 76 FileContents fc; local
77 if (LoadFileContents(colon, &fc, RETOUCH_DONT_MASK) != 0) {
82 (*patches)[i]->size = fc.size;
83 (*patches)[i]->data = (char*)fc.data;
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.h 42 void DecodeFourChar(UInt32 fc, std::string* out);
  /bionic/libc/kernel/common/linux/
if_hippi.h 58 __u8 fc:3; member in struct:hippi_le_hdr
64 __u8 fc:3;
  /development/ndk/platforms/android-3/include/linux/
if_hippi.h 58 __u8 fc:3; member in struct:hippi_le_hdr
64 __u8 fc:3;
  /external/clang/test/CodeGenCXX/
vtable-linkage.cpp 92 F<char> fc; local
93 fc.foo();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 58 __u8 fc:3; member in struct:hippi_le_hdr
64 __u8 fc:3;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_hippi.h 58 __u8 fc:3; member in struct:hippi_le_hdr
64 __u8 fc:3;

Completed in 1863 milliseconds

1 2 3 4 5 6 7