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

<<11121314151617181920>>

  /external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
MathClient.cs 27 var channel = new Channel("127.0.0.1", 23456, ChannelCredentials.Insecure);
28 Math.MathClient client = new Math.MathClient(channel);
  /external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
MathServer.cs 31 Server server = new Server
33 Services = { Math.BindService(new MathServiceImpl()) },
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
BenchmarkService.cs 40 new pbr::FileDescriptor[] { global::Grpc.Testing.MessagesReflection.Descriptor, },
41 new pbr::GeneratedClrTypeInfo(null, null));
EmptyService.cs 30 new pbr::FileDescriptor[] { },
31 new pbr::GeneratedClrTypeInfo(null, null));
ReportQpsScenarioService.cs 33 new pbr::FileDescriptor[] { global::Grpc.Testing.ControlReflection.Descriptor, },
34 new pbr::GeneratedClrTypeInfo(null, null));
Test.cs 52 new pbr::FileDescriptor[] { global::Grpc.Testing.EmptyReflection.Descriptor, global::Grpc.Testing.MessagesReflection.Descriptor, },
53 new pbr::GeneratedClrTypeInfo(null, null));
WorkerService.cs 37 new pbr::FileDescriptor[] { global::Grpc.Testing.ControlReflection.Descriptor, },
38 new pbr::GeneratedClrTypeInfo(null, null));
Messages.cs 59 new pbr::FileDescriptor[] { },
60 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Grpc.Testing.PayloadType), }, new pbr::GeneratedClrTypeInfo[] {
61 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.BoolValue), global::Grpc.Testing.BoolValue.Parser, new[]{ "Value" }, null, null, null),
62 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.Payload), global::Grpc.Testing.Payload.Parser, new[]{ "Type", "Body" }, null, null, null),
63 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.EchoStatus), global::Grpc.Testing.EchoStatus.Parser, new[]{ "Code", "Message" }, null, null, null)
    [all...]
  /external/grpc-grpc/src/ruby/spec/
error_sanity_spec.rb 34 error_object = error_class.new
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 17 (** [get_module context mb] reads the bitcode for a new module [m] from the
23 (** [parse_bitcode context mb] parses the bitcode for a new module [m] from the
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 50 public ArrayList PostStrings = new ArrayList();
60 public ArrayList NonSwitchStrings = new ArrayList();
65 _switches = new SwitchResult[numSwitches];
67 _switches[i] = new SwitchResult();
98 throw new Exception("maxLen == kNoLen");
102 throw new Exception("switch must be single");
124 throw new Exception("switch is not full");
147 throw new Exception("switch is not full");
  /external/python/cpython3/Lib/idlelib/idle_test/
test_filelist.py 27 e = flist.new()
  /external/python/cpython3/Tools/c-globals/
README 32 consolidated under a single top-level _PyRuntime global. No new globals
35 should be run to ensure that no new globals have been added:
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
llvm_bitreader.mli 17 (** [get_module context mb] reads the bitcode for a new module [m] from the
24 (** [parse_bitcode context mb] parses the bitcode for a new module [m] from the
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 17 (** [get_module context mb] reads the bitcode for a new module [m] from the
23 (** [parse_bitcode context mb] parses the bitcode for a new module [m] from the
  /external/v8/tools/profviz/
composer.js 98 new TimerEvent("execution", "#000000", false, 0),
100 new TimerEvent("external", "#3399FF", false, 0),
102 new TimerEvent("compile unopt", "#CC0000", true, 0),
104 new TimerEvent("recompile sync", "#CC0044", true, 0),
106 new TimerEvent("recompile async", "#CC4499", false, 1),
108 new TimerEvent("compile eval", "#CC4400", true, 0),
110 new TimerEvent("parse", "#00CC00", true, 0),
112 new TimerEvent("preparse", "#44CC00", true, 0),
114 new TimerEvent("lazy parse", "#00CC44", true, 0),
116 new TimerEvent("gc scavenge", "#0044CC", true, 0)
    [all...]
  /external/vboot_reference/scripts/keygeneration/
increment_firmware_data_key.sh 34 Generating new firmware version key.
36 New Firmware key version (due to firmware key change): ${new_firmkey_ver}.
  /external/vboot_reference/tests/
gen_test_keys.sh 29 openssl req -batch -new -x509 -key ${key_base}.pem \
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 52 new pbr::FileDescriptor[] { },
53 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::UnitTest.Issues.TestProtos.NegativeEnum), typeof(global::UnitTest.Issues.TestProtos.DeprecatedEnum), }, new pbr::GeneratedClrTypeInfo[] {
54 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.Issue307), global::UnitTest.Issues.TestProtos.Issue307.Parser, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce), global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Parser, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice), global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice.Parser, null, null, null, null)})}),
55 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.NegativeEnumMessage), global:: (…)
    [all...]
  /external/python/cpython2/Lib/test/
test_hashlib.py 63 # of hashlib.new given the algorithm name.
68 return hashlib.new(_alg)
69 return hashlib.new(_alg, data)
85 self.constructors_to_test['md5'].add(_md5.new)
88 self.constructors_to_test['sha1'].add(_sha.new)
122 self.assertRaises(ValueError, hashlib.new, 'spam spam spam spam spam')
123 self.assertRaises(TypeError, hashlib.new, 1)
146 h = hashlib.new(name)
156 m1 = hashlib.new(name)
161 m2 = hashlib.new(name
    [all...]
  /build/soong/cmd/dep_fixer/
main.go 64 new := mergedDeps.Print()
67 if !bytes.Equal(firstInput, new) {
68 err := ioutil.WriteFile(flag.Arg(0), new, 0666)
74 err := ioutil.WriteFile(*output, new, 0666)
  /build/soong/third_party/zip/
example_test.go 19 buf := new(bytes.Buffer)
21 // Create a new zip archive.
82 buf := new(bytes.Buffer)
84 // Create a new zip archive.
  /development/tools/repo_diff/service/repodiff/
commandline.go 7 var optionDiff = flag.Bool("execute-diff", true, "Specifies if a new (expensive) differential should be run")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_exitfunc.py 70 new = pytree.Node(syms.simple_stmt, [new_import])
72 containing_stmt.insert_child(position + 2, new)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 39 def rename(old, new):
40 return os.rename(LongFilePath(old), LongFilePath(new))

Completed in 1180 milliseconds

<<11121314151617181920>>