HomeSort by relevance Sort by last modified time
    Searched refs:candidates (Results 226 - 250 of 571) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha3/
lint-tests-24.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha4/
lint-tests-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha5/
lint-tests-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta1/
lint-tests-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta2/
lint-tests-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta3/
lint-tests-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta4/
lint-tests-24.3.0-beta4.jar 
  /external/tensorflow/tensorflow/core/grappler/optimizers/
memory_optimizer.cc 119 // Add inputs and outputs to this subgraph if they are candidates
805 std::map<Costs::NanoSeconds, const NodeDef*> candidates; local
    [all...]
arithmetic_optimizer.cc 340 std::vector<NodeDef*>& candidates = rep_[sig]; local
341 for (auto& candidate : candidates) {
346 candidates.push_back(node);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc 248 // We now only want to apply new candidates that we receive to the ports
363 // We need to update the credentials for any peer reflexive candidates.
399 // Go into the state of processing candidates, and running in general
446 // Remember the ports and candidates, and signal that candidates are ready.
461 // candidates that we were given so far.
475 const std::vector<Candidate>& candidates) {
477 for (size_t i = 0; i < candidates.size(); ++i) {
478 SignalCandidateGathered(this, candidates[i]);
503 // Determine if the remote candidates use shared ufrag
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 822 EXPECT_EQ(0u, (*desc)->candidates(0)->count());
842 // EXPECT_TRUE_WAIT, local ice candidates might be sent to the remote peer
    [all...]
webrtcsession.h 99 // All Ice candidates have been found.
235 // Start gathering candidates for any new transports, or transports doing an
397 // Uses all remote candidates in |remote_desc| in this session.
454 const cricket::Candidates& candidates);
webrtcsdp_unittest.cc 79 typedef std::vector<Candidate> Candidates;
215 // SDP reference string without the candidates.
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 1966 final List<VolumeInfo> candidates = new ArrayList<>(); local
2060 final List<VolumeInfo> candidates = new ArrayList<>(); local
    [all...]
  /external/deqp/framework/common/
tcuRasterizationVerifier.cpp     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 111 /** IME's status for {@code mStatus} input/no candidates). */
117 /** IME's status for {@code mStatus}(all candidates are displayed). */
148 /** Delay time(msec.) to start prediction after key input when the candidates view is not shown. */
151 /** Delay time(msec.) to start prediction after key input when the candidates view is shown. */
427 /** {@code Handler} for drawing candidates/displaying tutorial */
1597 int candidates = 0; local
1882 int candidates = mConverter.makeCandidateListOf(mCommitCount); local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 1310 std::vector<std::pair<Node*, const FunctionBody*>> candidates; local
    [all...]
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 77 // Helper for dumping candidates
259 // candidates as specified. When |expect_stun_candidate| is true,
333 const std::vector<cricket::Candidate>& candidates) {
334 for (size_t i = 0; i < candidates.size(); ++i) {
335 LOG(LS_INFO) << "OnCandidatesReady: " << candidates[i].ToString();
336 candidates_.push_back(candidates[i]);
524 // When the same interfaces are added again, new candidates/ports should be
551 // When the same interfaces are added again, new candidates/ports should not
559 // Verify candidates with default step delay of 1sec.
615 // We check the candidates for udp/stun/tcp ports, and the from addres
    [all...]
  /art/compiler/optimizing/
code_generator.h 856 const ArenaVector<std::pair<InstructionType*, SlowPathCode*>>& candidates = iter->second; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 1205 int_mv *const candidates = x->mbmi_ext->ref_mvs[ref_frame]; local
2456 int_mv *const candidates = mbmi_ext->ref_mvs[ref_frame]; local
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
curses_ui_test.py 75 # Observer for tab-completion candidates.
219 def _display_candidates(self, candidates):
220 curses_ui.CursesUI._display_candidates(self, candidates)
222 self.candidates_lists.append(candidates)
680 # appear in the tab completion candidates because they don't start with
684 # "ba" is a common prefix of the two candidates. So the "ba" command should
706 # exit commands should appear in the candidates.
711 # The two candidates have no common prefix. So no command should have been
729 # There is only one candidate, so no candidates should have been displayed.
801 # There should have been two different lists of candidates
    [all...]
  /build/kati/
ninja.go 100 return "", fmt.Errorf("Multiple output file candidates in %s", ss)
116 return "", fmt.Errorf("Multiple output file candidates in %s", ss)
parser.go 730 candidates := []string{"GNUmakefile", "makefile", "Makefile"}
731 for _, filename := range candidates {
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 902 milliseconds

1 2 3 4 5 6 7 8 91011>>