HomeSort by relevance Sort by last modified time
    Searched refs:new (Results 426 - 450 of 1793) sorted by null

<<11121314151617181920>>

  /external/vboot_reference/tests/futility/
test_sign_firmware.sh 43 outfile=${TMP}.${base}.new
60 # loem_output_dir (optional: dir for copy of new vblocks)
61 # loemid (optional: copy new vblocks using this name)
96 | sed -e 's/.*: \+//' > ${TMP}.${base}.sha.new
97 cmp ${SCRIPTDIR}/data_${base}_expect.txt ${TMP}.${base}.sha.new
109 | sed -e 's/.*: \+//' > ${loemdir}/loem.sha.new
113 | sed -e 's/.*: \+//' >> ${loemdir}/loem.sha.new
117 cmp ${loemdir}/sha.expect ${loemdir}/loem.sha.new
122 GOOD_OUT=${TMP}.${GOOD_VBLOCKS##*/}.new
123 MORE_OUT=${TMP}.${ONEMORE##*/}.new
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
test.js 27 var error = new Error(error || "Test aborted");
52 var result = new Array(functions.length);
68 this.botManager_ = new BotManager();
73 return new StatisticsReport(outputFileName);
121 startTime: (new Date()).getTime(),
149 (new Date()).getTime() +".json", JSON.stringify(this.output_),
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 46 new Dictionary<string, IDescriptor>();
49 new Dictionary<DescriptorIntPair, FieldDescriptor>();
52 new Dictionary<DescriptorIntPair, EnumValueDescriptor>();
58 dependencies = new HashSet<FileDescriptor>();
139 throw new DescriptorValidationException(file,
145 descriptorsByName[fullName] = new PackageDescriptor(name, fullName, file);
179 throw new DescriptorValidationException(descriptor, message);
184 private static readonly Regex ValidationRegex = new Regex("^[_A-Za-z][_A-Za-z0-9]*$",
196 throw new DescriptorValidationException(descriptor, "Missing name.");
200 throw new DescriptorValidationException(descriptor
    [all...]
  /external/elfutils/tests/
run-next-lines.sh 26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
36 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
39 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:n
    [all...]
  /external/grpc-grpc/examples/csharp/Helloworld/Greeter/
Helloworld.cs 34 new pbr::FileDescriptor[] { },
35 new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
36 new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloRequest), global::Helloworld.HelloRequest.Parser, new[]{ "Name" }, null, null, null),
37 new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloReply), global::Helloworld.HelloReply.Parser, new[]{ "Message" }, null, null, null)
48 private static readonly pb::MessageParser<HelloRequest> _parser = new pb::MessageParser<HelloRequest>(() => new HelloRequest());
78 return new HelloRequest(this)
    [all...]
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
Helloworld.cs 34 new pbr::FileDescriptor[] { },
35 new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
36 new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloRequest), global::Helloworld.HelloRequest.Parser, new[]{ "Name" }, null, null, null),
37 new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloReply), global::Helloworld.HelloReply.Parser, new[]{ "Message" }, null, null, null)
48 private static readonly pb::MessageParser<HelloRequest> _parser = new pb::MessageParser<HelloRequest>(() => new HelloRequest());
78 return new HelloRequest(this)
    [all...]
  /external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
Helloworld.cs 32 new pbr::FileDescriptor[] { },
33 new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
34 new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloRequest), global::Helloworld.HelloRequest.Parser, new[]{ "Name" }, null, null, null),
35 new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloReply), global::Helloworld.HelloReply.Parser, new[]{ "Message" }, null, null, null)
46 private static readonly pb::MessageParser<HelloRequest> _parser = new pb::MessageParser<HelloRequest>(() => new HelloRequest());
74 return new HelloRequest(this)
    [all...]
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
Program.cs 47 Point request = new Point { Latitude = lat, Longitude = lon };
79 Rectangle request = new Rectangle
81 Lo = new Point { Latitude = lowLat, Longitude = lowLon },
82 Hi = new Point { Latitude = hiLat, Longitude = hiLon }
88 StringBuilder responseLog = new StringBuilder("Result: ");
117 StringBuilder numMsg = new StringBuilder();
118 Random rand = new Random();
156 var requests = new List<RouteNote>
208 return new RouteNote
211 Location = new Point { Latitude = lat, Longitude = lon
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs 154 new pbr::FileDescriptor[] { global::Google.Protobuf.TestProtos.UnittestImportProto3Reflection.Descriptor, },
155 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Google.Protobuf.TestProtos.ForeignEnum), typeof(global::Google.Protobuf.TestProtos.TestEnumWithDupValue), typeof(global::Google.Protobuf.TestProtos.TestSparseEnum), }, new pbr::GeneratedClrTypeInfo[] {
156 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes), global::Google.Protobuf.TestProtos.TestAllTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleNestedMessage", "SingleForeignMessage", "SingleImportMessage", "SingleNestedEnum", "SingleForeignEnum", "SingleImportEnum", "SinglePublicImportMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedPublicImportMessage", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessa (…)
    [all...]
  /art/test/134-reg-promotion/smali/
Test.smali 22 new-instance v2, Ljava/lang/String;
42 new-instance v2, Ljava/lang/String;
  /build/make/tools/signapk/test/
run 22 umask 0077 && openssl req -new -x509 -key $@.pk -out $@ -days 1095 \
  /device/google/contexthub/firmware/lib/libc/
Android.mk 49 new.cpp \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
SwitchStack.asm 27 ; (rcx) EntryPoint - Entry point with new stack.
30 ; (r9) NewStack - Pointer to new stack.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
SwitchStack.asm 29 ; (rcx) EntryPoint - Entry point with new stack.
32 ; (r9) NewStack - The pointer to new stack.
  /external/ImageMagick/PerlMagick/demo/
Turtle.pm 6 sub new subroutine
annotate.pl 5 $image = Image::Magick->new();
13 $label=Image::Magick->new(size=>"600x600",pointsize=>24);
  /external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
CommonToken.pm 12 my $token = ANTLR::Runtime::CommonToken->new({
  /external/antlr/runtime/Ruby/test/unit/
test-dfa.rb 23 dfa = DFASubclass.new(nil, 1)
  /external/bcc/examples/lua/
usdt_ruby.lua 38 local u = util.USDT:new{pid=tonumber(arg[1])}
41 local b = BPF:new{text=program, usdt=u}
  /external/brotli/js/
polyfill.js 6 return new this(0);
8 var typed_array = new this(obj.length);
  /external/flatbuffers/tests/namespace_test/NamespaceA/
TableInC.go 22 obj = new(TableInFirstNS)
35 obj = new(SecondTableInA)
  /external/flatbuffers/tests/union_vector/
Attacker.cs 12 public static Attacker GetRootAsAttacker(ByteBuffer _bb) { return GetRootAsAttacker(_bb, new Attacker()); }
30 return new Offset<Attacker>(o);
  /external/google-fruit/tests/
test_eager_injection.py 59 .addMultibindingProvider([](){return new Y();})
90 .addMultibindingProvider([](){return new Y();})
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DebugStats.cs 26 public readonly AtomicCounter PendingBatchCompletions = new AtomicCounter();
42 throw new Exception("Shutdown check: " + message);
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
ShutdownHookClientTest.cs 38 var channel = new Channel(Host, 1000, ChannelCredentials.Insecure);
39 var channel2 = new Channel(Host, 1001, ChannelCredentials.Insecure);

Completed in 2437 milliseconds

<<11121314151617181920>>