Searched
full:regular (Results
926 -
950 of
2849) sorted by null
<<31323334353637383940>>
/external/regex-re2/re2/ |
simplify.cc | 6 // to use simple extended regular expression features. 136 // Simplifies a regular expression, returning a new regexp.
|
/external/v8/src/ |
mirror-debugger.js | 336 * Check whether the mirror reflects a regular expression. 337 * @returns {boolean} True if the mirror reflects a regular expression 1013 * Mirror object for regular expressions. 1025 * Returns the source to the regular expression. 1026 * @return {string or undefined} The source to the regular expression 1034 * Returns whether this regular expression has the global (g) flag set. 1043 * Returns whether this regular expression has the ignore case (i) flag set. 1052 * Returns whether this regular expression has the multiline (m) flag set. [all...] |
/external/webkit/Source/WebCore/webaudio/ |
AudioContext.cpp | 379 // Don't allow regular lock in real-time audio thread. 400 // Try to catch cases of using try lock on main thread - it should use regular lock.
|
/frameworks/base/tools/aapt/ |
Package.cpp | 90 fprintf(stderr, "ERROR: '%s' exists and is not a regular file\n", outputFile.string()); 288 * Process a regular file, adding it to the archive if appropriate.
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 159 * that don't exist, aren't readable, or aren't either a regular 364 * readable regular files.
|
/libcore/luni/src/main/java/java/sql/ |
Timestamp.java | 29 * addition to the regular date/time value which has millisecond resolution. 31 * The {@code Timestamp} class consists of a regular date/time value, where only
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTest.java | 602 // send the regular data 637 // send the regular data [all...] |
/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.cc | 518 // from a shell, e.g. when using 'adb shell'. For regular 539 // Note that this should always succeed in a regular application,
|
/packages/apps/Browser/src/com/android/browser/ |
IntentHandler.java | 150 // No matching application tab, try to find a regular tab 300 // URLs are handled by the regular flow of control, so
|
/packages/apps/Email/src/com/android/email/activity/ |
MessageViewFragment.java | 46 * A {@link MessageViewFragmentBase} subclass for regular email messages. (regular as in "not eml
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcDispatcher.java | 362 // Try to perform regular launch of the first AAR 387 // regular launch
|
/packages/apps/Phone/src/com/android/phone/ |
InCallTouchUi.java | 87 /** UI elements while on a regular call (bottom buttons, DTMF dialpad) */ 164 // Container for the UI elements shown while on a regular call. 167 // Regular (single-tap) buttons, where we listen for click events: 292 // Ok, show the regular in-call touch UI (with some exceptions): 344 // The system bar is allowed to work normally in regular 402 // Clicks on the regular onscreen buttons get forwarded 698 * speaker / bluetooth). So it should look like a regular action button, 703 * a regular toggle button (and indicate the current speaker state.) [all...] |
SipCallOptionHandler.java | 124 // of whether the data is a SIP address or a regular phone 199 // If there is no sip profile and it is a regular call, then we
|
/packages/providers/DownloadProvider/res/values/ |
strings.xml | 42 system applications but aren't necessary for regular applications 51 system applications but aren't necessary for regular applications
|
/bionic/libc/stdio/ |
fseek.c | 120 * this is a `regular' Unix file (and hence seekfn==__sseek).
|
/bionic/libc/upstream-netbsd/libc/regex/ |
regerror.c | 138 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Machine.java | 42 * Clears the regular and auxiliary arguments area.
|
/developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibility/src/main/res/layout/ |
activity_main.xml | 49 <!-- This is a regular, text-based button. No contentDescription is needed, since the
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
SimpleWikiHelper.java | 50 * Regular expression that splits "Word of the day" entry into word
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
ImageFetcher.java | 185 * @param data The data to load the bitmap, in this case, a regular http URL
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 57 * using this DFA (representing the covering regular approximation
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
DFA.java | 58 * using this DFA (representing the covering regular approximation
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
dfa.py | 67 using this DFA (representing the covering regular approximation
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
FASerializer.java | 76 * will be identical. Accept states are distinguished from regular
|
/external/bison/build-aux/ |
useless-if-before-free | 196 When modifying files, refuse to process anything other than a regular file.
|
Completed in 1068 milliseconds
<<31323334353637383940>>