/external/chromium_org/v8/test/mjsunit/runtime-gen/ |
regexpexecmultiple.js | 4 var _regexp = /ab/g; variable 8 %RegExpExecMultiple(_regexp, _subject, arg2, arg3);
|
stringmatch.js | 5 var _regexp = /ab/g; variable 7 %StringMatch(_subject, _regexp, arg2);
|
stringreplaceglobalregexpwithstring.js | 5 var _regexp = /ab/g; variable 8 %StringReplaceGlobalRegExpWithString(_subject, _regexp, _replacement, arg3);
|
regexpinitializeobject.js | 4 var _regexp = /ab/g; variable 9 %RegExpInitializeObject(_regexp, _source, _global, _ignoreCase, _multiline);
|
/external/lldb/test/functionalities/breakpoint/breakpoint_command/ |
TestRegexpBreakCommand.py | 2 Test _regexp-break command which uses regular expression matching to dispatch to other built in breakpoint commands. 18 """Test _regexp-break command.""" 24 """Test _regexp-break command.""" 36 """Test the super consie "b" command, which is analias for _regexp-break."""
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
object_prototype_tostring.js | 43 var _regexp = new RegExp(); 44 _regexp.toString = Object.prototype.toString; 45 shouldBe("_regexp.toString()","\"[object RegExp]\"");
|
object_prototype_tostring-expected.txt | 35 PASS _regexp.toString() is "[object RegExp]"
|
/external/lldb/test/lang/objc/foundation/ |
TestRuntimeTypes.py | 18 """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'.""" 26 """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'."""
|
TestObjCMethods.py | 19 """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'.""" 25 """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'.""" 60 """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'.""" 65 break_results = lldbutil.run_break_set_command(self, "_regexp-break +[NSString stringWithFormat:]") 75 break_results = lldbutil.run_break_set_command(self, "_regexp-break -[NSAutoreleasePool release]")
|
TestFoundationDisassembly.py | 77 break_results = lldbutil.run_break_set_command (self, "_regexp-break %s"%(symbol_name)) 87 break_results = lldbutil.run_break_set_command (self, "_regexp-break -[NSAutoreleasePool release]")
|
/external/lldb/utils/vim-lldb/plugin/ |
lldb.vim | 56 command -complete=custom,s:CompleteCommand -nargs=* Lregexpattach python ctrl.doCommand('_regexp-attach', '<args>') 57 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbreak python ctrl.doCommand('_regexp-break', '<args>') 58 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbt python ctrl.doCommand('_regexp-bt', '<args>') 59 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdown python ctrl.doCommand('_regexp-down', '<args>') 60 command -complete=custom,s:CompleteCommand -nargs=* Lregexptbreak python ctrl.doCommand('_regexp-tbreak', '<args>') 61 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdisplay python ctrl.doCommand('_regexp-display', '<args>') 62 command -complete=custom,s:CompleteCommand -nargs=* Lregexpundisplay python ctrl.doCommand('_regexp-undisplay', '<args>') 63 command -complete=custom,s:CompleteCommand -nargs=* Lregexpup python ctrl.doCommand('_regexp-up', '<args>')
|
/external/lldb/test/functionalities/set-data/ |
TestSetData.py | 23 """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'."""
|
/external/lldb/source/Interpreter/ |
CommandInterpreter.cpp | 160 cmd_obj_sp = GetCommandSPExact ("_regexp-attach",false); 179 cmd_obj_sp = GetCommandSPExact ("_regexp-break",false); 183 cmd_obj_sp = GetCommandSPExact ("_regexp-tbreak",false); 233 cmd_obj_sp = GetCommandSPExact ("_regexp-list", false); 240 cmd_obj_sp = GetCommandSPExact ("_regexp-env", false); 250 cmd_obj_sp = GetCommandSPExact ("_regexp-up", false); 254 cmd_obj_sp = GetCommandSPExact ("_regexp-down", false); 258 cmd_obj_sp = GetCommandSPExact ("_regexp-display", false); 272 cmd_obj_sp = GetCommandSPExact ("_regexp-undisplay", false); 276 cmd_obj_sp = GetCommandSPExact ("_regexp-bt", false) [all...] |
/external/lldb/examples/python/ |
process_events.py | 81 parser.add_option('-b', '--breakpoint', action='append', type='string', metavar='BPEXPR', dest='breakpoints', help='Breakpoint commands to create after the target has been created, the values will be sent to the "_regexp-break" command which supports breakpoints by name, file:line, and address.') 147 debugger.HandleCommand( "_regexp-break %s" % (bp)) 200 debugger.HandleCommand( "_regexp-break %s" % (bp))
|
/external/lldb/test/functionalities/abbreviation/ |
TestAbbreviations.py | 97 self.expect("_regexp-br product", matching=False,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | 2121 _regexp = None variable in class:UnixMailbox [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | 2121 _regexp = None variable in class:UnixMailbox [all...] |
/external/lldb/test/ |
dotest.py | 284 Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'. ... ok 286 Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'. ... ok [all...] |
/external/lldb/source/Commands/ |
CommandObjectBreakpoint.cpp | [all...] |