HomeSort by relevance Sort by last modified time
    Searched refs:private (Results 126 - 150 of 419) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/sync/
pool.go 58 private interface{} // Can be used only by the respective P.
94 if l.private == nil {
95 l.private = x
122 x := l.private
123 l.private = nil
222 l.private = nil
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 21 private static pbr::FileDescriptor descriptor;
81 private static readonly pb::MessageParser<Struct> _parser = new pb::MessageParser<Struct>(() => new Struct());
108 private static readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec _map_fields_codec
110 private readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> fields_ = new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>();
187 private static readonly pb::MessageParser<Value> _parser = new pb::MessageParser<Value>(() => new Value());
310 private object kind_;
321 private KindOneofCase kindCase_ = KindOneofCase.None;
500 private static readonly pb::MessageParser<ListValue> _parser = new pb::MessageParser<ListValue>(() => new ListValue());
527 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Value> _repeated_values_codec
529 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pbc::Repea (…)
    [all...]
Empty.cs 21 private static pbr::FileDescriptor descriptor;
54 private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty());
  /art/test/911-get-stack-trace/
expected.txt 803 [private static void art.Recurse.printOrWait(int,int,art.ControlData), 18]
804 [private static java.lang.Object art.Recurse.baz(int,int,int,art.ControlData), 2]
805 [private static long art.Recurse.bar(int,int,int,art.ControlData), 0]
807 [private static java.lang.Object art.Recurse.baz(int,int,int,art.ControlData), 9]
808 [private static long art.Recurse.bar(int,int,int,art.ControlData), 0]
810 [private static java.lang.Object art.Recurse.baz(int,int,int,art.ControlData), 9]
811 [private static long art.Recurse.bar(int,int,int,art.ControlData), 0]
813 [private static java.lang.Object art.Recurse.baz(int,int,int,art.ControlData), 9]
814 [private static long art.Recurse.bar(int,int,int,art.ControlData), 0]
816 [private static java.lang.Object art.Recurse.baz(int,int,int,art.ControlData), 9
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 60 private readonly bool leaveOpen;
65 private readonly byte[] buffer;
70 private int bufferSize;
72 private int bufferSizeAfterLimit = 0;
76 private int bufferPos = 0;
82 private readonly Stream input;
88 private uint lastTag = 0;
93 private uint nextTag = 0;
94 private bool hasNextTag = false;
105 private int totalBytesRetired = 0;
    [all...]
WireFormat.cs 77 private const int TagTypeBits = 3;
78 private const uint TagTypeMask = (1 << TagTypeBits) - 1;
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 28 // PrivateKey represents a DSA private key.
149 // GenerateKey generates a public&private key pair. The Parameters of the
187 // larger message) using the private key, priv. It returns the signature as a
188 // pair of integers. The security of the private key depends on the entropy of
248 // Only degenerate private keys will require more than a handful of
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 28 // PrivateKey represents a DSA private key.
149 // GenerateKey generates a public&private key pair. The Parameters of the
187 // larger message) using the private key, priv. It returns the signature as a
188 // pair of integers. The security of the private key depends on the entropy of
248 // Only degenerate private keys will require more than a handful of
  /external/fonttools/Lib/fontTools/
cffLib.py 367 def __init__(self, file=None, globalSubrs=None, private=None, fdSelect=None, fdArray=None):
370 self.private = private
377 if self.private is not None:
378 private = self.private
380 private = self.fdArray[self.fdSelect[index]].Private
382 private = None
383 return psCharStrings.T2CharString(data, private=private, globalSubrs=self.globalSubrs
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 43 private static readonly string[] EmptyNames = new string[0];
44 private static readonly GeneratedClrTypeInfo[] EmptyCodeInfo = new GeneratedClrTypeInfo[0];
49 public Type ClrType { get; private set; }
DescriptorValidationException.cs 43 private readonly String name;
44 private readonly string description;
EnumValueDescriptor.cs 40 private readonly EnumDescriptor enumDescriptor;
41 private readonly EnumValueDescriptorProto proto;
ServiceDescriptor.cs 43 private readonly ServiceDescriptorProto proto;
44 private readonly IList<MethodDescriptor> methods;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 384 pair("cache-control", "private"),
391 pair("cache-control", "private"),
399 pair("cache-control", "private"),
407 pair("cache-control", "private"),
422 pair("cache-control", "private"),
455 pair("cache-control", "private"),
462 pair("cache-control", "private"),
470 pair("cache-control", "private"),
478 pair("cache-control", "private"),
491 pair("cache-control", "private"),
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 384 pair("cache-control", "private"),
391 pair("cache-control", "private"),
399 pair("cache-control", "private"),
407 pair("cache-control", "private"),
422 pair("cache-control", "private"),
455 pair("cache-control", "private"),
462 pair("cache-control", "private"),
470 pair("cache-control", "private"),
478 pair("cache-control", "private"),
491 pair("cache-control", "private"),
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 65 private
168 private
271 private
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 117 private b: DIGIT;
  /external/autotest/client/cros/tendo/n_faced_peerd/
n_faced_peerd_main.py 53 bus = dbus.SystemBus(private=True, mainloop=loop)
  /external/dhcpcd-6.8.2/
dhcpcd-run-hooks.in 263 if [ -x /bin/systemctl -a -S /run/systemd/private ]; then
267 elif [ -x /usr/bin/systemctl -a -S /run/systemd/private ]; then
  /external/junit-params/
RELEASES.md 38 private String format;
86 private String fileLocation;
  /external/swiftshader/third_party/LLVM/utils/buildit/
GNUmakefile 28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,)
  /external/testng/doc/
prettify.js 27 "naked namespace new noinline noreturn nothrow novtable operator private " +
33 "abstract default goto package synchronized boolean do if private this " +
46 "interface long native new null package private protected public return " +
93 * @private
113 * @private
129 * @private
203 * @private
224 * @private
269 * @private
321 * @private
    [all...]
  /external/v8/tools/
csvparser.js 38 * @private
45 * @private
  /libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
ParameterMetadataTestClasses$TestEnum.smali 44 .field private static final synthetic $VALUES:[Llibcore/java/lang/reflect/parameter/ParameterMetadataTestClasses$TestEnum;
94 .method private constructor <init>(Ljava/lang/String;I)V
  /external/protobuf/js/binary/
decoder.js 65 /** @private {jspb.BinaryDecoder} */
70 * @private {?function(this:jspb.BinaryDecoder):(number|boolean|string)}
74 /** @private {Array.<number>} */
77 /** @private {number} */
80 /** @private {number|boolean|string|null} */
83 /** @private {boolean} */
95 * @private
114 * @private {!Array.<!jspb.BinaryIterator>}
226 * @private {?Uint8Array}
232 * @private {number
    [all...]

Completed in 2678 milliseconds

1 2 3 4 56 7 8 91011>>