HomeSort by relevance Sort by last modified time
    Searched refs:REGEXP (Results 1 - 22 of 22) 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/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/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 677 # should use regexp
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 677 # should use regexp
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 677 # should use regexp
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 36 #include "regexp-stack.h"
38 #include "regexp-macro-assembler.h"
39 #include "arm/regexp-macro-assembler-arm.h"
48 * for a global regexp.
58 * RegExp registers.
111 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
114 * area is overwritten with the LR register by the RegExp code. When doing a
688 // Global regexp restarts matching here.
695 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
810 // Skip sp past regexp registers and local variables.
    [all...]
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 35 #include "regexp-stack.h"
37 #include "regexp-macro-assembler.h"
38 #include "ia32/regexp-macro-assembler-ia32.h"
48 * index of capture start after a matching pass for a global regexp.
53 * RegExp registers.
661 __ push(Immediate(0)); // Number of successful matches in a global regexp.
733 // Global regexp restarts matching here.
740 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
844 // Skip esp past regexp registers.
927 Code::ComputeFlags(Code::REGEXP),
    [all...]
  /external/chromium_org/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"
47 * for a global regexp.
57 * RegExp registers.
110 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
113 * area is overwritten with the ra register by the RegExp code. When doing a
315 // Put regexp engine registers on stack.
351 // Restore regexp engine registers.
681 // Global regexp restarts matching here
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 36 #include "regexp-stack.h"
38 #include "regexp-macro-assembler.h"
39 #include "x64/regexp-macro-assembler-x64.h"
51 * for a global regexp.
59 * RegExp registers.
70 * kRootRegister) aren't special during execution of RegExp code (they don't
91 * - success counter (only useful for global regexp to count matches)
711 __ push(Immediate(0)); // Number of successful matches in a global regexp.
786 // Global regexp restarts matching here.
    [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/chromium_org/v8/src/
log.cc 917 void Logger::LogRegExpSource(Handle<JSRegExp> regexp) {
922 Handle<Object> source = GetProperty(regexp, "source");
928 switch (regexp->TypeTag()) {
940 Handle<Object> global = GetProperty(regexp, "global");
945 Handle<Object> ignorecase = GetProperty(regexp, "ignoreCase");
950 Handle<Object> multiline = GetProperty(regexp, "multiline");
959 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) {
962 msg.Append("regexp-compile,");
963 LogRegExpSource(regexp);
    [all...]
objects.h     [all...]
  /external/v8/src/
objects.h     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2026 milliseconds