Searched defs:newCall (Results 1 - 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java601 public Call newCall(Request request) { method in class:OkHttpClient
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2624 llvm::CallSite newCall; local
2626 newCall = llvm::CallInst::Create(newFn, newArgs, newBundles, "",
2630 newCall = llvm::InvokeInst::Create(newFn,
2638 if (!newCall->getType()->isVoidTy())
2639 newCall->takeName(callSite.getInstruction());
2640 newCall.setAttributes(
2642 newCall.setCallingConv(callSite.getCallingConv());
2646 callSite->replaceAllUsesWith(newCall.getInstruction());
2650 newCall->setDebugLoc(callSite->getDebugLoc());
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 583 milliseconds