/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 | 2335 { auto _e = color(); _o->color = _e; }; 2361 { auto _e = id(); if (_e) _o->id = _e->str(); }; 2362 { auto _e = val(); _o->val = _e; }; 2363 { auto _e = count(); _o->count = _e; }; 2393 { auto _e = id(); _o->id = _e; }; 2419 { auto _e = pos(); if (_e) _o->pos = flatbuffers::unique_ptr<Vec3>(new Vec3(*_e)); }; 2420 { auto _e = mana(); _o->mana = _e; }; 2421 { auto _e = hp(); _o->hp = _e; }; 2422 { auto _e = name(); if (_e) _o->name = _e->str(); }; 2423 …uto _e = inventory(); if (_e) { _o->inventory.resize(_e->size()); for (flatbuffers::uoffset_t _i =… [all …]
|
D | monster_extra_generated.h | 172 { auto _e = testf_nan(); _o->testf_nan = _e; }; in UnPackTo() local 173 { auto _e = testf_pinf(); _o->testf_pinf = _e; }; in UnPackTo() local 174 { auto _e = testf_ninf(); _o->testf_ninf = _e; }; in UnPackTo() local 175 { auto _e = testd_nan(); _o->testd_nan = _e; }; in UnPackTo() local 176 { auto _e = testd_pinf(); _o->testd_pinf = _e; }; in UnPackTo() local 177 { auto _e = testd_ninf(); _o->testd_ninf = _e; }; in UnPackTo() local
|
/external/flatbuffers/samples/ |
D | monster_generated.h | 530 { auto _e = pos(); if (_e) _o->pos = flatbuffers::unique_ptr<Vec3>(new Vec3(*_e)); }; 531 { auto _e = mana(); _o->mana = _e; }; 532 { auto _e = hp(); _o->hp = _e; }; 533 { auto _e = name(); if (_e) _o->name = _e->str(); }; 534 …uto _e = inventory(); if (_e) { _o->inventory.resize(_e->size()); for (flatbuffers::uoffset_t _i =… 535 { auto _e = color(); _o->color = _e; }; 536 …_e = weapons(); if (_e) { _o->weapons.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i <… 537 { auto _e = equipped_type(); _o->equipped.type = _e; }; 538 …{ auto _e = equipped(); if (_e) _o->equipped.value = EquipmentUnion::UnPack(_e, equipped_type(), _… 580 { auto _e = name(); if (_e) _o->name = _e->str(); }; [all …]
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_generated.h | 8756 …{ auto _e = custom(); if (_e) { _o->custom.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0;… 8782 …{ auto _e = min(); if (_e) { _o->min.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < … 8783 …{ auto _e = max(); if (_e) { _o->max.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < … 8784 …{ auto _e = scale(); if (_e) { _o->scale.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _… 8785 …o _e = zero_point(); if (_e) { _o->zero_point.resize(_e->size()); for (flatbuffers::uoffset_t _i =… 8786 { auto _e = details_type(); _o->details.type = _e; }; 8787 …{ auto _e = details(); if (_e) _o->details.value = QuantizationDetailsUnion::UnPack(_e, details_ty… 8788 { auto _e = quantized_dimension(); _o->quantized_dimension = _e; }; 8826 …{ auto _e = shape(); if (_e) { _o->shape.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _… 8827 { auto _e = type(); _o->type = _e; }; [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 687 error_condition(E _e, typename enable_if_c< 690 {*this = make_error_condition(_e);} 703 operator=(E _e) 704 {*this = make_error_condition(_e); return *this;} 724 inline error_condition make_error_condition(errc _e) { 725 return error_condition(static_cast<int>(_e), generic_category()); 745 error_code(E _e, typename enable_if_c< 748 *this = make_error_code(_e); 762 operator=(E _e) 763 {*this = make_error_code(_e); return *this;} [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/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/flatbuffers/tests/union_vector/ |
D | union_vector_generated.h | 453 { auto _e = sword_attack_damage(); _o->sword_attack_damage = _e; }; in UnPackTo() local 479 { auto _e = main_character_type(); _o->main_character.type = _e; }; in UnPackTo() local 480 …{ auto _e = main_character(); if (_e) _o->main_character.value = CharacterUnion::UnPack(_e, main_c… in UnPackTo() local 481 …_e = characters_type(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoffset_t _… in UnPackTo() local 482 …_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/llvm/test/MC/MachO/ |
D | indirect-symbols.s | 5 _e: label 18 .indirect_symbol _e
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | indirect-symbols.s | 5 _e: label 18 .indirect_symbol _e
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ |
D | indirect-symbols.s | 5 _e: label 18 .indirect_symbol _e
|
/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/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/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | align.ll | 26 ;DARWIN: _e:
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | align.ll | 27 ;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 | 42 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 560 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
|