Home
last modified time | relevance | path

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

12345678910>>...222

/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/curl/tests/certs/scripts/
Dgenserv.sh31 USAGE="echo Usage is genserv.sh <prefix> <caprefix>"
48 PREFIX=$1
49 if [ ".$PREFIX" = . ] ; then
50 echo No configuration prefix
53 if [ ! -f $PREFIX-sv.prm ] ; then
54 echo No configuration file $PREFIX-sv.prm
61 echo No CA prefix
85 echo SERIAL=$SERIAL PREFIX=$PREFIX CAPREFIX=$CAPREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
88 echo "openssl dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE"
89 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE
[all …]
Dgenroot.sh41 PREFIX=$1
42 if [ ".$PREFIX" = . ] ; then
43 echo No configuration prefix
46 if [ ! -f $PREFIX-ca.prm ] ; then
47 echo No configuration file $PREFIX-ca.prm
64 echo SERIAL=$SERIAL PREFIX=$PREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
66 echo "openssl genrsa -out $PREFIX-ca.key -passout XXX $KEYSIZE"
67 openssl genrsa -out $PREFIX-ca.key -passout pass:secret $KEYSIZE
69 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr"
70 $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/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/node/deps/npm/tap-snapshots/test/lib/commands/
Dls.js.test.cjs10 "invalid: optional-wrong@3.2.1 {CWD}/prefix/node_modules/optional-wrong",
12 "invalid: peer-optional-wrong@3.2.1 {CWD}/prefix/node_modules/peer-optional-wrong",
13 "invalid: peer-wrong@3.2.1 {CWD}/prefix/node_modules/peer-wrong",
15 "invalid: prod-wrong@3.2.1 {CWD}/prefix/node_modules/prod-wrong",
20 {CWD}/prefix
21 {CWD}/prefix/node_modules/optional-ok
22 {CWD}/prefix/node_modules/optional-wrong
23 {CWD}/prefix/node_modules/peer-ok
24 {CWD}/prefix/node_modules/peer-optional-ok
25 {CWD}/prefix/node_modules/peer-optional-wrong
[all …]
Doutdated.js.test.cjs10 cat:dog@latest 1.0.0 2.0.0 2.0.0 node_modules/cat prefix
15 cat 1.0.0 1.0.1 1.0.1 node_modules/cat prefix
16 chai 1.0.0 1.0.1 1.0.1 node_modules/chai prefix
17 dog 1.0.1 1.0.1 2.0.0 node_modules/dog prefix
18 theta MISSING 1.0.1 1.0.1 - prefix
27 "dependent": "prefix",
28 "location": "{CWD}/prefix/node_modules/cat",
35 "dependent": "prefix",
36 "location": "{CWD}/prefix/node_modules/chai",
43 "dependent": "prefix",
[all …]
/third_party/openssl/test/recipes/30-test_evp_data/
Devpkdf_tls13_kdf.txt32 Ctrl.prefix = hexprefix:746c73313320
41 Ctrl.prefix = hexprefix:746c73313320
50 Ctrl.prefix = hexprefix:746c73313320
59 Ctrl.prefix = hexprefix:746c73313320
68 Ctrl.prefix = hexprefix:746c73313320
76 Ctrl.prefix = hexprefix:746c73313320
85 Ctrl.prefix = hexprefix:746c73313320
94 Ctrl.prefix = hexprefix:746c73313320
103 Ctrl.prefix = hexprefix:746c73313320
112 Ctrl.prefix = hexprefix:746c73313320
[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/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/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()
119 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers() local
135 posPrefix = prefix; in createMatchers()
137 } else if (Objects.equals(prefix, posPrefix) && Objects.equals(suffix, posSuffix)) { in createMatchers()
147 matchers.add(getInstance(prefix, suffix, flags)); in createMatchers()
[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/elfutils/lib/
Dfixedsizehash.h46 PREFIX prefix to be used for function and data type names
68 #ifndef PREFIX
69 # define PREFIX macro
74 struct CONCAT(PREFIX,fshash) in CONCAT() argument
77 struct CONCAT(PREFIX,fshashent) in CONCAT()
92 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() argument
93 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT()
95 struct CONCAT(PREFIX,fshash) *result; in CONCAT()
110 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT()
111 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
[all …]
/third_party/cups-filters/m4/
Dbasic-directories.m415 dnl Fix "prefix" variable if it hasn't been specified...
16 if test "$prefix" = "NONE"; then
17 prefix="/"
22 if test "$prefix" = "/"; then
25 exec_prefix="$prefix"
40 if test "$sharedstatedir" = "\${prefix}/com" -a "$prefix" = "/"; then
45 if test "$datarootdir" = "\${prefix}/share"; then
46 if test "$prefix" = "/"; then
49 datarootdir="$prefix/share"
54 if test "$datadir" = "\${prefix}/share"; then
[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/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/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/libevdev/libevdev/
Dmake-event-names.py69 def print_bits(bits, prefix): argument
70 if not hasattr(bits, prefix):
72 print("static const char * const %s_map[%s_MAX + 1] = {" % (prefix, prefix.upper()))
73 for val, name in sorted(list(getattr(bits, prefix).items())):
75 if prefix == "key":
85 for prefix in prefixes:
86 if prefix in ["BTN_", "EV_", "INPUT_PROP_", "MT_TOOL_"]:
88 print(" [EV_%s] = %s_map," % (prefix[:-1], prefix[:-1].lower()))
103 prefix = bits.ev[val][3:]
104 if prefix + "_" in prefixes:
[all …]
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
Dstreamname.py55 def normalize_segment(seg, prefix=None): argument
62 case, we will prefix it with the "prefix", if one is supplied. Otherwise,
71 if prefix is None:
72 raise ValueError('Cannot normalize empty segment with no prefix.')
73 seg = prefix
79 if prefix is None:
80 raise ValueError('Segment has invalid beginning, and no prefix was '
82 return prefix + ret
93 def normalize(v, prefix=None): argument
100 character. In this case, we will prefix the segment with the "prefix", if one
[all …]
/third_party/python/Lib/lib2to3/fixes/
Dfix_idioms.py103 x.prefix = ""
104 T.prefix = " "
107 test.prefix = " "
109 test.prefix = node.prefix
114 one.replace(Name("True", prefix=one.prefix))
123 list_call.replace(Name("sorted", prefix=list_call.prefix))
126 new.prefix = ""
128 prefix=simple_expr.prefix))
133 btwn = sort_stmt.prefix
134 # Keep any prefix lines between the sort_stmt and the list_call and
[all …]
/third_party/node/test/fixtures/wpt/common/
DPrefixedPostMessage.js3 * by generating and using a unique prefix that gets wrapped into message
8 * 'Prefix' not an elegant term to use here but this models itself after
12 * a new unique-ish prefix that can be used by other test support files
14 * files to use/share a prefix generated by a test.
17 this.prefix = '';
22 * Generate a URL that adds/replaces param with this object's prefix
37 return updateUrlParameter(uri, this.param, this.prefix);
42 * for messages whose object contains this object's prefix. Remove the
47 if (typeof e.data === 'object' && e.data.hasOwnProperty('prefix')) {
48 if (e.data.prefix === this.prefix) {
[all …]
/third_party/python/Modules/
Dgetpath.py33 # PREFIX -- [in] sysconfig.get_config_var(...)
63 # If None, 'prefix' and 'exec_prefix' may be updated in config
80 # (prefix), containing the common .py and .pyc files, and the platform
82 # modules. Note that prefix and exec_prefix can be the same directory,
85 # This script carries out separate searches for prefix and exec_prefix.
87 # file or directory is found. If no prefix or exec_prefix is found, a
88 # warning message is issued and the preprocessor defined PREFIX and
112 # performed for prefix and for exec_prefix, but with different landmarks.
116 # property to override the executable dir used later for prefix searches.
133 # prefix is then found by searching up for a file that should only
[all …]
/third_party/skia/third_party/externals/freetype/docs/
Dfreetype-config.123 installation (directory path) prefix or the FreeType version number.
49 .B \-\-prefix
50 Return the prefix value of the installed FreeType library (the default
51 prefix will be `/usr' in most cases for distribution-installed
55 .B \-\-exec-prefix
56 Return the executable prefix value of the installed FreeType library
57 (will often be the same as the prefix value).
96 .BI \-\-prefix= PREFIX
98 .B \-\-prefix
100 .IR PREFIX .
[all …]

12345678910>>...222