HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 1126 - 1150 of 1775) sorted by null

<<41424344454647484950>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 339 catch (RecognitionException re) {
341 re);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTParser.stg 45 retval.Tree = (<ASTLabelType>)adaptor.ErrorNode(input, retval.Start, input.LT(-1), re);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTParser.stg 46 retval.Tree = (<ASTLabelType>)adaptor.ErrorNode(input, retval.Start, input.LT(-1), re);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 42 retval.tree = (<ASTLabelType> *)[treeAdaptor errorNode:input From:retval.start To:[input LT:-1] Exception:re];
  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
gflags.py 393 import re namespace
486 If it is None, we assume that we're being called when attempting
640 line_regex = re.compile('([ ]*)(\t*)([^ \t]+)', re.MULTILINE)
683 # line with indent and repeat, or add a space if we're done (word
715 whitespace_only_line = re.compile('^[ \t]+$', re.M)
727 doc = re.sub('(?<=\S)\n(?=\S)', ' ', doc, re.M)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 66 REM ** if -noclean set, Eclipse will be re-installed only if the
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 10 import re namespace
293 import re namespace
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 62 # We're including a list of resource files.
  /external/lldb/examples/python/
performance.py 15 import re namespace
258 values = re.split('[-+\s]+', output)
  /external/lldb/scripts/Python/interface/
SBTypeCategory.i 127 self.regex_type = type(re.compile('.'))
  /external/mesa3d/scons/
gallium.py 36 import re namespace
128 match = re.search(r'[0-9]+(\.[0-9]+)+', line)
  /external/mesa3d/src/glx/apple/
appledri.c 61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event)
  /external/regex-re2/re2/
re2.h 273 // RE2 re("ab*c?d+");
274 // re.pattern(); // "ab*c?d+"
328 static bool FullMatchN(const StringPiece& text, const RE2& re,
335 static bool PartialMatchN(const StringPiece& text, const RE2& re, // 3..16 args
381 // Replacements are not subject to re-matching.
444 // Only valid until the re is deleted.
449 // Only valid until the re is deleted.
    [all...]
  /external/regex-re2/util/
pcre.h 57 // PCRE re(utf8_pattern, PCRE::UTF8);
58 // CHECK(PCRE::FullMatch(utf8_string, re));
233 // PCRE re("ab*c?d+");
234 // re.pattern(); // "ab*c?d+"
280 bool operator ()(const StringPiece& text, const PCRE& re, // 3..16 args
304 bool operator ()(const StringPiece& text, const PCRE& re, // 3..16 args
395 // re-matching. E.g.,
  /external/skia/tools/skpdiff/
skpdiff_server.py 10 import re namespace
49 IMAGE_FILENAME_RE = re.compile(gm_json.IMAGE_FILENAME_PATTERN)
  /external/v8/test/mjsunit/
debug-script-breakpoints-closure.js 54 // The debugger triggers re-compilation.
override-read-only-property.js 28 // According to ECMA-262, sections 8.6.2.2 and 8.6.2.3 you're not
  /external/v8/test/mjsunit/regress/
regress-137768.js 51 // Make sure that we're out of pre-monomorphic state for the member add of
  /external/v8/test/webkit/fast/regex/
toString.js 54 // This string passes "^\/$" to the RegExp, so the '/' is escaped in the re!
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 211 } catch (RemoteException re) {
212 Slog.e(LOG_TAG, "Error notify for a queued print job.", re);
222 } catch (RemoteException re) {
224 + " handled.", re);
233 } catch (RemoteException re) {
234 Slog.e(LOG_TAG, "Error notify for all print job handled.", re);
248 } catch (RemoteException re) {
249 Slog.e(LOG_TAG, "Error notify for print job state change.", re);
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DeviceOwner.java 230 } catch (RemoteException re) {
231 throw new RuntimeException("Package manager has died", re);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 79 * What we're really doing here is treating phoneNumber as an essential
80 * field here, NOT name. We're NOT always guaranteed to have a name
292 } catch (RuntimeException re) {
293 Rlog.e(TAG, "Error getting caller info.", re);
402 // TODO: Note we're setting the phone number here (refer to
  /frameworks/rs/api/
rs_value_types.spec 60 repeated, as long as we're not trying to assign to it. You also can't mix the naming
  /ndk/build/core/
import-locals.mk 77 # We're done here
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 19 # its purpose is to define (or re-define) templates used to build

Completed in 993 milliseconds

<<41424344454647484950>>