Home
last modified time | relevance | path

Searched refs:_e (Results 1 – 25 of 222) sorted by relevance

123456789

/external/capstone/bindings/
DMakefile30 ../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/
Dmonster_test_generated.h2335 { 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 …]
Dmonster_extra_generated.h172 { 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/
Dmonster_generated.h530 { 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/
Dschema_generated.h8756 …{ 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/
Dsystem_error.h687 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/
Deu-config.h102 ({ 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/
DStoreException.java9 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/
DStoreException.java11 private Throwable _e; field in StoreException
22 _e = cause; in StoreException()
27 return _e; in getCause()
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h453 { 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/
Ddivsufsort_private.h160 #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/
Dindirect-symbols.s5 _e: label
18 .indirect_symbol _e
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dindirect-symbols.s5 _e: label
18 .indirect_symbol _e
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
Dindirect-symbols.s5 _e: label
18 .indirect_symbol _e
/external/clang/test/SemaCXX/
Dtypo-correction.cpp23 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/
Dp6.cpp10 void operator "" _e(const char *); // expected-error {{must have C++ linkage}}
Dp2.cpp21 int operator "" _e; // expected-error {{cannot be the name of a variable}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dalign.ll26 ;DARWIN: _e:
/external/llvm/test/CodeGen/ARM/
Dalign.ll26 ;DARWIN: _e:
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dalign.ll26 ;DARWIN: _e:
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dalign.ll27 ;DARWIN: _e:
/external/llvm/test/CodeGen/PowerPC/
Dalign.ll27 ;DARWIN: _e:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dalign.ll27 ;DARWIN: _e:
/external/python/cpython3/Lib/
Drandom.py42 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/
Drandom.py45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown
548 b = (_e + alpha)/_e

123456789