/third_party/node/lib/ |
H A D | diagnostics_channel.js | 39 set(key, value) { 41 return super.set(key, new WeakReference(value)); 117 this._stores.set(store, transform); 172 channels.set(name, this);
|
/third_party/node/lib/internal/modules/esm/ |
H A D | loader.js | 125 * Note that this value _MUST_ be set with `setCustomizations` 228 this.loadCache.set(url, undefined, job); 259 // CommonJS will set functions for lazy job evaluation. 261 this.loadCache.set(url, undefined, job = job()); 321 this.loadCache.set(url, importAttributes.type, job); 374 this.#resolveCache.set(requestKey, parentURL, result);
|
/third_party/node/lib/internal/process/ |
H A D | per_thread.js | 350 // on a dummy option set and see whether it rejects the argument or 364 this[kInternal].set ??= 366 return SetPrototypeEntries(this[kInternal].set); 381 this[kInternal].set ??= 383 return SetPrototypeValues(this[kInternal].set);
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | global.cc | 155 var_f32_import->set(wasm::Val::f32(33)); in run() 156 var_i64_import->set(wasm::Val::i64(34)); in run() 157 var_f32_export->set(wasm::Val::f32(37)); in run() 158 var_i64_export->set(wasm::Val::i64(38)); in run()
|
/third_party/node/test/sequential/ |
H A D | test-module-loading.js | 270 const children = module.children.reduce(function red(set, child) { 271 if (visited.has(child)) return set; 275 set[id] = child.children.reduce(red, {}); 276 return set;
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite.py | 42 STANDARD_VARIANT = set(["default"]) 142 return set() 146 return set() 150 return set()
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_bits_header.py | 261 engines = set(attrs['engine'].split('|')) 327 if set(engines) - set(valid_engines): 338 p.engines = set(engines)
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | scriptset.cpp | 70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() function in ScriptSet 116 t.set(script, status); in intersect() 233 this->set((UScriptCode)sc, status); in parseScripts() 274 this->set(scripts[i], status); in setScriptExtensions()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | gen_disasm.py | 120 # Recursively searches for the set of free variables required by an expression 124 return set.union(*[find_context_keys_expr(x) for x in expr[1:]]) 126 return set() 128 return set([expr]) 131 keys = set()
|
/third_party/ltp/testcases/kernel/sched/tool/ |
H A D | time-schedule.c | 108 sigset_t set; in main() local 274 sigemptyset(&set); in main() 275 sigaddset(&set, SIGTERM); in main() 276 sigprocmask(SIG_BLOCK, &set, NULL); in main()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | RefCountObject.h | 140 RefCountObjectReleaser<ObjectType, ContextType, ErrorT> set(const ContextType *context, in set() function in angle::BindingPointer 149 // Store the old pointer in a temporary so we can set the pointer before calling release. in set() 229 void set(const ContextType *context, ObjectType *newObject, GLintptr offset, GLsizeiptr size) in set() function in gl::OffsetBindingPointer 231 set(context, newObject); in set() 270 using BindingPointer<ObjectType>::set;
|
H A D | Context.cpp | 442 // Implementations now require the display to be set at context creation. in Context() 470 mZeroTextures[TextureType::_2D].set(this, zeroTexture2D); in initializeDefaultResources() 473 mZeroTextures[TextureType::CubeMap].set(this, zeroTextureCube); in initializeDefaultResources() 478 mZeroTextures[TextureType::_3D].set(this, zeroTexture3D); in initializeDefaultResources() 484 mZeroTextures[TextureType::_2DArray].set(this, zeroTexture2DArray); in initializeDefaultResources() 490 mZeroTextures[TextureType::_2DMultisample].set(this, zeroTexture2DMultisample); in initializeDefaultResources() 496 mZeroTextures[TextureType::_2DMultisampleArray].set(this, zeroTexture2DMultisampleArray); in initializeDefaultResources() 513 mZeroTextures[TextureType::CubeMapArray].set(this, zeroTextureCubeMapArray); in initializeDefaultResources() 519 mZeroTextures[TextureType::Buffer].set(this, zeroTextureBuffer); in initializeDefaultResources() 526 mZeroTextures[TextureType::Rectangle].set(thi in initializeDefaultResources() [all...] |
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 71 pts3D[0].set(pts[0].fX, pts[0].fY, z); in GetSpotShadowTransform() 73 pts3D[1].set(pts[1].fX, pts[1].fY, z); in GetSpotShadowTransform() 75 pts3D[2].set(pts[2].fX, pts[2].fY, z); in GetSpotShadowTransform() 77 pts3D[3].set(pts[3].fX, pts[3].fY, z); in GetSpotShadowTransform()
|
H A D | SkRect.cpp | 59 quad[0].set(fLeft, fTop); in toQuad() 60 quad[1].set(fRight, fTop); in toQuad() 61 quad[2].set(fRight, fBottom); in toQuad() 62 quad[3].set(fLeft, fBottom); in toQuad()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | scriptset.cpp | 70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() function in ScriptSet 116 t.set(script, status); in intersect() 233 this->set((UScriptCode)sc, status); in parseScripts() 274 this->set(scripts[i], status); in setScriptExtensions()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.h | 70 return cubic.set(a).findInflections(tValues); in FindInflections() 110 const SkDCubic& set(const SkPoint pts[kPointCount] 125 return cubic.set(a).subDivide(t1, t2); in SubDivide() 133 cubic.set(pts).subDivide(a, d, t1, t2, p); in SubDivide() 144 /* Given the set [0, 1, 2, 3], and two of the four members, compute an XOR mask
|
/third_party/skia/tools/flags/ |
H A D | CommandLineFlags.cpp | 24 info->fDefaultString.set(defaultValue); in CreateStringFlag() 61 static bool string_is_in(const char* target, const char* set[], size_t len) { in string_is_in() argument 63 if (0 == strcmp(target, set[i])) { in string_is_in() 73 * @param result Pointer to a boolean which will be set to the value in the string, if the 105 // In this case, go ahead and set the value. in match() 144 void CommandLineFlags::SetUsage(const char* usage) { gUsage.set(usage); } in SetUsage() 296 // Can be handled by match, above, but can also be set by the next in Parse() 345 // Since all of the flags have been set, release the memory used by each in Parse()
|
H A D | CommandLineFlags.h | 39 * which will initially be set to false, and can be set to true by using the 40 * flag "--boolean" on the commandline. "--noboolean" will set FLAGS_boolean 41 * to false. FLAGS_boolean can also be set using "--boolean=true" or 63 * These flags can be set by specifying, for example, "--integer 7" and 106 * Call to set the help message to be displayed. Should be called before 151 void set(int i, const char* str) { in set() function in CommandLineFlags::StringArray 156 fStrings[i].set(str); in set() 165 void append(const char* string) { fStrings.push_back().set(string); } in append() 167 void append(const char* string, size_t length) { fStrings.push_back().set(strin [all...] |
/third_party/skia/tools/ |
H A D | using_skia_and_harfbuzz.cpp | 31 virtual void set(std::string _value) = 0; 66 it->second->set(option_value); in Init() 83 void set(std::string _value) override { value = atof(_value.c_str()); } 96 void set(std::string _value) override { value = _value; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 23 #include <set> 29 // The po_iterator_storage template provides access to the set of already 32 // The default implementation simply contains a set of visited nodes, while 33 // the External=true version uses a reference to an external set. 37 // - When providing an external set that already contains some graph nodes, 55 /// Default po_iterator_storage implementation with an internal set object. 71 /// Specialization of po_iterator_storage that references an external set. 190 template <class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>> 212 template <class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>, 235 template <class T, class SetType = std::set<typenam [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | RegBankSelect.h | 627 .set(MachineFunctionProperties::Property::IsSSA) 628 .set(MachineFunctionProperties::Property::Legalized); 632 return MachineFunctionProperties().set( 638 .set(MachineFunctionProperties::Property::NoPHIs);
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_factory_test.py | 124 set(['google.protobuf.python.internal.Factory2Message', 126 ).issubset(set(messages.keys()))) 130 self.assertTrue(set( 132 'google.protobuf.python.internal.another_field'],).issubset(set(
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RepeatedFieldBuilderV3.java | 89 // authoritative. This is the case where a Builder was set on the index. 93 // was set directly for an index. 239 builders.set(index, builder); in getBuilder() 275 * @param index the index to set. 276 * @param message the message to set 282 messages.set(index, message); in setMessage() 284 SingleFieldBuilderV3<MType, BType, IType> entry = builders.set(index, null); in setMessage() 481 messages.set(i, getMessage(i, true)); in build()
|
H A D | RepeatedFieldBuilder.java | 89 // authoritative. This is the case where a Builder was set on the index. 93 // was set directly for an index. 239 builders.set(index, builder); in getBuilder() 275 * @param index the index to set. 276 * @param message the message to set 282 messages.set(index, message); in setMessage() 284 SingleFieldBuilder<MType, BType, IType> entry = builders.set(index, null); in setMessage() 481 messages.set(i, getMessage(i, true)); in build()
|
/third_party/vk-gl-cts/scripts/ |
H A D | testset.py | 106 seenResults = set() 127 matched = set() 190 casesInGroups = set() 197 selectedCases = set() 282 # Print test set
|