/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 65 unsigned Offset = FilenameOffset.second; in addFile() 153 std::make_pair(Insertion.first->first(), Insertion.first->second); in addToStringTable() 154 if (Insertion.second) { in addToStringTable() 167 return I->second; in getStringTableOffset() 269 if (!I.second) in addLineEntry() 270 I.first->second.second = Offset + 1; in addLineEntry() 280 for (size_t Idx = I->second.first, End = I->second.second; Id in getFunctionLineEntries() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 218 if (entry.second.logical != logical) in join() 223 if (insert_pair.second) { in join() 226 changed |= insert_pair.first->second.join(entry.second); in join() 269 if (it == ctx.gpr_map.end() || !it->second.wait_on_read) in check_instr() 272 wait.combine(it->second.imm); in check_instr() 287 if (vmem_type && ((it->second.events & vm_events) == event_vmem) && in check_instr() 288 it->second.vmem_types == vmem_type) in check_instr() 293 (it->second.events & lgkm_events) == (instr->ds().gds ? event_gds : event_lds)) in check_instr() 296 wait.combine(it->second in check_instr() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 185 readJSON_VkPipelineLayoutCreateInfo(jsonReader, it->second, plCI); in removeRedundantObjects() 199 readJSON_VkDescriptorSetLayoutCreateInfo(jsonReader, it->second, dsCI); in removeRedundantObjects() 224 readJSON_VkSamplerCreateInfo(jsonReader, it->second, sCI); in removeRedundantObjects() 253 std::size_t j = cpToIndex[memC.second.commandPool]; in finalizeCommandBuffers() 256 memC.second.maxCommandPoolAllocated, in finalizeCommandBuffers() 257 memC.second.maxCommandPoolReservedSize, in finalizeCommandBuffers() 258 memC.second.maxCommandBufferAllocated in finalizeCommandBuffers() 324 for (size_t i = 0; i<pit->second.size(); ++i) in preparePipelinePoolSizes() 326 if (pit->second[i].size == ppsi.size) in preparePipelinePoolSizes() 328 pit->second[ in preparePipelinePoolSizes() [all...] |
H A D | vkApiVersion.cpp | 96 if (it->second == p) in isApiVersionPredecessor() 98 versions.push_back(it->second); in isApiVersionPredecessor() 128 if (pred.find(it->second) != end(pred)) in minVulkanAPIVersion() 129 commonPredecessors.push_back(it->second); in minVulkanAPIVersion() 130 pred.insert(it->second); in minVulkanAPIVersion()
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | triple-slash-refs-in-one-project.js | 62 //// [/src/second/second_part1.ts]
78 //// [/src/second/second_part2.ts]
86 //// [/src/second/tripleRef.d.ts]
89 //// [/src/second/tsconfig.json]
99 "outFile": "../2/second-output.js",
130 { "path": "../second", "prepend": true },
141 * src/second/tsconfig.json
148 [[90m12:00:20 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
150 [[90m12:00:21 AM[0m] Building project '/src/second/tsconfi [all...] |
H A D | multiple-prologues-in-all-projects.js | 63 //// [/src/second/second_part1.ts]
78 //// [/src/second/second_part2.ts]
87 //// [/src/second/tsconfig.json]
97 "outFile": "../2/second-output.js",
130 { "path": "../second", "prepend": true },
141 * src/second/tsconfig.json
148 [[90m12:00:26 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
150 [[90m12:00:27 AM[0m] Building project '/src/second/tsconfig.json'...
160 "/src/second/tsconfi [all...] |
H A D | baseline-sectioned-sourcemaps.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:18 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:19 AM[0m] Building project '/src/second/tsconfig.json'...
155 "/src/second/tsconfi [all...] |
/third_party/node/test/async-hooks/ |
H A D | test-http-agent-handle-reuse-serial.js | 102 const second = activities.filter((x) => x.uid === asyncIdAtSecondReq)[0]; 103 checkInvocations(second, { init: 1, destroy: 1 }, 'when process exits'); 106 assert.strictEqual(first.type, second.type); 107 assert.ok(first.handle !== second.handle, 'Resource reused'); 108 assert.ok(first.handle === second.handle.handle,
|
H A D | test-http-agent-handle-reuse-parallel.js | 84 const second = activities.filter((x) => x.uid === reqAsyncIds[1])[0]; 85 checkInvocations(second, { init: 1, destroy: 1 }, 'when process exits'); 88 assert.strictEqual(first.type, second.type); 89 assert.ok(first.handle !== second.handle, 'Resource reused'); 90 assert.ok(first.handle === second.handle.handle,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | SizedMRUCache.h | 42 return &retVal->second.value; in put() 52 *valueOut = &iter->second.value; in get() 63 *valueOut = &it->second.value; in getAt() 84 mCurrentSize -= existing->second.size; in eraseByKey() 109 mCurrentSize -= iter->second.size; in shrinkToSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | TypeFinder.cpp | 74 incorporateMDNode(MD.second); in run() 94 if (!VisitedTypes.insert(Ty).second) in incorporateType() 111 if (VisitedTypes.insert(*I).second) in incorporateType() 132 if (!VisitedConstants.insert(V).second) in incorporateValue() 152 if (!VisitedMetadata.insert(V).second) in incorporateMDNode()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | register_pressure.h | 77 it->second++; in AddRegisterClass() 102 return &it->second; in Get() 118 return &it->second; in Get() 182 return &it->second; in Get() 185 .first->second; in Get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | register_pressure.h | 77 it->second++; in AddRegisterClass() 102 return &it->second; in Get() 118 return &it->second; in Get() 182 return &it->second; in Get() 185 .first->second; in Get()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_generator.cc | 91 generation_options.expected_prefixes_path = options[i].second; in GenerateAll() 96 SplitStringUsing(options[i].second, ";", in GenerateAll() 107 generation_options.generate_for_named_framework = options[i].second; in GenerateAll() 129 generation_options.named_framework_to_proto_path_mappings_path = options[i].second; in GenerateAll() 136 StripSuffixString(options[i].second, "/"); in GenerateAll()
|
/third_party/spirv-tools/source/opt/ |
H A D | register_pressure.h | 77 it->second++; in AddRegisterClass() 102 return &it->second; in Get() 118 return &it->second; in Get() 182 return &it->second; in Get() 185 .first->second; in Get()
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-gestures.c | 322 *second = tp->gesture.touches[1]; in tp_gesture_get_pinch_info() local 324 delta = device_delta(first->point, second->point); in tp_gesture_get_pinch_info() 329 *center = device_average(first->point, second->point); in tp_gesture_get_pinch_info() 348 *second = tp->gesture.touches[1]; in tp_gesture_set_scroll_buildup() local 351 d1 = device_delta(second->point, second->gesture.initial); in tp_gesture_set_scroll_buildup() 867 *second = tp->gesture.touches[1], in tp_gesture_detect_motion_gestures() local 917 second_moved = tp_gesture_mm_moved(tp, second); in tp_gesture_detect_motion_gestures() 920 delta.x = abs(first->point.x - second->point.x); in tp_gesture_detect_motion_gestures() 921 delta.y = abs(first->point.y - second in tp_gesture_detect_motion_gestures() 1028 *second = tp->gesture.touches[1]; tp_gesture_is_pinch() local 1054 struct tp_touch *first, *second; tp_gesture_handle_state_none() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | futex-emulation.cc | 193 node->prev_ = it->second.tail; in NotifyAsyncWaiter() 194 it->second.tail->next_ = node; in NotifyAsyncWaiter() 195 it->second.tail = node; in NotifyAsyncWaiter() 207 it->second.tail->next_ = node; in AddNode() 208 node->prev_ = it->second.tail; in AddNode() 209 it->second.tail = node; in AddNode() 218 DCHECK(NodeIsOnList(node, it->second.head)); in RemoveNode() 223 DCHECK_EQ(node, it->second.head); in RemoveNode() 224 it->second.head = node->next_; in RemoveNode() 230 DCHECK_EQ(node, it->second in RemoveNode() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_reflect.cpp | 121 if (!stack.empty() && stack.top().second) in begin_json_array() 134 if (stack.top().second) in end_json_array() 143 stack.top().second = true; in end_json_array() 152 if (stack.top().second) in emit_json_array_value() 156 stack.top().second = true; in emit_json_array_value() 163 if (stack.top().second) in emit_json_array_value() 166 stack.top().second = true; in emit_json_array_value() 173 if (stack.top().second) in emit_json_array_value() 176 stack.top().second = true; in emit_json_array_value() 181 if (!stack.empty() && stack.top().second) in begin_json_object() [all...] |
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 487 cJSON *second = list; in sort_list() local 514 second = second->next; in sort_list() 522 if ((second != NULL) && (second->prev != NULL)) in sort_list() 525 second->prev->next = NULL; in sort_list() 526 second->prev = NULL; in sort_list() 531 second = sort_list(second, case_sensitive); in sort_list() 535 while ((first != NULL) && (second ! in sort_list() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 449 TrueDefs.second->dump(); in dump() 455 if (CopyDefs.second) { in dump() 457 CopyDefs.second->dump(); in dump() 483 Ret.CopyDefs.second); in createCRLogicalOpInfo() 488 MRI->hasOneNonDBGUse(Ret.CopyDefs.second->getOperand(0).getReg()); in createCRLogicalOpInfo() 492 Ret.CopyDefs.second = nullptr; in createCRLogicalOpInfo() 518 (MIParam.getParent() == Ret.TrueDefs.second->getParent()); in createCRLogicalOpInfo() 614 if (CRI.CopyDefs.first == CRI.CopyDefs.second) { in splitBlockOnBinaryCROp() 619 if (CRI.TrueDefs.first->isCopy() || CRI.TrueDefs.second->isCopy() || in splitBlockOnBinaryCROp() 620 CRI.TrueDefs.first->isPHI() || CRI.TrueDefs.second in splitBlockOnBinaryCROp() [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-string-iterator-prototype.c | 116 ecma_char_t second = ecma_string_get_char_at_pos (string_p, (ecma_length_t) (position + 1)); in ecma_builtin_string_iterator_prototype_object_next() local 119 if (second < LIT_UTF16_LOW_SURROGATE_MIN || second > LIT_UTF16_LOW_SURROGATE_MAX) in ecma_builtin_string_iterator_prototype_object_next() 126 result_str_p = ecma_new_ecma_string_from_code_units (first, second); in ecma_builtin_string_iterator_prototype_object_next()
|
/third_party/node/test/parallel/ |
H A D | test-http-server-headers-timeout-keepalive.js | 47 let second = false; 55 if (!second && response.endsWith('\r\n\r\n')) { 67 second = true; 69 // Perform a second request expected to finish after headersTimeout 81 assert.strictEqual(second, true); 92 // Perform a second request expected to finish before headersTimeout
|
H A D | test-http-server-request-timeout-keepalive.js | 45 let second = false; 53 if (!second && response.endsWith('\r\n\r\n')) { 65 second = true; 67 // Perform a second request expected to finish after requestTimeout 79 assert.strictEqual(second, true);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 35 if (KV.second) in add() 38 return {KV.first->second, KV.first->first()}; in add() 42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() 68 Strings[KV.second] = KV.first(); in serialize()
|
/third_party/spirv-tools/test/opt/ |
H A D | freeze_spec_const_test.cpp | 117 EXPECT_TRUE(FindAndReplace(&expected_disassembly, p.first, p.second)) in TEST_F() 123 << p.second << "\n"; in TEST_F() 162 EXPECT_TRUE(FindAndReplace(&expected_disassembly, p.first, p.second)) in TEST_F() 168 << p.second << "\n"; in TEST_F()
|