Home
last modified time | relevance | path

Searched +full:a +full:- +full:za +full:- +full:z0 +full:- +full:9 (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/third_party/rust/rust/src/etc/
Dctags.rust1 --langdef=Rust
2 --langmap=Rust:.rs
3 --regex-Rust=/^[ \t]*(#\[[^\]]\][ \t]*)*(pub[ \t]+)?(extern[ \t]+)?("[^"]+"[ \t]+)?(unsafe[ \t]+)?f…
4 --regex-Rust=/^[ \t]*(pub[ \t]+)?type[ \t]+([a-zA-Z0-9_]+)/\2/T,types,type definitions/
5 --regex-Rust=/^[ \t]*(pub[ \t]+)?enum[ \t]+([a-zA-Z0-9_]+)/\2/g,enum,enumeration names/
6 --regex-Rust=/^[ \t]*(pub[ \t]+)?struct[ \t]+([a-zA-Z0-9_]+)/\2/s,structure names/
7 --regex-Rust=/^[ \t]*(pub[ \t]+)?mod[ \t]+([a-zA-Z0-9_]+)/\2/m,modules,module names/
8 --regex-Rust=/^[ \t]*(pub[ \t]+)?(static|const)[ \t]+(mut[ \t]+)?([a-zA-Z0-9_]+)/\4/c,consts,static…
9 --regex-Rust=/^[ \t]*(pub[ \t]+)?(unsafe[ \t]+)?trait[ \t]+([a-zA-Z0-9_]+)/\3/t,traits,traits/
10 --regex-Rust=/^[ \t]*(pub[ \t]+)?(unsafe[ \t]+)?impl([ \t\n]*<[^>]*>)?[ \t]+(([a-zA-Z0-9_:]+)[ \t]*…
[all …]
/third_party/ffmpeg/tools/
Dpatcheck3 # if no argument provided, write stdin to a file and re-run the script
7 rm -f patcheck.stdout
14 OPT="-nH"
18 echo This tool is intended to help a human check/review patches. It is very far from
21 echo something wrong, fix it and send a patch to the ffmpeg-devel mailing list.
25 …ES='(const|static|av_cold|inline| *)*('$ERE_PRITYP'|[a-zA-Z][a-zA-Z0-9_]*)[* ]{1,}[a-zA-Z][a-zA-Z0…
32 $GREP $OPT '^+' $* | $GREP -v ':+++'| $EGREP --color=always -- "$arg"> $TMP && printf "\n$msg\n"
41 …$GREP $OPT '^+' $* | $GREP -v ':+++' | $EGREP -v -- "$varg" | $EGREP --color=always -- "$arg" > $T…
45 hiegrep 'static[^(]*\*[a-zA-Z_]*\[' 'pointer array is not const' $*
50 hiegrep2 '\b_[a-zA-Z0-9_]{1,}' '__(asm|attribute)([^a-zA-Z0-9]|$)' 'reserved identifer' $*
[all …]
/third_party/rust/rust/tests/run-make/coverage-llvmir/
Dfilecheck.testprog.txt2 # into LLVM IR when compiling with -Cinstrument-coverage.
6 CHECK: @__covrec_{{[A-F0-9]+}}u = linkonce_odr hidden constant
7 CHECK-SAME: section "[[INSTR_PROF_COVFUN]]"[[COMDAT_IF_SUPPORTED]], align 8
10 CHECK-SAME: section "[[INSTR_PROF_COVMAP]]", align 8
14 CHECK: @__profc__R{{[a-zA-Z0-9_]+}}testprog14will_be_called = {{private|internal}} global
15 CHECK-SAME: section "[[INSTR_PROF_CNTS]]"{{.*}}, align 8
17 CHECK: @__profd__R{{[a-zA-Z0-9_]+}}testprog14will_be_called = {{private|internal}} global
18 CHECK-SAME: @__profc__R{{[a-zA-Z0-9_]+}}testprog14will_be_called
19 CHECK-SAME: section "[[INSTR_PROF_DATA]]"{{.*}}, align 8
21 CHECK: @__profc__R{{[a-zA-Z0-9_]+}}testprog4main = {{private|internal}} global
[all …]
/third_party/benchmark/tools/
Dstrip_asm.py4 strip_asm.py - Cleanup ASM output for the specified file
14 label_re = re.compile("\s*j[a-z]+\s+\.L([a-zA-Z0-9][a-zA-Z0-9_]*)")
24 label_decl = re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
43 label_decl = re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
66 process_identifiers - process all identifiers and modify them to have
71 parts = re.split(r'([a-zA-Z0-9_]+)', l)
96 re.compile("\s*\.globa?l\s*([.a-zA-Z_][a-zA-Z0-9$_.]*)"), #global directive
102 fn_label_def = re.compile("^[a-zA-Z_][a-zA-Z0-9_.]*:")
104 # Remove Mach-O attribute
125 description='generate a stripped assembly file')
[all …]
/third_party/jerryscript/tools/pylint/
Dpylintrc3 # Specify a configuration file.
8 #init-hook=
19 load-plugins=
26 unsafe-load-any-extension=no
28 # A comma-separated list of package or module names from where C extensions may
31 extension-pkg-whitelist=
33 # Allow optimization of some AST trees. This will activate a peephole AST
36 # operator. Joining a lot of strings can lead to a maximum recursion error in
39 optimize-ast=no
50 # multiple time. See also the "--disable" option for examples.
[all …]
/third_party/skia/m133/third_party/externals/icu/source/test/testdata/
Dregextst.txt3 # Copyright (c) 2001-2015 International Business Machines
18 # A region can be specified with <r>...</r> tags.
24 # s dot-matches-all mode
25 # m multi-line mode.
26 # ($ and ^ match at embedded new-lines)
27 # D Unix Lines mode (only recognize 0x0a as new-line)
34 # 2-9 a digit between 2 and 9, specifies the number of
42 # a Use non-Anchoring Bounds.
44 # The a and b options only make a difference if
45 # a <r>region</r> has been specified in the string.
[all …]
/third_party/icu/icu4c/source/test/testdata/
Dregextst.txt3 # Copyright (c) 2001-2015 International Business Machines
18 # A region can be specified with <r>...</r> tags.
24 # s dot-matches-all mode
25 # m multi-line mode.
26 # ($ and ^ match at embedded new-lines)
27 # D Unix Lines mode (only recognize 0x0a as new-line)
34 # 2-9 a digit between 2 and 9, specifies the number of
42 # a Use non-Anchoring Bounds.
44 # The a and b options only make a difference if
45 # a <r>region</r> has been specified in the string.
[all …]
/third_party/mindspore/mindspore-src/source/.jenkins/rules/pylint/
Dpylintrc3 # Specify a configuration file.
8 #init-hook=
22 load-plugins=
29 # multiple time. See also the "--disable" option for examples.
30 enable=indexing-exception,old-raise-syntax
35 # file where it should appear only once).You can also use "--disable=all" to
36 # disable everything first and then re-enable specific checks. For example, if
37 # you want to run only the similarities checker, you can use "--disable=all
38 # --enable=similarities". If you want to run only the classes checker, but have
39 # no Warning level messages displayed, use"--disable=all --enable=classes
[all …]
/third_party/rust/rust/tests/codegen/
Dmatch-optimized.rs1 // compile-flags: -C no-prepopulate-passes -O
6 A, enumerator
11 // CHECK-LABEL: @exhaustive_match
13 pub fn exhaustive_match(e: E) -> u8 { in exhaustive_match()
14 // CHECK: switch{{.*}}, label %[[OTHERWISE:[a-zA-Z0-9_]+]] [ in exhaustive_match()
15 // CHECK-NEXT: i[[TY:[0-9]+]] [[DISCR:[0-9]+]], label %[[A:[a-zA-Z0-9_]+]] in exhaustive_match()
16 // CHECK-NEXT: i[[TY:[0-9]+]] [[DISCR:[0-9]+]], label %[[B:[a-zA-Z0-9_]+]] in exhaustive_match()
17 // CHECK-NEXT: i[[TY:[0-9]+]] [[DISCR:[0-9]+]], label %[[C:[a-zA-Z0-9_]+]] in exhaustive_match()
18 // CHECK-NEXT: ] in exhaustive_match()
20 // CHECK-NEXT: unreachable in exhaustive_match()
[all …]
/third_party/mesa3d/src/freedreno/afuc/
Dlexer.l4 * Permission is hereby granted, free of charge, to any person obtaining a
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
43 0|[1-9][0-9]* yylval.num = strtoul(yytext, NULL, 0); return T_INT;
44 "0x"[0-9a-fA-F]* yylval.num = strtoul(yytext, NULL, 0); return T_HEX;
46 "$"[0-9a-fA-F][0-9a-fA-F] yylval.num = parse_reg(yytext); return T_REGISTER;
47 "$"[a-zA-Z][a-zA-Z0-9]* yylval.num = parse_reg(yytext); return T_REGISTER;
48 "b"[0-9][0-9]* yylval.num = parse_bit(yytext); return T_BIT;
49 "@"[a-zA-Z_][a-zA-Z0-9_]* yylval.num = parse_control_reg(yytext); return T_CONTROL_REG;
50 "%"[a-zA-Z_][a-zA-Z0-9_]* yylval.num = parse_sqe_reg(yytext); return T_SQE_REG;
51 "#"[a-zA-Z_][a-zA-Z0-9_]* yylval.str = strdup(yytext+1); return T_LABEL_REF;
[all …]
/third_party/skia/tools/skqp/
Dfind_commit_with_best_gold_results.py3 # Use of this source code is governed by a BSD-style license that can be
24 reg = re.compile('Test-(?P<os>[A-Za-z0-9_]+)-'
25 '(?P<compiler>[A-Za-z0-9_]+)-'
26 '(?P<model>[A-Za-z0-9_]+)-GPU-'
27 '(?P<cpu_or_gpu_value>[A-Za-z0-9_]+)-'
28 '(?P<arch>[A-Za-z0-9_]+)-'
29 '(?P<configuration>[A-Za-z0-9_]+)-'
30 'All(-(?P<extra_config>[A-Za-z0-9_]+)|)')
34 return s.encode('utf-8') if s is not None else ''
54 return 'https://public-gold.skia.org/json/export?' + urllib.urlencode(query)
[all …]
/third_party/toybox/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <!-- This is the configuration file template for OpenHarmony OSS Audit Tool,
19 -->
26 … <policyitem type="compatibility" name="GPL" path="kconfig/.*" desc="kconfig is a build tool."/>
33 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result…
34 …<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering sc…
[all …]
/third_party/littlefs/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
17-- This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your …
24 <policyitem type="compatibility" name="BSD" path=".*" desc="BSD-3-CLAUSE LICENSE"/>
29 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result…
30 …<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering sc…
31 … <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
[all …]
/third_party/FatFs/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
16 -->
18 <!--This is the configuration file template for OpenHarmony OSS Audit Tool,
20 -->
32 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result…
33 …<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering sc…
34 … <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
[all …]
/third_party/mksh/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
16 -->
18 <!--
21 -->
25 <licensefile>TaC-mksh.txt</licensefile>
29 …<policyitem type="compatibility" name="ISC License" path="strlcpy.c" desc="BSD-0-CLAUSE License."/>
34 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result…
[all …]
/third_party/python/Lib/test/crashers/
Dinfinite_loop_re.py3 # It's not technically a crasher. It may not even truly be infinite,
4 # however, I haven't waited a long time to see the result. It takes
8 starttag = re.compile(r'<[a-zA-Z][-_.:a-zA-Z0-9]*\s*('
9 r'\s*([a-zA-Z_][-:.a-zA-Z_0-9]*)(\s*=\s*'
10 r'(\'[^\']*\'|"[^"]*"|[-a-zA-Z0-9./,:;+*%?!&$\(\)_#=~@]'
11 r'[][\-a-zA-Z0-9./,:;+*%?!&$\(\)_#=~\'"@]*(?=[\s>/<])))?'
15 foo = '<table cellspacing="0" cellpadding="0" style="border-collapse'
/third_party/NuttX/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
17 -->
18 <!--This is the configuration file template for OpenHarmony OSS Audit Tool,
20 -->
30 …<policyitem type="compatibility" name="BSD-3-Clause|GPLStyleLicense" path="LICENSE" desc="LICENSE …
31 …tibility" name="InvalidLicense" path="fs/driver/fs_findblockdriver.c" desc="BSD-3-CLAUSE LICENSE"/>
32 …tibility" name="InvalidLicense" path="fs/driver/fs_openblockdriver.c" desc="BSD-3-CLAUSE LICENSE"/>
[all …]
/third_party/rust/crates/regex/tests/
Dcrates_regex.rs2 // on 2018-06-20 09:56:32.820354.
4 // autoshutdown-0.1.0: r"\s*(\d+)(\w)\s*"
7 // epub-1.1.1: r"/"
10 // rpi-info-0.2.0: "^Revision\t+: ([0-9a-fA-F]+)"
11 consistent!(rpi_info_0, "^Revision\t+: ([0-9a-fA-F]+)");
13 // rpi-info-0.2.0: "Serial\t+: ([0-9a-fA-F]+)"
14 consistent!(rpi_info_1, "Serial\t+: ([0-9a-fA-F]+)");
16 // pnet_macros-0.21.0: r"^u([0-9]+)(be|le|he)?$"
17 consistent!(pnet_macros_0, r"^u([0-9]+)(be|le|he)?$");
19 // iban_validate-1.0.3: r"^[A-Z]{2}\d{2}[A-Z\d]{1,30}$"
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/
Dvu_schema.json2 "$schema": "http://json-schema.org/draft-04/schema#",
4 "description": "A database of validatable commands and structures in the Vulkan API",
25 "^[vV]k[A-Z][A-Za-z0-9]+$": {
27 … "description": "Validation information for a structure or command in the Vulkan API",
36 … "description": "A valid usage statement",
42 …"description": "String identifier for a valid usage statement, corresponding to an anchor in the s…
44 … "pattern": "VUID-[vV]k[A-Z][A-Za-z0-9]+-[A-Za-z0-9-]*[A-Za-z0-9]"
53 … "description": "String containing a page name in which this VUID lies. Currently unused.",
/third_party/mindspore/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
25 …<!--policyitem type="compatibility" name="GPL-2.0+" path="abc/.*" desc="Process that runs independ…
26 … <!--policyitem type="license" name="LGPL" path="abc/.*" desc="Dynamically linked by module X"/-->
27--policyitem type="copyright" name="xxx" path="abc/.*" rule="may" group="defaultGroup" filefilter=…
32 ….png|*.sh|*.mindir|*.dat|*.xcuserstate|OWNERS|msobfuscator|libmsdeobfuscator-lite.*" desc="desc fi…
42 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result…
[all …]
/third_party/PyYAML/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
5 You may obtain a copy of the License at
7 http://www.apache.org/licenses/LICENSE-2.0
14 -->
26 …<!--policyitem type="compatibility" name="GPL-2.0+" path="abc/.*" desc="Process that runs independ…
27 … <!--policyitem type="license" name="LGPL" path="abc/.*" desc="Dynamically linked by module X"/-->
28--policyitem type="copyright" name="xxx" path="abc/.*" rule="may" group="defaultGroup" filefilter=…
33 …<filteritem type="filename" name="invalid-python-bytes-2-py3.loader-error" desc="Not a binary file…
34 …<filteritem type="filename" name="latin.unicode" desc="Just a config file with special format, doe…
[all …]
/third_party/ninja/misc/
Dninja.vim3 " http://ninja-build.org/manual.html
12 " https://github.com/ninja-build/ninja/blob/master/src/lexer.in.cc
13 " https://github.com/ninja-build/ninja/blob/master/src/manifest_parser.cc
25 " optional whitespace), as long as the prior line didn't end with a $
39 " Both 'build' and 'rule' begin a variable scope that ends
40 " on the first line without indent. 'rule' allows only a
54 " simple_varname = [a-zA-Z0-9_-]+;
55 " varname = [a-zA-Z0-9_.-]+;
56 " $$ -> $
57 " $\n -> line continuation
[all …]
/third_party/benchmark/test/
Dstate_assembly_test.cc4 #pragma clang diagnostic ignored "-Wreturn-type"
7 // clang-format off
13 // clang-format on
17 // CHECK-LABEL: test_for_auto_loop:
22 // CHECK-NEXT: testq %rbx, %rbx in test_for_auto_loop()
23 // CHECK-NEXT: je [[LOOP_END:.*]] in test_for_auto_loop()
26 // CHECK: .L[[LOOP_HEAD:[a-zA-Z0-9_]+]]: in test_for_auto_loop()
27 // CHECK-GNU-NEXT: subq $1, %rbx in test_for_auto_loop()
28 // CHECK-CLANG-NEXT: {{(addq \$1, %rax|incq %rax|addq \$-1, %rbx)}} in test_for_auto_loop()
29 // CHECK-NEXT: jne .L[[LOOP_HEAD]] in test_for_auto_loop()
[all …]
/third_party/FreeBSD/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
16 -->
18 <!--This is the configuration file template for OpenHarmony OSS Audit Tool,
20 -->
28 …e="compatibility" name="InvalidLicense" path="sys/arm/include/_bus.h" desc="BSD-2-CLAUSE LICENSE"/>
30 …tem type="compatibility" name="InvalidLicense" path="sys/sys/mutex.h" desc="BSD-3-CLAUSE LICENSE"/>
31 …type="compatibility" name="InvalidLicense" path="sys/cam/scsi/scsi_all.h" desc="BSD-LIKE LICENSE"/>
[all …]
/third_party/skia/m133/third_party/externals/libwebp/
D.pylintrc1 # This Pylint rcfile contains a best-effort configuration to uphold the
2 # best-practices and style described in the Google Python style guide:
5 # Its canonical open-source location is:
15 ignore-patterns=
22 load-plugins=
29 unsafe-load-any-extension=no
41 # it should appear only once). See also the "--disable" option for examples.
47 # file where it should appear only once).You can also use "--disable=all" to
49 # you want to run only the similarities checker, you can use "--disable=all
50 # --enable=similarities". If you want to run only the classes checker, but have
[all …]

12345678910>>...19