/external/opencv3/3rdparty/openexr/Imath/ |
ImathRandom.cpp | 113 // in bit patterns between 0x3ff0000000000000 and 0x3fffffffffffffff, 180 // Rand32::next(). This results in in bit patterns between 0x3f800000
|
/external/pcre/dist/doc/ |
pcrepartial.3 | 76 For the majority of patterns, the contents of the first and third slots will be 77 the same. However, for patterns that contain lookbehind assertions, or begin 159 to follow this explanation by thinking of the two patterns like this: 214 .SH "FORMERLY RESTRICTED PATTERNS" 220 all patterns. From release 8.00 onwards, the restrictions no longer apply, and 425 5. Patterns that contain alternatives at the top level which do not all start 438 patterns or patterns such as:
|
pcrecpp.3 | 24 match sub-patterns into them. 51 Example: does not try to extract any extra sub-patterns 60 Example: fails because there aren't enough sub-patterns: 78 b. The number of matched sub-patterns is >= number of supplied 85 number of sub-patterns, "i"th captured sub-pattern is
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
BC_OneDimReader.cpp | 197 const int32_t* patterns,
206 int32_t variance = PatternMatchVariance(counters, &patterns[i * 4],
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_otadata.h | 64 S_OTA_LOC patterns[4]; /* pattern locations */ member in struct:__anon23270 69 EAS_U8 numPatterns; /* number of patterns left in song */
|
/external/testng/doc/ |
book.html | 29 <p>Enterprise Java developers must achieve broader, deeper test coverage, going beyond unit testing to implement functional and integration testing with systematic acceptance. <b><i>Next Generation Java Testing</i></b> introduces breakthrough Java testing techniques and TestNG, a powerful open source Java testing platform.</p><p>C?dric Beust, TestNG's creator, and leading Java developer Hani Suleiman, present powerful, flexible testing patterns that will work with virtually any testing tool, framework, or language. They show how to leverage key Java platform improvements designed to facilitate effective testing, such as dependency injection and mock objects. They also thoroughly introduce TestNG, demonstrating how it overcomes the limitations of older frameworks and enables new techniques, making it far easier to test today's complex software systems.</p><p>Pragmatic and results-focused, <b><i>Next Generation Java Testing</i></b> will help Java developers build more robust! 31 testing design patterns presented in this book will show you how to im
|
/external/v8/test/cctest/compiler/ |
test-run-properties.cc | 25 // store) access patterns. 87 // store) access patterns.
|
/frameworks/base/docs/html/distribute/analyze/ |
google-services.jd | 46 usage patterns. In AdMob, for example, you can select a group of high value 87 see any differences in usage patterns by variables such as region, device,
|
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/ |
layouts.jd | 15 <li><a href="#anti-patterns">??????????????????</a></li> 156 <h2 id="anti-patterns">??????????????????</h2>
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSInvariant.cpp | 60 * - If the patterns by which fields are loaded from 117 * are the opcodes that currently appear in the patterns of
|
/frameworks/minikin/doc/ |
hyb_file_format.md | 3 The hyb file format is how hyphenation patterns are stored in the system image. 15 Further, at some point we will probably pack patterns for multiple languages into a single
|
/frameworks/minikin/tools/ |
mk_hyb_file.py | 269 # load the ".pat" file, which contains patterns such as a1b2c3 457 def traverse_trie(ix, s, trie_data, ch_map, pattern_data, patterns, exceptions): 489 patterns.append(pat_str) 495 traverse_trie(link, sch, trie_data, ch_map, pattern_data, patterns, exceptions) 501 # are stronger than absolutely necessary (in particular, that the patterns are in 539 patterns = [] 541 traverse_trie(0, '', trie_data, ch_map, pattern_data, patterns, exceptions) 542 assert verify_file_sorted(patterns, pat_fn), 'pattern table not verified'
|
/ndk/build/tools/ |
gen-system-symbols.sh | 118 # Add new exclusion patterns to SYMBOL_EXCLUDES 124 # Add new inclusion patterns to SYMBOL_INCLUDES
|
dev-platform-import.sh | 155 # $2: (optional) file patterns 160 local PATTERNS="$@" 161 if [ -z "$PATTERNS" ]; then 162 PATTERNS="." 164 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/ |
TelephonyThreadsCompat.java | 28 import android.util.Patterns; 153 Matcher match = Patterns.EMAIL_ADDRESS.matcher(s);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 2 up 2to3's matching process. After the tree patterns are reduced to 27 """The main matcher class. After instantiating the patterns should
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 2 up 2to3's matching process. After the tree patterns are reduced to 27 """The main matcher class. After instantiating the patterns should
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 2 up 2to3's matching process. After the tree patterns are reduced to 27 """The main matcher class. After instantiating the patterns should
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 2 up 2to3's matching process. After the tree patterns are reduced to 27 """The main matcher class. After instantiating the patterns should
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PatternBasedDeltaVisitor.java | 37 * Delta visitor checking changed files against given glob-patterns. 39 * The visitor is given {@link ChangedFileSet} objects which contains patterns to detect change
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ |
template | 25 # two or more patterns, and I need to see all of them, I'll create N variables 37 # use ".*" for patterns not crossing line breaks? I don't think "$" does the
|
/cts/tests/tests/security/src/android/security/cts/ |
ListeningPortsTest.java | 52 // Patterns containing ":" are allowed address port combinations 54 // Patterns containing both are allowed address, port, and UID combinations 66 //no current patterns involve address, port and UID combinations 269 private static boolean isPatternMatch(List<String> patterns, String input) { 270 for (String pattern : patterns) {
|
/external/llvm/lib/CodeGen/ |
MachineCombiner.cpp | 363 SmallVector<MachineCombinerPattern, 16> Patterns; 384 // The algorithm does not try to evaluate all patterns and pick the best. 386 // mostly one pattern, and getMachineCombinerPatterns() can order patterns 389 if (!TII->getMachineCombinerPatterns(MI, Patterns)) 392 for (auto P : Patterns) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
MailPrefs.java | 368 public void setSenderWhitelistPatterns(Set<String> patterns) { 369 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES_PATTERNS, patterns).apply(); 385 // Check the saved email address patterns to determine if this pattern matches 403 // Look at the list of patterns where we want to allow a particular class of 407 // The specified email address matches one of the social network patterns.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 151 * Clears approximate patterns. 153 * This clears all approximate search patterns in the search condition. 164 * The maximum count of approximate patterns is 255. 175 * The patterns included predefined approximate search pattern set specified by 194 * If approximate patterns were set, the first word in search
|