Searched
full:matched (Results
276 -
300 of
2099) sorted by null
<<11121314151617181920>>
/frameworks/base/services/java/com/android/server/ |
LockSettingsService.java | 311 final boolean matched = Arrays.equals(stored, hash); 312 if (matched && !TextUtils.isEmpty(pattern)) { 315 return matched; 339 final boolean matched = Arrays.equals(stored, hash); 340 if (matched && !TextUtils.isEmpty(password)) { 343 return matched;
|
/development/scripts/ |
stack_core.py | 74 # Examples of matched trace lines include lines from tombstone files like: 81 # Examples of matched value lines include: 87 # Lines from 'code around' sections of the output will be matched before
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
Dbg.stg | 42 -(BOOL) evalPredicate:(NSString *)predicate matched:(BOOL)result;<\n> 106 -(BOOL) evalPredicate:(NSString *)predicate matched:(BOOL)result 108 [debugListener semanticPredicate:predicate matched:result];
|
/external/chromium/chrome/browser/ |
global_keyboard_shortcuts_mac.mm | 27 // '{' / '}' characters should be matched earlier than virtual key code 98 // The given shortcut key is to be matched by a keyboard character. 106 // The given shortcut key is to be matched by a virtual key code.
|
/external/chromium_org/chrome/browser/ |
global_keyboard_shortcuts_mac.mm | 27 // '{' / '}' characters should be matched earlier than virtual key code 101 // The given shortcut key is to be matched by a keyboard character. 109 // The given shortcut key is to be matched by a virtual key code.
|
/external/clang/docs/ |
LibASTMatchers.rst | 6 nodes of the AST and execute code that uses the matched nodes. Combined with 78 that were matched, like building source code transformations. 82 bind the matched ``recordDecl`` node to the string "``id``", to be later
|
/external/kernel-headers/original/linux/ |
mod_devicetable.h | 118 /* not matched against */ 218 /* not matched against in kernelspace*/ 226 /* not matched against */
|
/external/llvm/lib/Support/ |
regengine.inc | 292 - dissect - figure out what matched what, no back references 301 const char *sp; /* start of string matched by it */ 302 const char *stp; /* string matched by it cannot pass here */ 307 const char *ssp; /* start of string matched by subsubRE */ 308 const char *sep; /* end of string matched by subsubRE */ 328 /* figure out what it matched */ 396 break; /* failed or matched null */ 433 break; /* it matched all of it */ 480 - backref - figure out what matched what, figuring in back references 488 const char *sp; /* start of string matched by it * [all...] |
/ndk/sources/host-tools/make-3.81/glob/ |
glob.h | 83 #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */ 122 __size_t gl_pathc; /* Count of paths matched by the pattern. */ 123 char **gl_pathv; /* List of matched pathnames. */
|
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 288 - dissect - figure out what matched what, no back references 296 char *sp; /* start of string matched by it */ 297 char *stp; /* string matched by it cannot pass here */ 302 char *ssp; /* start of string matched by subsubRE */ 303 char *sep; /* end of string matched by subsubRE */ 323 /* figure out what it matched */ 391 break; /* failed or matched null */ 426 break; /* it matched all of it */ 471 - backref - figure out what matched what, figuring in back references 479 char *sp; /* start of string matched by it * [all...] |
/development/samples/training/ContactsList/res/values/ |
strings.xml | 40 which other field was matched. This string is displayed in the secondary display text in
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
Token.as | 38 /** The line number on which this token was matched; line=1..n */
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeRuleReturnScope.as | 39 /** First node or root node of tree matched for this rule. */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
IToken.cs | 47 /** <summary>The line number on which this token was matched; line=1..n</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleNodeStream.cs | 41 /// Queues up nodes matched on left side of -> in a tree parser. This is
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
IToken.cs | 51 /** <summary>The line number on which this token was matched; line=1..n</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleNodeStream.cs | 39 * Queues up nodes matched on left side of -> in a tree parser. This is
|
TreeRuleReturnScope`1.cs | 46 /** <summary>Gets the first node or root node of tree matched for this rule.</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleNodeStream.java | 32 /** Queues up nodes matched on left side of -> in a tree parser. This is
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509AttributeCertificate.java | 75 * @return an array of matched attributes, null if there is no match.
|
/external/chromium/chrome/browser/history/ |
snippet.h | 24 // offsets string encodes information about why a row matched a text query.
|
/external/chromium-libpac/src/ |
net_util.h | 57 // |ip_prefix| will be matched.
|
/external/chromium_org/base/ |
environment.h | 58 // matched against the first element of the pairs. In the event of a match, the
|
/external/chromium_org/chrome/browser/history/ |
snippet.h | 23 // offsets string encodes information about why a row matched a text query.
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_drag_controller.h | 73 // new bounds for the dragging panel and |target_edge| contains the matched
|
Completed in 1499 milliseconds
<<11121314151617181920>>