/external/libtextclassifier/ |
D | model_generated.h | 2924 …{ 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/ |
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 | 1550 { 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/ |
D | monster_generated.h | 467 { 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/ |
D | schema_generated.h | 4349 …{ 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/ |
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 | 90 ({ 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/ |
D | StoreException.java | 9 private Throwable _e; field in StoreException 20 _e = cause; in StoreException() 25 return _e; in getCause()
|
/external/flatbuffers/tests/union_vector/ |
D | union_vector_generated.h | 375 { 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/ |
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/javassist/src/main/javassist/tools/web/ |
D | BadHttpRequest.java | 26 public BadHttpRequest(Exception _e) { e = _e; } in BadHttpRequest() argument
|
/external/swiftshader/third_party/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/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/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/PowerPC/ |
D | align.ll | 27 ;DARWIN: _e:
|
/external/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 554 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 546 b = (_e + alpha)/_e
|
/external/python/cpython3/Lib/test/ |
D | test_random.py | 834 _e = random._e 839 b = (_e + alpha)/_e
|
/external/llvm/test/Object/ |
D | nm-darwin-m.test | 12 test1: 00000004 (__TEXT,__text) non-external [alt entry] _e
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k.h | 745 #define AR5K_ASSERT_ENTRY(_e, _s) do { \ argument 746 if (_e >= _s) \
|