/external/javasqlite/src/main/java/SQLite/ |
D | Function.java | 40 public void function(FunctionContext fc, String args[]); in function() 49 public void step(FunctionContext fc, String args[]); in step() 57 public void last_step(FunctionContext fc); in last_step()
|
/external/clang/test/Sema/ |
D | overloadable-complex.c | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() 33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() 41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
|
/external/clang/test/SemaCXX/ |
D | complex-overload.cpp | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() 33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() 41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
|
/external/tcpdump/ |
D | ieee802_11.h | 112 #define FC_VERSION(fc) ((fc) & 0x3) argument 113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument 114 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument 115 #define FC_TO_DS(fc) ((fc) & 0x0100) argument 116 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument 117 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument 118 #define FC_RETRY(fc) ((fc) & 0x0800) argument 119 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument 120 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument 121 #define FC_WEP(fc) ((fc) & 0x4000) argument [all …]
|
D | print-802_11.c | 559 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, in mgmt_body_print() 616 ctrl_body_print(u_int16_t fc, const u_char *p) in ctrl_body_print() 687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in data_header_print() 781 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ctrl_header_print() 827 extract_header_length(u_int16_t fc) in extract_header_length() 868 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ieee_802_11_hdr_print() 916 u_int16_t fc; in ieee802_11_print() local
|
D | print-fddi.c | 122 print_fddi_fc(u_char fc) in print_fddi_fc()
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
D | MappedByteBufferTest.java | 46 FileChannel fc = fis.getChannel(); in testasIntBuffer() local 76 FileChannel fc = fis.getChannel(); in testEmptyBuffer() local
|
/external/clang/test/Index/ |
D | complete-memfunc-cvquals.cpp | 17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
|
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 340 u16 fc; in hostapd_mgmt_rx() local 472 u16 fc; in wpa_supplicant_event() local
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.c | 350 u16 fc, type, stype; in get_hdr_bssid() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | ScannerTest.java | 261 FileChannel fc = new FileOutputStream(tmpFile).getChannel(); in test_ConstructorLjava_nio_channels_ReadableByteChannel() local 302 FileChannel fc = new FileOutputStream(tmpFile).getChannel(); in test_ConstructorLjava_nio_channels_ReadableByteChannelLjava_lang_String() local 366 FileChannel fc = fos.getChannel(); in test_close() local
|
/external/sonivox/arm-fm-22k/host_src/ |
D | eas_wave.h | 54 FMT_CHUNK fc; member
|
/external/sonivox/arm-hybrid-22k/host_src/ |
D | eas_wave.h | 54 FMT_CHUNK fc; member
|
/external/clang/test/CodeGenCXX/ |
D | vtable-linkage.cpp | 92 F<char> fc; in use_F() local
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_wave.h | 54 FMT_CHUNK fc; member
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | macutils.cc | 65 void DecodeFourChar(UInt32 fc, std::string* out) { in DecodeFourChar()
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | Support_Format.java | 138 FieldContainer fc = (FieldContainer) obj; in equals() local
|
/external/skia/tests/ |
D | ScalarTest.cpp | 53 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_hostap.c | 62 u16 fc, ethertype; in handle_data() local 123 u16 fc; in handle_tx_callback() local 143 u16 fc, extra_len, type, stype; in handle_frame() local
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 325 int cc = 0, fc = 0, sc = 0, bc = 0, lc = 0, ec = 0; /* Channel and element counters */ in CProgramConfig_LookupElement() local
|
/external/kernel-headers/original/linux/ |
D | if_tr.h | 38 __u8 fc; /* frame control field */ member
|
D | if_hippi.h | 113 __u8 fc:3; member
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | ScenarioResults.java | 180 char fc = token.charAt(0); in getShortName() local
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpec.java | 170 ForComparison fc = (ForComparison) other; in equals() local
|
/external/clang/test/CodeGen/ |
D | atomic-ops.c | 151 _Complex float fc(_Atomic(_Complex float) *c) { in fc() function
|