HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 176 - 200 of 532) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/JavaScriptCore/wrec/
WRECParser.h 50 Parser(const UString& pattern, bool ignoreCase, bool multiline)
52 , m_data(pattern.data())
53 , m_size(pattern.size())
78 setError(ParenthesesUnmatched); // Parsing the pattern should fully consume it.
  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 122 RetainPtr<CFStringRef> pattern; local
127 pattern.adoptCF(SCDynamicStoreKeyCreateNetworkInterfaceEntity(0, kSCDynamicStoreDomainState, kSCCompAnyRegex, kSCEntNetIPv4));
128 CFArrayAppendValue(patterns.get(), pattern.get());
  /external/libxml2/
schematron.c 12 * - multiple rules applying in a single pattern/node
34 #include <libxml/pattern.h>
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
107 xmlPatternPtr pattern; /* the compiled pattern associated */ member in struct:_xmlSchematronRule
114 * A Schematrons pattern
119 xmlSchematronPatternPtr next;/* the next pattern in the list */
121 xmlChar *name; /* the name of the pattern */
394 xmlPatternPtr pattern; local
401 * Try first to compile the pattern
960 xmlSchematronPatternPtr pattern; local
1667 xmlSchematronPatternPtr pattern; local
    [all...]
  /external/icu4c/test/intltest/
dtptngts.cpp 326 // add new pattern
344 // get a pattern and modify it
348 UnicodeString pattern; local
349 pattern = format->toPattern(pattern);
359 UnicodeString newPattern = gen->replaceFieldTypes(pattern, UnicodeString("vvvv"), status);
395 pattern = UnicodeString("dd-MMM");
398 UnicodeString retSkeleton = gen->getSkeleton(pattern, status);
403 retSkeleton = gen->getBaseSkeleton(pattern, status);
409 pattern = UnicodeString("dd/MMMM/yy")
    [all...]
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 75 * Initializes pattern properties to default values.
85 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Pattern.dimen", 16));
86 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Pattern.whole_dimen", 0));
87 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Pattern.start", 0));
88 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Pattern.chelt_imelda", ESR_FALSE));
89 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Pattern.vfrlimit", 100));
90 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Pattern.vfrthresh", 0));
91 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Pattern.mix_score_scale", 0.46f));
92 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Pattern.imelda_scale", 16));
93 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Pattern.uni_score_scale", 0.46f))
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 50 * Is also capable of displaying a static pattern in "in progress", "wrong" or
59 // Vibrator pattern for creating a tactile bump
72 * How many milliseconds we spend animating each circle of a lock pattern
74 * constant * the length of the pattern to complete.
82 * Lookup table for the circles of the pattern we are currently drawing.
83 * This will be the cells of the complete pattern unless we are animating,
134 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
192 * How to display the current pattern.
197 * The pattern drawn is correct (i.e draw it in a friendly color)
202 * Animate the pattern (for demo, and help)
291 int[] pattern = null; local
481 final ArrayList<Cell> pattern = mPattern; local
655 final ArrayList<Cell> pattern = mPattern; local
782 final ArrayList<Cell> pattern = mPattern; local
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
bbm.h 26 uint8_t *pattern; member in struct:nand_bbt_descr
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 133 for (int pattern = getAuxInt(); pattern != 0; pattern >>= 4) {
134 int which = (pattern & 0x0f) - 1;
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/regex/
NativeRegEx.java 24 public static native int open(String pattern, int flags);
45 * pattern.
51 * against the pattern.
57 * pattern.
63 * pattern.
68 * Gets the number of capturing groups in this regular expression's pattern.
73 * Gets all the group information for the current match of the pattern.
  /dalvik/libcore/support/src/test/java/tests/support/
Support_MessageFormat.java 47 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!"; local
48 MessageFormat format = new MessageFormat(pattern, Locale.US);
74 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!"; local
75 MessageFormat format = new MessageFormat(pattern, Locale.US);
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_MessageFormat.java 48 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!"; local
49 MessageFormat format = new MessageFormat(pattern, Locale.US);
75 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!"; local
76 MessageFormat format = new MessageFormat(pattern, Locale.US);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/os/
MorseCodeConverterTest.java 41 long[] beeps = MorseCodeConverter.pattern('s');
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 31 import java.util.regex.Pattern;
49 * Pattern of section titles we're interested in showing. This trims out
52 private static final Pattern sValidSections =
53 Pattern.compile("(verb|noun|adjective|pronoun|interjection)", Pattern.CASE_INSENSITIVE);
56 * Pattern that can be used to split a returned wiki page into its various
59 private static final Pattern sSectionSplit =
60 Pattern.compile("^=+(.+?)=+.+?(?=^=)", Pattern.MULTILINE | Pattern.DOTALL)
    [all...]
  /external/elfutils/libasm/
asm_newscn.c 30 /* Memory for the default pattern. The type uses a flexible array
35 struct FillPattern pattern; member in struct:__anon1717
39 .pattern =
45 const struct FillPattern *__libasm_default_pattern = &xdefault_pattern.pattern;
109 /* Put the default fill pattern in place. */
110 result->pattern = (struct FillPattern *) __libasm_default_pattern;
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 192 final String pattern = (String) i.next (); local
194 m_inclusions [ii] = WCMatcher.compile (pattern);
207 final String pattern = (String) i.next (); local
209 m_exclusions [ii] = WCMatcher.compile (pattern);
  /external/emma/core/java12/com/vladium/util/args/
IOptsParser.java 52 IOpt [] getOpts (String pattern);
  /external/icu4c/i18n/unicode/
bmsearch.h 36 * the pattern, the "bad character" and "good suffix" tables, the Collator-based data needed to compute them,
40 * Then you construct a <code>BoyerMooreSearch</code> object from the <code>CollData</code> object, the pattern
44 * void boyerMooreExample(UCollator *collator, UnicodeString *pattern, UnicodeString *target)
97 * 3) In some cases, searching for a pattern that needs to be normalized and ends
99 * the Tibetan script. For example searching for the pattern
135 * Test the pattern to see if it generates any CEs.
137 * @return <code>TRUE</code> if the pattern string did not generate any CEs
144 * Search for the pattern string in the target string.
177 * Return the CEs generated by the pattern string.
179 * @return a <code>CEList</code> object holding the CEs generated by the pattern string
217 UnicodeString pattern; member in class:BoyerMooreSearch
    [all...]
decimfmt.h 93 * UnicodeString pattern;
112 * pattern = ((DecimalFormat*)form)->toPattern(pattern);
113 * cout << locales[i].getDisplayName(displayName) << ": " << pattern;
145 * <p>A DecimalFormat consists of a <em>pattern</em> and a set of
146 * <em>symbols</em>. The pattern may be set directly using
148 * manipulate aspects of the pattern, such as the minimum number of integer
151 * pattern and symbols are read from ICU's locale data.
153 * <p><strong>Special Pattern Characters</strong>
155 * <p>Many characters in a pattern are taken literally; they are matched durin
    [all...]
udatpg.h 30 * a pattern which just includes the desired fields and lengths. The generator
31 * will return the "best fit" pattern corresponding to that skeleton.
36 * fields in a pattern, in order, since we have that internally.
41 * Opaque type for a date/time pattern generator object.
49 * because some fields are merged for the date/time pattern generator.
145 * Get the best pattern matching the input skeleton. It is guaranteed to
149 * It uses a stateful pattern parser which is set up for each generator object,
156 * The skeleton is a pattern containing only the variable fields.
160 * The best pattern found from the given skeleton.
174 * Get a unique skeleton from a given pattern. For example
    [all...]
  /external/kernel-headers/original/linux/mtd/
bbm.h 27 * @offs: offset of the pattern in the oob area of the page
30 * @len: length of the pattern, if 0 no pattern check is performed
34 * @reserved_block_code: if non-0, this pattern denotes a reserved
36 * @pattern: pattern to identify bad block table or factory marked
40 * pattern which identifies good and bad blocks. The assumption is made
41 * that the pattern and the version count are always located in the oob area
53 uint8_t *pattern; member in struct:nand_bbt_descr
76 /* Search good / bad pattern through all pages of a block *
    [all...]
  /external/opencore/baselibs/media_data_structures/src/
access_unit.cpp 168 bool AccessUnit::match_bit_pattern_no_state(const int idx, const int offset, const uint8 * pattern,
171 return rep->match_bit_pattern_no_state(idx, offset, pattern, pattern_size_in_bits);
175 int32 AccessUnit::match_bit_pattern_with_state(const int32 idx, const int32 offset, const uint8 * pattern,
178 return rep->match_bit_pattern_with_state(idx, offset, pattern, pattern_size_in_bits, state);
  /external/oprofile/
opimport_pull 100 pattern = re.compile("(^raw_samples)(.*)/(.*)$")
104 match = pattern.search(line)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
bbm.h 26 uint8_t *pattern; member in struct:nand_bbt_descr
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
bbm.h 26 uint8_t *pattern; member in struct:nand_bbt_descr
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
bbm.h 26 uint8_t *pattern; member in struct:nand_bbt_descr

Completed in 1593 milliseconds

1 2 3 4 5 6 78 91011>>