Home
last modified time | relevance | path

Searched full:prefix (Results 1 – 25 of 6241) sorted by relevance

12345678910>>...250

/third_party/curl/packages/vms/
Dcurlmsg.sdl21 /* "THE COMBINED LENGTH OF THE PREFIX AND THE MESSAGE SYMBOL NAME CANNOT
22 /* EXCEED 31 CHARACTERS." WITH A PREFIX OF FIVE THAT LEAVES US WITH 26
28 "FACILITY" EQUALS 3841 PREFIX "CURL" TAG ""
29 ,"OK" EQUALS %X0F018009 PREFIX "CURL" TAG ""
30 ,"UNSUPPORTED_PROTOCOL" EQUALS %X0F018012 PREFIX "CURL" TAG ""
31 ,"FAILED_INIT" EQUALS %X0F01801A PREFIX "CURL" TAG ""
32 ,"URL_MALFORMAT" EQUALS %X0F018022 PREFIX "CURL" TAG ""
33 ,"OBSOLETE4" EQUALS %X0F01802A PREFIX "CURL" TAG ""
34 ,"COULDNT_RESOLVE_PROXY" EQUALS %X0F018032 PREFIX "CURL" TAG ""
35 ,"COULDNT_RESOLVE_HOST" EQUALS %X0F01803A PREFIX "CURL" TAG ""
[all …]
/third_party/typescript/tests/cases/fourslash/
DcodeFixClassImplementInterfaceComments.ts6 //// /**enum prefix */
7 //// export enum /**enum identifier prefix */ E /**open-brace prefix*/ {
8 //// /* literal prefix */ a /** comma prefix */,
9 //// /* literal prefix */ b /** comma prefix */,
10 //// /* literal prefix */ c
11 //// /** close brace prefix */ }
12 //// /** interface prefix */
13 //// export interface /**interface name prefix */ I /**open-brace prefix*/ {
14 //// /** property prefix */ a /** colon prefix */: /** enum literal prefix 1*/ E /** dot prefix
15 //// /** property prefix */ b /** colon prefix */: /** enum prefix */ E;
[all …]
/third_party/gettext/
DPACKAGING61 $prefix/share/gettext/ABOUT-NLS
63 $prefix/bin/gettext
64 $prefix/bin/ngettext
65 $prefix/bin/envsubst
66 $prefix/bin/gettext.sh
67 $prefix/share/man/man1/gettext.1
68 $prefix/share/man/man1/ngettext.1
69 $prefix/share/man/man1/envsubst.1
70 $prefix/share/doc/gettext/gettext.1.html
71 $prefix/share/doc/gettext/ngettext.1.html
[all …]
/third_party/curl/tests/certs/scripts/
Dgenserv.sh13 USAGE="echo Usage is genserv.sh <prefix> <caprefix>"
27 PREFIX=$1
28 if [ ".$PREFIX" = . ] ; then
29 echo No configuration prefix
32 if [ ! -f $PREFIX-sv.prm ] ; then
33 echo No configuration file $PREFIX-sv.prm
40 echo No CA prefix
64 echo SERIAL=$SERIAL PREFIX=$PREFIX CAPREFIX=$CAPREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
67 echo "openssl dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE"
68 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE
[all …]
Dgenroot.sh23 PREFIX=$1
24 if [ ".$PREFIX" = . ] ; then
25 echo No configuration prefix
28 if [ ! -f $PREFIX-ca.prm ] ; then
29 echo No configuration file $PREFIX-ca.prm
43 echo SERIAL=$SERIAL PREFIX=$PREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
45 echo "openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout XXX"
46 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
48 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr"
49 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
[all …]
/third_party/mesa3d/src/intel/common/
Dintel_sample_positions.h69 #define INTEL_SAMPLE_POS_ELEM(prefix, arr, sample_idx) \ argument
70 prefix##sample_idx##XOffset = arr[sample_idx].x; \
71 prefix##sample_idx##YOffset = arr[sample_idx].y;
73 #define INTEL_SAMPLE_POS_1X_ARRAY(prefix, arr)\ argument
74 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0);
76 #define INTEL_SAMPLE_POS_2X_ARRAY(prefix, arr) \ argument
77 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \
78 INTEL_SAMPLE_POS_ELEM(prefix, arr, 1);
80 #define INTEL_SAMPLE_POS_4X_ARRAY(prefix, arr) \ argument
81 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \
[all …]
/third_party/openh264/build/
Dmktargets.py10 parser.add_argument("--prefix", dest="prefix", help="Make a set of objs")
15 PREFIX=None variable
24 src = "$(%s_SRCDIR)/%%%s"%(PREFIX, CPP_SUFFIX)
25 dst = "$(%s_SRCDIR)/%%.$(OBJ)"%(PREFIX)
28 …\t$(QUIET_CXX)$(CXX) $(CFLAGS) $(CXXFLAGS) $(INCLUDES) $(' + PREFIX + '_CFLAGS) $(' + PREFIX + '_I…
32 src = "$(%s_SRCDIR)/%%.c"%(PREFIX)
33 dst = "$(%s_SRCDIR)/%%.$(OBJ)"%(PREFIX)
36 …f.write('\t$(QUIET_CC)$(CC) $(CFLAGS) $(INCLUDES) $(' + PREFIX + '_CFLAGS) $(' + PREFIX + '_INCLUD…
40 src = "$(%s_SRCDIR)/%%.asm"%(PREFIX)
41 dst = "$(%s_SRCDIR)/%%.$(OBJ)"%(PREFIX)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h76 ENUM_ENTRY(IC_OPSIZE, 3, "requires an OPSIZE prefix, so " \
78 ENUM_ENTRY(IC_ADSIZE, 3, "requires an ADSIZE prefix, so " \
85 ENUM_ENTRY(IC_XD_OPSIZE, 3, "requires an OPSIZE prefix, so " \
87 ENUM_ENTRY(IC_XS_OPSIZE, 3, "requires an OPSIZE prefix, so " \
89 ENUM_ENTRY(IC_XD_ADSIZE, 3, "requires an ADSIZE prefix, so " \
91 ENUM_ENTRY(IC_XS_ADSIZE, 3, "requires an ADSIZE prefix, so " \
93 ENUM_ENTRY(IC_64BIT_REXW, 5, "requires a REX.W prefix, so operands "\
95 ENUM_ENTRY(IC_64BIT_REXW_ADSIZE, 6, "requires a REX.W prefix and 0x67 " \
96 "prefix") \
115 ENUM_ENTRY(IC_VEX, 1, "requires a VEX prefix") \
[all …]
/third_party/libwebsockets/cmake/
DFindGit.cmake31 # GIT_WC_INFO(<dir> <var-prefix>)
36 # <var-prefix>_WC_REVISION_HASH - Current SHA1 hash
37 # <var-prefix>_WC_REVISION - Current SHA1 hash
38 # <var-prefix>_WC_REVISION_NAME - Name associated with <var-prefix>_WC_REVISION_HASH
39 # <var-prefix>_WC_URL - output of command `git config --get remote.origin.url'
40 # <var-prefix>_WC_ROOT - Same value as working copy URL
41 # <var-prefix>_WC_GITSVN - Set to false
44 # <var-prefix>_WC_GITSVN - Set to True if it is a
45 # <var-prefix>_WC_INFO - output of command `git svn info'
46 # <var-prefix>_WC_URL - url of the associated SVN repository
[all …]
/third_party/boost/boost/range/adaptor/
Dformatted.hpp29 template<typename Sep, typename Prefix, typename Postfix>
39 boost::is_array<Prefix>,
40 const typename boost::remove_extent<Prefix>::type*,
41 Prefix
52 const prefix_t& prefix, in formatted_holder()
55 , m_prefix(prefix) in formatted_holder()
65 template<typename Iter, typename Sep, typename Prefix, typename Postfix>
69 typedef formatted_holder<Sep,Prefix,Postfix> holder_t;
100 typename Prefix,
104 typename range_iterator<const SinglePassRange>::type, Sep, Prefix, Postfix
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java22 private final AffixPatternMatcher prefix; field in AffixMatcher
28 * suffixes, ensuring that the longest prefix/suffix pair is always chosen.
33 if (length(lhs.prefix) != length(rhs.prefix)) {
34 return length(lhs.prefix) > length(rhs.prefix) ? -1 : 1;
38 // If the prefix and suffix are the same length, arbitrarily break ties.
110 // Generate Prefix in createMatchers()
117 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local
131 posPrefix = prefix; in createMatchers()
133 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers()
143 matchers.add(getInstance(prefix, suffix, flags)); in createMatchers()
[all …]
/third_party/bzip2/
DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
78 cp -f bzip2 $(PREFIX)/bin/bzip2
79 cp -f bzip2 $(PREFIX)/bin/bunzip2
80 cp -f bzip2 $(PREFIX)/bin/bzcat
81 cp -f bzip2recover $(PREFIX)/bin/bzip2recover
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
78 cp -f bzip2 $(PREFIX)/bin/bzip2
79 cp -f bzip2 $(PREFIX)/bin/bunzip2
80 cp -f bzip2 $(PREFIX)/bin/bzcat
81 cp -f bzip2recover $(PREFIX)/bin/bzip2recover
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
78 cp -f bzip2 $(PREFIX)/bin/bzip2
79 cp -f bzip2 $(PREFIX)/bin/bunzip2
80 cp -f bzip2 $(PREFIX)/bin/bzcat
81 cp -f bzip2recover $(PREFIX)/bin/bzip2recover
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DAffixMatcher.java24 private final AffixPatternMatcher prefix; field in AffixMatcher
30 * suffixes, ensuring that the longest prefix/suffix pair is always chosen.
35 if (length(lhs.prefix) != length(rhs.prefix)) {
36 return length(lhs.prefix) > length(rhs.prefix) ? -1 : 1;
40 // If the prefix and suffix are the same length, arbitrarily break ties.
112 // Generate Prefix in createMatchers()
119 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local
133 posPrefix = prefix; in createMatchers()
135 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers()
145 matchers.add(getInstance(prefix, suffix, flags)); in createMatchers()
[all …]
/third_party/libpsl/msvc/
Dpc_base.py23 self.prefix = ''
31 parser.add_argument('--prefix', help='prefix of the installed library',
33 parser.add_argument('--exec-prefix',
34 help='prefix of the installed programs, \
35 if different from the prefix')
38 if different from ${prefix}/include')
41 if different from ${prefix}/lib')
48 # check whether the prefix and exec_prefix are valid
49 if not os.path.exists(args.prefix):
50 raise SystemExit('Specified prefix \'%s\' is invalid' % args.prefix)
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_history.py31 self.assertIsNone(self.history.prefix)
51 self.history.prefix = line1
54 self.assertIsNone(self.history.prefix)
90 def fetch_test(self, reverse, line, prefix, index, *, bell=False): argument
102 Equal(History.prefix, prefix)
107 prefix = ''
109 test(True, line2, prefix, 1)
110 test(True, line1, prefix, 0)
111 test(True, prefix, None, None, bell=True)
114 prefix = ''
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DConstantAffixModifier.java11 * The canonical implementation of {@link Modifier}, containing a prefix and suffix string.
16 // TODO: Avoid making a new instance by default if prefix and suffix are empty
19 private final String prefix; field in ConstantAffixModifier
31 * @param prefix
32 * The prefix string.
41 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument
43 // TODO: Consider returning a null modifier if both prefix and suffix are empty. in ConstantAffixModifier()
44 this.prefix = (prefix == null ? "" : prefix); in ConstantAffixModifier()
50 /** Constructs a new instance with an empty prefix, suffix, and field. */
52 prefix = ""; in ConstantAffixModifier()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DConstantAffixModifier.java10 * The canonical implementation of {@link Modifier}, containing a prefix and suffix string.
14 // TODO: Avoid making a new instance by default if prefix and suffix are empty
17 private final String prefix; field in ConstantAffixModifier
29 * @param prefix
30 * The prefix string.
39 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument
41 // TODO: Consider returning a null modifier if both prefix and suffix are empty. in ConstantAffixModifier()
42 this.prefix = (prefix == null ? "" : prefix); in ConstantAffixModifier()
48 /** Constructs a new instance with an empty prefix, suffix, and field. */
50 prefix = ""; in ConstantAffixModifier()
[all …]
/third_party/boost/boost/spirit/home/x3/directive/
Dconfix.hpp16 template<typename Prefix, typename Subject, typename Postfix>
18 unary_parser<Subject, confix_directive<Prefix, Subject, Postfix>>
21 Subject, confix_directive<Prefix, Subject, Postfix>> base_type;
25 constexpr confix_directive(Prefix const& prefix in confix_directive()
29 prefix(prefix), in confix_directive()
42 if (!(prefix.parse(first, last, context, rcontext, unused) && in parse()
53 Prefix prefix; member
57 template<typename Prefix, typename Postfix>
62 Prefix, typename extension::as_parser<Subject>::value_type, Postfix>
65 return { prefix, as_parser(subject), postfix }; in operator []()
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTrie.java15 * Trie constructed by adding "spans" of data representing prefix
18 * <p>When a prefix needs to be added to a Trie, a new span is created to
20 * the current prefix data is committed to the underlying Trie as its key.
26 * (prefix, subValues) -> trie.root().with(prefix, subSpan -> process(subSpan, subValues));
34 * <p>Since spans share a common buffer for prefix data, it is important
51 // The index *after* the last prefix was added.
59 // An extended span with the given prefix included.
60 private Span(int index, String prefix) { in Span() argument
62 checkState(!prefix.isEmpty(), "invalid subtag: %s", prefix); in Span()
63 checkState(index + prefix.length() <= spanBytes.length, "span too long"); in Span()
[all …]
/third_party/boost/boost/ratio/
Dratio_io.hpp28 static basic_string<CharT> prefix();
66 static std::basic_string<CharT> symbol() {return prefix();} in symbol()
67 static std::basic_string<CharT> prefix();
72 ratio_string<Ratio, CharT>::prefix() in prefix() function in boost::ratio_string
91 static std::string prefix() { in prefix() function
94 typename ratio_static_string<Ratio, CharT>::prefix in prefix()
118 static std::string prefix() {return std::string("atto");} in prefix() function
127 static std::u16string prefix() {return std::u16string(u"atto");} in prefix() function
134 static std::u32string prefix() {return std::u32string(U"atto");} in prefix() function
144 static std::wstring prefix() {return std::wstring(L"atto");} in prefix() function
[all …]
/third_party/skia/third_party/externals/freetype/builds/unix/
Dfreetype-config.in26 prefix=`%PKG_CONFIG% --variable prefix freetype2`
38 prefix="%prefix%"
55 orig_prefix=$prefix
61 include_suffix=`echo $includedir | sed "s|$prefix||"`
72 --prefix display \`--prefix' value used for building the
74 --prefix=PREFIX override \`--prefix' value with PREFIX
75 --exec-prefix display \`--exec-prefix' value used for building
77 --exec-prefix=EPREFIX override \`--exec-prefix' value with EPREFIX
108 --prefix=*)
109 prefix=$optarg
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/
Dfreetype-config.in26 prefix=`%PKG_CONFIG% --variable prefix freetype2`
38 prefix="%prefix%"
55 orig_prefix=$prefix
61 include_suffix=`echo $includedir | sed "s|$prefix||"`
72 --prefix display \`--prefix' value used for building the
74 --prefix=PREFIX override \`--prefix' value with PREFIX
75 --exec-prefix display \`--exec-prefix' value used for building
77 --exec-prefix=EPREFIX override \`--exec-prefix' value with EPREFIX
108 --prefix=*)
109 prefix=$optarg
[all …]
/third_party/freetype/builds/unix/
Dfreetype-config.in26 prefix=`%PKG_CONFIG% --variable prefix freetype2`
38 prefix="%prefix%"
55 orig_prefix=$prefix
61 include_suffix=`echo $includedir | sed "s|$prefix||"`
72 --prefix display \`--prefix' value used for building the
74 --prefix=PREFIX override \`--prefix' value with PREFIX
75 --exec-prefix display \`--exec-prefix' value used for building
77 --exec-prefix=EPREFIX override \`--exec-prefix' value with EPREFIX
108 --prefix=*)
109 prefix=$optarg
[all …]

12345678910>>...250