/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.cpp | 183 fShortThreadIDMap.set(id, shortID); in getShortThreadID() 203 baseTypeResolver->set(traceEvent->fID, traceEvent->fName); in trace_event_to_json()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 106 /// If it is one of the known library functions, return true and set F to the 113 /// If it is one of the known library functions, return true and set F to the 144 /// Add a set of scalar -> vector mappings, queryable via 166 /// Return true if the function F has a scalar equivalent, and set VF to be 265 /// If it is one of the known library functions, return true and set F to the 276 /// called function is a known library function and set F to that function. 286 OverrideAsUnavailable.set(); 291 OverrideAsUnavailable.set(F);
|
/third_party/toybox/toys/pending/ |
H A D | brctl.c | 247 int set; in br_set_stp() member 255 set_time(argv[0], BRCTL_SET_BRIDGE_STP_STATE, ss[i].set); in br_set_stp()
|
/third_party/vixl/tools/test_generator/ |
H A D | generator.py | 74 for variant in set(operand.variants) & set(variant_to_exclude): 248 # Use a fixed seed to randomly choose a limited set of operands. 290 # Use a fixed seed to randomly choose a limited set of inputs. 304 test_isa Instruction set supported by the test, either 'a32' or 't32'. 513 Generate code to set the ISA.
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameFieldUnaryMutation.js | 64 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
70 _C_test.set(this, 24);
|
H A D | typeGuardFunctionErrors.js | 110 set m2(p1: A): p1 is C { 283 set: function (p1) {
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_field.cc | 115 // Clear some common things so they can be set just when needed. in SetCommonFieldVariables() 188 std::set<string>* fwd_decls) const { in DetermineForwardDeclarations() 193 std::set<string>* fwd_decls) const { in DetermineObjectiveCClassDefinitions() 262 // If "property_type" wasn't set, make it "storage_type". in FinishInitialization() 307 // The oneof tracks what is set instead. in RuntimeUsesHasBit() 343 "/** Test to see if @c $name$ has been set. */\n" in GeneratePropertyDeclaration()
|
/third_party/python/Lib/test/ |
H A D | test_hash.py | 348 s15 = set() 349 s255 = set()
|
H A D | test_userdict.py | 123 self.assertEqual(set(ikeys), set(keys))
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | generator_test.py | 152 # extension and for its value to be set to -789. 156 set(unittest_pb2.TestAllTypes.DESCRIPTOR.nested_types), 157 set([
|
/third_party/python/Lib/unittest/test/ |
H A D | test_assertions.py | 252 self.assertMessages('assertSetEqual', (set(), set([None])),
|
/third_party/skia/include/core/ |
H A D | SkPoint.h | 64 void set(int32_t x, int32_t y) { in set() function 173 /** Sets fX to x, fY to y. Used both to set SkPoint and vector. 206 void set(SkScalar x, SkScalar y) { in set() function
|
/third_party/skia/experimental/skrive/include/ |
H A D | SkRive.h | 34 void set##attr_name(const attr_type& v) { \ 39 void set##attr_name(attr_type&& v) { \
|
/third_party/rust/crates/minimal-lexical/tests/ |
H A D | libm_tests.rs | 241 NEG[1..(NEG.len() - 1)].iter().for_each(|set| { in special_cases() 242 set.iter().for_each(|val| { in special_cases()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | graphdeps.py | 99 self.deps = set() 143 deps_srcs = set()
|
/third_party/spirv-tools/source/opt/ |
H A D | code_sink.cpp | 295 const std::unordered_set<uint32_t>& set) { in IntersectsPath() 309 if (set.count(bb->id())) { in IntersectsPath() 294 IntersectsPath(uint32_t start, uint32_t end, const std::unordered_set<uint32_t>& set) IntersectsPath() argument
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 385 std::set<uint32_t> AssemblyContext::GetNumericIds() const { in GetNumericIds() 386 std::set<uint32_t> ids; in GetNumericIds()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 245 fail("test data error, key: " + list.get(val) + " already set for: " + val); in getTargetStrings() 247 list.set(val, key); in getTargetStrings() 421 // so we only have a limited set of equality tests now. 740 * Returns the empty set if the keyword is not defined, null if there are an unlimited number of values for the 741 * keyword, or the set of values that trigger the keyword. 805 fail("returned set is modifiable"); in TestGetAllKeywordValues() 1005 * Return a mutable set 1079 EnumSet<StandardPluralCategories> set = getCanonicalSet(pr.getKeywords()); in generateLOCALE_SNAPSHOT() 1080 setsToRules.put(set, pr); in generateLOCALE_SNAPSHOT() 1084 Set<StandardPluralCategories> set in generateLOCALE_SNAPSHOT() [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 23 \Var{byteorder} can be set to 0 to request the default byte-order of 25 \Var{byteorder} can be set to any constant defined by 33 \Prog{Libunwind} uses a set of call-back routines to access the 106 set to a non-zero value. The \Var{pip} argument has the same value as 223 buffer set to the NUL character and -\Const{UNW\_ENOMEM} must be 228 \Var{addr} set to 0x40003080 should return a value of 0x80 in the word
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 32 * set of potential dependencies of every instruction in the shader, and then 37 * tracked here, and require the RegDist SWSB annotation to be set 307 * Representation of an equivalence relation among the set of unsigned 653 set(const fs_reg &r, const dependency &d) 1016 sb.set(r, shadow(sb.get(r), rd_dep)); 1021 sb.set(brw_acc_reg(8), dependency(TGL_REGDIST_SRC, jp, exec_all)); 1027 sb.set(brw_uvec_mrf(8, inst->base_mrf + j, 0), rd_dep); 1037 sb.set(brw_acc_reg(8), wr_dep); 1042 sb.set(byte_offset(inst->dst, REG_SIZE * j), wr_dep); 1068 * Calculates the set o [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 32 const optionalSet = require('../optional-set.js') 113 // a map of each module in a peer set to the thing that depended on 114 // that set of peers in the first place. Use a WeakMap so that we 170 // allow the user to set reify options on the ctor as well. 265 // we prune by default unless explicitly set to boolean false 268 // set if we add anything, but also set here if we know we'll make 325 // set these so that we don't try to ancient lockfile reload it 1059 // `foo@*` which resolves to v2, but another dep in the set has a 1087 this.#peerSetSource.set(nod [all...] |
/third_party/mksh/ |
H A D | histrap.c | 45 static bool hstarted; /* set after hist_init() called */ 503 * set history; this means reallocating the dataspace 528 * set history file; this can mean reloading/resetting/starting 1234 trap = p->set = 1; in trapsig() 1269 if (p->set && (p->flags & (TF_DFL_INTR|TF_FATAL))) in fatal_trap_check() 1279 * occurred for which a trap has been set or for which the TF_DFL_INTR flag 1280 * is set. 1289 if (p->set && ((p->trap && p->trap[0]) || in trap_pending() 1298 * run any pending traps. If intr is set, only run traps that 1325 if (p->set in runtraps() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 127 std::set<VkSamplerYcbcrConversion> samplerYcbcrConversionsInPipeline; in removeRedundantObjects() 128 std::set<VkSampler> samplersInPipeline; in removeRedundantObjects() 129 std::set<VkShaderModule> shadersInPipeline; in removeRedundantObjects() 130 std::set<VkRenderPass> renderPassesInPipeline; in removeRedundantObjects() 131 std::set<VkPipelineLayout> pipelineLayoutsInPipeline; in removeRedundantObjects() 132 std::set<VkDescriptorSetLayout> descriptorSetLayoutsInPipeline; in removeRedundantObjects()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramExecutable.cpp | 20 bool IncludeSameArrayElement(const std::set<std::string> &nameSet, const std::string &name) in IncludeSameArrayElement() 145 // checked only if the index was not set in the shader. This is not specified in the EXT 358 mActiveUniformBlockBindings.set(uniformBlockIndex, uniformBlock.binding != 0); 808 mActiveSamplersMask.set(textureUnit); 828 mActiveImagesMask.set(imageUnit); 977 std::set<std::string> uniqueNames; in linkValidateTransformFeedback() 1232 mActiveOutputVariablesMask.set(location); in linkValidateOutputVariables()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 136 VALID_REF_PAGE_ATTRIBS = set( 238 enabled_messages -- A set() of MessageId values that should be considered "enabled" and thus stored. 245 self.missing_validity_suppressions = set( 251 self.fixes = set() 454 # we will set it to an empty set 495 # First time seeing * pname: after an api include, prepare the set that 497 self.pname_mentions[context_entity] = set() 978 self.refpage_includes[ref_page_entity] = set() 1030 unknown_attribs = set(attrib [all...] |