/external/chromium-trace/catapult/dashboard/dashboard/models/ |
anomaly_config.py | 32 # A list of test path patterns. Each pattern is a string which can match parts 36 patterns = ndb.StringProperty(repeated=True, indexed=False) variable in class:AnomalyConfig
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
FiltersModuleBuilder.java | 43 public ServletModule.FilterKeyBindingBuilder filter(List<String> patterns) { 44 return new FilterKeyBindingBuilderImpl(patterns, UriPatternType.SERVLET);
|
/external/hyphenation-patterns/es/ |
hyph-es.lic.txt | 1 Spanish hyphenation patterns 38 % patterns, (c) by Francesc Carmona
|
/external/hyphenation-patterns/et/ |
hyph-et.lic.txt | 2 % semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. 7 % Estonian hyphenation patterns (T1 encoding).
|
/external/hyphenation-patterns/hr/ |
hyph-hr.lic.txt | 2 % title: Hyphenation patterns for Croatian language 43 % - In summer 2008 patterns incorporated into hyph-utf8 and renamed from hrhyph.tex to hyph-hr.tex.
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPatterns.java | 7 import android.util.Patterns; 12 @Implements(Patterns.class) 127 Robolectric.Reflection.setFinalStaticField(Patterns.class, "DOMAIN_NAME", DOMAIN_NAME); 128 Robolectric.Reflection.setFinalStaticField(Patterns.class, "EMAIL_ADDRESS", EMAIL_ADDRESS); 129 Robolectric.Reflection.setFinalStaticField(Patterns.class, "IP_ADDRESS", IP_ADDRESS); 130 Robolectric.Reflection.setFinalStaticField(Patterns.class, "PHONE", PHONE); 131 Robolectric.Reflection.setFinalStaticField(Patterns.class, "TOP_LEVEL_DOMAIN", 133 Robolectric.Reflection.setFinalStaticField(Patterns.class, "WEB_URL", WEB_URL);
|
/external/valgrind/ |
darwin9-drd.supp | 5 # Suppression patterns for dyld, the dynamic loader. 68 # Suppression patterns for libc, Darwin's C library. 153 # Suppression patterns for libpthread, Darwin's POSIX threads implementation. 233 # Suppression patterns for libobjc. 257 # Suppression patterns for CoreFoundation.framework. 414 # Suppression patterns for the memory allocation functions in WTF. 434 # Suppression patterns for the string manipulation functions in WebCore. 454 # Suppression patterns for the text encoding functions in WebCore.
|
/packages/apps/DeskClock/res/values/ |
attrs.xml | 28 for a complete description of accepted formatting patterns. 33 for a complete description of accepted formatting patterns.
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
NodeTest.java | 21 package org.apache.xpath.patterns; 34 * This is the basic node test class for both match patterns and location path 62 * Special bitmap for match patterns starting with a function. 517 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST}, 518 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE}, 519 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD}, 520 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or 521 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}. 591 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST}, 592 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE} [all...] |
NodeTestFilter.java | 21 package org.apache.xpath.patterns;
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateList.java | 36 import org.apache.xpath.patterns.NodeTest; 37 import org.apache.xpath.patterns.StepPattern; 38 import org.apache.xpath.patterns.UnionPattern; 59 * with match patterns. This routine should 130 * Dump all patterns and elements that match those patterns 381 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST}, 382 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE}, 383 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD}, 384 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, o [all...] |
KeyDeclaration.java | 105 * @see <a href="http://www.w3.org/TR/xslt#patterns">patterns in XSLT Specification</a> 119 * @see <a href="http://www.w3.org/TR/xslt#patterns">patterns in XSLT Specification</a>
|
/external/zlib/src/examples/ |
enough.c | 34 be coded, what the last code length used was, and how many bit patterns of 36 number of unused patterns to graduate to the next code length. We then 39 properties are: we cannot use more bit patterns than are available; and when 40 all the symbols are used, there are exactly zero possible bit patterns 120 left: number of available bit patterns at length len 130 must be even, since it represents the number of available bit patterns at 198 /* Return the number of possible Huffman codes using bit patterns of lengths 199 len through max inclusive, coding syms symbols, with left bit patterns of 209 int use; /* number of bit patterns to use in next call */ 225 /* we need to use at least this many bit patterns so that the code won't b [all...] |
/external/icu/icu4c/source/i18n/ |
dtitvfmt.cpp | 431 // Delete patterns that get reset by initializePattern 565 * Initialize interval patterns locale to this formatter 568 * 1. the interval patterns saved in resource bundle files are interval 569 * patterns based on date or time only. 570 * It does not have interval patterns based on both date and time. 571 * Interval patterns on both date and time are algorithm generated. 573 * For example, it has interval patterns on skeleton "dMy" and "hm", 574 * but it does not have interval patterns on skeleton "dMyhm". 576 * The rule to genearte interval patterns for both date and time skeleton are 707 // for fall back interval patterns, [all...] |
/cts/apps/CameraITS/tests/inprog/ |
test_test_patterns.py | 21 """Test sensor test patterns.
|
/development/samples/Spinner/ |
_index.html | 7 mainly for the purpose of highlighting common patterns of Activity testing. When the application
|
/external/ant-glob/ |
README.txt | 10 Specifically, it contains the subset of Ant related to matching glob patterns
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BestMatchSpec.java | 91 String[] patterns = this.datepatterns; local 92 if (patterns == null) { 93 patterns = BrowserCompatSpec.DATE_PATTERNS; 95 this.netscape = new NetscapeDraftSpec(patterns);
|
/external/autotest/ |
.gitignore | 32 # additional patterns:
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
policy_JavaScriptBlockedForUrls.py | 26 pattern. When set to multiple URL patterns (as case=MultipleUrls_AllowJS 28 page with an URL that matches any of the listed patterns. 96 more URL patterns, JavaScript execution shall be allowed only on the 97 pages whose URL matches any of the listed patterns.
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
bench_find_anomalies_test.py | 56 if sheriff_entity.patterns: 57 sheriff_entity.patterns.append(test.test_path) 59 sheriff_entity.patterns = [test.test_path] 76 patterns=[test.test_path]).put()
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/ |
README.md | 12 usage patterns through API conventions, glMatrix will help you get the most out
|
/external/clang/include/clang/Sema/ |
CodeCompleteOptions.h | 21 /// Show code patterns in code completion results.
|
/external/clang/test/CodeCompletion/ |
call.cpp | 20 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:19:9 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
|
/external/dagger2/examples/android-simple/ |
README.md | 15 _Note: The app is in transition to Dagger 2 and may not reflect recommended patterns. Before
|