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

1 2 3 4 5 6

  /tools/loganalysis/tests/src/com/android/loganalysis/util/
RegexTrieTest.java 52 Integer retrieved = mTrie.retrieve("part1", "part2", "part3");
60 retrieved = mTrie.retrieve("alpha");
62 retrieved = mTrie.retrieve("beta");
64 retrieved = mTrie.retrieve("alpha|beta");
66 retrieved = mTrie.retrieve("gamma");
68 retrieved = mTrie.retrieve("alph");
76 retrieved = mTrie.retrieve("a", "b");
78 retrieved = mTrie.retrieve("a", "beta");
80 retrieved = mTrie.retrieve("alpha", "b");
82 retrieved = mTrie.retrieve("alpha", "beta")
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
RegexTrieTest.java 52 Integer retrieved = mTrie.retrieve("part1", "part2", "part3");
60 retrieved = mTrie.retrieve("alpha");
62 retrieved = mTrie.retrieve("beta");
64 retrieved = mTrie.retrieve("alpha|beta");
66 retrieved = mTrie.retrieve("gamma");
68 retrieved = mTrie.retrieve("alph");
76 retrieved = mTrie.retrieve("a", "b");
78 retrieved = mTrie.retrieve("a", "beta");
80 retrieved = mTrie.retrieve("alpha", "b");
82 retrieved = mTrie.retrieve("alpha", "beta")
    [all...]
  /hardware/interfaces/camera/metadata/
README.md 7 camera provider and camera devices to retrieve static camera information and issue
  /prebuilts/misc/common/swig/include/2.0.11/d/
dhead.swg 96 exception.next = SwigPendingException.retrieve();
102 exception.next = SwigPendingException.retrieve();
108 exception.next = SwigPendingException.retrieve();
114 exception.next = SwigPendingException.retrieve();
120 exception.next = SwigPendingException.retrieve();
155 static object.Exception retrieve() {
199 exception.next = SwigPendingException.retrieve();
234 static object.Exception retrieve() {
  /external/libunwind/src/arm/
getcontext.S 45 @ retrieve r14 from call site, then store
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
URLJarFile.java 50 // * Interface to be able to call retrieve() in plugin if
72 return retrieve(url, closeController);
192 private static JarFile retrieve(final URL url) throws IOException { method in class:URLJarFile
193 return retrieve(url, null);
200 private static JarFile retrieve(final URL url, final URLJarFileCloseController closeController) throws IOException { method in class:URLJarFile
203 // * See if interface is set, then call retrieve function of the class
209 // return callback.retrieve(url);
  /tools/loganalysis/src/com/android/loganalysis/parser/
AbstractSectionParser.java 64 IParser nextParser = mSectionTrie.retrieve(line);
  /tools/loganalysis/src/com/android/loganalysis/util/
RegexTrie.java 48 * trie.retrieve(captures, "a", "c", "e");
50 * trie.retrieve(captures, "a", "b");
52 * trie.retrieve(captures, "a", "b", "c");
115 return retrieve(strings) != null;
145 * retrieve the associated {@code value}
159 * retrieve the associated {@code value}
179 * sequentially matched to retrieve the associated {@code value}. Each String will be
252 public V retrieve(String... strings) { method in class:RegexTrie
253 return retrieve(null, strings);
273 public V retrieve(List<List<String>> captures, String... strings) method in class:RegexTrie
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
RegexTrie.java 30 * {@link #retrieve(String...)} method will be pointwise matched against the {@code Pattern}s,
49 * trie.retrieve(captures, "a", "c", "e");
51 * trie.retrieve(captures, "a", "b");
53 * trie.retrieve(captures, "a", "b", "c");
115 return retrieve(strings) != null;
145 * retrieve the associated {@code value}
159 * retrieve the associated {@code value}
179 * sequentially matched to retrieve the associated {@code value}. Each String will be
252 public V retrieve(String... strings) { method in class:RegexTrie
253 return retrieve(null, strings)
273 public V retrieve(List<List<String>> captures, String... strings) { method in class:RegexTrie
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /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/syslinux/gpxe/src/include/
nic.h 54 int ( *poll ) ( struct nic *, int retrieve );
62 static inline int eth_poll ( int retrieve ) {
63 return nic.nic_op->poll ( &nic, retrieve );
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
ConsoleTest.java 226 Runnable runnable = trie.retrieve(captures, command);
246 Runnable runnable = trie.retrieve(captures, command);
270 Runnable runnable = trie.retrieve(captures, command);
  /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)
  /external/libunwind/doc/
unw_get_accessors.tex 26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
  /external/syslinux/gpxe/src/drivers/net/
virtio-net.c 98 static int virtnet_poll(struct nic *nic, int retrieve)
108 if (!retrieve)
epic100.c 56 static int epic100_poll(struct nic *nic, int retrieve);
378 epic100_poll(struct nic *nic, int retrieve)
388 if ( ! retrieve ) return 1;
3c5x9.c 199 static int t509_poll(struct nic *nic, int retrieve)
235 if ( ! retrieve ) return 1;
  /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
JDWPClassDataRetriever.java 54 return new JDWPClassDataRetriever(client).retrieve();
57 private Map<String, String> retrieve() { method in class:JDWPClassDataRetriever
  /prebuilts/go/darwin-x86/src/net/
sendfile_test.go 65 // Connect to listener to retrieve file and verify digest matches
unixsock_linux_test.go 23 // retrieve the autobind address
  /prebuilts/go/linux-x86/src/net/
sendfile_test.go 65 // Connect to listener to retrieve file and verify digest matches
  /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
  /cts/build/
device_info_package.mk 16 # Builds a package which can be instrumented to retrieve information about the device under test.
  /external/golang-protobuf/proto/
message_set_test.go 59 t.Fatalf("Didn't retrieve extension 12345; map is %v", extensions.p.extensionMap)

Completed in 2317 milliseconds

1 2 3 4 5 6