/external/libcxx/src/ |
D | stdexcept.cpp | 36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error() 41 logic_error::operator=(const logic_error& le) _NOEXCEPT in operator =() 69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error() 75 runtime_error::operator=(const runtime_error& le) _NOEXCEPT in operator =()
|
/external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/ |
D | SLF4JBridgeHandlerTest.java | 67 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); in testSmoke() local 116 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); in testLogWithResourceBundle() local 147 LoggingEvent le = null; in testLogWithResourceBundleWithParameters() local 172 LoggingEvent le = (LoggingEvent) listAppender.list.get(0); in testLogWithPlaceholderNoParameters() local 178 LoggingEvent le = (LoggingEvent) listAppender.list.get(index); in assertLevel() local
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/ |
D | XLoggerTest.java | 61 void verify(LoggingEvent le, String expectedMsg) { in verify() 66 void verifyWithException(LoggingEvent le, String expectedMsg, Throwable t) { in verifyWithException() 71 …void verifyWithLevelAndException(LoggingEvent le, XLogger.Level level, String expectedMsg, Throwab… in verifyWithLevelAndException()
|
D | EventLoggerTest.java | 76 void verify(LoggingEvent le, String expectedMsg) { in verify()
|
/external/curl/lib/ |
D | hash.c | 112 struct curl_llist_element *le; in Curl_hash_add() local 141 struct curl_llist_element *le; in Curl_hash_delete() local 162 struct curl_llist_element *le; in Curl_hash_pick() local 183 struct curl_llist_element *le; in Curl_hash_apply() local 233 struct curl_llist_element *le; in Curl_hash_clean_with_criterium() local
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | channel.c | 163 channel_persistent_le_t* le = rsrc->ptr; in php_grpc_persistent_list_delete_unused_channel() local 261 channel_persistent_le_t *le; in create_and_add_channel_to_persistent_list() local 416 channel_persistent_le_t *le = (channel_persistent_le_t *)rsrc->ptr; in PHP_METHOD() local 561 channel_persistent_le_t *le = (channel_persistent_le_t *)rsrc->ptr; in php_grpc_channel_plink_dtor() local 576 target_bound_le_t *le = (target_bound_le_t *) rsrc->ptr; in php_grpc_target_bound_dtor() local 662 channel_persistent_le_t* le = rsrc->ptr; in PHP_METHOD() local
|
/external/u-boot/drivers/mtd/ubi/ |
D | eba.c | 95 struct ubi_ltree_entry *le; in ltree_lookup() local 130 struct ubi_ltree_entry *le, *le1, *le_free; in ltree_add_entry() local 199 struct ubi_ltree_entry *le; in leb_read_lock() local 216 struct ubi_ltree_entry *le; in leb_read_unlock() local 241 struct ubi_ltree_entry *le; in leb_write_lock() local 263 struct ubi_ltree_entry *le; in leb_write_trylock() local 292 struct ubi_ltree_entry *le; in leb_write_unlock() local
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | constexpr_init.pass.cpp | 33 std::less_equal<T> le; in test_constexpr_context() local
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.h | 32 #define wpa_hexdump(l,t,b,le) do { } while (0) argument 34 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument 36 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument 37 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
|
/external/clang/test/SemaObjC/ |
D | conflict-nonfragile-abi2.m | 10 @property int le; property
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/ |
D | LocLoggerTest.java | 65 void verify(LoggingEvent le, String expectedMsg) { in verify()
|
/external/libese/libapdu/ |
D | apdu.cpp | 24 const size_t lc, const size_t le) { in CommandApdu()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_comparisons.cpp | 22 Tensor<bool, 3> le(2,3,7); in test_orderings() local
|
/external/u-boot/tools/ |
D | envcrc.c | 102 int le = (argc > 2 ? !strcmp(argv[2], "le") : 1); in main() local
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 2051 _PyFloat_Pack2(double x, unsigned char *p, int le) in _PyFloat_Pack2() 2155 _PyFloat_Pack4(double x, unsigned char *p, int le) in _PyFloat_Pack4() 2262 _PyFloat_Pack8(double x, unsigned char *p, int le) in _PyFloat_Pack8() 2391 _PyFloat_Unpack2(const unsigned char *p, int le) in _PyFloat_Unpack2() 2461 _PyFloat_Unpack4(const unsigned char *p, int le) in _PyFloat_Unpack4() 2539 _PyFloat_Unpack8(const unsigned char *p, int le) in _PyFloat_Unpack8()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-trap.c | 57 int le; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | OutputBuffer.h | 32 bool is64bit, bool le) in OutputBuffer()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers_test.cc | 233 auto le = HloInstruction::CreateCompare(shape, p0.get(), add.get(), in TEST() local
|
/external/toybox/toys/posix/ |
D | file.c | 322 int le = (s[3] == 'F'); in do_regular_file() local
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_xauth.c | 805 LDAPMessage *le = NULL; local 1039 LDAPMessage *le = NULL; local
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 2312 _PyFloat_Pack4(double x, unsigned char *p, int le) in _PyFloat_Pack4() 2417 _PyFloat_Pack8(double x, unsigned char *p, int le) in _PyFloat_Pack8() 2546 _PyFloat_Unpack4(const unsigned char *p, int le) in _PyFloat_Unpack4() 2624 _PyFloat_Unpack8(const unsigned char *p, int le) in _PyFloat_Unpack8()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass.cc | 300 for (const Edge* le : launch->out_edges()) { in BuildXlaLaunchOps() local
|
/external/kernel-headers/original/uapi/linux/ |
D | if_hippi.h | 150 struct hippi_le_hdr le; member
|
/external/e2fsprogs/lib/ext2fs/ |
D | crc32c.c | 903 uint32_t be, le; in test_crc32c() local
|
/external/libxcam/modules/ocl/ |
D | cl_newtonemapping_handler.cpp | 42 float e, le; in haleq() local
|