HomeSort by relevance Sort by last modified time
    Searched defs:DESCRIPTOR (Results 1 - 10 of 10) sorted by null

  /external/protobuf/python/google/protobuf/
message.py 68 DESCRIPTOR = None
  /hardware/ril/mock-ril/src/generated/python/
msgheader_pb2.py 3 from google.protobuf import descriptor namespace
10 DESCRIPTOR = descriptor.FileDescriptor(
18 _MSGHEADER = descriptor.Descriptor(
22 file=DESCRIPTOR,
25 descriptor.FieldDescriptor(
32 descriptor.FieldDescriptor(
39 descriptor.FieldDescriptor(
46 descriptor.FieldDescriptor
    [all...]
ctrl_pb2.py 3 from google.protobuf import descriptor namespace
10 DESCRIPTOR = descriptor.FileDescriptor(
15 _CTRLCMD = descriptor.EnumDescriptor(
19 file=DESCRIPTOR,
21 descriptor.EnumValueDescriptor(
25 descriptor.EnumValueDescriptor(
29 descriptor.EnumValueDescriptor(
33 descriptor.EnumValueDescriptor(
37 descriptor.EnumValueDescriptor
    [all...]
ril_pb2.py 3 from google.protobuf import descriptor namespace
10 DESCRIPTOR = descriptor.FileDescriptor(
15 _RADIOSTATE = descriptor.EnumDescriptor(
19 file=DESCRIPTOR,
21 descriptor.EnumValueDescriptor(
25 descriptor.EnumValueDescriptor(
29 descriptor.EnumValueDescriptor(
33 descriptor.EnumValueDescriptor(
37 descriptor.EnumValueDescriptor
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 34 private static final String DESCRIPTOR = "IMountServiceListener";
38 this.attachInterface(this, DESCRIPTOR);
49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
65 reply.writeString(DESCRIPTOR);
69 data.enforceInterface(DESCRIPTOR);
77 data.enforceInterface(DESCRIPTOR);
104 return DESCRIPTOR;
116 _data.writeInterfaceToken(DESCRIPTOR);
141 _data.writeInterfaceToken(DESCRIPTOR);
IMountShutdownObserver.java 33 private static final java.lang.String DESCRIPTOR = "IMountShutdownObserver";
37 this.attachInterface(this, DESCRIPTOR);
48 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
64 reply.writeString(DESCRIPTOR);
68 data.enforceInterface(DESCRIPTOR);
91 return DESCRIPTOR;
104 _data.writeInterfaceToken(DESCRIPTOR);
IObbActionListener.java 34 private static final String DESCRIPTOR = "IObbActionListener";
38 this.attachInterface(this, DESCRIPTOR);
49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
65 reply.writeString(DESCRIPTOR);
69 data.enforceInterface(DESCRIPTOR);
96 return DESCRIPTOR;
111 _data.writeInterfaceToken(DESCRIPTOR);
IMountService.java 48 return DESCRIPTOR;
59 _data.writeInterfaceToken(DESCRIPTOR);
76 _data.writeInterfaceToken(DESCRIPTOR);
94 _data.writeInterfaceToken(DESCRIPTOR);
114 _data.writeInterfaceToken(DESCRIPTOR);
133 _data.writeInterfaceToken(DESCRIPTOR);
153 _data.writeInterfaceToken(DESCRIPTOR);
174 _data.writeInterfaceToken(DESCRIPTOR);
194 _data.writeInterfaceToken(DESCRIPTOR);
214 _data.writeInterfaceToken(DESCRIPTOR);
    [all...]
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 38 static const String16 DESCRIPTOR;
53 data.writeInterfaceToken(DESCRIPTOR);
64 data.writeInterfaceToken(DESCRIPTOR);
92 const String16 BatteryService::DESCRIPTOR("com.android.internal.app.IBatteryStats");
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 50 from google.protobuf import descriptor namespace
361 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
362 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
363 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo') ],
368 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
369 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
370 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo'),
371 (proto.DESCRIPTOR.fields_by_name['optional_nested_message' ],
387 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 21),
388 (proto.DESCRIPTOR.fields_by_name['repeated_int32' ], [5, 11])
    [all...]

Completed in 761 milliseconds