Home
last modified time | relevance | path

Searched refs:Examples (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/external/bcc/
DREADME.md66 #### Examples:
68 - examples/tracing/[bitehist.py](examples/tracing/bitehist.py): Block I/O size histogram. [Examples
69 …op.py](examples/tracing/disksnoop.py): Trace block device I/O latency. [Examples](examples/tracing…
71 …racing/mysqld_query.py): Trace MySQL server queries using USDT probes. [Examples](examples/tracing…
72 …http_server.py): Trace Node.js HTTP server requests using USDT probes. [Examples](examples/tracing…
73 …ksnoop.py): Trace a kernel function and print all kernel stack traces. [Examples](examples/tracing…
74 - tools/[statsnoop](tools/statsnoop.py): Trace stat() syscalls. [Examples](tools/statsnoop_example.…
76 …(examples/tracing/tcpv4connect.py): Trace TCP IPv4 active connections. [Examples](examples/tracing…
78 …ad.py): A kernel tracepoint example, which traces random:urandom_read. [Examples](examples/tracing…
79 …dlat.c](examples/tracing/vfsreadlat.c): VFS read latency distribution. [Examples](examples/tracing…
[all …]
/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs10 namespace Google.Protobuf.Examples.AddressBook {
38Examples.AddressBook.Person), global::Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "… in AddressbookReflection()
39 …ClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.AddressBook), global::Google.Proto… in AddressbookReflection()
55 …get { return global::Google.Protobuf.Examples.AddressBook.AddressbookReflection.Descriptor.Message…
114 …private static readonly pb::FieldCodec<global::Google.Protobuf.Examples.AddressBook.Person.Types.P…
115 …= pb::FieldCodec.ForMessage(34, global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNum…
116 …al::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> phones_ = new pbc::RepeatedFiel…
117 …public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> P…
242 … get { return global::Google.Protobuf.Examples.AddressBook.Person.Descriptor.NestedTypes[0]; }
276 private global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType type_ = 0;
[all …]
/external/androidplot/
D.gitignore4 /Examples/DemoApp/.settings/
5 /Examples/DemoApp/bin/
6 /Examples/DemoApp/gen/
7 /Examples/DemoApp/target/
DAndroid.bp32 resource_dirs: ["Examples/DemoApp/res"],
33 manifest: "Examples/DemoApp/AndroidManifest.xml",
34 srcs: ["Examples/DemoApp/src/**/*.java"],
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DGrpc.Examples.MathServer.csproj8 <AssemblyName>Grpc.Examples.MathServer</AssemblyName>
10 <PackageId>Grpc.Examples.MathServer</PackageId>
15 <ProjectReference Include="../Grpc.Examples/Grpc.Examples.csproj" />
/external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
DGrpc.Examples.MathClient.csproj8 <AssemblyName>Grpc.Examples.MathClient</AssemblyName>
10 <PackageId>Grpc.Examples.MathClient</PackageId>
15 <ProjectReference Include="../Grpc.Examples/Grpc.Examples.csproj" />
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DGrpc.Examples.Tests.csproj8 <AssemblyName>Grpc.Examples.Tests</AssemblyName>
10 <PackageId>Grpc.Examples.Tests</PackageId>
15 <ProjectReference Include="../Grpc.Examples/Grpc.Examples.csproj" />
/external/grpc-grpc/src/csharp/
DGrpc.sln14 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grpc.Examples", "Grpc.Examples\Grpc.Examples.c…
16 …19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grpc.Examples.MathClient", "Grpc.Examples.MathClient\Grpc…
18 …19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grpc.Examples.MathServer", "Grpc.Examples.MathServer\Grpc…
20 …("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grpc.Examples.Tests", "Grpc.Examples.Tests\Grpc.Exam…
/external/bcc/docs/
Dreference_guide.md126 Examples in situ:
151 Examples in situ:
176 Examples in situ:
200 Examples in situ:
221 Examples in situ:
246 Examples in situ:
277 Examples in situ:
290 Examples in situ:
304 Examples in situ:
314 Examples in situ:
[all …]
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst58 .. rubric:: Examples
94 .. rubric:: Examples
118 .. rubric:: Examples
154 .. rubric:: Examples
187 .. rubric:: Examples
212 .. rubric:: Examples
/external/grpc-grpc/src/csharp/Grpc.Examples/
DGrpc.Examples.csproj8 <AssemblyName>Grpc.Examples</AssemblyName>
9 <PackageId>Grpc.Examples</PackageId>
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h185 friend class Examples; variable
314 class Examples {
316 Examples() {} in Examples() function
385 TF_DISALLOW_COPY_AND_ASSIGN(Examples);
Dsdca_internal.cc235 Status Examples::SampleAdaptiveProbabilities( in SampleAdaptiveProbabilities()
311 void Examples::RandomShuffle() { in RandomShuffle()
320 Status Examples::Initialize(OpKernelContext* const context, in Initialize()
386 Status Examples::CreateSparseFeatureRepresentation( in CreateSparseFeatureRepresentation()
466 Status Examples::CreateDenseFeatureRepresentation( in CreateDenseFeatureRepresentation()
498 Status Examples::ComputeSquaredNormPerExample( in ComputeSquaredNormPerExample()
/external/grpc-grpc/examples/
DREADME.md1 # Examples chapter
6 Examples for Go and Java gRPC live in their own repositories:
/external/catch2/
DCODE_OF_CONDUCT.md9 Examples of behavior that contributes to creating a positive environment include:
17 Examples of unacceptable behavior by participants include:
33 …spaces when an individual is representing the project or its community. Examples of representing a…
/external/robolectric-shadows/
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
49 when an individual is representing the project or its community. Examples of
/external/bcc/SPECS/
Dbcc+clang.spec65 Summary: Examples for BPF Compiler Collection (BCC)
68 Examples for BPF Compiler Collection (BCC)
/external/curl/docs/cmdline-opts/
Dservice-name.d8 Examples: --negotiate --service-name sockd would use sockd/server-name.
/external/lz4/examples/
DREADME.md8 - Examples
/external/skqp/experimental/canvaskit/canvaskit/
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
49 when an individual is representing the project or its community. Examples of
/external/skqp/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
49 when an individual is representing the project or its community. Examples of
/external/skia/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
49 when an individual is representing the project or its community. Examples of
/external/skqp/modules/pathkit/npm-wasm/
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
49 when an individual is representing the project or its community. Examples of
/external/skia/modules/canvaskit/canvaskit/
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
49 when an individual is representing the project or its community. Examples of
/external/skia/modules/pathkit/npm-wasm/
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
23 Examples of unacceptable behavior by participants include:
49 when an individual is representing the project or its community. Examples of

12345678910>>...22