HomeSort by relevance Sort by last modified time
    Searched refs:REGEXP (Results 1 - 14 of 14) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 88 private static final Pattern REGEXP =
92 Matcher m = REGEXP.matcher(value);
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 98 'Range', 'RangeError', 'Rational', 'Regexp', 'RegexpError',
112 'URI::LDAP', 'URI::MailTo', 'URI::REGEXP',
113 'URI::REGEXP::PATTERN', 'UnboundMethod', 'Vector', 'YAML',
rails.php 91 'Range', 'RangeError', 'Rational', 'Regexp', 'RegexpError',
105 'URI::LDAP', 'URI::MailTo', 'URI::REGEXP',
106 'URI::REGEXP::PATTERN', 'UnboundMethod', 'Vector', 'YAML',
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 35 #include "regexp-stack.h"
37 #include "regexp-macro-assembler.h"
38 #include "arm/regexp-macro-assembler-arm.h"
55 * RegExp registers.
106 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
109 * area is overwritten with the LR register by the RegExp code. When doing a
689 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
758 // Skip sp past regexp registers and local variables..
822 Code::ComputeFlags(Code::REGEXP),
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 34 #include "regexp-stack.h"
36 #include "regexp-macro-assembler.h"
37 #include "ia32/regexp-macro-assembler-ia32.h"
51 * RegExp registers.
739 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
804 // Skip esp past regexp registers.
887 Code::ComputeFlags(Code::REGEXP),
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 35 #include "regexp-stack.h"
37 #include "regexp-macro-assembler.h"
38 #include "mips/regexp-macro-assembler-mips.h"
55 * RegExp registers.
105 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
108 * area is overwritten with the ra register by the RegExp code. When doing a
351 // Put regexp engine registers on stack.
387 // Restore regexp engine registers.
684 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
757 // Skip sp past regexp registers and local variables.
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 35 #include "regexp-stack.h"
37 #include "regexp-macro-assembler.h"
38 #include "x64/regexp-macro-assembler-x64.h"
56 * RegExp registers.
67 * kRootRegister) aren't special during execution of RegExp code (they don't
    [all...]
  /external/v8/src/
objects.h     [all...]
  /external/bison/tests/
testsuite     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 289 milliseconds