HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 1251 - 1275 of 4065) sorted by null

<<51525354555657585960>>

  /prebuilts/go/linux-x86/src/bytes/
reader.go 38 // Read implements the io.Reader interface.
49 // ReadAt implements the io.ReaderAt interface.
65 // ReadByte implements the io.ByteReader interface.
76 // UnreadByte complements ReadByte in implementing the io.ByteScanner interface.
86 // ReadRune implements the io.RuneReader interface.
102 // UnreadRune complements ReadRune in implementing the io.RuneScanner interface.
112 // Seek implements the io.Seeker interface.
133 // WriteTo implements the io.WriterTo interface.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/asm/
asm.go 25 func argiface(x interface{}, y interface {
  /prebuilts/go/linux-x86/src/os/
types_plan9.go 18 sys interface{}
24 func (fs *fileStat) Sys() interface{} { return fs.sys }
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
issue12664_test.go 24 type MyI interface {
59 var i interface{} = r
  /prebuilts/go/linux-x86/src/sync/
example_pool_test.go 16 New: func() interface{} {
18 // types, since a pointer can be put into the return interface
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12006.go 67 func FooI(args ...interface{}) { // ERROR "leaking param content: args"
90 func FooJ(args ...interface{}) *int32 { // ERROR "leaking param: args to result ~r1 level=1"
123 a *[4]interface{}
147 fs := fakeSlice{3, &[4]interface{}{a, b, c, nil}} // ERROR "a escapes to heap" "b escapes to heap" "c escapes to heap" "TFooK2 &\[4\]interface {} literal does not escape"
151 func FooL(args []interface{}) *int32 { // ERROR "leaking param: args to result ~r1 level=1"
172 s := []interface{}{a, b, c} // ERROR "a escapes to heap" "b escapes to heap" "c escapes to heap" "TFooL2 \[\]interface {} literal does not escape"
issue19275.go 33 func addUpdate(n *int, in interface{}, s ...string) error {
47 func g(b *byte, i interface{}) error {
issue8385.go 12 type Fooer interface {
19 type I interface {
  /prebuilts/go/linux-x86/test/
gcstring.go 22 var things []interface{}
35 var Ts []interface{}
named.go 38 func isArray(x interface{}) { _ = x.(Array) }
39 func isBool(x interface{}) { _ = x.(Bool) }
40 func isChan(x interface{}) { _ = x.(Chan) }
41 func isFloat(x interface{}) { _ = x.(Float) }
42 func isInt(x interface{}) { _ = x.(Int) }
43 func isMap(x interface{}) { _ = x.(Map) }
44 func isSlice(x interface{}) { _ = x.(Slice) }
45 func isString(x interface{}) { _ = x.(String) }
named1.go 46 var inter interface{}
50 var minter interface {
switch6.go 23 func f1(e interface{}) {
34 type I interface {
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
wish.i 12 not be used with dynamic loading. To make an interface file work with
14 interface file :
  /system/core/adf/libadf/include/adf/
adf.h 101 * Attaches the specified interface and overlay engine.
104 adf_id_t interface);
106 * Detaches the specified interface and overlay engine.
109 adf_id_t interface);
114 * The caller must free() the returned list of interface IDs.
122 * The caller must free() the returned list of interface IDs.
130 * interface IDs. The caller must free() the returned list of interface IDs.
140 * The caller must free() the returned list of interface IDs.
146 * Opens an ADF interface
    [all...]
  /system/core/libunwindstack/tests/
ElfFake.h 58 void FakeSetInterface(ElfInterface* interface) { interface_.reset(interface); }
59 void FakeSetGnuDebugdataInterface(ElfInterface* interface) {
60 gnu_debugdata_interface_.reset(interface);
  /system/libvintf/include/vintf/
HalInterface.h 29 // manifest.hal.interface element / compatibility-matrix.hal.interface element
38 const std::function<bool(const std::string& interface, const std::string& instance,
ManifestInstance.h 44 const std::string& interface() const;
54 // return package@version::interface/instance
56 // return @version::interface/instance
MatrixInstance.h 44 const std::string& interface() const;
  /system/tools/aidl/
generate_cpp.h 42 INTERFACE, // IFoo
48 std::string HeaderFile(const AidlInterface& interface, ClassNames class_type,
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
MemoryTest.vts.h 30 const char* interface,
Nfc.vts.h 30 const char* interface,
NfcClientCallback.vts.h 28 const char* interface,
TestMsgQ.vts.h 28 const char* interface,
  /test/vts/utils/native/libprofiling/
VtsProfilingInterface.h 46 const char* package, const char* version, const char* interface,
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_server.py 40 def __init__(self, runner, interface, working_dir='/tmp'):
45 interface: string, The name of the interface to use.
51 self._log_file = 'dhcpd_%s.log' % interface
52 self._config_file = 'dhcpd_%s.conf' % interface
53 self._lease_file = 'dhcpd_%s.leases' % interface

Completed in 7503 milliseconds

<<51525354555657585960>>