/third_party/python/Lib/unittest/test/testmock/ |
H A D | testsentinel.py | 10 self.assertEqual(sentinel.whatever, sentinel.whatever, 12 self.assertNotEqual(sentinel.whatever, sentinel.whateverelse, 17 self.assertEqual(str(sentinel.whatever), 'sentinel.whatever', 31 pickled = pickle.dumps(sentinel.whatever, proto) 33 self.assertIs(unpickled, sentinel.whatever) 36 self.assertIs(copy.copy(sentinel.whatever), sentinel.whatever) 37 self.assertIs(copy.deepcopy(sentinel.whatever), sentine [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | class_use_as.rs | 8 /// <div rustbindgen="true" replaces="whatever"></div> 11 pub struct whatever { structure names 16 const UNINIT: ::std::mem::MaybeUninit<whatever> = in bindgen_test_layout_whatever() 20 ::std::mem::size_of::<whatever>(), in bindgen_test_layout_whatever() 22 concat!("Size of: ", stringify!(whatever)) in bindgen_test_layout_whatever() 25 ::std::mem::align_of::<whatever>(), in bindgen_test_layout_whatever() 27 concat!("Alignment of ", stringify!(whatever)) in bindgen_test_layout_whatever() 36 stringify!(whatever), in bindgen_test_layout_whatever() 45 pub c: whatever,
|
H A D | class_no_members.rs | 10 pub struct whatever { structure names 16 ::std::mem::size_of::<whatever>(), in bindgen_test_layout_whatever() 18 concat!("Size of: ", stringify!(whatever)) in bindgen_test_layout_whatever() 21 ::std::mem::align_of::<whatever>(), in bindgen_test_layout_whatever() 23 concat!("Alignment of ", stringify!(whatever)) in bindgen_test_layout_whatever()
|
H A D | opaque_pointer.rs | 37 pub whatever: *mut u8, 58 ::std::ptr::addr_of!((*ptr).whatever) as usize - ptr as usize in bindgen_test_layout_WithOpaquePtr() 65 stringify!(whatever) in bindgen_test_layout_WithOpaquePtr()
|
H A D | no_default.rs | 12 pub whatever: ::std::os::raw::c_int, 17 pub whatever: DefaultButWait,
|
H A D | namespace.rs | 16 pub mod whatever { modules 32 pub b: root::whatever::whatever_int_t,
|
H A D | no_copy.rs | 12 pub whatever: ::std::os::raw::c_int,
|
H A D | no_debug.rs | 12 pub whatever: ::std::os::raw::c_int,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | class_no_members.hpp | 4 class whatever { class 7 class whatever_child: public whatever { 10 class whatever_child_with_member: public whatever { 15 static_assert(sizeof(whatever) == 1, "Testing!");
|
H A D | class_use_as.hpp | 4 * <div rustbindgen="true" replaces="whatever"></div> 10 struct whatever { struct 15 whatever c;
|
H A D | elaborated.hpp | 1 namespace whatever { namespace 5 void something(const whatever::whatever_t *wat);
|
H A D | no_default.hpp | 5 int whatever; member in DefaultButWait 10 DefaultButWait<T> whatever; member in DefaultButWaitDerived
|
H A D | opaque_pointer.hpp | 15 T whatever; member 19 Opaque<int>* whatever; member
|
H A D | namespace.hpp | 1 // bindgen-flags: --enable-cxx-namespaces --module-raw-line root::whatever 'pub type whatever_other_thing_t = whatever_int_t;' 5 namespace whatever { namespace 15 whatever::whatever_int_t b; 37 whatever_int_t heh(); // this should return w::whatever_int_t, and not whatever::whatever_int_t
|
H A D | no_copy.hpp | 5 int whatever; member in CopiableButWait
|
H A D | no_debug.hpp | 5 int whatever; member in DebugButWait
|
H A D | inner_const.hpp | 4 static Foo whatever; member in Foo
|
H A D | struct_typedef_ns.hpp | 3 namespace whatever { namespace
|
/third_party/libsnd/tests/ |
H A D | external_libs_test.c | 174 { float whatever [256] ; in flac_subset_test() local 195 rc = sf_write_float (file, whatever, ARRAY_LEN (whatever)) ; in flac_subset_test()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | exportSpecifiers.js | 20 export type { type something as whatever }; // Error 46 export type { type something as whatever };
|
H A D | decoratorInstantiateModulesInFunctionBodies.js | 18 static whatever() { 47 Wat.whatever = function () {
52 ], Wat, "whatever", null);
|
H A D | inferFromBindingPattern.js | 33 const [any, whatever] = selectJohn(); 57 var _a = selectJohn(), any = _a[0], whatever = _a[1];
|
/third_party/ltp/utils/sctp/testlib/ |
H A D | sctputil.h | 116 #define tst_brkm(a1, a2, whatever...) \ 119 printf(whatever); \ 123 #define tst_resm(a1, whatever...) \ 128 printf(whatever); \
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 107 whatever 112 In this example, C<whatever> will only become part of the template output
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 107 whatever 112 In this example, C<whatever> will only become part of the template output
|