HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 226 - 250 of 1642) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AborCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
52 * @see org.mockftpserver.stub.command.AbstractCommandHandlerTest#setUp()
ReinCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
55 * @see org.mockftpserver.stub.command.AbstractCommandHandlerTest#setUp()
RetrCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
24 import org.mockftpserver.stub.command.RetrCommandHandler;
124 * @see org.mockftpserver.stub.command.AbstractCommandHandlerTest#setUp()
StatCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
21 import org.mockftpserver.stub.command.StatCommandHandler;
95 * @see org.mockftpserver.stub.command.AbstractCommandHandlerTest#setUp()
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
RemoteFile.java 16 package org.mockftpserver.stub.example;
  /external/nanopb-c/generator/google/protobuf/
service_reflection.py 31 """Contains metaclasses used to create protocol service and service stub
89 it creates the service stub classes.
95 """Creates a message service stub class.
106 # when a service stub is subclassed.
232 """Constructs a protocol service stub class using a service descriptor.
234 Given a service descriptor, this class constructs a suitable stub class.
235 A stub is just a type-safe wrapper around an RpcChannel which emulates a
238 One service stub builder instance constructs exactly one class. It means all
239 instances of that class share the same service stub builder.
243 """Initializes an instance of the service stub class builder
    [all...]
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 117 stub = unittest_pb2.TestService_Stub(channel)
123 stub.GetDescriptor())
126 stub.Foo(rpc_controller, request, MyCallback)
132 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
  /external/protobuf/python/google/protobuf/
service_reflection.py 31 """Contains metaclasses used to create protocol service and service stub
89 it creates the service stub classes.
95 """Creates a message service stub class.
106 # when a service stub is subclassed.
232 """Constructs a protocol service stub class using a service descriptor.
234 Given a service descriptor, this class constructs a suitable stub class.
235 A stub is just a type-safe wrapper around an RpcChannel which emulates a
238 One service stub builder instance constructs exactly one class. It means all
239 instances of that class share the same service stub builder.
243 """Initializes an instance of the service stub class builder
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/
SmaliClassStatementStub.java 32 package org.jf.smalidea.psi.stub;
SmaliFieldStub.java 32 package org.jf.smalidea.psi.stub;
SmaliMethodParameterStub.java 32 package org.jf.smalidea.psi.stub;
  /external/vboot_reference/
Android.mk 68 firmware/stub/tpm_lite_stub.c \
69 firmware/stub/utility_stub.c \
70 firmware/stub/vboot_api_stub_init.c \
71 firmware/stub/vboot_api_stub_region.c
74 firmware/stub/vboot_api_stub_sf.c
77 firmware/stub/vboot_api_stub.c \
78 firmware/stub/vboot_api_stub_disk.c \
79 firmware/stub/vboot_api_stub_stream.c
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.s 1 # PUSHJ stub border-cases: two with either or both stubs unreachable,
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_cortex_a8_blx.s 32 # list the stub correctly in ARM mode.
  /external/v8/test/mjsunit/regress/
regress-crbug-485410.js 22 // 1050 > JSObject::kMaxGap, causing stub failure and runtime call.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
sections-3.d 9 first indirect sym: 0 \(0 entries\) stub size: (16|20) reserved3: 0x0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pushjs1.d 12 # stub expansion, ELF version.
pushjs1bm.d 14 # stub expansion, backwards, mmo version.
pushjs1m.d 12 # stub expansion, mmo version.
pushjs1r.d 10 # the section just within the offset range gets no stub expansion.
  /bionic/libc/tools/
gensyscalls.py 60 # ARM assembler templates for each syscall stub
99 # Arm64 assembler templates for each syscall stub
116 # MIPS assembler templates for each syscall stub
138 # MIPS64 assembler templates for each syscall stub
166 # x86 assembler templates for each syscall stub
201 # x86_64 assembler templates for each syscall stub
290 def add_footer(pointer_length, stub, syscall):
294 stub += "\nALIAS_SYMBOL(%s, %s)\n" % (alias, syscall["func"])
299 stub += '.hidden ' + syscall["func"] + '\n'
301 return stub
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
ARDAppClientTest.mm 136 [[[mockRoomServerClient stub] andDo:^(NSInvocation *invocation) {
144 [[[mockRoomServerClient stub] andDo:^(NSInvocation *invocation) {
158 [[[mockRoomServerClient stub] andDo:^(NSInvocation *invocation) {
177 [[mockSignalingChannel stub] registerForRoomId:roomId clientId:clientId];
178 [[[mockSignalingChannel stub] andDo:^(NSInvocation *invocation) {
189 [[[mockTURNClient stub] andDo:^(NSInvocation *invocation) {
218 [[[delegate stub] andDo:^(NSInvocation *invocation) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 26 #include "mcld/Fragment/Stub.h"
316 // stub and simplify the logics.
328 Stub* stub = getStubFactory()->create(*frag_ref, local
331 if (stub != NULL) {
332 // A stub symbol should be local
333 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal());
335 reinterpret_cast<const AArch64CA53ErratumStub*>(stub);
337 // Rewrite the erratum instruction as a branch to the stub
406 Stub* stub = getStubFactory()->create(*relocation, \/\/ relocation local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service_test.py 70 self.stub = webapp_test_util.TestService.Stub(self.connection)
72 self.stub.optional_message(string_value='alternate-protocol')
80 self.stub = webapp_test_util.TestService.Stub(self.connection)
85 self.stub.optional_message, string_value='alternate-protocol')
89 self.stub.optional_message(string_value='alternate-protocol')
105 return registry.RegistryService.Stub(transport)
188 my_service = webapp_test_util.TestService.Stub(
190 my_other_service = webapp_test_util.TestService.Stub(
    [all...]
  /external/dhcpcd-6.8.2/
Android.mk 52 LOCAL_SRC_FILES += script-stub.c
67 LOCAL_SRC_FILES += rpc-stub.c
75 # Compiler complains about unused parameters in function stubs in rpc-stub.c.

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 91011>>