/external/clang/test/Sema/ |
D | pragma-pack-5.c | 12 char f3; member 19 char f3; member 26 unsigned f3 : 8; member 34 unsigned f3 : 16; member 43 char f3; member
|
/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_10964.cpp | 108 auto f3 = f1.then(TestCallback()); in main() local 119 auto f3 = f2.then(TestCallback()); in main() local 141 auto f3 = f1.then(TestCallback()); in main() local 151 auto f3 = f1.then(executor, TestCallback()); in main() local 169 auto f3 = f2.then(executor, TestCallback()); in main() local 183 auto f3 = f2.then(executor, TestCallback()); in main() local
|
D | test_futures.cpp | 803 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 824 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 845 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 866 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 890 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 914 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 938 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 962 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 989 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local 1015 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | function-template-specialization-noreturn.cpp | 7 template <int N> void __attribute__((noreturn)) f3() { __builtin_unreachable(); } in f3() function 8 template <> void f3<1>() { } // expected-warning {{function declared 'noreturn' should not return}} in f3() function
|
/external/mesa3d/src/amd/vpelib/src/core/inc/ |
D | reg_helper.h | 100 #define REG_SET_3(reg_name, init_val, f1, v1, f2, v2, f3, v3) \ argument 114 #define REG_SET_4(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 128 #define REG_SET_5(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5) \ argument 143 #define REG_SET_6(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6) \ argument 159 #define REG_SET_7(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument 177 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument 195 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument 214 #define REG_SET_10(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, \ argument 236 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument 238 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/ |
D | switch.h | 64 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3) { in Switch() 80 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4) { in Switch() 98 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5) { in Switch() 118 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6) { in Switch() 140 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7) { in Switch() 164 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 192 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 222 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 254 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 288 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() [all …]
|
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/futures/ |
D | wait_for_all.hpp | 36 void wait_for_all(F1& f1,F2& f2,F3& f3) in wait_for_all() 44 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4) in wait_for_all() 53 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4,F5& f5) in wait_for_all()
|
/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 190 #define SET_AES_FUNC_23(f2, f3) \ argument 195 #define SET_AES_FUNC_23(f2, f3) \ argument 199 #define SET_AES_FUNC_23(f2, f3) argument 202 #define SET_AES_FUNCS(c, f0, f1, f2, f3) \ argument
|
/external/webrtc/common_audio/third_party/ooura/fft_size_128/ |
D | ooura_fft_mips.cc | 275 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local 523 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local 877 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local 933 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local 996 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local 1122 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local
|
/external/clang/test/SemaCXX/ |
D | warn-shadow.cpp | 34 int f1, f2, f3, f4; // expected-note 8 {{previous declaration is here}} member in A 37 A(int f1, int f2, int f3, int f4) // expected-note-re 4 {{variable 'f{{[0-4]}}' is declared here}} in A() 48 A(int f1, int f2, int f3, int f4, double overload_dummy) {} in A()
|
/external/leveldb/db/ |
D | version_set_test.cc | 245 FileMetaData* f3 = in TEST_F() local 266 FileMetaData* f3 = in TEST_F() local 288 FileMetaData* f3 = in TEST_F() local 311 FileMetaData* f3 = in TEST_F() local
|
/external/clang/test/SemaObjCXX/ |
D | conversion-ranking.mm | 57 int &f3(A*); function 58 float &f3(Class); function
|
/external/llvm/test/MC/Mips/ |
D | elf-tls.s | 82 .globl f3 symbol 87 f3: # @f3 label
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09/ |
D | test.proto | 19 repeated string f3 = 3; field 32 repeated string f3 = 3; field 38 repeated string f3 = 3; field 67 repeated string f3 = 3; field 115 repeated string f3 = 3; field 162 repeated string f3 = 3; field 223 repeated string f3 = 3; field 280 repeated string f3 = 3; field 328 repeated string f3 = 3; field
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/ |
D | test.proto | 19 repeated string f3 = 3; field 32 repeated string f3 = 3; field 38 repeated string f3 = 3; field 67 repeated string f3 = 3; field 115 repeated string f3 = 3; field 162 repeated string f3 = 3; field 223 repeated string f3 = 3; field 280 repeated string f3 = 3; field 328 repeated string f3 = 3; field
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5/ |
D | test.proto | 19 repeated string f3 = 3; field 32 repeated string f3 = 3; field 38 repeated string f3 = 3; field 67 repeated string f3 = 3; field 115 repeated string f3 = 3; field 162 repeated string f3 = 3; field 223 repeated string f3 = 3; field 280 repeated string f3 = 3; field 328 repeated string f3 = 3; field
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61/ |
D | test.proto | 19 repeated string f3 = 3; field 32 repeated string f3 = 3; field 38 repeated string f3 = 3; field 67 repeated string f3 = 3; field 115 repeated string f3 = 3; field 162 repeated string f3 = 3; field 223 repeated string f3 = 3; field 280 repeated string f3 = 3; field 328 repeated string f3 = 3; field
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/ |
D | test.proto | 19 repeated string f3 = 3; field 32 repeated string f3 = 3; field 38 repeated string f3 = 3; field 67 repeated string f3 = 3; field 115 repeated string f3 = 3; field 162 repeated string f3 = 3; field 223 repeated string f3 = 3; field 280 repeated string f3 = 3; field 328 repeated string f3 = 3; field
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20180125_92554152/ |
D | test.proto | 19 repeated string f3 = 3; field 32 repeated string f3 = 3; field 38 repeated string f3 = 3; field 67 repeated string f3 = 3; field 115 repeated string f3 = 3; field 162 repeated string f3 = 3; field 223 repeated string f3 = 3; field 280 repeated string f3 = 3; field 328 repeated string f3 = 3; field
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | spline.inl | 22 …typename genType::value_type f3 = typename genType::value_type(-3) * s3 + typename genType::value_… local 45 typename genType::value_type f3 = s3 - typename genType::value_type(2) * s2 + s; local
|
/external/strace/tests-m32/ |
D | stack-fcall-3.c | 6 int f3(int i) in f3() function
|
/external/strace/tests/ |
D | stack-fcall-3.c | 6 int f3(int i) in f3() function
|
/external/strace/tests-mx32/ |
D | stack-fcall-3.c | 6 int f3(int i) in f3() function
|
/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/ |
D | types.verify.cpp | 24 std::adopt_lock_t f3() { return {}; } // expected-error 1 {{chosen constructor is explicit in copy-… in f3() function
|
/external/llvm/test/MC/ARM/ |
D | symbol-variants-errors.s | 18 f3: label
|