Home
last modified time | relevance | path

Searched defs:le (Results 1 – 25 of 66) sorted by relevance

123

/external/libcxx/src/
Dstdexcept.cpp36 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/
DSLF4JBridgeHandlerTest.java67 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/
DXLoggerTest.java61 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()
DEventLoggerTest.java76 void verify(LoggingEvent le, String expectedMsg) { in verify()
/external/curl/lib/
Dhash.c112 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/
Dchannel.c163 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/
Deba.c95 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/
Dconstexpr_init.pass.cpp33 std::less_equal<T> le; in test_constexpr_context() local
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h32 #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/
Dconflict-nonfragile-abi2.m10 @property int le; property
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
DLocLoggerTest.java65 void verify(LoggingEvent le, String expectedMsg) { in verify()
/external/libese/libapdu/
Dapdu.cpp24 const size_t lc, const size_t le) { in CommandApdu()
/external/eigen/unsupported/test/
Dcxx11_tensor_comparisons.cpp22 Tensor<bool, 3> le(2,3,7); in test_orderings() local
/external/u-boot/tools/
Denvcrc.c102 int le = (argc > 2 ? !strcmp(argv[2], "le") : 1); in main() local
/external/python/cpython3/Objects/
Dfloatobject.c2051 _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/
Dtm-trap.c57 int le; variable
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DOutputBuffer.h32 bool is64bit, bool le) in OutputBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers_test.cc233 auto le = HloInstruction::CreateCompare(shape, p0.get(), add.get(), in TEST() local
/external/toybox/toys/posix/
Dfile.c322 int le = (s[3] == 'F'); in do_regular_file() local
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c805 LDAPMessage *le = NULL; local
1039 LDAPMessage *le = NULL; local
/external/python/cpython2/Objects/
Dfloatobject.c2312 _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/
Dencapsulate_xla_computations_pass.cc300 for (const Edge* le : launch->out_edges()) { in BuildXlaLaunchOps() local
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h150 struct hippi_le_hdr le; member
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c903 uint32_t be, le; in test_crc32c() local
/external/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp42 float e, le; in haleq() local

123