HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 1001 - 1025 of 1927) sorted by null

<<41424344454647484950>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 49 import java.util.regex.Matcher;
50 import java.util.regex.Pattern;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 23 import java.util.regex.Pattern;
24 import java.util.regex.Matcher;
  /libcore/luni/src/main/java/java/sql/
Timestamp.java 24 import java.util.regex.Pattern;
52 // The regex pattern of yyyy-MM-dd HH:mm:ss
  /ndk/sources/host-tools/sed-4.2.1/po/
ja.po 71 msgid "unterminated address regex"
72 msgstr "?????regex???????????????"
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 48 import java.util.regex.Matcher;
49 import java.util.regex.Pattern;
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 20 import java.util.regex.Matcher;
21 import java.util.regex.Pattern;
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 43 import java.util.regex.Matcher;
44 import java.util.regex.Pattern;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 49 import java.util.regex.Pattern;
54 * Regex pattern used to look for any inline images in message bodies, including Gmail-hosted
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 200 'pattern'. 'pattern' should either be a compiled regex object or a
201 string containing a regex. If both 'body' and 'headers' are None,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 200 'pattern'. 'pattern' should either be a compiled regex object or a
201 string containing a regex. If both 'body' and 'headers' are None,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 53 import java.util.regex.Matcher;
54 import java.util.regex.Pattern;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 78 import java.util.regex.Matcher;
79 import java.util.regex.Pattern;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 72 import java.util.regex.Matcher;
73 import java.util.regex.Pattern;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 53 import java.util.regex.Matcher;
54 import java.util.regex.Pattern;
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 166 // helper function that gets the last occurence index of the given regex
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 34 import java.util.regex.Pattern;
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 24 import java.util.regex.Pattern;
  /development/tools/idegen/src/
Configuration.java 28 import java.util.regex.Pattern;
  /external/chromium_org/chrome/common/extensions/api/
storage.json 103 "description": "<p>An object which gives each key/value pair to update storage with. Any other key/value pairs in storage will not be affected.</p><p>Primitive values such as numbers will serialize as expected. Values with a <code>typeof</code> <code>\"object\"</code> and <code>\"function\"</code> will typically serialize to <code>{}</code>, with the exception of <code>Array</code> (serializes as expected), <code>Date</code>, and <code>Regex</code> (serialize using their <code>String</code> representation).</p>"
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_wrappers.py 46 dictionary are treated as regex, and they are matched with the URL to
  /external/chromium_org/chrome/test/functional/media/
cns_test_base.py 23 # Note: The test name should satisfy the regex [\w\.-]+ (check
  /external/chromium_org/chrome_frame/
simple_resource_loader.cc 164 // Rather than pick up the weight of a regex processor, just search for a
  /external/chromium_org/content/browser/fileapi/
file_system_dir_url_request_job_unittest.cc 27 #include "third_party/icu/source/i18n/unicode/regex.h"
  /external/chromium_org/testing/gtest/
CMakeLists.txt 5 # ctest. You can select which tests to run using 'ctest -R regex'.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
coffeescript.js 127 // Handle regex literals

Completed in 885 milliseconds

<<41424344454647484950>>