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

  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js 81 nacl_module.postMessage(makeCall('fopen', filename, access));
93 nacl_module.postMessage(makeCall('fclose', filehandle));
105 nacl_module.postMessage(makeCall('fread', filehandle, numBytes));
116 nacl_module.postMessage(makeCall('fwrite', filehandle, data));
129 nacl_module.postMessage(makeCall('fseek', filehandle, offset, whence));
140 nacl_module.postMessage(makeCall('stat', filename));
149 nacl_module.postMessage(makeCall('opendir', dirname));
161 nacl_module.postMessage(makeCall('readdir', dirhandle));
176 nacl_module.postMessage(makeCall('closedir', dirhandle));
190 nacl_module.postMessage(makeCall('mkdir', dirname, mode))
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
CallExpr.java 41 public static CallExpr makeCall(ASTree target, ASTree args) {
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSession.aidl 116 void makeCall(in SipProfile callee, String sessionDescription, int timeout);
SipSession.java 400 public void makeCall(SipProfile callee, String sessionDescription,
403 mSession.makeCall(callee, sessionDescription, timeout);
405 loge("makeCall:", e);
SipAudioCall.java 544 newSession.makeCall(newSession.getPeerProfile(),
622 public void makeCall(SipProfile peerProfile, SipSession sipSession,
624 if (DBG) log("makeCall: " + peerProfile + " session=" + sipSession + " timeout=" + timeout);
635 sipSession.makeCall(peerProfile, createOffer().encode(),
638 loge("makeCall:", e);
639 throw new SipException("makeCall()", e);
    [all...]
SipManager.java 328 call.makeCall(peerProfile, s, timeout);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptBase.h 63 void makeCall(ScriptFunctionCall&, RefPtr<JSONValue>* result);
InjectedScriptCanvasModule.cpp 91 makeCall(function, &resultValue);
109 makeCall(function, &resultValue);
144 makeCall(function, &resultValue);
159 makeCall(function, &resultValue);
182 makeCall(function, &resultValue);
199 makeCall(function, &resultValue);
InjectedScript.cpp 101 makeCall(function, &resultValue);
121 makeCall(function, &resultValue);
153 makeCall(function, &resultValue);
170 makeCall(function, &resultValue);
187 makeCall(function, &result);
201 makeCall(function, &result);
231 makeCall(function, &result);
320 makeCall(function, &result);
InjectedScriptBase.cpp 98 void InjectedScriptBase::makeCall(ScriptFunctionCall& function, RefPtr<JSONValue>* result)
121 makeCall(function, &result);
  /external/javassist/src/main/javassist/compiler/
Javac.java 446 expr = CallExpr.makeCall(expr, args);
458 expr = CallExpr.makeCall(expr, args);
488 expr = CallExpr.makeCall(expr, args);
498 expr = CallExpr.makeCall(expr, args);
TypeChecker.java 316 e = CallExpr.makeCall(Expr.make('.', e,
490 return CallExpr.makeCall(Expr.make('.', target, new Member("append")),
    [all...]
Parser.java     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 226 unsigned makeCall(unsigned NumArgs, const NamedDecl *D) {
378 unsigned Root = makeCall(NumCallArgs, 0);
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 698 public void makeCall(SipProfile peerProfile, String sessionDescription,
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 152 milliseconds