Searched refs:mixins (Results 1 - 10 of 10) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Api.php | 76 * Generated from protobuf field <code>repeated .google.protobuf.Mixin mixins = 6;</code> 78 private $mixins; variable 120 * @type \Google\Protobuf\Mixin[]|\Google\Protobuf\Internal\RepeatedField $mixins 300 * Generated from protobuf field <code>repeated .google.protobuf.Mixin mixins = 6;</code> 305 return $this->mixins; 311 * Generated from protobuf field <code>repeated .google.protobuf.Mixin mixins = 6;</code> 318 $this->mixins = $arr; variable
|
/third_party/python/Lib/asyncio/ |
H A D | locks.py | 10 from . import mixins namespace 24 class Lock(_ContextManagerMixin, mixins._LoopBoundMixin): 158 class Event(mixins._LoopBoundMixin): 219 class Condition(_ContextManagerMixin, mixins._LoopBoundMixin): 331 class Semaphore(_ContextManagerMixin, mixins._LoopBoundMixin): 446 class Barrier(mixins._LoopBoundMixin):
|
H A D | queues.py | 8 from . import mixins namespace 21 class Queue(mixins._LoopBoundMixin):
|
/third_party/typescript/tests/baselines/reference/ |
H A D | selfReferentialDefaultNoStackOverflow.js | 5 mixins: [DefaultSpinner], 15 mixins: [QSpinner_1["default"]],
|
/third_party/skia/third_party/externals/angle2/infra/specs/ |
H A D | generate_test_spec_json.py | 24 # Add custom mixins here. 65 MIXIN_FILE_NAME = os.path.join(THIS_DIR, 'mixins.pyl') 80 # For more info see Chromium's mixins.pyl in testing/buildbot. 89 mixins_pyl = os.path.join(TESTING_BBOT_DIR, 'mixins.pyl') 94 outputs = ['angle.json', 'mixins.pyl'] 116 seen_mixins = seen_mixins.union(waterfall.get('mixins', set())) 118 seen_mixins = seen_mixins.union(tester.get('mixins', set())) 126 seen_mixins = seen_mixins.union(test.get('mixins', set())) 132 assert (mixin in chromium_generator.mixins) 133 found_mixins[mixin] = chromium_generator.mixins[mixi [all...] |
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 94 self.mixins = {} 459 # Figure out the whole list of mixins, and check that every mixin 462 for config, mixins in self.configs.items(): 463 for mixin in mixins: 464 if not mixin in self.mixins: 469 for mixin in self.mixins: 470 for sub_mixin in self.mixins[mixin].get('mixins', []): 471 if not sub_mixin in self.mixins: 477 for mixin in self.mixins [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | index.js | 39 const mixins = [ 50 const Base = mixins.reduce((a, b) => b(a), require('events'))
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/ |
H A D | main.go | 181 // * Has all mixins flattened into their place of use. 192 // mixins into their uses. 195 mixins := map[string]*ast.Mixin{} 209 mixins[d.Name] = d 217 m, ok := mixins[d.Source]
|
/third_party/protobuf/src/google/protobuf/ |
H A D | api.pb.h | 236 // repeated .google.protobuf.Mixin mixins = 6; 249 const PROTOBUF_NAMESPACE_ID::Mixin& mixins(int index) const; 252 mixins() const; 1012 // repeated .google.protobuf.Mixin mixins = 6; 1023 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.mixins) in mutable_mixins() 1028 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.mixins) in mutable_mixins() 1034 inline const PROTOBUF_NAMESPACE_ID::Mixin& Api::mixins(int index) const { in mixins() function in Api 1035 // @@protoc_insertion_point(field_get:google.protobuf.Api.mixins) in mixins() 1042 // @@protoc_insertion_point(field_add:google.protobuf.Api.mixins) in add_mixins() 1046 Api::mixins() cons function in Api [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 602 var mixins = this.includes[thing.name]; 603 if (mixins) { 604 mixins = mixins.map(function(id) { 611 if (mixins.some(function(m) { return m.has_to_json_regular_operation() } )) { return true; } 715 // First merge in all partial definitions and interface mixins.
|
Completed in 11 milliseconds