HomeSort by relevance Sort by last modified time
    Searched refs:public (Results 26 - 50 of 439) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/test/972-iface-super-multidex/smali-multidex/
twoconflict.smali 17 .class public abstract interface LTwoConflict;
20 # public interface TwoConflict {
21 # public String runDefault() {
26 .method public runDefault()Ljava/lang/String;
conflictinterface.smali 17 .class public abstract interface LConflictInterface;
22 # public interface ConflictInterface extends OneConflict, TwoConflict {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeConstants.as 5 public class TreeConstants {
6 public static const INVALID_NODE:CommonTree = CommonTree.createFromToken(TokenConstants.INVALID_TOKEN);
  /external/flatbuffers/tests/MyGame/Example2/
Monster.cs 9 public struct Monster : IFlatbufferObject
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public static Monster GetRootAsMonster(ByteBuffer _bb) { return GetRootAsMonster(_bb, new Monster()); }
14 public static Monster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
19 public static void StartMonster(FlatBufferBuilder builder) { builder.StartObject(0); }
20 public static Offset<Monster> EndMonster(FlatBufferBuilder builder) {
  /external/proguard/examples/
android.pro 61 -keep public class * extends android.app.Activity
62 -keep public class * extends android.app.Application
63 -keep public class * extends android.app.Service
64 -keep public class * extends android.content.BroadcastReceiver
65 -keep public class * extends android.content.ContentProvider
70 -keep public class * extends android.view.View {
71 public <init>(android.content.Context);
72 public <init>(android.content.Context, android.util.AttributeSet);
73 public <init>(android.content.Context, android.util.AttributeSet, int);
74 public void set*(...)
    [all...]
  /art/test/425-invoke-super/smali/
invokesuper.smali 17 .class public LInvokeSuper;
20 .method public constructor <init>()V
27 .method public run()I
36 .method public returnInt()I
  /art/test/551-invoke-super/smali/
invokesuper.smali 17 .class public LInvokeSuper;
20 .method public constructor <init>()V
27 .method public run()I
36 .method public returnInt()I
  /art/test/552-invoke-non-existent-super/smali/
invokesuper.smali 17 .class public LInvokeSuper;
20 .method public constructor <init>()V
27 .method public run()I
36 .method public returnInt()I
  /art/test/553-invoke-super/smali/
invokesuper.smali 17 .class public LInvokeSuper;
20 .method public constructor <init>()V
27 .method public run()I
36 .method public $noinline$returnInt()I
  /art/test/556-invoke-super/smali/
invokesuper.smali 17 .class public LInvokeSuper;
20 .method public constructor <init>()V
27 .method public run()I
36 .method public returnInt()I
  /art/test/973-default-multidex/smali/
concreteclass.smali 17 .class public LConcreteClass;
21 # public class ConcreteClass implements Iface {
22 # public String getString() {
25 # public String callMethod() {
30 .method public constructor <init>()V
36 .method public getString()Ljava/lang/String;
42 .method public callMethod()Ljava/lang/String;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
UnwantedTokenException.as 3 public class UnwantedTokenException extends MismatchedTokenException
5 public function UnwantedTokenException(expecting:int, input:IntStream)
10 public function get unexpectedToken():Token {
14 public override function toString():String {
  /external/autotest/frontend/client/
generate-javadoc 4 javadoc -classpath "$APPDIR/src:$GWTDIR/gwt-user.jar" -d doc -public \
  /external/flatbuffers/tests/MyGame/Example/
Vec3.cs 9 public struct Vec3 : IFlatbufferObject
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
14 public Vec3 __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
16 public float X { get { return __p.bb.GetFloat(__p.bb_pos + 0); } }
17 public void MutateX(float x) { __p.bb.PutFloat(__p.bb_pos + 0, x); }
18 public float Y { get { return __p.bb.GetFloat(__p.bb_pos + 4); } }
19 public void MutateY(float y) { __p.bb.PutFloat(__p.bb_pos + 4, y); }
20 public float Z { get { return __p.bb.GetFloat(__p.bb_pos + 8); } }
21 public void MutateZ(float z) { __p.bb.PutFloat(__p.bb_pos + 8, z);
    [all...]
Monster.cs 10 public struct Monster : IFlatbufferObject
13 public ByteBuffer ByteBuffer { get { return __p.bb; } }
14 public static Monster GetRootAsMonster(ByteBuffer _bb) { return GetRootAsMonster(_bb, new Monster()); }
15 public static Monster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
16 public static bool MonsterBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "MONS"); }
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
20 public Vec3? Pos { get { int o = __p.__offset(4); return o != 0 ? (Vec3?)(new Vec3()).__assign(o + __p.bb_pos, __p.bb) : null; } }
21 public short Mana { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetShort(o + __p.bb_pos) : (short)150; } }
22 public bool MutateMana(short mana) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutShort(o + __p.bb_po (…)
    [all...]
Test.cs 9 public struct Test : IFlatbufferObject
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
14 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
16 public short A { get { return __p.bb.GetShort(__p.bb_pos + 0); } }
17 public void MutateA(short a) { __p.bb.PutShort(__p.bb_pos + 0, a); }
18 public sbyte B { get { return __p.bb.GetSbyte(__p.bb_pos + 2); } }
19 public void MutateB(sbyte b) { __p.bb.PutSbyte(__p.bb_pos + 2, b); }
21 public static Offset<Test> CreateTest(FlatBufferBuilder builder, short A, sbyte B) {
Stat.cs 9 public struct Stat : IFlatbufferObject
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); }
14 public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
18 public string Id { get { int o = __p.__offset(4); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
19 public ArraySegment<byte>? GetIdBytes() { return __p.__vector_as_arraysegment(4); }
20 public long Val { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
21 public bool MutateVal(long val) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutLong(o + __p.bb_pos, v (…)
    [all...]
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.cs 6 public enum EnumInNestedNS : sbyte
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 60 -keep public class * extends android.app.Activity
61 -keep public class * extends android.app.Application
62 -keep public class * extends android.app.Service
63 -keep public class * extends android.content.BroadcastReceiver
64 -keep public class * extends android.content.ContentProvider
69 -keep public class * extends android.view.View {
70 public <init>(android.content.Context);
71 public <init>(android.content.Context, android.util.AttributeSet);
72 public <init>(android.content.Context, android.util.AttributeSet, int);
73 public void set*(...)
    [all...]
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 7 public const uint kTopValue = (1 << 24);
11 public UInt64 Low;
12 public uint Range;
18 public void SetStream(System.IO.Stream stream)
23 public void ReleaseStream()
28 public void Init()
38 public void FlushData()
44 public void FlushStream()
49 public void CloseStream()
54 public void Encode(uint start, uint size, uint total)
    [all...]
  /art/test/972-iface-super-multidex/smali/
concreteclass.smali 17 .class public LConcreteClass;
22 # public class ConcreteClass implements SuperInterface, ConflictInterface {
23 # public String runReal() {
26 # public String runConflict() {
29 # public String runDefault() {
34 .method public constructor <init>()V
40 .method public runConflict()Ljava/lang/String;
50 .method public runReal()Ljava/lang/String;
58 .method public runDefault()Ljava/lang/String;
  /external/flatbuffers/tests/namespace_test/NamespaceA/
TableInFirstNS.cs 9 public struct TableInFirstNS : IFlatbufferObject
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirstNS(_bb, new TableInFirstNS()); }
14 public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public TableInFirstNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
18 public NamespaceA.NamespaceB.TableInNestedNS? FooTable { get { int o = __p.__offset(4); return o != 0 ? (NamespaceA.NamespaceB.TableInNestedNS?)(new NamespaceA.NamespaceB.TableInNestedNS()).__assign(__p.__indirect(o + __p.bb_pos), __p.bb) : null; } }
19 public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get { int o = __p.__offset(6); return o != 0 ? (NamespaceA.NamespaceB.EnumInNestedNS)__p.bb.GetSbyte(o + __p.bb_pos) : NamespaceA.NamespaceB.EnumInNestedNS.A; } }
20 public bool MutateFooEnum(NamespaceA.NamespaceB.EnumInNestedNS foo_enum) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutSbyte(o + __p.bb_pos, (sbyte)foo_enum); return true; } else { return false; } }
21 public NamespaceA.NamespaceB.StructInNestedNS? FooStruct { get { int o = __p.__offset(8); return o != 0 ? (…)
    [all...]
TableInC.cs 9 public sealed class TableInC : Table {
10 public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new TableInC()); }
11 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
12 public TableInC __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; }
14 public NamespaceA.TableInFirstNS ReferToA1 { get { return GetReferToA1(new NamespaceA.TableInFirstNS()); } }
15 public NamespaceA.TableInFirstNS GetReferToA1(NamespaceA.TableInFirstNS obj) { int o = __offset(4); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null; }
16 public SecondTableInA ReferToA2 { get { return GetReferToA2(new SecondTableInA()); } }
17 public SecondTableInA GetReferToA2(SecondTableInA obj) { int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null; }
19 public static Offset<NamespaceC.TableInC> CreateTableInC(FlatBufferBuilder builder,
28 public static void StartTableInC(FlatBufferBuilder builder) { builder.StartObject(2);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 14 public static partial class WrappersReflection {
18 public static pbr::FileDescriptor Descriptor {
60 public sealed partial class DoubleValue : pb::IMessage<DoubleValue> {
62 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; } }
64 public static pbr::MessageDescriptor Descriptor {
72 public DoubleValue() {
78 public DoubleValue(DoubleValue other) : this() {
82 public DoubleValue Clone() {
87 public const int ValueFieldNumber = 1;
92 public double Value
    [all...]
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.cs 9 public struct TableInC : IFlatbufferObject
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new TableInC()); }
14 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
16 public TableInC __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
18 public NamespaceA.TableInFirstNS? ReferToA1 { get { int o = __p.__offset(4); return o != 0 ? (NamespaceA.TableInFirstNS?)(new NamespaceA.TableInFirstNS()).__assign(__p.__indirect(o + __p.bb_pos), __p.bb) : null; } }
19 public NamespaceA.SecondTableInA? ReferToA2 { get { int o = __p.__offset(6); return o != 0 ? (NamespaceA.SecondTableInA?)(new NamespaceA.SecondTableInA()).__assign(__p.__indirect(o + __p.bb_pos), __p.bb) : null; } }
21 public static Offset<TableInC> CreateTableInC(FlatBufferBuilder builder,
30 public static void StartTableInC(FlatBufferBuilder builder) { builder.StartObject(2);
    [all...]

Completed in 3115 milliseconds

12 3 4 5 6 7 8 91011>>