Home
last modified time | relevance | path

Searched refs:__assert (Results 1 – 25 of 130) sorted by relevance

123456

/external/arm-trusted-firmware/include/lib/libc/
Dassert.h22 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
24 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__))
26 # define assert(e) ((e) ? (void)0 : __assert())
33 void __dead2 __assert(const char *file, unsigned int line,
36 void __dead2 __assert(const char *file, unsigned int line);
38 void __dead2 __assert(void);
/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dapi.rs168 __assert!(!parser.is_null()); in yaml_parser_initialize()
187 __assert!(!parser.is_null()); in yaml_parser_delete()
256 __assert!(!parser.is_null()); in yaml_parser_set_input_string()
257 __assert!(((*parser).read_handler).is_none()); in yaml_parser_set_input_string()
258 __assert!(!input.is_null()); in yaml_parser_set_input_string()
280 __assert!(!parser.is_null()); in yaml_parser_set_input()
281 __assert!(((*parser).read_handler).is_none()); in yaml_parser_set_input()
290 __assert!(!parser.is_null()); in yaml_parser_set_encoding()
291 __assert!((*parser).encoding == YAML_ANY_ENCODING); in yaml_parser_set_encoding()
300 __assert!(!emitter.is_null()); in yaml_emitter_initialize()
[all …]
Dloader.rs44 __assert!(!parser.is_null()); in yaml_parser_load()
45 __assert!(!document.is_null()); in yaml_parser_load()
56 __assert!((*event).type_ == YAML_STREAM_START_EVENT); in yaml_parser_load()
133 __assert!((*event).type_ == YAML_DOCUMENT_START_EVENT); in yaml_parser_load_document()
191 __assert!(false); in yaml_parser_load_nodes()
291 __assert!(false); in yaml_parser_load_node_add()
468 __assert!(((*ctx).top).c_offset_from((*ctx).start) as libc::c_long > 0_i64); in yaml_parser_load_sequence_end()
470 __assert!( in yaml_parser_load_sequence_end()
566 __assert!(((*ctx).top).c_offset_from((*ctx).start) as libc::c_long > 0_i64); in yaml_parser_load_mapping_end()
568 __assert!( in yaml_parser_load_mapping_end()
Ddumper.rs28 __assert!(!emitter.is_null()); in yaml_emitter_open()
29 __assert!(!(*emitter).opened); in yaml_emitter_open()
57 __assert!(!emitter.is_null()); in yaml_emitter_close()
58 __assert!((*emitter).opened); in yaml_emitter_close()
95 __assert!(!emitter.is_null()); in yaml_emitter_dump()
96 __assert!(!document.is_null()); in yaml_emitter_dump()
116 __assert!((*emitter).opened); in yaml_emitter_dump()
284 _ => __assert!(false), in yaml_emitter_dump_node()
Dwriter.rs22 __assert!(!emitter.is_null()); in yaml_emitter_flush()
23 __assert!(((*emitter).write_handler).is_some()); in yaml_emitter_flush()
24 __assert!((*emitter).encoding != YAML_ANY_ENCODING); in yaml_emitter_flush()
Dlib.rs202 macro_rules! __assert { macro
/external/trusty/arm-trusted-firmware/include/lib/libc/
Dassert.h20 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__))
22 # define assert(e) ((e) ? (void)0 : __assert())
29 void __dead2 __assert(const char *file, unsigned int line);
31 void __dead2 __assert(void);
/external/arm-trusted-firmware/lib/libc/
Dassert.c21 void __dead2 __assert(const char *file, unsigned int line, in __assert() function
30 void __dead2 __assert(const char *file, unsigned int line) in __assert() function
38 void __dead2 __assert(void) in __assert() function
/external/trusty/arm-trusted-firmware/lib/libc/
Dassert.c21 void __dead2 __assert(const char *file, unsigned int line) in __assert() function
29 void __dead2 __assert(void) in __assert() function
/external/deqp/framework/delibs/debase/
DdeDefs.c134 __assert(reason, file, (unsigned int)line, "Unknown function"); in deAssertFail()
136 __assert("Unknown function", file, line, reason); in deAssertFail()
139 __assert(file, line, reason); in deAssertFail()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/utils/
Dbinder_auto_utils.h53 __assert(__FILE__, __LINE__, "Race detected."); in set()
/external/cronet/tot/third_party/libc++/src/include/
Dflat_map40 #include <__assert> // all public C++ headers provide the assertion handler
Dlatch47 # include <__assert>
Dsemaphore52 # include <__assert>
D__node_handle61 #include <__assert>
/external/cronet/stable/third_party/libc++/src/include/
Dflat_map40 #include <__assert> // all public C++ headers provide the assertion handler
Dlatch47 # include <__assert>
Dsemaphore52 # include <__assert>
D__node_handle61 #include <__assert>
/external/cronet/stable/third_party/libc++/src/include/__cxx03/
Dlatch47 # include <__cxx03/__assert>
Dsemaphore52 # include <__cxx03/__assert>
D__node_handle61 #include <__cxx03/__assert>
/external/cronet/tot/third_party/libc++/src/include/__cxx03/
Dlatch47 # include <__cxx03/__assert>
Dsemaphore52 # include <__cxx03/__assert>
D__node_handle61 #include <__cxx03/__assert>

123456