Home
last modified time | relevance | path

Searched refs:first (Results 5476 - 5500 of 6195) sorted by relevance

1...<<211212213214215216217218219220>>...248

/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.h381 uint32 tag = input->ReadTagWithCutoffNoLastTag(kMaxTag).first; in MergePartialFromCodedStreamInlined()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h499 // google3 protos also. (The behavior of "first #included wins" is not in IncludeGuard()
653 // the format string $1$, $2$, etc... are substituted for the first, second, ...
655 // integers. The implementation verifies all arguments are used and are "first"
701 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap()
760 // We don't want to print group bodies so we cut off after the first in PrintFieldComment()
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs74 /// Borrows the first element in this sequence.
75 pub fn first(&self) -> Option<&T> { in first() functions
79 /// Mutably borrows the first element in this sequence.
H A Dpath.rs35 /// - the first path segment has no angle bracketed or parenthesized
37 /// - the ident of the first path segment is equal to the given one.
73 /// - the first path segment has no angle bracketed or parenthesized
92 self.segments.first().unwrap().ident.span(), in require_ident()
/third_party/spirv-tools/source/link/
H A Dlinker.cpp136 // 'RemoveDuplicatePass' should be run first.
329 return v.first == model && v.second == name; in MergeModules()
/third_party/spirv-tools/source/opt/
H A Dcopy_prop_arrays.cpp159 assert(entry.is_result_id && "Constants needs to be built first."); in BuildNewAccessChain()
595 Instruction* use = pair.first;
H A Dir_builder.h274 target.first}); in AddSwitch()
H A Dloop_descriptor.cpp889 // The operand index of the first incoming block label. in FindConditionVariable()
956 Loop* parent = pair.first; in PostModificationCleanup()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.cpp492 const deInt32 location = gl.getAttribLocation(m_program->getProgram(), it->first.c_str());
797 /* Check and return the first conformant sample count */
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp1009 auto it = std::find_if(std::begin(ycbcrFormats), std::end(ycbcrFormats), [result](const std::pair<vk::VkFormat, vk::VkFormat>& p) { return p.first == result; });
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp534 // in first region in HWTEST_F()
546 // not in first region and in second region in HWTEST_F()
2442 for (uint32_t first = 0; first < handlePaintRect.size(); ++first) { in HWTEST_F()
2443 selectInfo1.firstHandle.paintRect = handlePaintRect[first]; in HWTEST_F()
2446 bool expectRes = (first == 0) && (second == 0); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1498 if ((extension.first.find(key) != std::string::npos) && (extension.second.moduleName == hapInfo.moduleName)) { in FindHapModuleInfo()
1507 if ((ability.first.find(key) != std::string::npos) && (ability.second.moduleName == hapInfo.moduleName)) { in FindHapModuleInfo()
1824 auto skillsPair = skillInfos_.find(abilityInfoPair.first); in IsExistLauncherAbility()
2090 if (iter->first.find(key) != std::string::npos) { in RemoveModuleInfo()
2098 if (iter->first.find(key) != std::string::npos) { in RemoveModuleInfo()
2212 // The label and icon are first used under main ability in GetApplicationInfo()
2268 // The label and icon are first used under main ability in GetApplicationInfoV9()
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc479 // The first ':' or '\0' character in pattern marks the end of it.
1166 *os << it->first << it->second << "\n"; in PrintTo()
1218 // Find first edit. in CreateUnifiedDiff()
1225 // Find the first line to include in the hunk. in CreateUnifiedDiff()
1308 // The first four parameters are the expressions used in the assertion
1799 inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { in IsUtf16SurrogatePair() argument
1801 (first & 0xFC00) == 0xD800 && (second & 0xFC00) == 0xDC00; in IsUtf16SurrogatePair()
1805 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, in CreateCodePointFromUtf16SurrogatePair() argument
1807 const auto first_u = static_cast<UInt32>(first); in CreateCodePointFromUtf16SurrogatePair()
2297 // same fixture class as the first tes
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c421 * With option -n reading is first attempted from the memory store
837 static BOOL index_match_undo(const char *first, const char *second, int length) in index_match_undo() argument
842 match = !memcmp(first, second, length); in index_match_undo()
848 len = (first[80] & 255)*2 + 2; in index_match_undo()
849 match = (feedle64(first, 16) == feedle64(second, 16)) in index_match_undo()
850 && !memcmp(first + 80, second + 80, len); in index_match_undo()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3651 // Ensure to emit the constant pool first if necessary. in AssembleArchInstruction()
3678 uint32_t first = base::bits::CountTrailingZeros32(saves_fp.bits()); in AssembleArchInstruction()
3679 DCHECK_EQ((last - first + 1), saves_fp.Count()); in AssembleArchInstruction()
3680 frame->AllocateSavedCalleeRegisterSlots((last - first + 1) * in AssembleArchInstruction()
3794 __ vstm(db_w, sp, saves_fp.first(), saves_fp.last()); in AssembleArchInstruction()
3826 __ vldm(ia_w, sp, saves_fp.first(), saves_fp.last()); in AssembleArchInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2896 const unsigned first = decl->Range.First; in lp_emit_declaration_soa() local
2906 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa()
2915 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa()
2930 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa()
2943 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp166 /// The filename from the first cpp hash file line comment, if any.
869 // Use the first #line directive for this, if any. It's preprocessed, so in enabledGenDwarfForAssembly()
970 // first referenced for a source location. We need to add something in Run()
1149 SymbolName = Split.first; in parsePrimaryExpr()
1195 if (Split.first.size() != IDVal.size()) { in parsePrimaryExpr()
1199 IDVal = Split.first; in parsePrimaryExpr()
1306 // Ask the target implementation about this expression first. in applyModifierToExpr()
1925 if (Handler.first) in parseStatement()
1926 return (*Handler.second)(Handler.first, IDVal, IDLoc); in parseStatement()
3487 /// The first numbe
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp2350 GLint first, in GL_DrawArraysInstanced()
2356 "context = %d, mode = %s, first = %d, count = %d, instancecount = %d", CID(context), in GL_DrawArraysInstanced()
2357 GLenumToString(GLenumGroup::PrimitiveType, mode), first, count, instancecount); in GL_DrawArraysInstanced()
2366 modePacked, first, count, instancecount)); in GL_DrawArraysInstanced()
2369 context->drawArraysInstanced(modePacked, first, count, instancecount); in GL_DrawArraysInstanced()
2371 ANGLE_CAPTURE(DrawArraysInstanced, isCallValid, context, modePacked, first, count, in GL_DrawArraysInstanced()
2349 GL_DrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount) GL_DrawArraysInstanced() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp1094 void GL_APIENTRY GL_DrawArrays(GLenum mode, GLint first, GLsizei count) in GL_DrawArrays() argument
1097 EVENT(context, GLDrawArrays, "context = %d, mode = %s, first = %d, count = %d", CID(context), in GL_DrawArrays()
1098 GLenumToString(GLenumGroup::PrimitiveType, mode), first, count); in GL_DrawArrays()
1106 first, count)); in GL_DrawArrays()
1109 context->drawArrays(modePacked, first, count); in GL_DrawArrays()
1111 ANGLE_CAPTURE(DrawArrays, isCallValid, context, modePacked, first, count); in GL_DrawArrays()
/third_party/backends/backend/
H A Dumax_pp_low.c1584 /* the first apply to fast data transfer (ie when no scaaning is undergoing) */ in waitFifoFull()
5547 int first, rc, x; in initScanner610p() local
5586 first = 0; in initScanner610p()
5606 first = 1; in initScanner610p()
5618 first = 1; in initScanner610p()
5623 if (!first) in initScanner610p()
5633 * since it is first probe or recover */ in initScanner610p()
5973 /* but let's make 610 work first */ in initTransport610p()
6478 /* we set 32 bits I/O mode first, then step back to */ in probeEPP()
7352 /* 2 reports of CF, was FF first (typ in sanei_umax_pp_probeScanner()
11473 int rc = 1, first, i; inquire() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_sink_scene.cpp643 if ((item.first == msg->surfaceId) && (!item.second->deleting)) { in HandleSetSceneType()
735 if ((item.second != nullptr) && (itemDev->first == item.second->deviceId) && (!item.second->deleting)) { in HandlePlay()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp32 nodeInfo_->codeRow = pos.first; in UINode()
677 // if recursive = false, recursively call AttachToMainTree(false), until we reach the first FrameNode. in AttachToMainTree()
701 // if recursive = false, recursively call AttachToMainTree(false), until we reach the first FrameNode. in AttachToMainTree()
721 // if recursive = false, recursively call DetachFromMainTree(false), until we reach the first FrameNode. in DetachFromMainTree()
768 // if recursive = false, recursively call AttachToMainTree(false), until we reach the first FrameNode. in ProcessOffscreenTask()
1371 if (res.first) { in GetChildFlatIndex()
1409 // if child is already disappearing, remove it from disappearingChildren_ first in AddDisappearingChild()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp1364 formData.AddImageData(data.first, data.second); in OnCreate()
1410 strJsonResult.append(ToJSONStringInt(std::to_string(item->first), std::to_string(item->second))); in OnVisibilityChanged()
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp614 auto columnFrameNode = column.first; in HWTEST_F()
693 auto columnFrameNode = column.first; in HWTEST_F()

Completed in 127 milliseconds

1...<<211212213214215216217218219220>>...248