HomeSort by relevance Sort by last modified time
    Searched refs:regex (Results 276 - 300 of 677) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 792 char* regex; member in class:Regular_Expression_Field
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
800 regex = new char[1 + ::strlen(source)];
801 (::strcpy)(regex, source);
807 regex(NULL)
816 copy_regex(rhs.regex);
824 regex(NULL)
826 copy_regex(rhs.regex);
830 delete[] regex;
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 18 #include <regex.h>
113 regex_t regex; local
114 if (regcomp(&regex, re, REG_EXTENDED | REG_NOSUB) != 0) {
121 if (regexec(&regex, it->first, 0, NULL, 0) == 0) {
125 regfree(&regex);
133 regfree(&regex);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetAppFrameRateEvent.java 30 import java.util.regex.Pattern;
31 import java.util.regex.Matcher;
MonkeyGetFrameRateEvent.java 29 import java.util.regex.Pattern;
30 import java.util.regex.Matcher;
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 30 import java.util.regex.Matcher;
31 import java.util.regex.Pattern;
WordWidget.java 36 import java.util.regex.Matcher;
37 import java.util.regex.Pattern;
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 36 import java.util.regex.Matcher;
37 import java.util.regex.Pattern;
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 118 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with
121 // GTEST_USES_SIMPLE_RE - our own simple regex is used;
268 // On some platforms, <regex.h> needs someone to define size_t, and
272 # include <regex.h> // NOLINT
278 // <regex.h> is not available on Windows. Use our own simple regex
284 // <regex.h> may not be available on this platform. Use our own
285 // simple regex implementation instead.
791 // A simple C++ wrapper for <regex.h>. It uses the POSIX Extended
800 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLIN
    [all...]
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 21 import java.util.regex.Pattern;
22 import java.util.regex.Matcher;
DocFile.java 22 import java.util.regex.Pattern;
23 import java.util.regex.Matcher;
Proofread.java 23 import java.util.regex.Matcher;
24 import java.util.regex.Pattern;
  /external/guava/guava/src/com/google/common/net/
HostAndPort.java 26 import java.util.regex.Matcher;
27 import java.util.regex.Pattern;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 24 import java.util.regex.Matcher;
25 import java.util.regex.Pattern;
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 26 import java.util.regex.Matcher;
27 import java.util.regex.Pattern;
  /external/smack/src/com/kenai/jbosh/
ComposableBody.java 23 import java.util.regex.Matcher;
24 import java.util.regex.Pattern;
  /external/smack/src/org/jivesoftware/smack/proxy/
HTTPProxySocketFactory.java 31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
  /frameworks/base/cmds/wm/src/com/android/commands/wm/
Wm.java 32 import java.util.regex.Matcher;
33 import java.util.regex.Pattern;
  /frameworks/base/core/java/android/util/
EventLog.java 28 import java.util.regex.Matcher;
29 import java.util.regex.Pattern;
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 22 import java.util.regex.Matcher;
23 import java.util.regex.Pattern;
  /libcore/luni/src/main/java/java/util/
TimeZone.java 22 import java.util.regex.Matcher;
23 import java.util.regex.Pattern;
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 28 import java.util.regex.Matcher;
29 import java.util.regex.Pattern;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 34 import java.util.regex.Matcher;
35 import java.util.regex.Pattern;
  /bionic/libc/upstream-netbsd/libc/regex/
regerror.c 92 #include <regex.h>
152 { REG_INVARG, "REG_INVARG", "invalid argument to regex routine" },
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 17 #include <regex.h>
  /external/chromium/chrome/browser/autofill/
phone_field.cc 279 phone_field_grammars_[i].regex != REGEX_SEPARATOR; ++i) {
280 if (!ParseText(&q, phone_field->GetRegExp(phone_field_grammars_[i].regex),
292 if (phone_field_grammars_[i].regex == REGEX_SEPARATOR)
297 phone_field_grammars_[i].regex != REGEX_SEPARATOR);

Completed in 2558 milliseconds

<<11121314151617181920>>