/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowView.java | 575 private static class MyIWindowIdStub extends IWindowId.Stub {
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
UserLifecycleTests.java | 322 mIam.stopUser(userId, force /* force */, new IStopUserCallback.Stub() {
|
/build/soong/cc/ |
ndk_sysroot.go | 20 // 3. NDK stub shared libraries. 33 // Component 3: Stub Libraries 35 // refer to (to prevent people from accidentally loading them), but stub 39 // Since we don't actually need to know anything about the stub libraries aside 78 // The base timestamp file depends on the NDK headers and stub shared libraries,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 216 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); 218 // Add information about the stub reference to ELFMMI so that the stub 873 // The mach-o version of this method defaults to returning a stub reference. 881 // Add information about the stub reference to MachOMMI so that the stub 901 // The mach-o version of this method defaults to returning a stub reference. 907 // Add information about the stub reference to MachOMMI so that the stub [all...] |
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
JavaClientTest.java | 165 private static class Empty extends IEmpty.Stub {
|
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/ |
CtsDownloadService.java | 295 private final IBinder mControlInterface = new ICtsDownloadMiddlewareControl.Stub() {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 439 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
|
/external/dng_sdk/source/ |
dng_camera_profile.cpp | 1234 void dng_camera_profile::Stub ()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
master_test.cc | 58 std::unique_ptr<grpc::MasterService::Stub> master_;
|
/external/v8/src/ |
code-stubs.cc | 14 #include "src/code-stub-assembler.h" 32 CodeStubDescriptor::CodeStubDescriptor(CodeStub* stub) 33 : isolate_(stub->isolate()), 34 call_descriptor_(stub->GetCallInterfaceDescriptor()), 116 // Update the static counter each time a new code stub is generated. 119 // Generate the code for the stub. 132 desc, Code::STUB, masm.CodeObject(), Builtins::kNoBuiltinId, 186 #define DEF_CASE(name) case name: return #name "Stub"; 190 return "<NoCache>Stub"; 214 NAME##Stub stub(key, isolate); [all...] |
code-stubs.h | 99 // Retrieve the code for the stub. Generate the code if needed. 109 // Gets the major key from a code object that is a code stub or binary op IC. 165 // Generates the assembler code for the stub. 168 // Returns whether the code generated for this stub needs to be allocated as 187 // Perform bookkeeping required after code generation when stub code is 191 // Activate newly generated stub. Is called after 192 // registering stub in the stub cache. 195 // We use this dispatch to statically instantiate the correct code stub for 196 // the given stub key and call the passed function with that code stub [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/v8/tools/profview/ |
profile-utils.js | 18 "STUB", 42 } else if (code.kind === "Stub") { 43 return "STUB"; 268 addCategory("Other generated", [ "STUB", "BUILTIN" ]);
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractRestrictBackgroundNetworkTestCase.java | [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
StrictModeTest.java | 492 "at android.os.cts.ISecondary$Stub$Proxy.performDiskWrite"); 637 consumer.accept(ISecondary.Stub.asInterface(binder));
|
ParcelTest.java | [all...] |
/development/apps/Development/src/com/android/development/ |
Connectivity.java | 429 mNetd = INetworkManagementService.Stub.asInterface(b);
|
/external/grpc-grpc/test/cpp/end2end/ |
hybrid_end2end_test.cc | 305 auto stub = grpc::testing::duplicate::EchoTestService::NewStub(channel); local 311 Status recv_status = stub->Echo(&cli_ctx, send_request, &recv_response); 357 auto stub = grpc::testing::duplicate::EchoTestService::NewStub(channel); local 364 auto stream = stub->ResponseStream(&context, request); 411 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
|
async_end2end_test.cc | 337 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_; 1153 std::unique_ptr<grpc::testing::UnimplementedEchoService::Stub> stub; local [all...] |
grpclb_end2end_test.cc | 622 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_; [all...] |
/external/v8/tools/ |
tickprocessor.js | 57 V8Profile.STUBS_RE = /^(Stub: )/ 874 'Separate Stub entries'],
|
/cts/tests/tests/content/src/android/content/cts/ |
ContextTest.java | [all...] |
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
TelephonyManagerTest.java | 423 pipe.offer(ICtsLocationAccessControl.Stub.asInterface(service)); [all...] |