/external/capstone/bindings/ |
D | Makefile | 30 ../tests/test > $(TEST)_e 31 ../tests/test_arm > $(TEST_ARM)_e 32 ../tests/test_arm64 > $(TEST_ARM64)_e 33 ../tests/test_mips > $(TEST_MIPS)_e 34 ../tests/test_ppc > $(TEST_PPC)_e 35 ../tests/test_sparc > $(TEST_SPARC)_e 36 ../tests/test_systemz > $(TEST_SYSZ)_e 37 ../tests/test_x86 > $(TEST_X86)_e 38 ../tests/test_xcore > $(TEST_XCORE)_e 69 $(DIFF) $(TEST)_e $(TEST)_o [all …]
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 2421 { auto _e = color(); _o->color = _e; }; 2447 { auto _e = id(); if (_e) _o->id = _e->str(); }; 2448 { auto _e = val(); _o->val = _e; }; 2449 { auto _e = count(); _o->count = _e; }; 2479 { auto _e = id(); _o->id = _e; }; 2505 { auto _e = pos(); if (_e) _o->pos = flatbuffers::unique_ptr<Vec3>(new Vec3(*_e)); }; 2506 { auto _e = mana(); _o->mana = _e; }; 2507 { auto _e = hp(); _o->hp = _e; }; 2508 { auto _e = name(); if (_e) _o->name = _e->str(); }; 2509 …uto _e = inventory(); if (_e) { _o->inventory.resize(_e->size()); for (flatbuffers::uoffset_t _i =… [all …]
|
D | monster_extra_generated.h | 178 { auto _e = testf_nan(); _o->testf_nan = _e; }; in UnPackTo() local 179 { auto _e = testf_pinf(); _o->testf_pinf = _e; }; in UnPackTo() local 180 { auto _e = testf_ninf(); _o->testf_ninf = _e; }; in UnPackTo() local 181 { auto _e = testd_nan(); _o->testd_nan = _e; }; in UnPackTo() local 182 { auto _e = testd_pinf(); _o->testd_pinf = _e; }; in UnPackTo() local 183 { auto _e = testd_ninf(); _o->testd_ninf = _e; }; in UnPackTo() local
|
/external/flatbuffers/samples/ |
D | monster_generated.h | 576 { auto _e = pos(); if (_e) _o->pos = flatbuffers::unique_ptr<Vec3>(new Vec3(*_e)); }; 577 { auto _e = mana(); _o->mana = _e; }; 578 { auto _e = hp(); _o->hp = _e; }; 579 { auto _e = name(); if (_e) _o->name = _e->str(); }; 580 …uto _e = inventory(); if (_e) { _o->inventory.resize(_e->size()); for (flatbuffers::uoffset_t _i =… 581 { auto _e = color(); _o->color = _e; }; 582 …_e = weapons(); if (_e) { _o->weapons.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i <… 583 { auto _e = equipped_type(); _o->equipped.type = _e; }; 584 …{ auto _e = equipped(); if (_e) _o->equipped.value = EquipmentUnion::UnPack(_e, equipped_type(), _… 585 …{ auto _e = path(); if (_e) { _o->path.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i … [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | StoreException.java | 9 private Throwable _e; field in StoreException 20 _e = cause; in StoreException() 25 return _e; in getCause()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | StoreException.java | 11 private Throwable _e; field in StoreException 22 _e = cause; in StoreException() 27 return _e; in getCause()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_generated.h | 10149 …{ auto _e = custom(); if (_e) { _o->custom.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0;… 10175 …{ auto _e = min(); if (_e) { _o->min.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < … 10176 …{ auto _e = max(); if (_e) { _o->max.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < … 10177 …{ auto _e = scale(); if (_e) { _o->scale.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _… 10178 …o _e = zero_point(); if (_e) { _o->zero_point.resize(_e->size()); for (flatbuffers::uoffset_t _i =… 10179 { auto _e = details_type(); _o->details.type = _e; }; 10180 …{ auto _e = details(); if (_e) _o->details.value = QuantizationDetailsUnion::UnPack(_e, details_ty… 10181 { auto _e = quantized_dimension(); _o->quantized_dimension = _e; }; 10219 { auto _e = format(); _o->format = _e; }; 10220 { auto _e = dense_size(); _o->dense_size = _e; }; [all …]
|
/external/elfutils/lib/ |
D | eu-config.h | 102 ({ long int _e = !!(e); \ 107 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \ 108 __builtin_expect (_e, E); \ 117 ({ long int _e = !!(e); \ 122 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \ 123 __builtin_expect (_e, E); \
|
/external/arm-trusted-firmware/include/arch/aarch64/ |
D | smccc_helpers.h | 68 #define SMC_GET_EL3(_h, _e) \ argument 69 read_ctx_reg((get_el3state_ctx(_h)), (_e)) 70 #define SMC_SET_EL3(_h, _e, _v) \ argument 71 write_ctx_reg((get_el3state_ctx(_h)), (_e), (_v))
|
/external/flatbuffers/tests/union_vector/ |
D | union_vector_generated.h | 488 { auto _e = sword_attack_damage(); _o->sword_attack_damage = _e; }; in UnPackTo() local 514 { auto _e = main_character_type(); _o->main_character.type = _e; }; in UnPackTo() local 515 …{ auto _e = main_character(); if (_e) _o->main_character.value = CharacterUnion::UnPack(_e, main_c… in UnPackTo() local 516 …_e = characters_type(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoffset_t _… in UnPackTo() local 517 …_e = characters(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0… in UnPackTo() local
|
/external/libdivsufsort/include/ |
D | divsufsort_private.h | 160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 164 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\ 173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument 178 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ |
D | indirect-symbols.s | 5 _e: label 18 .indirect_symbol _e
|
/external/llvm/test/MC/MachO/ |
D | indirect-symbols.s | 5 _e: label 18 .indirect_symbol _e
|
/external/arm-trusted-firmware/services/std_svc/sdei/ |
D | sdei_private.h | 95 #define GET_EV_STATE(_e, _s) get_ev_state_bit(_e, SDEI_STATF_##_s) argument 96 #define SET_EV_STATE(_e, _s) clr_ev_state_bit(_e->state, SDEI_STATF_##_s) argument
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 23 error_condition(E _e) { in error_condition() argument 29 *this = make_error_condition(_e); in error_condition() 34 inline error_condition make_error_condition(errc _e) { in make_error_condition() argument 35 return error_condition(static_cast<int>(_e)); in make_error_condition()
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p6.cpp | 10 void operator "" _e(const char *); // expected-error {{must have C++ linkage}}
|
D | p2.cpp | 21 int operator "" _e; // expected-error {{cannot be the name of a variable}}
|
/external/rust/crates/syn/0.15.42/src/ |
D | macros.rs | 121 ($($arms)* $name::$variant(ref _e) => to_tokens_call!(_e, $tokens, $($rest)*),)
|
/external/rust/crates/syn/1.0.7/src/ |
D | macros.rs | 163 ($($arms)* $name::$variant(_e) => _e.to_tokens($tokens),)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | align.ll | 26 ;DARWIN: _e:
|
/external/llvm/test/CodeGen/ARM/ |
D | align.ll | 26 ;DARWIN: _e:
|
/external/llvm/test/CodeGen/PowerPC/ |
D | align.ll | 27 ;DARWIN: _e:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | align.ll | 27 ;DARWIN: _e:
|
/external/python/cpython3/Lib/ |
D | random.py | 41 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 600 b = (_e + alpha)/_e
|
/external/python/cpython2/Lib/ |
D | random.py | 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 548 b = (_e + alpha)/_e
|