Home
last modified time | relevance | path

Searched refs:whatever (Results 1 - 25 of 51) sorted by relevance

123

/third_party/python/Lib/unittest/test/testmock/
H A Dtestsentinel.py10 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 Dclass_use_as.rs8 /// <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 Dclass_no_members.rs10 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 Dopaque_pointer.rs37 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 Dno_default.rs12 pub whatever: ::std::os::raw::c_int,
17 pub whatever: DefaultButWait,
H A Dnamespace.rs16 pub mod whatever { modules
32 pub b: root::whatever::whatever_int_t,
H A Dno_copy.rs12 pub whatever: ::std::os::raw::c_int,
H A Dno_debug.rs12 pub whatever: ::std::os::raw::c_int,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dclass_no_members.hpp4 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 Dclass_use_as.hpp4 * <div rustbindgen="true" replaces="whatever"></div>
10 struct whatever { struct
15 whatever c;
H A Delaborated.hpp1 namespace whatever { namespace
5 void something(const whatever::whatever_t *wat);
H A Dno_default.hpp5 int whatever; member in DefaultButWait
10 DefaultButWait<T> whatever; member in DefaultButWaitDerived
H A Dopaque_pointer.hpp15 T whatever; member
19 Opaque<int>* whatever; member
H A Dnamespace.hpp1 // 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 Dno_copy.hpp5 int whatever; member in CopiableButWait
H A Dno_debug.hpp5 int whatever; member in DebugButWait
H A Dinner_const.hpp4 static Foo whatever; member in Foo
H A Dstruct_typedef_ns.hpp3 namespace whatever { namespace
/third_party/libsnd/tests/
H A Dexternal_libs_test.c174 { 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 DexportSpecifiers.js20 export type { type something as whatever }; // Error
46 export type { type something as whatever };
H A DdecoratorInstantiateModulesInFunctionBodies.js18 static whatever() {
47 Wat.whatever = function () {
52 ], Wat, "whatever", null);
H A DinferFromBindingPattern.js33 const [any, whatever] = selectJohn();
57 var _a = selectJohn(), any = _a[0], whatever = _a[1];
/third_party/ltp/utils/sctp/testlib/
H A Dsctputil.h116 #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 DTemplate.pm107 whatever
112 In this example, C<whatever> will only become part of the template output
/third_party/openssl/util/perl/OpenSSL/
H A DTemplate.pm107 whatever
112 In this example, C<whatever> will only become part of the template output

Completed in 8 milliseconds

123