Home
last modified time | relevance | path

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

1234567

/external/libtextclassifier/
Dmodel_generated.h2924 …{ auto _e = buffer(); if (_e) { _o->buffer.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0;… in UnPackTo() local
2925 { auto _e = uncompressed_size(); _o->uncompressed_size = _e; }; in UnPackTo() local
2953 { auto _e = strip_unpaired_brackets(); _o->strip_unpaired_brackets = _e; }; in UnPackTo() local
2954 { auto _e = symmetry_context_size(); _o->symmetry_context_size = _e; }; in UnPackTo() local
2955 { auto _e = batch_size(); _o->batch_size = _e; }; in UnPackTo() local
2956 …{ auto _e = always_classify_suggested_selection(); _o->always_classify_suggested_selection = _e; }; in UnPackTo() local
2988 { auto _e = phone_min_num_digits(); _o->phone_min_num_digits = _e; }; in UnPackTo() local
2989 { auto _e = phone_max_num_digits(); _o->phone_max_num_digits = _e; }; in UnPackTo() local
2990 { auto _e = address_min_num_tokens(); _o->address_min_num_tokens = _e; }; in UnPackTo() local
2991 { auto _e = max_num_tokens(); _o->max_num_tokens = _e; }; in UnPackTo() local
[all …]
/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.h1550 { auto _e = color(); _o->color = _e; };
1576 { auto _e = id(); if (_e) _o->id = _e->str(); };
1577 { auto _e = val(); _o->val = _e; };
1578 { auto _e = count(); _o->count = _e; };
1608 { auto _e = pos(); if (_e) _o->pos = flatbuffers::unique_ptr<Vec3>(new Vec3(*_e)); };
1609 { auto _e = mana(); _o->mana = _e; };
1610 { auto _e = hp(); _o->hp = _e; };
1611 { auto _e = name(); if (_e) _o->name = _e->str(); };
1612 …uto _e = inventory(); if (_e) { _o->inventory.resize(_e->size()); for (flatbuffers::uoffset_t _i =…
1613 { auto _e = color(); _o->color = _e; };
[all …]
/external/flatbuffers/samples/
Dmonster_generated.h467 { auto _e = pos(); if (_e) _o->pos = flatbuffers::unique_ptr<Vec3>(new Vec3(*_e)); };
468 { auto _e = mana(); _o->mana = _e; };
469 { auto _e = hp(); _o->hp = _e; };
470 { auto _e = name(); if (_e) _o->name = _e->str(); };
471 …uto _e = inventory(); if (_e) { _o->inventory.resize(_e->size()); for (flatbuffers::uoffset_t _i =…
472 { auto _e = color(); _o->color = _e; };
473_e = weapons(); if (_e) { _o->weapons.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i <…
474 { auto _e = equipped_type(); _o->equipped.type = _e; };
475 …{ auto _e = equipped(); if (_e) _o->equipped.value = EquipmentUnion::UnPack(_e, equipped_type(), _…
517 { auto _e = name(); if (_e) _o->name = _e->str(); };
[all …]
/external/tensorflow/tensorflow/contrib/lite/schema/
Dschema_generated.h4349 …{ auto _e = min(); if (_e) { _o->min.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i <
4350 …{ auto _e = max(); if (_e) { _o->max.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i <
4351 …{ auto _e = scale(); if (_e) { _o->scale.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _…
4352 …o _e = zero_point(); if (_e) { _o->zero_point.resize(_e->size()); for (flatbuffers::uoffset_t _i =…
4384 …{ auto _e = shape(); if (_e) { _o->shape.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _…
4385 { auto _e = type(); _o->type = _e; };
4386 { auto _e = buffer(); _o->buffer = _e; };
4387 { auto _e = name(); if (_e) _o->name = _e->str(); };
4388 …{ auto _e = quantization(); if (_e) _o->quantization = std::unique_ptr<QuantizationParametersT>(_e
4422 { auto _e = padding(); _o->padding = _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.h90 ({ long int _e = !!(e); \
95 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \
96 __builtin_expect (_e, E); \
105 ({ long int _e = !!(e); \
110 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \
111 __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/flatbuffers/tests/union_vector/
Dunion_vector_generated.h375 { auto _e = sword_attack_damage(); _o->sword_attack_damage = _e; }; in UnPackTo() local
401 { auto _e = main_character_type(); _o->main_character.type = _e; }; in UnPackTo() local
402 …{ auto _e = main_character(); if (_e) _o->main_character.value = CharacterUnion::UnPack(_e, main_c… in UnPackTo() local
403_e = characters_type(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoffset_t _… in UnPackTo() local
404_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/javassist/src/main/javassist/tools/web/
DBadHttpRequest.java26 public BadHttpRequest(Exception _e) { e = _e; } in BadHttpRequest() argument
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dindirect-symbols.s5 _e: label
18 .indirect_symbol _e
/external/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/test/CodeGen/ARM/
Dalign.ll26 ;DARWIN: _e:
/external/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/python/cpython3/Lib/
Drandom.py42 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown
554 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
546 b = (_e + alpha)/_e
/external/python/cpython3/Lib/test/
Dtest_random.py834 _e = random._e
839 b = (_e + alpha)/_e
/external/llvm/test/Object/
Dnm-darwin-m.test12 test1: 00000004 (__TEXT,__text) non-external [alt entry] _e
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.h745 #define AR5K_ASSERT_ENTRY(_e, _s) do { \ argument
746 if (_e >= _s) \

1234567