Home
last modified time | relevance | path

Searched +full:- +full:- +full:name +full:- +full:only (Results 1 – 25 of 1188) sorted by relevance

12345678910>>...48

/third_party/lzma/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
17 -->
21 <policy name="3rdDefaultPolicy" desc="">
22 …<policyitem type="compatibility" name="Public domain" path=".*" rule="may" group="defaultGroup" fi…
23 …<policyitem type="compatibility" name="LGPLStyleLicense" path=".*" rule="may" group="defaultGroup"…
24 …<policyitem type="license" name="*" path=".*" rule="may" group="defaultGroup" filefilter="defaultP…
25 …<policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyri…
26 …<policyitem type="compatibility" name="Apache" path=".*" rule="may" group="defaultGroup" filefilte…
[all …]
/third_party/mesa3d/src/imagination/csbgen/
Drogue_kmd_stream.xml3 <!--
24 -->
26 <!--
32 -->
34 <!--
36 - defines
37 - enums
38 - structs
39 - streams
42 -->
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
DCMakeLists.txt8 # https://www.apache.org/licenses/LICENSE-2.0
18 NAME
36 NAME
52 NAME
69 # Internal-only target, do not depend on directly.
71 NAME
84 # Internal-only target, do not depend on directly.
86 NAME
101 NAME
128 NAME
[all …]
/third_party/typescript/tests/baselines/reference/
DsuperInStaticMembers1(target=es2015).errors.txt1 ….ts(3,7): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
2 ….ts(3,7): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
3 …ts(3,12): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
4 …ts(3,12): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
5 ….ts(3,8): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
6 ….ts(3,8): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
7 ….ts(3,6): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
8 ….ts(3,6): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
9 …ts(3,10): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
10 …ts(3,10): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
[all …]
DsuperInStaticMembers1(target=es2021).errors.txt1 ….ts(3,7): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
2 ….ts(3,7): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
3 …ts(3,12): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
4 …ts(3,12): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
5 ….ts(3,8): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
6 ….ts(3,8): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
7 ….ts(3,6): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
8 ….ts(3,6): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
9 …ts(3,10): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
10 …ts(3,10): error TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emit…
[all …]
DstaticPropertyNameConflicts.errors.txt1 …onflicts.ts(3,12): error TS2699: Static property 'name' conflicts with built-in property 'Function…
2 …onflicts.ts(8,12): error TS2699: Static property 'name' conflicts with built-in property 'Function…
3 …licts.ts(14,12): error TS2699: Static property 'length' conflicts with built-in property 'Function…
4 …licts.ts(19,12): error TS2699: Static property 'length' conflicts with built-in property 'Function…
5 …ts.ts(25,12): error TS2699: Static property 'prototype' conflicts with built-in property 'Function…
7 …ts.ts(30,12): error TS2699: Static property 'prototype' conflicts with built-in property 'Function…
8 …licts.ts(36,12): error TS2699: Static property 'caller' conflicts with built-in property 'Function…
9 …licts.ts(41,12): error TS2699: Static property 'caller' conflicts with built-in property 'Function…
10 …ts.ts(47,12): error TS2699: Static property 'arguments' conflicts with built-in property 'Function…
11 …ts.ts(52,12): error TS2699: Static property 'arguments' conflicts with built-in property 'Function…
[all …]
/third_party/e2fsprogs/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
24 <policy name="projectPolicy" desc="">
25 …item type="compatibility" name="GPL-2.0+" path=".*" desc="Compile tool not runs target, running on…
26 … type="compatibility" name="LGPLStyleLicense" path=".*" desc="Compile tool not runs target, runnin…
27 …m type="compatibility" name="GPLStyleLicense" path=".*" desc="Compile tool not runs target, runnin…
28 …item type="compatibility" name="LGPL-2.0+" path=".*" desc="Compile tool not runs target, running o…
29 …ompatibility" name="BSDStyleLicense|LGPLStyleLicense" path=".*" desc="Compile tool not runs target…
[all …]
/third_party/rust/rust/tests/ui/imports/
Dissue-52891.stderr1 error[E0252]: the name `a` is defined multiple times
2 --> $DIR/issue-52891.rs:12:5
5 | -------------- previous import of the module `a` here
9 = note: `a` must be defined only once in the type namespace of this module
11 error[E0252]: the name `a` is defined multiple times
12 --> $DIR/issue-52891.rs:14:19
15 | -------------- previous import of the module `a` here
18 | ^--
23 = note: `a` must be defined only once in the type namespace of this module
25 error[E0252]: the name `a` is defined multiple times
[all …]
/third_party/rust/rust/compiler/rustc_metadata/
Dmessages.ftl2 linking modifier `as-needed` is only compatible with `dylib` and `framework` linking kinds
8 …option `-o` or `--emit` is used to write binary output type `metadata` to stdout, but stdout is a …
11 linking modifier `bundle` is only compatible with `static` linking kind
29 consider building the standard library from source with `cargo build -Zbuild-std`
35 cannot satisfy dependencies so `{$crate_name}` only shows up once
48 link name must not be empty
49 .label = empty link name
89 .help = please recompile that crate using --crate-type lib
92 link kind `raw-dylib` is only supported on Windows targets
98 import name type must be of the form `import_name_type = "string"`
[all …]
/third_party/openssl/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
20 <policy name="projectPolicy" desc="openssl source code">
21 <policyitem type="compatibility" name="OpenSSL" path=".*" desc="OpenSSL license"/>
22 …<policyitem type="compatibility" name="GPL-2.0+" path="external/perl/Text-Template-1.46/.*" desc="…
23 …pe="compatibility" name="LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, ru…
24 …pe="compatibility" name="GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, run…
25 …compatibility" name="OpenSSL|LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target…
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2syntax.32 .SH NAME
3 PCRE2 - Perl-compatible regular expressions (revised API)
12 documentation. This document contains a quick-reference summary of the syntax.
18 \ex where x is non-alphanumeric is a literal x
29 data for constructions such as \eg{2} or \ek{name}, space and/or horizontal tab
32 is \eu{...} which is not Perl-compatible and is recognized only when
44 \ecx "control-x", where x is a non-control ASCII character
53 \eN{U+hh..} character with Unicode code point hh.. (Unicode mode only)
62 \eu{hh..} character with hex code hh.. but only for EXTRA_ALT_BSUX
72 a non-zero digit is complicated; for details see the section
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPersonName.java9 * An object used to provide name data to the PersonNameFormatter for formatting.
11 * that actually contains the name data (instead of having to copy it into a separate
18 * @deprecated This API is for technology preview only.
26 * Identifiers for the name fields supported by the PersonName object.
28 * @deprecated This API is for technology preview only.
33 * Contains titles and other words that precede the actual name, such as "Mr."
35 * @deprecated This API is for technology preview only.
41 * The given name. May contain more than one token.
43 * @deprecated This API is for technology preview only.
49 * Additional given names. (In English, this is usually the "middle name" and
[all …]
/third_party/cups-filters/utils/
Dcups-browsed.conf.52 .TH cups-browsed.conf 5 "29 June 2013" "" ""
3 .SH NAME
4 \fBcups-browsed.conf \fP- server configuration file for cups-browsed
7 The cups-browsed.conf file configures the cups-browsed daemon. It is normally
12 The "CacheDir" directive determines where cups-browsed should save
23 With "LogDir" can be defined where cups-browsed creates its debug log file
33 Into the file /var/log/cups/cups-browsed_log ("file"), to stderr ("stderr"), or
36 Note that if cups-browsed is running as a system service (for example
38 journal or syslog. Only if you run cups-browsed from the command line
50 Only browse remote printers (via DNS-SD or CUPS browsing) from
[all …]
Dcups-browsed.conf.in2 # command line of cups-browsed via the "-o" option. In case of
9 # Where should cups-browsed save information about the print queues it had
16 # Where should cups-browsed create its debug log file (if "DebugLogging file"
23 # /var/log/cups/cups-browsed_log ('file'), to stderr ('stderr'), or
26 # Note that if cups-browsed is running as a system service (for
28 # the journal or syslog. Only if you run cups-browsed from the command
46 # Only CUPS is actually supported, as DNSSD is done by CUPS itself (we ignore
59 # Only browse remote printers (via DNS-SD or CUPS browsing) from
65 # print dialogs to a more user-friendly amount in large networks with
68 # This only filters the selection of remote printers for which
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
Dregistry.rnc1 # Copyright 2013-2024 The Khronos Group Inc.
2 # SPDX-License-Identifier: Apache-2.0
8 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
35 # <platform> defines a single platform name.
36 # name - string name of the platform, used as part of extension names
37 # protect - preprocessor symbol to include platform headers from <vulkan.h>
38 # comment - platform description
40 attribute name { text } ,
52 # name - name of the tag
53 # author - name of the author (usually a company or project name)
[all …]
/third_party/rust/rust/compiler/rustc_passes/
Dmessages.ftl1 -passes_previously_accepted =
4 -passes_see_issue =
5 see issue #{$issue} <https://github.com/rust-lang/rust/issues/{$issue}> for more information
15 .label = the only currently supported targets are inherent methods
42 this attribute can only be applied at the crate level
44 ….note = read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level>…
47 `{$attr}` attribute can only be used on functions
50 `{$attr}` attribute can only be used on `fn main()`
53 `{$attr}` attribute can only be used on root `fn main()`
59 `{$name}` inside of an `async` block
[all …]
/third_party/rust/rust/tests/ui/variants/
Dvariant-namespacing.stderr1 error[E0255]: the name `XStruct` is defined multiple times
2 --> $DIR/variant-namespacing.rs:24:35
5 | ------------------ previous definition of the type `XStruct` here
10 = note: `XStruct` must be defined only once in the type namespace of this module
11 help: you can use `as` to change the binding name of the import
16 error[E0255]: the name `XTuple` is defined multiple times
17 --> $DIR/variant-namespacing.rs:24:44
20 | ----------------- previous definition of the type `XTuple` here
25 = note: `XTuple` must be defined only once in the type namespace of this module
26 help: you can use `as` to change the binding name of the import
[all …]
/third_party/rust/rust/tests/ui/issues/
Dissue-21546.stderr1 error[E0428]: the name `Foo` is defined multiple times
2 --> $DIR/issue-21546.rs:7:1
5 | ------- previous definition of the module `Foo` here
10 = note: `Foo` must be defined only once in the type namespace of this module
12 error[E0428]: the name `Bar` is defined multiple times
13 --> $DIR/issue-21546.rs:14:1
16 | ------- previous definition of the module `Bar` here
21 = note: `Bar` must be defined only once in the type namespace of this module
23 error[E0428]: the name `Baz` is defined multiple times
24 --> $DIR/issue-21546.rs:22:1
[all …]
/third_party/curl/docs/libcurl/opts/
DCURLOPT_NETRC.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_NETRC_FILE (3)
9 - CURLOPT_USERNAME (3)
10 - CURLOPT_USERPWD (3)
12 - All
13 ---
15 # NAME chapter
17 CURLOPT_NETRC - enable use of .netrc
[all …]
/third_party/toybox/tests/
Dfind.test3 [ -f testing.sh ] && . testing.sh
9 # fs timestamp granularity isn't always enough for -newer to tell, so wait
11 ln -s fifo link
16 touch perm/all-read-only
17 chmod a=r perm/all-read-only
19 #testing "name" "command" "result" "infile" "stdin"
23 testing "-type l -a -type d -o -type p" \
24 "find dir -type l -a -type d -o -type p" "dir/fifo\n" "" ""
25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \
27 testing "-type l -o -type d -a -type p" \
[all …]
/third_party/python/Lib/xml/dom/
Dminicompat.py7 # This module should only be imported using "import *".
11 # NodeList -- lightest possible NodeList implementation
13 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
16 # StringTypes -- tuple of defined string types
18 # defproperty -- function used in conjunction with GetattrMagic;
32 # needing to override __getattr__(). It will only
33 # work for read-only attributes.
62 "attempt to modify read-only attribute 'length'")
95 "attempt to modify read-only attribute 'length'")
101 def defproperty(klass, name, doc): argument
[all …]
/third_party/iptables/extensions/
Dlibxt_set.c1 /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
4 * Copyright (C) 2003-2010 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
11 /* Shared library add-on to iptables to add IP set matching. */
37 " [!] --match-set name flags\n" in set_help_v0()
38 " 'name' is the set name from to match,\n" in set_help_v0()
44 {.name = "match-set", .has_arg = true, .val = '1'},
45 {.name = "set", .has_arg = true, .val = '2'},
54 "You must specify `--match-set' with proper arguments"); in set_check_v0()
62 (struct xt_set_info_match_v0 *) (*match)->data; in set_parse_v0()
63 struct xt_set_info_v0 *info = &myinfo->match_set; in set_parse_v0()
[all …]
/third_party/rust/rust/compiler/rustc_resolve/
Dmessages.ftl5 add as non-Derive macro
12 `&` without an explicit lifetime name cannot be used here
13 .note = explicit lifetime name needed here
16 visibilities can only be restricted to ancestor modules
19 there is an associated constant with a similar name
22 there is an associated function with a similar name
25 there is an associated type with a similar name
28 attempt to use a non-constant value in a constant
31 non-constant value
42 .label_shadowed_binding = the {$shadowed_binding} `{$name}` is {$participle} here
[all …]
/third_party/rust/rust/tests/ui/const-generics/
Dconst-param-elided-lifetime.min.stderr1 error[E0637]: `&` without an explicit lifetime name cannot be used here
2 --> $DIR/const-param-elided-lifetime.rs:9:19
5 | ^ explicit lifetime name needed here
7 error[E0637]: `&` without an explicit lifetime name cannot be used here
8 --> $DIR/const-param-elided-lifetime.rs:14:15
11 | ^ explicit lifetime name needed here
13 error[E0637]: `&` without an explicit lifetime name cannot be used here
14 --> $DIR/const-param-elided-lifetime.rs:17:21
17 | ^ explicit lifetime name needed here
19 error[E0637]: `&` without an explicit lifetime name cannot be used here
[all …]
/third_party/python/Lib/xml/sax/
Dhandler.py3 This file provides only default classes with absolutely minimum
6 Many of these classes are empty and are included only as documentation
30 SAXParseException as the only parameter."""
37 "Handle a non-recoverable error."
68 position of any document-related event, even if the parser is
75 Note that the locator will return correct information only
83 The SAX parser will invoke this method only once, before any
90 The SAX parser will invoke this method only once, and it will
97 """Begin the scope of a prefix-URI Namespace mapping.
113 be properly nested relative to each-other: all
[all …]

12345678910>>...48