/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/system/extras/tests/fstest/ |
perm_checker.c | 243 // If any exact rule matched or failed, we are done with this file 275 retval++; // In case no rules either matched or failed, be sure to fail 332 // If any exact rule matched or failed, we are done with this directory 350 retval++; // In case no rules either matched or failed, be sure to fail
|
/external/icu4c/common/ |
unisetspan.cpp | 562 * ~ Set strings that start with set-contained code points must be matched 570 * + If no set string matched after spanSet.span(), then return 572 * + If at least one set string matched after spanSet.span(), then 575 * + If at least one more set string matched after a previous string match, 580 * + If no more set string matched after a previous string match, 610 * ~ Set strings that start with set-contained code points must be matched 614 * must be matched with a full overlap because the longest-match algorithm 616 * Such set strings need not be matched earlier inside the code point span 621 * + If no set string matched after spanSet.span(), then return 623 * + If at least one set string matched, then continue the loop after th [all...] |
/external/icu4c/i18n/unicode/ |
uregex.h | 236 * Note that the current input string and the position of any matched text 559 * Group #0 is the complete string of matched text. 560 * Group #1 is the text matched by the first set of capturing parentheses. 585 * Group #0 is the complete string of matched text. 586 * Group #1 is the text matched by the first set of capturing parentheses. 613 * Group #0 is the complete string of matched text. 614 * Group #1 is the text matched by the first set of capturing parentheses. 636 * Returns the index in the input string of the start of the text matched by the 639 * Group #0 refers to the complete range of matched text. 640 * Group #1 refers to the text matched by the first set of capturing parentheses [all...] |
usearch.h | 28 * handled, e.g. for the German collator, characters ß and SS will be matched 382 * Use <tt>usearch_getMatchedLength</tt> to get the matched string length. 417 * Returns the text that was matched by the most recent call to 422 * an empty string. If result is not large enough to store the matched text, 425 * possible. If the buffer fits the matched text exactly, a null-termination 430 * @param result UChar buffer to store the matched string 433 * @return exact length of the matched text, not counting the null-termination 747 * @param matchStart An out parameter, the starting index of the matched text. 750 * @param matchLimit Out parameter, the index of the first position following the matched text. [all...] |
search.h | 44 * target text, returning the indices the pattern is matched and the length 154 * Use getMatchedLength to get the matched string length. 182 * Returns the text that was matched by the most recent call to 187 * @param result stores the matched string or an empty string if a match 530 * Sets the length of the currently matched string in the text string to 534 * @param length length of the matched text. 542 * Sets the offset of the currently matched string in the text string to 546 * @param position start offset of the matched text.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseTraversers.java | 217 * Traverse to the next node after the current node that is matched 301 * Traverse to the next node after the current node that is matched 466 * Traverse to the next node after the current node that is matched 721 * Traverse to the next node after the current node that is matched 949 * Traverse to the next node after the current node that is matched 1000 * Traverse to the next node after the current node that is matched [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 53 * Matching:: How the input is matched 107 How The Input Is Matched 108 the rules for determining what has been matched 111 how to specify what to do when a pattern is matched 196 By default, any text not matched by a `flex' scanner is copied to 444 an R but only if it is followed by an S. The text matched by S is 447 executed. So the action only sees the text matched by R. This 577 How the input is matched 591 corresponding to the matched pattern is then executed (a more detailed 596 character in the input is considered matched and copied to the standar [all...] |
flex.texi | 130 * Matching:: How the input is matched 184 @item How The Input Is Matched 185 the rules for determining what has been matched 188 how to specify what to do when a pattern is matched 275 By default, any text not matched by a @code{flex} scanner is 533 matched by @var{s} is included when determining whether this rule is 535 the action is executed. So the action only sees the text matched 700 @section How the input is matched 715 matched pattern is then executed (a more detailed 720 the next character in the input is considered matched an [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
flex.man | 30 How The Input Is Matched 31 the rules for determining what has been matched 34 how to specify what to do when a pattern is matched 142 By default, any text not matched by a flex scanner is copied 412 text matched by s is included when determining 416 sees the text matched by r. This type 580 HOW THE INPUT IS MATCHED 607 integer yyleng. The action corresponding to the matched pat- 613 next character in the input is considered matched and copied 682 tern is matched the input token is simply discarded. Fo [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
flex.1 | 26 How The Input Is Matched 27 the rules for determining what has been matched 30 how to specify what to do when a pattern is matched 124 By default, any text not matched by a 383 text matched by s is included when determining 387 sees the text matched by r. This type 553 .SH HOW THE INPUT IS MATCHED 573 corresponding to the matched pattern is then executed (a more 579 is executed: the next character in the input is considered matched and 681 action is empty, then when the pattern is matched the input toke [all...] |
/external/antlr/src/org/antlr/runtime/ |
RecognizerSharedState.java | 47 * matched a token. Prevents generation of more than one error message 91 * emissions, then set this to the last token to be matched or
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
completion.sgml | 110 items that matched @prefix, or %NULL if no items matched @prefix.
|
/external/chromium/chrome/common/ |
spellcheck_common.cc | 143 // except for 'en-GB' exactly matched in the above loop, will match 145 // better be matched with 'en-GB'. This does not handle cases like
|
/external/chromium/net/http/ |
http_auth_cache.h | 47 // returns - the matched entry or NULL. 58 // returns - the matched entry or NULL.
|
/external/icu4c/i18n/ |
strmatch.cpp | 223 // matched zero-length. E.g., x (a)* y matched "xy".
|
/external/pcre/doc/html/ |
pcrecpp.html | 43 exactly. If pointer arguments are supplied, it copies matched sub-strings that 64 You must supply extra pointer arguments to extract matched subpieces. 90 string (matched piece is copied to string) 91 StringPiece (StringPiece is mutated to point to matched piece) 93 NULL (the corresponding matched sub-pattern is not copied) 99 b. The number of matched sub-patterns is >= number of supplied 109 CAVEAT: An optional sub-pattern that does not exist in the matched 294 advance "input" so it points past the matched text.
|
/external/pcre/ |
pcre_scanner.h | 78 // b. if any arguments are supplied, matched sub-patterns can be 80 // If it returns true, it skips over the matched input and any
|
/frameworks/base/core/java/android/util/ |
StateSet.java | 45 * Return whether the stateSetOrSpec is matched by all StateSets. 135 // We matched a must-not-match case.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Dictionary.java | 62 * Searches for words in the dictionary that match the characters in the composer. Matched 65 * @param callback the callback object to send matched words to as possible candidates
|
/system/media/wilhelm/src/itf/ |
I3DLocation.c | 92 // matched by cond_broadcast in case multiple requesters 139 // matched by cond_broadcast in case multiple requesters
|
/external/chromium/chrome/browser/history/ |
thumbnail_database.h | 110 // there are more than one matched icon in database, only one icon will be 134 // Returns true if there is a matched icon mapping for the given page and 136 // The matched icon mapping is returned in the icon_mapping parameter if it is 142 // Returns true if there is any matched icon mapping for the given page. 143 // All matched icon mappings are returned in descent order of IconType if
|
/external/ipsec-tools/src/racoon/ |
remoteconf.c | 210 "Not matched: Anonymous conf.\n"); 216 "Not matched: passive conf.\n"); 227 "Not matched: address mismatch.\n"); 231 /* Address matched */ 242 "Not matched: etype (%d)/approval mismatch (%d).\n", rmsel->etype, tmp); 252 "Not matched: identity mismatch.\n"); 263 "Not matched: cert type mismatch.\n"); 276 "Not matched: cert issuer mismatch.\n"); 283 "Not matched: empty certificate request.\n"); 325 "Not matched.\n") [all...] |
/external/pcre/doc/ |
pcre.txt | 144 and any subject strings that are matched against it are treated as 632 is matched against the string 642 The set of strings that are matched by a regular expression can be rep- 674 strings that are matched by portions of the pattern in parentheses. [all...] |