| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | unordered_set_modifiers_test.h | 50 EXPECT_EQ(val, *p.first); in TYPED_TEST_P() 115 EXPECT_EQ(val, *p.first); in TYPED_TEST_P() 118 EXPECT_EQ(val, *p.first); in TYPED_TEST_P()
|
| /third_party/skia/include/core/ |
| H A D | SkString.h | 44 const char *first = strstr(string, substring); in SkStrFind() local 45 if (nullptr == first) return -1; in SkStrFind() 46 return SkToInt(first - &string[0]); in SkStrFind()
|
| /third_party/rust/crates/nom/examples/ |
| H A D | s_expression.rs | 88 // alt gives us the result of first parser that succeeds, of the series of in parse_builtin() 324 Atom::Boolean(!get_bool_from_expr(reduced_tail.first().cloned().unwrap())?) in eval_expression() 327 BuiltIn::Minus => Atom::Num(if let Some(first_elem) = reduced_tail.first().cloned() { in eval_expression() 339 BuiltIn::Divide => Atom::Num(if let Some(first_elem) = reduced_tail.first().cloned() { in eval_expression()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | fix_storage_class.cpp | 39 use.first, in Process() 44 PropagateType(use.first, inst->type_id(), use.second, &seen); in Process() 278 PropagateType(use.first, new_type_id, use.second, seen); in PropagateType()
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_id.cpp | 60 const Instruction* use = use_index_pair.first; in CheckIdDefinitionDominateUse() 81 const Instruction* user = use.first; in CheckIdDefinitionDominateUse() 103 phi->function()->GetBlock(phi->word(i + 1)).first; in CheckIdDefinitionDominateUse()
|
| /applications/standard/calendardata/calendarmanager/native/src/ |
| H A D | native_util.cpp | 685 if (iter->first == "FREQ") { in GetUTCTime() 689 if (iter->first == "COUNT") { in GetUTCTime() 693 if (iter->first == "INTERVAL") { in GetUTCTime() 697 if (iter->first == "UNTIL") { in GetUTCTime() 700 if (iter->first == "BYDAY") { in GetUTCTime() 704 if (iter->first == "BYWEEKNO") { in GetUTCTime() 708 if (iter->first == "BYMONTHDAY") { in GetUTCTime() 712 if (iter->first == "BYYEARDAY") { in GetUTCTime() 716 if (iter->first == "BYMONTH") { in GetUTCTime()
|
| /third_party/gptfdisk/ |
| H A D | basicmbr.cc | 280 // partNum = number of first partition in extended partition (normally 4). 666 // are found, as well as when a single partition in the first 864 // Returns the first sector occupied by any logical partition. Note that 1092 uint64_t firstBlock; // first block in a segment in MakeBiggestPart() 1222 // the first partition, if possible. 1309 // Removes logical partitions and deactivated partitions from first four 1337 // Move all primaries into the first four partition spaces 1363 // This function also sorts the primaries into the first four positions of 1411 // Finds the first free space on the disk from start onward; returns 0 1414 uint64_t first; in FindFirstAvailable() local [all...] |
| /third_party/PyYAML/lib/yaml/ |
| H A D | emitter.py | 176 return self.expect_document_start(first=True) 178 def expect_document_start(self, first=False): 195 implicit = (first and not self.event.explicit and not self.canonical 374 return self.expect_block_sequence_item(first=True) 376 def expect_block_sequence_item(self, first=False): 377 if not first and isinstance(self.event, SequenceEndEvent): 393 return self.expect_block_mapping_key(first=True) 395 def expect_block_mapping_key(self, first=False): 396 if not first and isinstance(self.event, MappingEndEvent):
|
| /third_party/libabigail/src/ |
| H A D | abg-corpus.cc | 204 /// @param first the first function to consider in the comparison. 208 /// @return true if the (mangled) name of the first function is less 211 operator()(const function_decl* first, in operator ()() 214 ABG_ASSERT(first != 0 && second != 0); in operator ()() 217 first_name = first->get_linkage_name(); in operator ()() 219 first_name = first->get_name(); in operator ()() 239 /// @param first the first variable to consider for the comparison. 243 /// @return true if first i [all...] |
| /third_party/python/Lib/ |
| H A D | difflib.py | 98 If you want to know how to change the first sequence into the second, 131 Optional arg a is the first of two sequences to be compared. By 146 # first sequence 197 """Set the first sequence to be compared. 225 The first sequence to be compared is not changed. 273 # The first trick is to build b2j ignoring the possibility 328 If isjunk is defined, first the longest matching block is 361 # the unique 'b's and then matching the first two 'a's. 475 # the first block by the length of the second, and the first [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperationMultiQueueTests.cpp | 151 it->first, //deUint32 queueFamilyIndex; in MultiQueues() 239 m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues() 274 queuesWrite[it->first] = it->second; in getQueuesPairs() 275 queuesRead[it->first] = it->second; in getQueuesPairs() 278 queuesWrite[it->first] = it->second; in getQueuesPairs() 280 queuesRead[it->first] = it->second; in getQueuesPairs() 294 queuesPairs.push_back(QueuePair(write->first, read->first, write->second.queue[writeNdx], read->second.queue[readNdx])); in getQueuesPairs() 311 return Queue(it->first, it->second.queue[0]); in getDefaultQueue()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 149 int Idx = it->first; in resolveLocalRelocations() 389 auto &VR = KV.first; in loadObjectImpl() 401 StringRef SymbolName = GSTMapEntry.first(); in loadObjectImpl() 438 // llvm::dbgs() << "Added: " << E.first.getRawDataRefImpl() << " -> " << E.second << "\n"; in loadObjectImpl() 600 // If this is the first common symbol, use its alignment as the alignment in computeTotalAllocSize() 1076 StringRef Name = i->first(); in applyExternalSymbolRelocations() 1147 StringRef Name = RelocKV.first(); in resolveExternalSymbols() 1179 assert(!ResolvedSymbols.count(RRKV.first) && "Redundant resolution?"); in resolveExternalSymbols() 1181 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols() 1209 Resolved[KV.first] in finalizeAsync() [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES.h | 329 // Do the cheaper test first, for a little extra speed. in ValidateUniformValue() 456 GLint first, 462 GLint first, 468 GLint first, 947 GLint first, in ValidateDrawArraysAttribs() 956 // - first < 0 has been checked as an error condition. in ValidateDrawArraysAttribs() 959 ASSERT(first >= 0); in ValidateDrawArraysAttribs() 961 int64_t maxVertex = static_cast<int64_t>(first) + static_cast<int64_t>(count) - 1; in ValidateDrawArraysAttribs() 992 GLint first, in ValidateDrawArraysCommon() 996 if (first < in ValidateDrawArraysCommon() 945 ValidateDrawArraysAttribs(const Context *context, angle::EntryPoint entryPoint, GLint first, GLsizei count) ValidateDrawArraysAttribs() argument 989 ValidateDrawArraysCommon(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count, GLsizei primcount) ValidateDrawArraysCommon() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 121 ThrowableInst[It->first] = false; in deleteDeadInstruction() 227 // first argument. in getLocForWrite() 462 LaterIntEnd = std::max(LaterIntEnd, ILI->first); in isOverwrite() 473 LaterIntEnd = std::max(LaterIntEnd, ILI->first); in isOverwrite() 482 ILI->first >= int64_t(EarlierOff + EarlierSize)) { in isOverwrite() 487 << ILI->first << ")\n"); in isOverwrite() 546 /// In this case, the second store to A does not make the first store to A dead. 595 /// modified between the first and the second instruction. 596 /// Precondition: Second instruction must be dominated by the first 623 // Ignore instructions after SI if this is the first visi [all...] |
| /third_party/rust/crates/syn/src/ |
| H A D | ty.rs | 389 let mut first: Type = content.parse()?; variables 395 elems.push_value(first); 410 let first = match first { 424 first = Type::TraitObject(TypeTraitObject { 447 bounds.push_value(first); 459 elem: Box::new(first), 708 let first: Type = content.parse()?; in parse() 713 elems.push_value(first); in parse()
|
| /third_party/spirv-tools/test/opt/ |
| H A D | type_manager_test.cpp | 292 ASSERT_NE(nullptr, manager.GetType(p.first)); in TEST() 293 EXPECT_EQ(p.second, manager.GetType(p.first)->str()) in TEST() 294 << " id is " << p.first; in TEST() 295 EXPECT_EQ(p.first, manager.GetId(manager.GetType(p.first))); in TEST() 665 switch (t.first) { in TEST() 832 ASSERT_EQ(nullptr, pair.first); in TEST() 837 ASSERT_TRUE(pair.first->IsSame(&u32)); in TEST() 842 ASSERT_TRUE(pair.first->IsSame(&st)); in TEST()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFboUtil.cpp | 127 ret.insert(it->first); in getFormats() 227 db.addCoreFormat(formatKeyInfo(*it2), it->first); in addFormats() 634 const GLenum attPoint = it->first; in validStatusCodes() 639 cctx->check(it->first, *it->second, image); in validStatusCodes() 738 const string num = toString(it->first); in logFramebufferConfig() 747 const string num = toString(it->first); in logFramebufferConfig() 760 const string attPointName = getFramebufferAttachmentName(it->first); in logFramebufferConfig() 942 glDelete(*it->second, it->first, m_gl); in ~FboBuilder() 946 glDelete(*it->second, it->first, m_gl); in ~FboBuilder()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationOperationMultiQueueTests.cpp | 139 it->first, //deUint32 queueFamilyIndex; in MultiQueues() 227 m_deviceDriver->getDeviceQueue(*m_logicalDevice, it->first, queueNdx, &it->second.queue[queueNdx]); in MultiQueues() 262 queuesWrite[it->first] = it->second; in getQueuesPairs() 263 queuesRead[it->first] = it->second; in getQueuesPairs() 266 queuesWrite[it->first] = it->second; in getQueuesPairs() 268 queuesRead[it->first] = it->second; in getQueuesPairs() 282 queuesPairs.push_back(QueuePair(write->first, read->first, write->second.queue[writeNdx], read->second.queue[readNdx])); in getQueuesPairs() 299 return Queue(it->first, it->second.queue[0]); in getDefaultQueue()
|
| /third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
| H A D | 118-comment-becomes-space.c | 1 #define FOO first/*
|
| /applications/standard/calendardata/calendarmanager/napi/src/ |
| H A D | calendar_enum_napi.cpp | 87 auto &enumClassName = enumClass.first; in JsEnumIntInit() 123 auto &enumClassName = it->first; in JsEnumStringInit()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | reflection.h | 58 TReflection(EShReflectionOptions opts, EShLanguage first, EShLanguage last) in TReflection() argument 59 : options(opts), firstStage(first), lastStage(last), badReflection(TObjectReflection::badReflection()) in TReflection()
|
| /third_party/gn/src/base/ |
| H A D | value_iterators.cc | 31 return {dict_iter_->first, *dict_iter_->second}; in operator *() 87 return {dict_iter_->first, *dict_iter_->second}; in operator *()
|
| /third_party/curl/docs/libcurl/ |
| H A D | mksymbolsmanpage.pl | 53 libcurl header files. This lists the first version in which the symbol was 56 The first version in which the symbol is marked "deprecated" - meaning that
|
| /third_party/gn/src/gn/ |
| H A D | unique_vector_unittest.cc | 60 static auto MakePair(bool first, size_t second) -> std::pair<bool, size_t> { 61 return {first, second};
|
| /third_party/googletest/googletest/src/hwext/ |
| H A D | gtest-tag.cc | 51 masked &= ~c_iter->first;
in verify() 91 result |= c_iter->first;
in eleForName()
|