Home
last modified time | relevance | path

Searched +refs:_obj +refs:a (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/fixtures/source-map/
Dbabel-esm.mjs1 var _obj$a;
5 a: { property
9 …((obj === null || obj === void 0 ? void 0 : (_obj$a = obj.a) === null || _obj$a === void 0 ? void …
/third_party/python/Lib/ctypes/test/
Dtest_parameters.py58 self.assertIs(c_char_p.from_param(s)._obj, s)
61 self.assertEqual(c_char_p.from_param(b"123")._obj, b"123")
67 a = c_char_p(b"123")
68 self.assertIs(c_char_p.from_param(a), a)
/third_party/vk-gl-cts/external/vulkan-docs/src/
Dregistry.txt35 a variety of outputs, including C header files as well as several types of
46 The registry uses an XML representation of the Vulkan API, together with a
57 The Vulkan C header files generated from the registry are checked into a
92 into a separate repository, but since there is so much specification valid
112 This should regenerate `vulkan_core.h` and a variety of platform-specific
120 The `install` target also generates source code for a simple extension
152 interfaces and creates a C-language header file for them.
174 `generator.py` is used to create a header file.
177 There are a variety of output generators included:
183 * `pygenerator.py` - generate a Python dictionary-based encoding of
[all …]
Dregistry.adoc38 a variety of outputs, including C header files as well as several types of
49 The registry uses an XML representation of the Vulkan API, together with a
60 The Vulkan C header files generated from the registry are checked into a
95 into a separate repository, but since there is so much specification valid
115 This should regenerate `vulkan_core.h` and a variety of platform-specific
123 The `install` target also generates source code for a simple extension
155 interfaces and creates a C-language header file for them.
177 `generator.py` is used to create a header file.
180 There are a variety of output generators included:
186 * `pygenerator.py` - generate a Python dictionary-based encoding of
[all …]
/third_party/openssl/
DConfigure2023 my @a = tokenize($attr_str, qr|\s*,\s*|);
2024 foreach my $a (@a) {
2026 my $ak = $a;
2028 if ($a =~ m|^(!)?(.*?)\s* = \s*(.*?)$|x) {
2799 # For the schemes that need it, we provide the old *_obj configs
3357 length((sort { length($a) <=> length($b) } @sequence)[-1]);
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h88 #define _upb_va_copy(a, b) va_copy(a, b) argument
103 #define _upb_va_copy(a, b) va_copy(a, b) argument
112 #define _upb_va_copy(a, b) __va_copy(a, b) argument
267 UPB_INLINE bool upb_strview_eql(upb_strview a, upb_strview b) { in upb_strview_eql() argument
268 return a.size == b.size && memcmp(a.data, b.data, a.size) == 0; in upb_strview_eql()
370 void upb_arena_free(upb_arena *a);
371 bool upb_arena_addcleanup(upb_arena *a, void *ud, upb_cleanup_func *func);
372 size_t upb_arena_bytesallocated(const upb_arena *a);
373 void *_upb_arena_slowmalloc(upb_arena *a, size_t size);
375 UPB_INLINE upb_alloc *upb_arena_alloc(upb_arena *a) { return (upb_alloc*)a; } in upb_arena_alloc() argument
[all …]