Searched defs:call (Results 1 - 25 of 252) sorted by path

1234567891011

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
425 // BuildOptions\\DebugTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
448 // BuildOptions\\DebugTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
685 // BuildOptions\\DebugTreeGrammar.g3:71:9: call
689 call6=call();
727 // $ANTLR start "call"
728 // BuildOptions\\DebugTreeGrammar.g3:74:0: call returns [BigInteger value] : ^( CALL ID expr ) ;
729 private BigInteger call( ) method in class:DebugTreeGrammar
738 dbg.EnterRule( GrammarFileName, "call" );
798 dbg.ExitRule( GrammarFileName, "call" );
[all...]
H A DProfileTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
430 // BuildOptions\\ProfileTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
453 // BuildOptions\\ProfileTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
690 // BuildOptions\\ProfileTreeGrammar.g3:71:9: call
694 call6=call();
732 // $ANTLR start "call"
733 // BuildOptions\\ProfileTreeGrammar.g3:74:0: call returns [BigInteger value] : ^( CALL ID expr ) ;
734 private BigInteger call( ) method in class:ProfileTreeGrammar
743 dbg.EnterRule( GrammarFileName, "call" );
803 dbg.ExitRule( GrammarFileName, "call" );
[all...]
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c562 /* call swap could result in sending callheld=1 multiple times */
641 /* p_idxstr++; point to beginning of call number */
781 ** Description Send call and callsetup indicators.
789 UINT8 call = p_scb->call_ind; local
792 /* set new call and callsetup values based on BTA_AgResult */
797 call = BTA_AG_CALL_INACTIVE;
802 call = BTA_AG_CALL_ACTIVE;
806 call = p_scb->call_ind;
810 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE);
841 /* call callbac
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb32 alias_method :jasmine_call, :call
33 def call(env) method in class:Rack
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java58 // Defines the API methods that the Client can call by name.
166 * Records whether we've received a call to one of the public ContentProvider APIs.
688 public Bundle call(String method, String arg, Bundle extras) { method in class:ChromeBrowserProvider
731 * Checks whether Chrome is sufficiently initialized to handle a call to the
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
H A Dutil.js126 // return Function.prototype.call.apply(Array.prototype.slice, arguments);
128 // return Array.prototype.slice.call(array, start, opt_end);
132 return Function.prototype.call.apply(Array.prototype.slice, arguments);
166 * @param {Object|null} object The object that the method call targets.
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DTestUtils.java31 public String call() throws Exception {
102 mResult = callable.call();
129 public Void call() { method in class:TestUtils.RunnableAdapter
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.h98 void AddActiveCall(ActiveCall* call) { active_calls_.insert(call); } argument
99 void RemoveActiveCall(ActiveCall* call) { active_calls_.erase(call); } argument
/external/chromium_org/content/browser/media/
H A Dwebrtc_getusermedia_browsertest.cc239 // These tests will all make a getUserMedia call with different constraints and
514 std::string call = GenerateGetUserMediaCall(kGetUserMediaAndExpectFailure, local
524 ExecuteJavascriptAndReturnResult(call));
615 std::string call = GenerateGetUserMediaCall(kGetUserMediaAndStop, local
622 DVLOG(1) << "Calling getUserMedia: " << call;
624 ExecuteJavascriptAndWaitForOk(call);
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py14 from subprocess import call namespace
541 # Named type info object represents a named type that is used in OpenGL call
542 # arguments. Each named type defines a set of valid OpenGL call arguments. The
1275 # decoder_func: defines which function to call in the decoder to execute the
1314 # shadowed: True = the value is shadowed so no glGetXXX call will be made.
3053 # the call in the service side.
6145 """Returns a valid value for this argument in a GL call.
6855 """Gets the function to call to execute GL for this command."""
8504 call(["clang-format", "-i", "-style=chromium", filename])
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_attribs.cc186 bool call = good && (type != GL_FIXED); local
187 if (call) {
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DInterfacesTest.java59 callback.call(mName);
79 public void call(String name) { method in class:InterfacesTest.RecordingGetNameResponse
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/test/mojom/mojo/
H A DIntegrationTestInterface2TestHelper.java19 public void call(byte[] arg1) { method in class:IntegrationTestInterface2TestHelper.SinkMethod0Response
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DCallbacks.java24 public void call(T1 arg1); method in interface:Callbacks.Callback1
37 public void call(T1 arg1, T2 arg2); method in interface:Callbacks.Callback2
51 public void call(T1 arg1, T2 arg2, T3 arg3); method in interface:Callbacks.Callback3
66 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); method in interface:Callbacks.Callback4
82 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); method in interface:Callbacks.Callback5
99 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); method in interface:Callbacks.Callback6
117 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); method in interface:Callbacks.Callback7
/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc345 // A GoogleMock action which can be used to respond to call to ReadFrames with
454 // After constructing the object, call PrepareReadFrames() once for each
643 // 1. Calling the write callback may call Close(), after which the read callback
832 ChannelState DeleteIfDeleting(EventInterfaceCall call) { argument
833 if (deleting_ & call) {
2225 // we shouldn't call ReadFrames() immediately.
2226 // TODO(ricea): Actually we should call ReadFrames() with a small limit so we
2543 // call them explicitly later.
3407 // Copy the arguments to ReadFrames so that the test can call the callback
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptFunctionCall.cpp136 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) function in class:blink::ScriptFunctionCall
167 ScriptValue ScriptFunctionCall::call() function in class:blink::ScriptFunctionCall
170 return call(hadException);
H A DScriptPromisePropertyTest.cpp46 virtual ScriptValue call(ScriptValue) OVERRIDE;
49 ScriptValue NotReached::call(ScriptValue) function in class:__anon10900::NotReached
71 virtual ScriptValue call(ScriptValue arg) OVERRIDE
H A DV8CustomElementLifecycleCallbacks.cpp195 call(m_attached, element);
200 call(m_detached, element);
236 void V8CustomElementLifecycleCallbacks::call(const ScopedPersistent<v8::Function>& weakCallback, Element* element) function in class:blink::V8CustomElementLifecycleCallbacks
H A DV8MutationCallback.cpp48 void V8MutationCallback::call(const WillBeHeapVector<RefPtrWillBeMember<MutationRecord> >& mutations, MutationObserver* observer) function in class:blink::V8MutationCallback
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js377 this._args = Array.prototype.slice.call(args, 0);
512 console.assert(resource.calls().length > 0, "Expected create* call for the Resource");
658 var call = /** @type {!Call} */ (Object.create(Call.prototype));
659 return call.replay(this, cache);
881 data.calls = this._calls.map(function(call) {
882 return call.toReplayable(cache);
934 * @param {!Call} call
936 pushCall: function(call)
938 call.freeze();
939 this._calls.push(call);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dclosure-runner.jar ... .chromium.devtools.compiler.Runner$CompilerRunner call () throws java.lang.Exception private java.lang ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
H A DRunner.java219 public CompilerRunner call() throws Exception { method in class:Runner.CompilerRunner
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Djsdoc-validator.jar ... public org.chromium.devtools.jsdoc.ValidatorContext call () private java.lang.String readScriptText () throws java. ...

Completed in 770 milliseconds

1234567891011