/external/v8/src/compiler/ |
js-inlining-heuristic.h | 28 // Processes the list of candidates gathered while the reducer was running, 39 // Comparator for candidates. 44 // Candidates are kept in a sorted set of unique candidates. 45 typedef ZoneSet<Candidate, CandidateCompare> Candidates; 47 // Dumps candidates to console. 52 Candidates candidates_;
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
RandomScheduler.java | 43 Vector<Filter> candidates = new Vector<Filter>(); local 46 candidates.add(filter); 48 if (candidates.size() > 0) { 49 int r = mRand.nextInt(candidates.size()); 50 return candidates.elementAt(r);
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
candidates.properties | 55 org.objenesis.tck.candidates.NoConstructor = No constructor 56 org.objenesis.tck.candidates.SerializableNoConstructor = No constructor (serializable) 57 org.objenesis.tck.candidates.DefaultPublicConstructor = Default public constructor 58 org.objenesis.tck.candidates.SerializableDefaultPublicConstructor = Default public constructor (serializable) 59 org.objenesis.tck.candidates.DefaultProtectedConstructor = Default protected constructor 60 org.objenesis.tck.candidates.SerializableDefaultProtectedConstructor = Default protected constructor (serializable) 61 org.objenesis.tck.candidates.DefaultPackageConstructor = Default package constructor 62 org.objenesis.tck.candidates.SerializableDefaultPackageConstructor = Default package constructor (serializable) 63 org.objenesis.tck.candidates.DefaultPrivateConstructor = Default private constructor 64 org.objenesis.tck.candidates.SerializableDefaultPrivateConstructor = Default private constructor (serializable [all...] |
serializable-candidates.properties | 55 org.objenesis.tck.candidates.SerializableNoConstructor = No constructor (serializable) 56 org.objenesis.tck.candidates.SerializableDefaultPublicConstructor = Default public constructor (serializable) 57 org.objenesis.tck.candidates.SerializableDefaultProtectedConstructor = Default protected constructor (serializable) 58 org.objenesis.tck.candidates.SerializableDefaultPackageConstructor = Default package constructor (serializable) 59 org.objenesis.tck.candidates.SerializableDefaultPrivateConstructor = Default private constructor (serializable) 60 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class 61 org.objenesis.tck.candidates.SerializableResolver = Serializable resolving to another class 64 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable) 65 org.objenesis.tck.candidates.SerializableConstructorWithArguments = Constructor with arguments (serializable) 66 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (seriali (…) [all...] |
/external/autotest/client/cros/ |
tty.py | 14 candidates = glob.glob('/dev/tty*') 15 for path in candidates:
|
/external/webrtc/webrtc/p2p/base/ |
transportdescription.h | 72 typedef std::vector<Candidate> Candidates; 85 const Candidates& candidates) 92 candidates(candidates) {} 106 candidates(from.candidates) {} 121 candidates = from.candidates; 149 Candidates candidates member in struct:cricket::TransportDescription [all...] |
stunport_unittest.cc | 159 EXPECT_EQ(0U, port()->Candidates().size()); 167 ASSERT_EQ(1U, port()->Candidates().size()); 168 EXPECT_TRUE(kLocalAddr.EqualIPs(port()->Candidates()[0].address())); 180 EXPECT_EQ(0U, port()->Candidates().size()); 188 ASSERT_EQ(1U, port()->Candidates().size()); 189 EXPECT_TRUE(kLocalAddr.EqualIPs(port()->Candidates()[0].address())); 190 EXPECT_EQ(kStunCandidatePriority, port()->Candidates()[0].priority()); 199 EXPECT_EQ(0U, port()->Candidates().size()); 209 ASSERT_EQ(1U, port()->Candidates().size()); 210 EXPECT_TRUE(kLocalAddr.EqualIPs(port()->Candidates()[0].address())) [all...] |
turnport_unittest.cc | 338 ASSERT_EQ(1U, turn_port_->Candidates().size()); 340 turn_port_->Candidates()[0].address().ipaddr()); 341 EXPECT_NE(0, turn_port_->Candidates()[0].address().port()); 372 ASSERT_EQ(0U, turn_port_->Candidates().size()); 395 ASSERT_EQ(0U, turn_port_->Candidates().size()); 404 turn_port_->Candidates()[0], Port::ORIGIN_MESSAGE); 414 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE); 434 Connection* conn1 = udp_port_->CreateConnection(turn_port_->Candidates()[0], 436 Connection* conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0], 460 conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0] [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidatesViewManager.java | 34 * The interface of candidates view manager used by {@link OpenWnn}. 39 /** Size of candidates view (normal) */ 41 /** Size of candidates view (full) */ 43 /** Size of candidates view (close/non-display) */ 70 /** Whether candidates long click enable */ 77 * Initialize the candidates view. 83 * @return The candidates view created in the initialize process; {@code null} if cannot create a candidates view. 88 * Get the candidates view being used currently. 90 * @return The candidates view; {@code null} if no candidates view is used currently [all...] |
WnnEngine.java | 59 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 71 * To get other candidates of each clause, call {@link #makeCandidateListOf(int)}. 74 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 82 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 90 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 119 * candidates to the learning dictionary or update the frequency 180 * This method is used when to make a list of other candidates of 186 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs.
|
/development/samples/browseable/DirectShare/ |
_index.jd | 9 directly in the list of share intent candidates.
|
/external/objenesis/tck/src/org/objenesis/tck/ |
Main.java | 69 runTest(new ObjenesisStd(), reporter, "Objenesis std", "candidates/candidates.properties"); 71 "candidates/serializable-candidates.properties"); 92 String candidates) throws IOException { 99 candidateLoader.loadFromResource(Main.class, candidates);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiLastResortWatchdogTest.java | 65 List<Pair<ScanDetail, WifiConfiguration>> candidates = new ArrayList<>(); local 80 candidates.add(Pair.create(scanDetail, config)); 82 return candidates; 88 List<Pair<ScanDetail, WifiConfiguration>> candidates = local 105 candidates.add(Pair.create(scanDetail, config)); 107 return candidates; 129 // Buffer potential candidates 1,2,3 & 4 130 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 132 mLastResortWatchdog.updateAvailableNetworks(candidates); 135 // Repeatedly buffer candidates 1 & 2, MAX_BSSID_AGE - 1 time 170 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 199 List<Pair<ScanDetail, WifiConfiguration>> candidates; local 230 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 272 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 324 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 374 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 418 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 463 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local 512 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 558 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 601 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 646 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 710 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 783 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 843 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local 900 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 949 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 999 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 1054 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 1117 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 1178 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 1225 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 1301 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 1330 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, local 1388 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates( local 1444 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(ssids, local 1543 List<Pair<ScanDetail, WifiConfiguration>> candidates = local 1579 List<Pair<ScanDetail, WifiConfiguration>> candidates = local 1626 List<Pair<ScanDetail, WifiConfiguration>> candidates = local [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
AppStoragePreference.java | 45 final List<VolumeInfo> candidates = local 47 if (candidates.size() > 1 || 48 (candidates.size() == 1 && !candidates.contains(volumeInfo))) {
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/ |
formatting_element_list.js | 19 //OPTIMIZATION: at first we try to find possible candidates for exclusion using
22 var candidates = [];
41 candidates.push({idx: i, attrs: elementAttrs});
46 return candidates.length < NOAH_ARK_CAPACITY ? [] : candidates;
50 var candidates = this._getNoahArkConditionCandidates(newElement),
51 cLength = candidates.length;
67 var cAttr = candidates[j].attrs[i];
70 candidates.splice(j, 1);
74 if (candidates.length < NOAH_ARK_CAPACITY) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_compare.py | 34 candidates = set1 + set2 variable in class:ComparisonTest 37 for a in self.candidates: 38 for b in self.candidates:
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_compare.py | 34 candidates = set1 + set2 variable in class:ComparisonTest 37 for a in self.candidates: 38 for b in self.candidates:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compare.py | 34 candidates = set1 + set2 variable in class:ComparisonTest 37 for a in self.candidates: 38 for b in self.candidates:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compare.py | 34 candidates = set1 + set2 variable in class:ComparisonTest 37 for a in self.candidates: 38 for b in self.candidates:
|
/external/webrtc/talk/app/webrtc/ |
jsepsessiondescription_unittest.cc | 84 NULL, cricket::Candidates())))); 92 NULL, cricket::Candidates())))); 140 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(0); 149 EXPECT_EQ(0u, jsep_desc_->candidates(1)->count()); 156 EXPECT_EQ(0u, jsep_desc_->candidates(0)->count()); 157 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(1); 174 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(0); 183 EXPECT_EQ(0u, jsep_desc_->candidates(1)->count()); 197 // does not increase the number of candidates in the description. 201 EXPECT_EQ(1u, jsep_desc_->candidates(0)->count()) [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
cert_pool.go | 28 // given certificate. If any candidates were rejected then errCert will be set 35 var candidates []int 38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)] 40 if len(candidates) == 0 { 41 candidates = s.byName[string(cert.RawIssuer)] 44 for _, c := range candidates {
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
cert_pool.go | 28 // given certificate. If any candidates were rejected then errCert will be set 35 var candidates []int 38 candidates = s.bySubjectKeyId[string(cert.AuthorityKeyId)] 40 if len(candidates) == 0 { 41 candidates = s.byName[string(cert.RawIssuer)] 44 for _, c := range candidates {
|
/external/clang/include/clang/Sema/ |
TemplateDeduction.h | 222 /// For now, assume that the candidates are non-matching specializations. 242 /// TemplateSpecCandidateSet - A set of generalized overload candidates, 247 SmallVector<TemplateSpecCandidate, 16> Candidates; 249 // Stores whether we're taking the address of these candidates. This helps us 267 /// \brief Clear out all of the candidates. 272 iterator begin() { return Candidates.begin(); } 273 iterator end() { return Candidates.end(); } 275 size_t size() const { return Candidates.size(); } 276 bool empty() const { return Candidates.empty(); } 281 Candidates.emplace_back() [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopLoadElimination.cpp | 13 // distance of one between stores and loads. These form the candidates for the 127 std::forward_list<StoreToLoadForwardingCandidate> Candidates; 131 return Candidates; 165 Candidates.emplace_front(Load, Store); 169 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { 173 return Candidates; 183 /// \brief If a load has multiple candidates associated (i.e. different 185 /// depending on control flow. Remove these candidates. 203 std::forward_list<StoreToLoadForwardingCandidate> &Candidates) { 210 for (const auto &Cand : Candidates) { [all...] |
/external/v8/tools/release/ |
push_to_candidates.py | 94 # ongoing candidates push. 191 # Safe new change log for adding it later to the candidates patch. 238 MESSAGE = "Create a new branch from candidates." 252 # on candidates and apply the exact changes determined by this 256 # on candidates. 261 MESSAGE = "Commit to local candidates branch." 283 MESSAGE = "Add ChangeLog changes to candidates branch." 294 MESSAGE = "Set correct version for candidates." 301 MESSAGE = "Commit version and changelog to local candidates branch." 315 "%s, compile, run tests. Do you want to commit this new candidates " [all...] |