Home
last modified time | relevance | path

Searched refs:trim (Results 176 – 200 of 289) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp343 auto TrimmedLine = Line.split('#').first.trim(); in addSymbolsFromFile()
365 StringRef TrimmedLine = Lines[LineNo].split('#').first.trim(); in addSymbolsToRenameFromFile()
370 StringRef NewName = Pair.second.trim(); in addSymbolsToRenameFromFile()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dazoteq,iqs7222.yaml392 azoteq,iref-trim:
396 description: Specifies the cycle's current reference trim.
400 azoteq,iref-trim: ["azoteq,iref-enable"]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp59 Expr = Expr.trim(); in evaluate()
829 CheckExpr = CheckExpr.trim(); in check()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-db845c.dts1067 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
1095 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_22_8_MA>;
H A Dsdm845-samsung-starqltechn.dts409 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
H A Dsdm845-xiaomi-beryllium.dts527 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
H A Dsdm845-lg-common.dtsi539 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
H A Dsdm845-xiaomi-beryllium-common.dtsi566 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
H A Dsdm845-cheza.dtsi967 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>;
989 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_22_8_MA>;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1993 if (Config.getBuffer().trim().empty()) in parseConfiguration()
3086 return Includes[LHSI].Text.trim() == in sortCppIncludes()
3087 Includes[RHSI].Text.trim(); in sortCppIncludes()
3175 StringRef Trimmed = Line.trim(); in sortCppIncludes()
3368 StringRef Trimmed = Line.trim(); in sortJavaImports()
3521 Includes.remove(Header.trim("\"<>"), Header.starts_with("<")); in fixCppIncludeInsertions()
3543 Includes.insert(IncludeName.trim("\"<>"), IncludeName.starts_with("<"), in fixCppIncludeInsertions()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c117 SYSCTL_NODE(_vfs_zfs, OID_AUTO, trim, CTLFLAG_RW, 0, "ZFS TRIM");
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1187 Line = Line.trim(); in runMRIScript()
1192 Rest = Rest.trim(); in runMRIScript()
/freebsd/contrib/tcsh/
H A Ded.inputl.c627 trim(v); in doeval1()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h354 static std::unique_ptr<GraphT> trim(const GraphT &G, const NodeSet &TrimNodes, in trim() function
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp113 to_integer(StringRef(DebuginfodTimeoutEnv).trim(), Timeout, 10)) in getDefaultDebuginfodTimeout()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1396 showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1397 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [],
1714 show: $.trim('' + options.show.event).replace(/ /g, namespace+' ') + namespace,
1715 hide: $.trim('' + options.hide.event).replace(/ /g, namespace+' ') + namespace
H A Djquery.js94 trim = String.prototype.trim,
563 data = jQuery.trim( data );
671 trim: trim ?
675 trim.call( text );
2270 elem.className = jQuery.trim( setClass );
2300 elem.className = jQuery.trim( className );
6717 if ( value >= 1 && jQuery.trim( filter.replace( ralpha, "" ) ) === "" ) {
7508 s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().split( rspacesAjax );
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dcommon.run957 [tests/functional/trim]
960 tags = ['functional', 'trim']
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp228 InputString = InputString.trim(); in parseCommand()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp627 if (const auto Pattern{StringRef{Line}.trim()}; in isIgnored()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp256 } else if (!HeadTail.first.trim().starts_with("immext")) { in prettyPrintAsm()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3902 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() argument
3903 std::string Filename = DumpGraph(trim); in ViewGraph()
3912 std::string ExprEngine::DumpGraph(bool trim, StringRef Filename) { in DumpGraph() argument
3913 if (trim) { in DumpGraph()
3935 std::unique_ptr<ExplodedGraph> TrimmedG(G.trim(Nodes)); in DumpGraph()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3162 std::string trim( std::string const& str );
3164 StringRef trim(StringRef ref);
9645 line = trim(line); in makeCommandLineParser()
9869 elem = trim(elem); in Config()
9872 elem = trim(elem); in Config()
13603 std::string trim( std::string const& str ) { in trim() function
13611 StringRef trim(StringRef ref) { in trim() function
14218 m_trimmed_name(trim(nameAndLocation.name)) in SectionTracker()
16619 std::string name = trim( sectionNode.stats.sectionInfo.name ); in writeSection()
16939 .writeAttribute( "name", trim( testInfo.name ) ) in testCaseStarting()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp309 IndexedInstrProf::ComputeHash(FuncName.trim())); in readTemporalProfTraceData()
435 if ((Line++)->drop_front(1).trim().getAsInteger(0, NumBitmapBytes)) in readNextRecord()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp506 columns[1] = columns[1].trim(" "); in GetCPUInfoForLiveProcess()

12345678910>>...12