HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 151 - 175 of 807) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 12 // two P2P clients. Clients have candidate ports for connecting, and
14 // Bob each have candidates, one candidate from Alice and one candidate from
26 #include "webrtc/p2p/base/candidate.h"
51 // Adds the port on which the candidate originated.
52 class RemoteCandidate : public Candidate {
54 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
55 : Candidate(c), origin_port_(origin_port) {}
90 void AddRemoteCandidate(const Candidate& candidate) override
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java 217 * @return true - if a candidate is selected by QNS
218 * false - if no candidate is selected by QNS
222 WifiConfiguration candidate = local
231 if (candidate != null) {
232 localLog(listenerName + ": QNS candidate-" + candidate.SSID);
233 connectToNetwork(candidate);
443 // QNS selects a candidate from the PNO scan results.
606 * Attempt to connect to a network candidate.
609 * connect or roam to the network candidate recommended by QNS
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 198 final Folder candidate = mInboxMap.get(uri); local
199 if (candidate != null) {
200 return candidate;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 514 * @param candidate - Bitmap to check
516 * @return true if <code>candidate</code> can be used for inBitmap re-use with
521 Bitmap candidate, BitmapFactory.Options targetOptions) {
525 return candidate.getWidth() == targetOptions.outWidth
526 && candidate.getHeight() == targetOptions.outHeight
531 // is smaller than the reusable bitmap candidate allocation byte count.
534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 514 * @param candidate - Bitmap to check
516 * @return true if <code>candidate</code> can be used for inBitmap re-use with
521 Bitmap candidate, BitmapFactory.Options targetOptions) {
525 return candidate.getWidth() == targetOptions.outWidth
526 && candidate.getHeight() == targetOptions.outHeight
531 // is smaller than the reusable bitmap candidate allocation byte count.
534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 514 * @param candidate - Bitmap to check
516 * @return true if <code>candidate</code> can be used for inBitmap re-use with
521 Bitmap candidate, BitmapFactory.Options targetOptions) {
525 return candidate.getWidth() == targetOptions.outWidth
526 && candidate.getHeight() == targetOptions.outHeight
531 // is smaller than the reusable bitmap candidate allocation byte count.
534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 127 /** The candidate filter */
195 * Get a candidate.
197 * @param index Index of a candidate.
198 * @return The candidate; {@code null} if there is no candidate.
264 * Add a candidate to the conversion result buffer.
267 * the same one in the buffer and the length of the candidate
274 if (word.candidate == null || mCandTable.containsKey(word.candidate)
275 || word.candidate.length() > MAX_OUTPUT_LENGTH)
    [all...]
  /external/v8/src/heap/
mark-compact.cc 741 // candidate, or not:
966 JSFunction* candidate = jsfunction_candidates_head_; local
968 while (candidate != NULL) {
969 next_candidate = GetNextCandidate(candidate);
970 ClearNextCandidate(candidate, undefined);
972 SharedFunctionInfo* shared = candidate->shared();
987 candidate->set_code(lazy_compile);
990 candidate->set_code(code);
995 Address slot = candidate->address() + JSFunction::kCodeEntryOffset;
998 candidate, slot, target)
1015 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1058 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1096 JSFunction* candidate = jsfunction_candidates_head_; local
1123 JSFunction* candidate = jsfunction_candidates_head_; local
2748 DependentCode* candidate = map->dependent_code(); local
    [all...]
mark-compact.h 298 static inline JSFunction** GetNextCandidateSlot(JSFunction* candidate);
299 static inline JSFunction* GetNextCandidate(JSFunction* candidate);
300 static inline void SetNextCandidate(JSFunction* candidate,
302 static inline void ClearNextCandidate(JSFunction* candidate,
306 SharedFunctionInfo* candidate);
307 static inline void SetNextCandidate(SharedFunctionInfo* candidate,
309 static inline void ClearNextCandidate(SharedFunctionInfo* candidate);
  /external/autotest/server/cros/dynamic_suite/
job_status.py 460 candidate = Status(s.status,
466 candidate.is_worse_than(to_return[s.hostname])):
467 to_return[s.hostname] = candidate
622 def is_worse_than(self, candidate):
624 Return whether |self| represents a "worse" failure than |candidate|.
630 @param candidate: a Status instance to compare to this one.
631 @return True if |self| is "worse" than |candidate|.
633 if self._status != candidate._status:
635 log.job_statuses.index(candidate._status))
637 if self._reason and not candidate._reason
    [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeRangeMap.java 451 RangeMapEntry<K, V> candidate = null;
457 candidate = entry.getValue();
460 candidate = entriesByLowerBound.get(r.lowerBound);
463 if (candidate != null && candidate.getKey().isConnected(subRange)
464 && candidate.getKey().intersection(subRange).equals(r)) {
465 return candidate.getValue();
  /external/netperf/src/
netserver.c 1215 SOCKET high_fd, candidate; local
1252 candidate = 0;
1253 while ((num_ready) && (candidate <= high_fd)) {
1254 if (FD_ISSET(candidate,&read_fds)) {
1255 accept_connection(candidate);
1256 FD_CLR(candidate,&read_fds);
1260 candidate++;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 102 for (String candidate : context.getResources().getStringArray(
104 if (setCameraPictureSize(candidate, supported, parameters)) {
107 editor.putString(KEY_PICTURE_SIZE, candidate);
121 String candidate, List<Size> supported, Parameters parameters) {
122 int index = candidate.indexOf('x');
124 int width = Integer.parseInt(candidate.substring(0, index));
125 int height = Integer.parseInt(candidate.substring(index + 1));
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 41 String candidate = "1/05/2013"; local
42 assertTrue(PhoneNumberMatcher.containsMoreThanOneSlashInNationalNumber(number, candidate));
49 candidate = "27/4/2013";
50 assertTrue(PhoneNumberMatcher.containsMoreThanOneSlashInNationalNumber(number, candidate));
56 candidate = "49/69/2013";
57 assertFalse(PhoneNumberMatcher.containsMoreThanOneSlashInNationalNumber(number, candidate));
62 candidate = "+49/69/2013";
63 assertFalse(PhoneNumberMatcher.containsMoreThanOneSlashInNationalNumber(number, candidate));
65 candidate = "+ 49/69/2013";
66 assertFalse(PhoneNumberMatcher.containsMoreThanOneSlashInNationalNumber(number, candidate));
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 50 using cricket::Candidate;
79 typedef std::vector<Candidate> Candidates;
143 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
145 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1235 typ host "
147 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
149 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1239 typ host "
151 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
154 "a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ srflx "
179 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1236 typ host "
181 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1237 typ host
    [all...]
webrtcsession.cc 98 const cricket::Candidate& local,
99 const cricket::Candidate& remote) {
1693 const IceCandidateInterface* candidate = candidates->at(n); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
xmlhttp.js 188 // Candidate Active X types.
192 var candidate = ACTIVE_X_IDENTS[i];
195 new ActiveXObject(candidate);
196 // NOTE(user): cannot assign progid and return candidate in one line
198 this.ieProgId_ = candidate;
199 return candidate;
  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.go 622 candidate := &solutions[i]
624 c := candidate[j]
629 smallest = candidate
634 c := candidate[j]
639 largest = candidate
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.go 622 candidate := &solutions[i]
624 c := candidate[j]
629 smallest = candidate
634 c := candidate[j]
639 largest = candidate
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 78 /** Delay of set candidate */
87 /** Handler for focus Candidate */
89 /** Handler for set Candidate */
91 /** Handler for select Candidate */
94 /** NUmber of Candidate display lines */
125 /** Minimum width of a candidate (density support) */
127 /** Maximum width of a candidate (density support) */
129 /** Minimum height of the category candidate view */
131 /** Left align threshold of the candidate view */
142 /** Whether hide the view if there is no candidate */
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/vinn/
html_imports_loader.js 69 var candidate = pathUtils.join(sourcePaths[i], pathPart);
70 if (pathUtils.exists(candidate))
71 candidates.push(candidate);
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 108 public synchronized void onIceCandidate(IceCandidate candidate) {
115 gotIceCandidates.add(candidate);
393 // 1 candidate have been gathered.
665 // Wait for at least one ice candidate from the offering PC and forward them to the answering
667 for (IceCandidate candidate : offeringExpectations.getAtLeastOneIceCandidate()) {
668 answeringPC.addIceCandidate(candidate);
671 // Wait for at least one ice candidate from the answering PC and forward them to the offering
673 for (IceCandidate candidate : answeringExpectations.getAtLeastOneIceCandidate()) {
674 offeringPC.addIceCandidate(candidate);
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 148 - (BOOL)addICECandidate:(RTCICECandidate*)candidate {
150 candidate.candidate);
  /libcore/luni/src/main/java/java/math/
BigInteger.java 169 int candidate; local
171 candidate = random.nextInt() & ((1 << bitLength) - 1);
172 candidate |= (1 << (bitLength - 1)); // Set top bit.
174 candidate |= 1; // Any prime longer than 2 bits must have the bottom bit set.
176 } while (!isSmallPrime(candidate));
178 prime.putULongInt(candidate, false);
    [all...]

Completed in 1480 milliseconds

1 2 3 4 5 67 8 91011>>