/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | strict-in-one-dependency.js | 62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
94 "outFile": "../2/second-output.js",
125 { "path": "../second", "prepend": true },
136 * src/second/tsconfig.json
143 [[90m12:00:19 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
145 [[90m12:00:20 AM[0m] Building project '/src/second/tsconfig.json'...
154 //// [/src/2/second [all...] |
H A D | when-source-files-are-empty-in-the-own-file.js | 62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
94 "outFile": "../2/second-output.js",
123 { "path": "../second", "prepend": true },
134 * src/second/tsconfig.json
141 [[90m12:00:19 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
143 [[90m12:00:20 AM[0m] Building project '/src/second/tsconfig.json'...
152 //// [/src/2/second [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.cc | 117 if (it->second.start <= addr) { in GetTraceNodeId() 118 return it->second.trace_node_id; in GetTraceNodeId() 140 PrintF("[%p - %p] => %u\n", reinterpret_cast<void*>(it->second.start), in Print() 141 reinterpret_cast<void*>(it->first), it->second.trace_node_id); in Print() 154 if (it->second.start < start) { in RemoveRange() 155 prev_range = it->second; in RemoveRange() 159 if (it->second.start < end) { in RemoveRange() 160 it->second.start = end; in RemoveRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 108 assert(R.second && "InsnRange does not have second instruction!"); in identifyScopeMarkers() 110 requestLabelAfterInsn(R.second); in identifyScopeMarkers() 213 const auto &Entries = I.second; in beginFunction() 270 const MachineInstr *MI = I.second; in beginFunction() 295 if (I->second) in beginInstruction() 302 I->second = PrevLabel; in beginInstruction() 326 if (I->second) in endInstruction() 334 I->second = PrevLabel; in endInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 45 unsigned ID = getMDKindID(MDKind.second); in LLVMContext() 51 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext() 56 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext() 61 assert(GCTransitionEntry->second == LLVMContext::OB_gc_transition && in LLVMContext() 66 assert(CFGuardTargetEntry->second == LLVMContext::OB_cfguardtarget && in LLVMContext() 252 .first->second; in getMDKindID() 261 Names[I->second] = I->first(); in getMDKindNames() 287 It->second = std::move(GCName); in setGC()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cfg.cpp | 84 return itr != end(visit_order) && itr->second.get() == 0; in is_back_edge() 91 return itr != end(visit_order) && itr->second.get() > 0; in has_visited_forward_edge() 171 auto &pred = pred_itr->second; in post_order_visit() 175 num_succeeding_edges = succ_itr->second.size(); in post_order_visit() 235 if (itr->second.empty()) in find_loop_dominator() 244 for (auto &pred : itr->second) in find_loop_dominator() 263 pred_block_id = itr->second.front(); in find_loop_dominator() 296 for (auto &edge : pred_itr->second) in node_terminates_control_flow_in_sub_graph()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 44 pair.set_second(clamping_ids_pair.second); in TransformationAccessChain() 143 if (fresh_ids.first() == 0 || fresh_ids.second() == 0) { in IsApplicable() 152 fresh_ids.second(), ir_context, &fresh_ids_used)) { in IsApplicable() 250 GetStructIndexValue(ir_context, index_id, subobject_type_id).second; in Apply() 305 // %fresh_ids.second = OpSelect %int_type %fresh_ids.first %int_id in Apply() 307 fuzzerutil::UpdateModuleIdBound(ir_context, fresh_ids.second()); in Apply() 310 fresh_ids.second(), in Apply() 320 new_index_id = fresh_ids.second(); in Apply() 430 result.insert(fresh_ids_for_clamping.second()); in GetFreshIds()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | dominator_tree.cpp | 268 const DominatorTreeNode* node = &a_itr->second; in ImmediateDominator() 284 .first->second; in GetOrInsertNode() 286 dtn = &node_iter->second; in GetOrInsertNode() 346 if (edge.first == edge.second) { in InitializeTree() 352 DominatorTreeNode* second = GetOrInsertNode(edge.second); in InitializeTree() local 354 first->parent_ = second; in InitializeTree() 355 second->children_.push_back(first); in InitializeTree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 44 pair.set_second(clamping_ids_pair.second); in TransformationAccessChain() 143 if (fresh_ids.first() == 0 || fresh_ids.second() == 0) { in IsApplicable() 152 fresh_ids.second(), ir_context, &fresh_ids_used)) { in IsApplicable() 250 GetStructIndexValue(ir_context, index_id, subobject_type_id).second; in Apply() 305 // %fresh_ids.second = OpSelect %int_type %fresh_ids.first %int_id in Apply() 307 fuzzerutil::UpdateModuleIdBound(ir_context, fresh_ids.second()); in Apply() 310 fresh_ids.second(), in Apply() 320 new_index_id = fresh_ids.second(); in Apply() 430 result.insert(fresh_ids_for_clamping.second()); in GetFreshIds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dominator_tree.cpp | 268 const DominatorTreeNode* node = &a_itr->second; in ImmediateDominator() 284 .first->second; in GetOrInsertNode() 286 dtn = &node_iter->second; in GetOrInsertNode() 346 if (edge.first == edge.second) { in InitializeTree() 352 DominatorTreeNode* second = GetOrInsertNode(edge.second); in InitializeTree() local 354 first->parent_ = second; in InitializeTree() 355 second->children_.push_back(first); in InitializeTree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 64 return It->second; in match() 69 return RegExKV.second; in match() 167 if (SplitLine.second.empty()) { in parse() 174 std::pair<StringRef, StringRef> SplitRegexp = SplitLine.second.split("="); in parse() 176 StringRef Category = SplitRegexp.second; in parse() 195 SplitLine.second + "': " + REError).str(); in parse() 227 StringMap<Matcher>::const_iterator II = I->second.find(Category); in inSectionBlame() 228 if (II == I->second.end()) return 0; in inSectionBlame()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | time_test.cc | 48 time.hour = time.minute = time.second = 0; in CreateTimestamp() 67 EXPECT_EQ(1, time.second); in TEST() 78 EXPECT_EQ(59, time.second); in TEST() 88 start.second = 0; in TEST() 94 end.second = 59; in TEST() 157 time.second = 0; in TEST() 212 start.second = 0; in TEST() 218 end.second = 59; in TEST()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 44 pair.set_second(clamping_ids_pair.second); in TransformationAccessChain() 143 if (fresh_ids.first() == 0 || fresh_ids.second() == 0) { in IsApplicable() 152 fresh_ids.second(), ir_context, &fresh_ids_used)) { in IsApplicable() 250 GetStructIndexValue(ir_context, index_id, subobject_type_id).second; in Apply() 306 // %fresh_ids.second = OpSelect %int_type %fresh_ids.first %int_id in Apply() 308 fuzzerutil::UpdateModuleIdBound(ir_context, fresh_ids.second()); in Apply() 311 fresh_ids.second(), in Apply() 321 new_index_id = fresh_ids.second(); in Apply() 432 result.insert(fresh_ids_for_clamping.second()); in GetFreshIds()
|
/third_party/spirv-tools/source/opt/ |
H A D | dominator_tree.cpp | 255 const DominatorTreeNode* node = &a_itr->second; in ImmediateDominator() 271 .first->second; in GetOrInsertNode() 273 dtn = &node_iter->second; in GetOrInsertNode() 333 if (edge.first == edge.second) { in InitializeTree() 339 DominatorTreeNode* second = GetOrInsertNode(edge.second); in InitializeTree() local 341 first->parent_ = second; in InitializeTree() 342 second->children_.push_back(first); in InitializeTree()
|
H A D | ssa_rewrite_pass.cpp | 96 PhiCandidate& phi_candidate = result.first->second; in CreatePhiCandidate() 121 if (it.second == phi_to_remove.result_id()) { in ReplacePhiUsersWith() 122 it.second = repl_id; in ReplacePhiUsersWith() 247 const auto& current_defs = bb_it->second; in GetValueAtBlock() 250 return var_it->second; in GetValueAtBlock() 295 assert(result.second == true && in SealBlock() 421 std::cerr << "\tBB %" << phi_it.second.bb()->id() << ": " in PrintPhiCandidates() 422 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates() 430 std::cerr << "\t%" << it.first << " -> %" << it.second << "\n"; in PrintReplacementTable() 466 uint32_t val_id = repl.second; in GetReplacement() [all...] |
/third_party/glslang/gtests/ |
H A D | GlslMapIO.FromFile.cpp | 107 auto outQualifier = out->second->getType()->getQualifier(); in verifyIOMapping() 114 if (outIt.second->getType()->isStruct()) { in verifyIOMapping() 115 unsigned int baseLoc = outIt.second->getType()->getQualifier().hasLocation() ? in verifyIOMapping() 116 outIt.second->getType()->getQualifier().layoutLocation : in verifyIOMapping() 118 for (size_t j = 0; j < outIt.second->getType()->getStruct()->size(); j++) { in verifyIOMapping() 119 baseLoc = (*outIt.second->getType()->getStruct())[j].type->getQualifier().hasLocation() ? in verifyIOMapping() 120 (*outIt.second->getType()->getStruct())[j].type->getQualifier().layoutLocation : baseLoc; in verifyIOMapping() 126 baseLoc += glslang::TIntermediate::computeTypeLocationSize(*(*outIt.second->getType()->getStruct())[j].type, EShLangVertex); in verifyIOMapping() 144 if (baseLoc == outIt.second->getType()->getQualifier().layoutLocation) { in verifyIOMapping() 182 auto programQualifier = programUniform->second in verifyIOMapping() [all...] |
/third_party/mesa3d/src/compiler/spirv/tests/ |
H A D | avail_vis.cpp | 209 nir_intrinsic_instr *second = find_intrinsic(nir_intrinsic_scoped_barrier, 1); in TEST_F() local 211 ASSERT_NE(second, nullptr); in TEST_F() 218 EXPECT_EQ(nir_intrinsic_memory_semantics(second), NIR_MEMORY_MAKE_AVAILABLE | NIR_MEMORY_RELEASE); in TEST_F() 219 EXPECT_NE(nir_intrinsic_memory_modes(second) & nir_var_mem_ssbo, 0); in TEST_F() 220 EXPECT_EQ(nir_intrinsic_memory_scope(second), NIR_SCOPE_DEVICE); in TEST_F() 281 nir_intrinsic_instr *second = find_intrinsic(nir_intrinsic_scoped_barrier, 1); in TEST_F() local 283 ASSERT_NE(second, nullptr); in TEST_F() 290 EXPECT_EQ(nir_intrinsic_memory_semantics(second), NIR_MEMORY_MAKE_AVAILABLE | NIR_MEMORY_RELEASE); in TEST_F() 291 EXPECT_NE(nir_intrinsic_memory_modes(second) & nir_var_mem_ssbo, 0); in TEST_F() 292 EXPECT_EQ(nir_intrinsic_memory_scope(second), NIR_SCOPE_DEVIC in TEST_F() [all...] |
/third_party/rust/crates/clap/src/builder/ |
H A D | debug_asserts.rs | 88 if let Some((first, second)) = cmd.two_args_of(|x| x.get_id() == arg.get_id()) { 93 duplicate_tip(cmd, first, second), 99 if let Some((first, second)) = cmd.two_args_of(|x| x.get_long() == Some(l)) { 106 second.get_id(), 107 duplicate_tip(cmd, first, second) 114 if let Some((first, second)) = cmd.two_args_of(|x| x.get_short() == Some(s)) { 121 second.get_id(), 122 duplicate_tip(cmd, first, second), 129 if let Some((first, second)) = 139 second [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 198 RS.markSubResourceAsUsed(RR.second); in use() 202 Strategies[RSID]->used(RR.second); in use() 228 RS.releaseSubResource(RR.second); in release() 285 unsigned NumUnits = E.second.isReserved() ? 0U : E.second.NumUnits; in checkAvailability() 301 const CycleSegment &CS = R.second.CS; in issueInstruction() 308 if (!R.second.isReserved()) { in issueInstruction() 317 assert(R.second.isReserved()); in issueInstruction() 326 if (BR.second) in cycleEvent() 327 BR.second in cycleEvent() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 235 if ((Conflict->second.second & Mask).any()) in canBundle() 283 Loc->second.first |= State; in collectRegUses() 284 Loc->second.second |= Mask; in collectRegUses() 376 forAllLanes(R.first, R.second.second, [&R, &B](unsigned SubReg) { in runOnMachineFunction() 377 unsigned S = R.second.first | RegState::EarlyClobber; in runOnMachineFunction() 385 forAllLanes(R.first, R.second.second, [ in runOnMachineFunction() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 129 ValueTy second; member in llvm::StringMapEntryStorage 132 : StringMapEntryBase(strLen), second() {} in StringMapEntryStorage() 135 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {} in StringMapEntryStorage() 138 const ValueTy &getValue() const { return second; } in getValue() 139 ValueTy &getValue() { return second; } in getValue() 141 void setValue(const ValueTy &V) { second = V; } in setValue() 372 return it->second; in lookup() 378 ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; } in operator []() 414 return try_emplace(KV.first, std::move(KV.second)); in insert() 422 if (!Ret.second) in insert_or_assign() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 373 F1D second; member 377 FuncType second; member 390 DE_ASSERT( (f2D.first) && (f2D.second) ); in combine() 391 const float z = ((*f2D.first)(x) + (*f2D.second)(y)) / 2.0f; in combine() 745 m_params.screen.second, in makeImgInfo() 769 const std::vector<VkViewport> viewports { makeViewport(m_params.screen.first, m_params.screen.second) }; in makePipeline() 770 const std::vector<VkRect2D> scissors { makeRect2D(m_params.screen.first, m_params.screen.second) }; in makePipeline() 873 const VkDeviceSize bufferSize = (m_params.screen.first * m_params.screen.second * texFormat.getPixelSize()); in makeResultBuff() 878 PixelBufferAccess pixels (texFormat, m_params.screen.first, m_params.screen.second, 1u, allocation.getHostPtr()); in makeResultBuff() 880 for (deUint32 y = 0; y < m_params.screen.second; in makeResultBuff() [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-bytecode-peephole.cc | 423 return found->second; in Find() 706 int jump_destination = jump_edge_iter->second; in EmitOptimization() 714 int& usage_count = jump_count_iter->second; in EmitOptimization() 731 int jump_destination = jump_edge_iter->second; in EmitOptimization() 737 int& usage_count = jump_count_iter->second; in EmitOptimization() 749 int jump_candidate_count = jump_destination_candidate->second; in EmitOptimization() 755 jump_candidate_count = jump_destination_candidate->second; in EmitOptimization() 771 int jump_destination = jump_iter->second; in EmitOptimization() 812 int previous_fixup_value = (--previous_fixup)->second; in AddJumpSourceFixup() 821 int previous_fixup_value = (--previous_fixup)->second; in AddJumpDestinationFixup() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 199 if (NameEntry.second || !NameEntry.first->second) { in createSymbol() 202 NameEntry.first->second = true; in createSymbol() 410 if (!IterBool.second) in getELFSection() 411 return Entry.second; in getELFSection() 425 Entry.second = Result; in getELFSection() 452 if (!IterBool.second) in getCOFFSection() 453 return Iter->second; in getCOFFSection() 463 Iter->second = Result; in getCOFFSection() 519 if (!IterBool.second) in getWasmSection() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 189 if (ctx.info[idx].exec.back().second & mask_type_wqm) in transition_to_WQM() 191 if (ctx.info[idx].exec.back().second & mask_type_global) { in transition_to_WQM() 205 assert(ctx.info[idx].exec.back().second & mask_type_wqm); in transition_to_WQM() 215 if (ctx.info[idx].exec.back().second & mask_type_exact) in transition_to_Exact() 220 if ((ctx.info[idx].exec.back().second & mask_type_global) && in transition_to_Exact() 221 !(ctx.info[idx].exec.back().second & mask_type_loop)) { in transition_to_Exact() 223 assert(ctx.info[idx].exec.back().second & mask_type_exact); in transition_to_Exact() 332 (ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact)) | mask_type_loop; in add_coupling_code() 336 ctx.info[idx].exec.back().second |= mask_type_loop; in add_coupling_code() 346 uint8_t mask_type = ctx.info[idx].exec.back().second in add_coupling_code() [all...] |