HomeSort by relevance Sort by last modified time
    Searched refs:retrieve (Results 1 - 25 of 49) sorted by null

1 2

  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
unsafe_reflect.go 16 // unsafeRetrieveField uses unsafe to forcibly retrieve any field from a struct
20 // describing the field to retrieve.
  /external/libunwind/src/arm/
getcontext.S 45 @ retrieve r14 from call site, then store
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
TypeInferenceCache.java 27 public static Optional<ResolvedType> retrieve(TypeSolver typeSolver, LambdaExpr lambdaExpr, String paramName) { method in class:TypeInferenceCache
  /external/flatbuffers/grpc/tests/
go_test.go 30 // gRPC server retrieve method
31 func (s *server) Retrieve(context context.Context, in *Example.Stat) (*flatbuffers.Builder, error) {
62 out, err := c.Retrieve(context.Background(), b)
64 t.Fatalf("Retrieve client failed: %v", err)
JavaGrpcTest.java 66 public void retrieve(Stat request, io.grpc.stub.StreamObserver<Monster> responseObserver) { method in class:JavaGrpcTest.MyService
163 Iterator<Monster> iterator = blockingStub.retrieve(stat);
  /external/libunwind/doc/
unw_get_accessors.tex 26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 26 be needed to retrieve the FDT can be made available. It is done before the BDS
29 The present driver tries to retrieve the FDT from the device paths defined in the
  /external/flatbuffers/tests/MyGame/Example/
MonsterStorageGrpc.java 117 "MyGame.Example.MonsterStorage", "Retrieve"))
233 public void retrieve(MyGame.Example.Stat request, method in class:MonsterStorageGrpc.MonsterStorageImplBase
314 public void retrieve(MyGame.Example.Stat request, method in class:MonsterStorageGrpc.MonsterStorageStub
364 public java.util.Iterator<MyGame.Example.Monster> retrieve( method in class:MonsterStorageGrpc.MonsterStorageBlockingStub
425 serviceImpl.retrieve((MyGame.Example.Stat) request,
  /cts/build/
device_info_package.mk 16 # Builds a package which can be instrumented to retrieve information about the device under test.
  /external/python/apitools/samples/dns_sample/dns_v1/
dns_v1_messages.py 61 pagination token. In this way you can retrieve the complete contents of
65 of the collection. There is no way to retrieve a "snapshot" of
281 token. In this way you can retrieve the complete contents of even very
285 collection. There is no way to retrieve a consistent snapshot of a
371 pagination token. In this way you can retrieve the complete contents of
375 of the collection. There is no way to retrieve a consistent snapshot of
  /external/syzkaller/vendor/google.golang.org/api/iterator/
iterator.go 35 // Token is the token used to retrieve the next page of items from the
42 // After the underlying API method is called to retrieve a page of items,
50 // Use Pager to retrieve a page of a specific, exact size.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.S 90 # retrieve in compatibility mode.
AsmDispatchExecute.asm 88 ; retrieve in compatibility mode.
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.S 96 # retrieve in compatibility mode.
Thunk64To32.asm 94 ; retrieve in compatibility mode.
  /external/autotest/frontend/afe/
control_file.py 80 @param test_source_build: Build to be used to retrieve test code. Default
189 @param test_source_build: Build to be used to retrieve test code. Default
  /external/tensorflow/tensorflow/python/keras/engine/
base_layer.py 756 The `get_losses_for` method allows to retrieve the losses relevant to a
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs 261 /// index in the list to the field number; to retrieve a field by field number, it is better
279 /// <param name="number">Number of the field to retrieve the descriptor for</param>
299 /// <param name="name">Name of the field to retrieve the descriptor for</param>
  /external/syzkaller/vendor/golang.org/x/oauth2/
token.go 149 // retrieveToken takes a *Config and uses that to retrieve an *internal.Token.
  /external/python/setuptools/setuptools/
package_index.py 320 def process_url(self, url, retrieve=False):
321 """Evaluate a URL as a possible download, and maybe retrieve it"""
322 if url in self.scanned_urls and not retrieve:
335 if dists or not retrieve or url in self.fetched_urls:
547 meth, msg = self.info, "Couldn't retrieve index page for %r"
    [all...]
  /external/autotest/client/common_lib/hosts/
base_classes.py 123 """Run and retrieve the value of stdout stripped of whitespace.
175 """Retrieve a file from the host.
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
doc.go 236 Queries retrieve entities based on their properties or key's ancestry. Running
352 fmt.Fprintln(w, "\t(unable to retrieve properties)")
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/vixl/tools/
test.py 320 # The process has exited. Don't forget to retrieve the rest of its output.
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DefaultObjectPool.cs 69 /// Attempts to retrieve the item from the thread local pool first.

Completed in 1576 milliseconds

1 2