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

1 2

  /system/core/adb/
transport_mdns.cpp 221 std::unique_ptr<DiscoveredService> discovered(
231 new ResolvedService(discovered->ServiceName(),
239 discovered.release();
259 auto discovered = new DiscoveredService(interfaceIndex, serviceName, local
262 if (! discovered->Initialized()) {
263 delete discovered;
  /external/autotest/client/common_lib/cros/tendo/
n_faced_peerd_helper.py 38 of peerd will be "discovered" by the other faces at this IP
  /external/valgrind/memcheck/tests/
descr_belowsp.stderr.exp 15 describing 0x........ discovered address giving SEGV in thread stack
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 65 ['Runtime Library discovered',
66 'Runtime Driver discovered'])
test_read_local.py 66 ['Runtime Library discovered',
67 'Runtime Driver discovered'])
  /prebuilts/go/darwin-x86/test/
switch6.go 11 // prevent other errors from being discovered.
  /prebuilts/go/linux-x86/test/
switch6.go 11 // prevent other errors from being discovered.
  /external/autotest/client/cros/
ec.py 398 mat0_re = r'has no discovered device'
409 if not 'has no discovered device' in res:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 11 notFound markKind = 0 // block has not been discovered yet
12 notExplored markKind = 1 // discovered and in queue, outedges not processed yet
13 explored markKind = 2 // discovered and in queue, outedges processed
likelyadjust.go 23 isInner bool // True if never discovered to contain a loop
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 11 notFound markKind = 0 // block has not been discovered yet
12 notExplored markKind = 1 // discovered and in queue, outedges not processed yet
13 explored markKind = 2 // discovered and in queue, outedges processed
likelyadjust.go 23 isInner bool // True if never discovered to contain a loop
  /external/python/cpython3/Tools/unittestgui/
unittestgui.py 119 "Override to display information about the suite of discovered tests"
278 discovered = test_suite.countTestCases()
282 self.remainingCountVar.set(discovered)
286 (self.directory_to_read, discovered))
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
deadcode.go 83 // Mark all methods that could satisfy a discovered
85 // as new types (with new methods) may have been discovered
98 // No new work was discovered. Done.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 83 // Mark all methods that could satisfy a discovered
85 // as new types (with new methods) may have been discovered
98 // No new work was discovered. Done.
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variable_utils_impl.py 96 Default value: `None` (i.e., `tf.Variable` dependencies are discovered).
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 121 """Maintains the active fake devices that have been "discovered".
  /build/soong/finder/cmd/
finder.go 58 "filenames that if discovered will exclude their entire directory "+
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 2323 int discovered; local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 51 // verify-cert" if that cert was in the set discovered in Step 1.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 51 // verify-cert" if that cert was in the set discovered in Step 1.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle_test.go 13 // Check test cases discovered after the code passed the tests in
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle_test.go 13 // Check test cases discovered after the code passed the tests in
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 606 // interface which escapes to the heap but need to be discovered for
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows.go 686 // discovered by experimenting with syscall.WriteConsole.

Completed in 930 milliseconds

1 2