HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 126 - 150 of 996) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java 244 * @return true - if a candidate is selected by WifiNetworkSelector
245 * false - if no candidate is selected by WifiNetworkSelector
260 WifiConfiguration candidate = local
267 if (candidate != null) {
268 localLog(listenerName + ": WNS candidate-" + candidate.SSID);
269 connectToNetwork(candidate);
414 // WifiNetworkSelector selects a candidate from the PNO scan results.
645 * Attempt to connect to a network candidate.
648 * connect or roam to the network candidate recommended by WifiNetworkSelector
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 382 Job candidate = mJobs.isEmpty() ? null : mJobs.values().iterator().next().job; local
386 if (mForegroundJob.compareAndSet(job, candidate)) {
387 if (candidate == null) {
393 if (DEBUG) Log.d(TAG, "Switch foreground job to " + candidate.id);
395 Notification notification = (candidate.getState() == Job.STATE_STARTED)
396 ? candidate.getSetupNotification()
397 : candidate.getProgressNotification();
399 notificationManager.notify(candidate.id, NOTIFICATION_ID_PROGRESS,
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
Bots.java 79 UiObject2 candidate = mDevice.findObject(By.res(resourceName)); local
81 candidate.findObject(By.focused(true)));
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultHomePreferenceController.java 85 for (ResolveInfo candidate : homeActivities) {
86 final ActivityInfo info = candidate.activityInfo;
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
DeviceFolderBuildInfoTest.java 54 for (VersionedFile candidate : files) {
55 if (candidate.getVersion().equals(version)) {
  /external/clang/test/SemaCXX/
for-range-dereference.cpp 19 int* begin(DeletedADLBegin) = delete; //expected-note {{candidate function has been explicitly deleted}} \
20 expected-note 5 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 339 int candidate = 0; local
344 next = (int) ((candidate + 1) / generator.nextDouble());
346 candidate = next;
348 return candidate;
  /external/v8/src/compiler/
js-inlining-heuristic.h 38 struct Candidate {
47 bool operator()(const Candidate& left, const Candidate& right) const;
51 typedef ZoneSet<Candidate, CandidateCompare> Candidates;
55 Reduction InlineCandidate(Candidate const& candidate);
  /external/v8/tools/clang/plugins/
ChromeClassTester.h 78 const std::string& candidate);
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnection.h 102 // Any changes to STUN/TURN servers or ICE candidate policy will affect the
108 // Provides a remote candidate to the ICE Agent.
109 - (BOOL)addICECandidate:(RTCICECandidate *)candidate;
  /external/webrtc/webrtc/p2p/base/
transportchannelimpl.h 22 class Candidate;
81 sigslot::signal2<TransportChannelImpl*, const Candidate&>
83 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 147 float3 candidate = rsGetElementAt_float3(border_values, i).xyz;
148 sum += distance(orig, candidate);
  /libcore/luni/src/main/java/java/math/
NativeBN.java 127 public static native boolean BN_primality_test(long candidate, int checks,
129 // int BN_primality_test(int *is_probably_prime, const BIGNUM *candidate, int checks,
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 1025 String candidate = directory + filename; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 87 NJ_CHAR *candidate, NJ_UINT16 size);
94 extern NJ_INT16 njd_b_get_candidate(NJ_WORD *word, NJ_CHAR *candidate,
103 extern NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate,
117 NJ_CHAR *candidate, NJ_UINT16 size);
  /art/compiler/optimizing/
scheduler.cc 334 SchedulingNode* candidate = (*nodes)[select]; local
335 select_node = GetHigherPrioritySchedulingNode(candidate, check);
348 SchedulingNode* candidate, SchedulingNode* check) const {
349 uint32_t candidate_path = candidate->GetCriticalPath();
353 return check_path < candidate_path ? check : candidate;
357 return check->GetLatency() < candidate->GetLatency() ? check : candidate;
  /external/v8/src/ast/
modules.cc 255 const ModuleDescriptor::Entry* candidate,
258 DCHECK_NOT_NULL(candidate->export_name);
259 DCHECK(candidate->location.IsValid());
261 export_names.insert(std::make_pair(candidate->export_name, candidate));
266 return (candidate->location.beg_pos > current_duplicate->location.beg_pos)
267 ? candidate
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 402 NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, NJ_UINT16 size)
434 NJ_CHAR_COPY(candidate + j, area);
437 candidate[len] = NJ_CHAR_NUL;
450 nje_convert_hira_to_kata(work, candidate, len);
453 candidate[j] = work[j];
460 NJ_CHAR_COPY(candidate + j, area);
465 candidate[len] = NJ_CHAR_NUL;
  /external/owasp/sanitizer/empiricism/
html-containment.js 303 var candidate = stack.shift();
304 if (isEnd(candidate.node)) {
305 var path = [candidate.node];
306 while (candidate.next) {
307 candidate = candidate.next;
308 path.push(candidate.node);
312 var adjacentNodes = adjacent(candidate.node);
316 for (var dupe = candidate; dupe; dupe = dupe.next) {
319 stack.push({ node: adjacentNode, next: candidate });
    [all...]
  /external/rootdev/
rootdev.c 59 char candidate[10]; /* TODO(wad) system-provided constant? */ local
70 bytes = read(fd, candidate, sizeof(candidate));
76 candidate[bytes] = 0;
77 if (sscanf(candidate, "%u:%u", &major_num, &minor_num) == 2) {
78 /* candidate's size artificially limits the size of the converted
  /external/v8/src/js/
collection.js 40 var candidate = ORDERED_HASH_SET_KEY_AT(table, entry, numBuckets);
41 if (key === candidate) return entry;
44 if (keyIsNaN && NUMBER_IS_NAN(candidate)) {
49 candidate = ORDERED_HASH_SET_KEY_AT(table, entry, numBuckets);
50 if (key === candidate) return entry;
60 var candidate = ORDERED_HASH_MAP_KEY_AT(table, entry, numBuckets);
61 if (key === candidate) return entry;
64 if (keyIsNaN && NUMBER_IS_NAN(candidate)) {
69 candidate = ORDERED_HASH_MAP_KEY_AT(table, entry, numBuckets);
70 if (key === candidate) return entry
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java 243 WifiConfiguration candidate = generateWifiConfig( local
245 candidate.BSSID = WifiStateMachine.SUPPLICANT_BSSID_ANY;
249 candidate.getNetworkSelectionStatus().setCandidate(candidateScanResult);
252 anyBoolean(), anyBoolean())).thenReturn(candidate);
293 * expected candidate network ID and BSSID.
312 * expected candidate network ID and BSSID.
331 * expected candidate network ID and BSSID.
351 * expected candidate network ID and BSSID.
397 * with the expected candidate network ID and BSSID for only the expected number of times within
436 * with the expected candidate network ID and BSSID for only the expected number of times withi
1339 WifiConfiguration candidate = generateWifiConfig( local
1391 WifiConfiguration candidate = generateWifiConfig( local
1479 WifiConfiguration candidate = generateWifiConfig( local
1519 WifiConfiguration candidate = generateWifiConfig( local
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceGroupAdapter.java 369 final Preference candidate = mPreferenceList.get(i); local
370 if (TextUtils.equals(key, candidate.getKey())) {
381 final Preference candidate = mPreferenceList.get(i); local
382 if (candidate != null && candidate.equals(preference)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
MigrateStorageActivity.java 268 for (final VolumeInfo candidate : mCandidateVolumes) {
269 if (TextUtils.equals(candidate.getId(), volumeId)) {
272 final File path = candidate.getPath();
275 .title(storageManager.getBestVolumeDescription(candidate))
278 .id(mCandidateVolumes.indexOf(candidate))
  /external/v8/src/ia32/
code-stubs-ia32.h 305 Register candidate = Register::from_code(i); local
306 if (candidate.is(ecx)) continue;
307 if (candidate.is(r1)) continue;
308 if (candidate.is(r2)) continue;
309 if (candidate.is(r3)) continue;
310 return candidate;

Completed in 702 milliseconds

1 2 3 4 56 7 8 91011>>