HomeSort by relevance Sort by last modified time
    Searched full:_action (Results 1 - 15 of 15) sorted by null

  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 58 Action _action(size);
59 std::cout << " " << _action.nb_op_base()*_nb_calc/(m_time_action*1e6) << " ";
60 _action.initialize();
61 m_time_action = std::min(m_time_action, time_calculate(_action));
  /dalvik/vm/
Profile.h 174 #define METHOD_COMBINE(_method, _action) ((_method) | (_action))
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 104 public EmailServiceProxy(Context _context, String _action, IEmailServiceCallback _callback) {
105 super(_context, new Intent(_action));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 81 System.Action<object> _action; field in class:Antlr.Runtime.Tree.TreeWizard.ActionVisitor
84 _action = action;
88 _action(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 87 System.Action<object> _action; field in class:Antlr.Runtime.Tree.TreeWizard.ActionVisitor
91 _action = action;
96 _action( t );
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 98 this._action = "GET";
179 this._action = action;
450 var sigString = this._oauthEscape(this._action)+'&'+this._oauthEscape(this._path)+'&'+this._oauthEscape(this._normalizedParameters());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 98 this._action = "GET";
179 this._action = action;
450 var sigString = this._oauthEscape(this._action)+'&'+this._oauthEscape(this._path)+'&'+this._oauthEscape(this._normalizedParameters());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 98 this._action = "GET";
179 this._action = action;
450 var sigString = this._oauthEscape(this._action)+'&'+this._oauthEscape(this._path)+'&'+this._oauthEscape(this._normalizedParameters());
  /cts/tools/dasm/src/java_cup/
production.java 112 _action = new action_part(action_str);
197 protected action_part _action; field in class:production
202 public action_part action() {return _action;}
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 81 SEL _action;
94 _action = action;
100 return _action;
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 54 SEL _action;
70 _action = action;
77 return _action;
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java     [all...]
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
java_cup-new.jar 

Completed in 389 milliseconds