| /external/libxml2/os400/ |
| xmllintcl.c | 50 vary2 * pattern; /* Reader filter pattern. */ member in struct:__anon26784 179 if (args->pattern && args->pattern->len) { 180 vary4arg(&cmd, "--pattern"); 181 vary4vargquote(&cmd, args->pattern);
|
| /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
| hugemmap05.c | 88 static int checksys(char *path, char *pattern, long exp_val); 295 static int checkproc(long act_val, char *pattern, long exp_val) 297 tst_res(TINFO, "%s is %ld.", pattern, act_val); 300 pattern, exp_val, act_val);
|
| /external/markdown/markdown/ |
| treeprocessors.py | 198 def __applyPattern(self, pattern, data, patternIndex, startIndex=0): 200 Check if the line fits the pattern, create the necessary 206 * pattern: the pattern to be checked 207 * patternIndex: index of current pattern 213 match = pattern.getCompiledRegExp().match(data[startIndex:]) 219 node = pattern.handleMatch(match) 236 placeholder = self.__stashNode(node, pattern.type())
|
| /external/parameter-framework/upstream/test/functional-tests-legacy/ |
| ACTCampaignEngine.py | 60 tests = unittest.defaultTestLoader.discover(testDirectory, pattern='t*.py')
|
| /external/pdfium/fxbarcode/pdf417/ |
| BC_PDF417.h | 47 static void encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic);
|
| /external/pdfium/fxbarcode/qrcode/ |
| BC_QRCoder.h | 45 void SetMaskPattern(int32_t pattern);
|
| /external/python/cpython2/Tools/nuget/ |
| make_zip.py | 158 def rglob(root, pattern, condition): 160 recurse = pattern[:3] in {'**/', '**\\'} 163 for f in d.glob(pattern[3:] if recurse else pattern):
|
| /external/strace/tests/ |
| init.sh | 183 local output patterns error pattern cnt failed= 204 while read -r pattern; do 205 LC_ALL=C grep -E -x -e "$pattern" < "$output" > /dev/null || { 210 printf '#%d: %s\n' "$cnt" "$pattern"
|
| /external/strace/tests-m32/ |
| init.sh | 183 local output patterns error pattern cnt failed= 204 while read -r pattern; do 205 LC_ALL=C grep -E -x -e "$pattern" < "$output" > /dev/null || { 210 printf '#%d: %s\n' "$cnt" "$pattern"
|
| /external/strace/tests-mx32/ |
| init.sh | 183 local output patterns error pattern cnt failed= 204 while read -r pattern; do 205 LC_ALL=C grep -E -x -e "$pattern" < "$output" > /dev/null || { 210 printf '#%d: %s\n' "$cnt" "$pattern"
|
| /external/stressapptest/src/ |
| pattern.h | 15 // pattern.h : global pattern references and initialization 34 // Pattern and CRC data structure 36 const char *name; // Name of this pattern. 39 unsigned char weight[4]; // Weighted frequency of this pattern. 40 // Each pattern has 32,64,128,256 width versions. 43 // appropriate pattern is chosen. Thus a weight of 49 class Pattern { 51 Pattern(); 52 ~Pattern(); 62 unsigned int pattern(unsigned int offset) { function in class:Pattern [all...] |
| /external/tensorflow/tensorflow/core/platform/ |
| env.h | 154 /// \brief Returns true if the path matches the given pattern. The wildcards 155 /// allowed in pattern are described in FileSystem::GetMatchingPaths. 156 virtual bool MatchPath(const string& path, const string& pattern) = 0; 158 /// \brief Given a pattern, stores in *results the set of paths that matches 159 /// that pattern. *results is cleared. 161 /// More details about `pattern` in FileSystem::GetMatchingPaths. 162 virtual Status GetMatchingPaths(const string& pattern, 330 bool MatchPath(const string& path, const string& pattern) override { 331 return target_->MatchPath(path, pattern);
|
| test_benchmark.h | 58 static void Run(const char* pattern);
|
| /external/toolchain-utils/automation/clients/report/dejagnu/ |
| summary.py | 64 for pattern, replacement in substitutions: 65 variant = re.sub(pattern, replacement, variant) 231 return all(fnmatch(text, pattern) for text, pattern in check_list)
|
| /external/v8/testing/gtest/test/ |
| gtest_output_test.py | 168 def RemoveMatchingTests(test_output, pattern): 176 pattern: A regex string that matches names of test cases or 180 Contents of test_output with tests whose names match pattern removed. 185 pattern, pattern), 188 return re.sub(r'.*%s.*\n' % pattern, '', test_output)
|
| /external/vixl/tools/ |
| verify_assembler_traces.py | 177 # The first part of each tuple is a pattern to match. It's simply a regular 179 # corresponding pattern from `pattern_matchers`. 318 for pattern, result in llvm_mc_instruction_converters: 320 instruction_matcher = "^" + pattern.format(**pattern_matchers) + "$" 356 pattern = re.compile( 361 for m in re.finditer(pattern, trace)
|
| /external/vogar/src/vogar/ |
| ClassFileIndex.java | 38 import java.util.regex.Pattern; 61 private static final List<Pattern> JAR_PATTERNS = new ArrayList<Pattern>(); 64 JAR_PATTERNS.add(Pattern.compile(patternString)); 67 private static final List<Pattern> FAILURE_PATTERNS = new ArrayList<Pattern>(); 71 FAILURE_PATTERNS.add(Pattern.compile(patternString, Pattern.DOTALL)); 92 for (Pattern pattern : FAILURE_PATTERNS) [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest_output_test.py | 167 def RemoveMatchingTests(test_output, pattern): 175 pattern: A regex string that matches names of test cases or 179 Contents of test_output with tests whose names match pattern removed. 184 pattern, pattern), 187 return re.sub(r'.*%s.*\n' % pattern, '', test_output)
|
| /external/webrtc/webrtc/tools/barcode_tools/ |
| barcode_encoder.py | 83 output_directory=output_directory, pattern='barcode_') 86 def _convert_to_yuv_and_delete(output_directory, file_name, pattern): 92 pattern(string): The file pattern of the PNG/YUV file. The PNG/YUV files are 97 # Pattern should be in file name 98 if not pattern in file_name: 100 pattern_position = file_name.rfind(pattern)
|
| /frameworks/av/media/libmedia/include/media/ |
| Crypto.h | 53 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
|
| ICrypto.h | 68 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
|
| /frameworks/base/tools/aapt2/util/ |
| Files.h | 84 // processed by AAPT. Takes a pattern string supplied by the user. 85 // Pattern format is specified in the FileFilter::SetPattern() method. 98 // we don't match a '*' catch-all pattern.) 102 bool SetPattern(const android::StringPiece& pattern);
|
| /frameworks/native/headers/media_plugin/media/hardware/ |
| CryptoAPI.h | 58 struct Pattern { 59 // Number of blocks to be encrypted in the pattern. If zero, pattern 63 // Number of blocks to be skipped (left clear) in the pattern. If zero, 64 // pattern encryption is inoperative. 107 const Pattern &pattern,
|
| /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/ |
| TypesMap.kt | 22 import java.util.regex.Pattern 112 val pattern = Pattern.compile(selector) 117 if (pattern.matcher(it.key.fullName).matches()) {
|
| /platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
| BatterystatsCollectorHostTest.java | 116 String pattern = String.format("%s_.*", BATTERYSTATS_COLLECTOR); local 117 optionSetter.setOptionValue("pull-pattern-keys", pattern); 162 String pattern = String.format("%s_.*", BATTERYSTATS_COLLECTOR); local 163 optionSetter.setOptionValue("pull-pattern-keys", pattern);
|