Searched +full:a +full:- +full:za +full:- +full:z0 +full:- +full:9 (Results 1 – 25 of 409) sorted by relevance
12345678910>>...17
| /third_party/ffmpeg/tools/ |
| D | patcheck | 3 # 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/benchmark/tools/ |
| D | strip_asm.py | 4 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/ |
| D | pylintrc | 3 # 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/icu/icu4c/source/test/testdata/ |
| D | regextst.txt | 3 # 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/rust/crates/regex/tests/ |
| D | crates_regex.rs | 2 // 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/skia/tools/skqp/ |
| D | find_commit_with_best_gold_results.py | 3 # 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/ |
| D | OAT.xml | 1 <?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/ |
| D | OAT.xml | 1 <?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/ |
| D | OAT.xml | 1 <?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/ |
| D | OAT.xml | 1 <?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/NuttX/ |
| D | OAT.xml | 1 <?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/python/Lib/test/crashers/ |
| D | infinite_loop_re.py | 3 # 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/mesa3d/src/freedreno/afuc/ |
| D | lexer.l | 4 * 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.str = strdup(yytext+1); return T_LABEL_REF; /* label refe… 51 [a-zA-Z_][a-zA-Z0-9_]*":" yylval.str = parse_label_decl(yytext); return T_LABEL_DECL; /* la… [all …]
|
| /third_party/mindspore/ |
| D | OAT.xml | 1 <?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/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/ |
| D | vu_schema.json | 2 "$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/libsnd/Scripts/ |
| D | cstyle.py | 1 #!/usr/bin/python -tt 3 # Copyright (C) 2005-2017 Erik de Castro Lopo <erikd@mega-nerd.com> 19 test for correctness. Preprocessing works on a single line at a time but 20 maintains state between consecutive lines so it can preprocessess multi-line 23 - Strip C++ style comments from a line. 24 - Strip C comments from a series of lines. When a C comment starts and 26 - Replace arbitrary C strings with the zero length string. 27 - Replace '#define f(x)' with '#define f (c)' (The C #define requires that 36 self.define_hack_re = re.compile ("(#\s*define\s+[a-zA-Z0-9_]+)\(") 48 Strip the provided line of C and C++ comments. Stripping of multi-line [all …]
|
| /third_party/PyYAML/ |
| D | OAT.xml | 1 <?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/ |
| D | ninja.vim | 3 " 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/FreeBSD/ |
| D | OAT.xml | 1 <?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/benchmark/test/ |
| D | state_assembly_test.cc | 4 #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/libsnd/cmake/ |
| D | CMakeAutoGenScript.cmake | 8 if (OCCURRENCE_INDEX EQUAL -1) 15 string(SUBSTRING "${TEXT}" ${CUTOFF_INDEX} -1 TEXT_REMAINDER) 23 …string(REGEX MATCH "autogen definitions ([a-zA-Z\\._-]+);[${WS}]*" TEMPLATE_MATCH "${DEFINITION_CO… 39 …string(REGEX MATCH "([a-zA-Z_][a-zA-Z0-9_]*)[${WS}]*=[${WS}]*{[${WS}]*" GROUPSTART_MATCH "${DEFINI… 51 …string(REGEX MATCH "^([a-zA-Z_][a-zA-Z0-9_]*)[${WS}]*=[${WS}]*(([\"']([${WS}a-zA-Z0-9_%\\\"<>\(\)\… 81 string(SUBSTRING "${TEXT}" "${START}" -1 TEXT) 82 …string(REGEX MATCH "\\[\\+[${WS}]*([ a-zA-Z0-9=_$%\\(\\)\"\\+\\-]+)[${WS}]*\\+\\]" MATCH_GROUP "${… 99 math(EXPR POS_LENGTH "${POS1}-${POS0}") 111 math(EXPR NB_END "${NB}-1") 135 math(EXPR NB_END "${NB}-1") [all …]
|
| /third_party/curl/m4/ |
| D | xc-translit.m4 | 1 #--------------------------------------------------------------------------- 3 # xc-translit.m4 19 # SPDX-License-Identifier: ISC 21 #--------------------------------------------------------------------------- 23 # File version for 'aclocal' use. Keep it a single number. 28 dnl ------------------------------------------------- 30 dnl argument, where all non-alfanumeric characters are 37 [`echo "$1" | sed 's/[[^a-zA-Z0-9_]]/_/g'`]) 41 dnl ------------------------------------------------- 49 [`echo "$1" | sed 's/[[$2]]/p/g' | sed 's/[[^a-zA-Z0-9_]]/_/g'`])]) [all …]
|
| /third_party/skia/infra/bots/recipes/ |
| D | perf_skottietrace.py | 2 # Use of this source code is governed by a BSD-style license that can be 7 # Design doc: go/skottie-tracing 55 # See go/skottie-tracing for how these flags were selected. 58 '--resourcePath', api.flavor.device_dirs.resource_dir, 59 '--lotties', api.flavor.device_dirs.lotties_dir, 60 '--src', 'lottie', 61 '--nonativeFonts', 62 '--verbose', 63 '--traceMatch', 'skottie', # recipe can OOM without this. 64 '--trace', trace_output_path, [all …]
|
| /third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
| D | torque.vim | 2 " Use of this source code is governed by a BSD-style license that can be 6 " quit when a syntax file was already loaded 27 syn match torqueConstant /\v<[A-Z][A-Z0-9_]+>/ 28 syn match torqueConstant /\v<k[A-Z][A-Za-z0-9]*>/ 30 syn keyword torqueKeyword cast convert from_constexpr min max unsafe_cast js-implicit implicit 34 syn match torqueNumber /\v<[0-9]+(\.[0-9]*)?>/ 35 syn match torqueNumber /\v<0x[0-9a-fA-F]+>/ 43 syn match torqueType /\v(\<)@<=([A-Za-z][0-9A-Za-z_]*)(>)@=/ 44 syn match torqueType /\v(:\s*(constexpr\s*)?)@<=([A-Za-z][0-9A-Za-z_]*)/
|
| /third_party/mesa3d/src/compiler/glsl/glcpp/ |
| D | glcpp-lex.l | 5 * Permission is hereby granted, free of charge, to any person obtaining a 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30 #include "glcpp-parse.h" 45 if (parser->has_new_line_number) \ 46 yylineno = parser->new_line_number; \ 47 if (parser->has_new_source_number) \ 48 yylloc->source = parser->new_source_number; \ 49 yylloc->first_column = yycolumn + 1; \ 50 yylloc->first_line = yylloc->last_line = yylineno; \ 52 yylloc->last_column = yycolumn + 1; \ [all …]
|
12345678910>>...17