/external/icu/android_icu4j/src/main/java/android/icu/util/ |
GlobalizationPreferences.java | 291 UResourceBundle candidate = null; local 299 urb = candidate; 304 candidate = UResourceBundle.getBundleInstance(baseName, localeName); 307 candidate = UResourceBundle.getBundleInstance(baseName, localeName, loader); 309 if (candidate != null) { 310 actualLocaleName = candidate.getULocale().getName(); 312 urb = candidate; 317 urb = candidate; [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
GlobalizationPreferences.java | 303 UResourceBundle candidate = null; local 311 urb = candidate; 316 candidate = UResourceBundle.getBundleInstance(baseName, localeName); 319 candidate = UResourceBundle.getBundleInstance(baseName, localeName, loader); 321 if (candidate != null) { 322 actualLocaleName = candidate.getULocale().getName(); 324 urb = candidate; 329 urb = candidate; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ThaiBreakEngine.java | 122 //Look for candidate words at the current position 140 // Followed by another dictionary word; mark first word as a good candidate 196 int candidate = words[(wordsFound + 1) %THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); local 198 if (candidate > 0) {
|
/external/webrtc/talk/app/webrtc/ |
peerconnectioninterface.h | 43 // 5. Once an ice candidate have been found PeerConnection will call the 49 // 7. Once a remote candidate is received from the remote peer, provide it to 65 // 7. Once a candidate have been found PeerConnection will call the observer 402 // Any changes to STUN/TURN servers or ICE candidate policy will affect the 412 // Provides a remote candidate to the ICE Agent. 413 // A copy of the |candidate| will be created and added to the remote 415 // |candidate|. 417 // take the ownership of the |candidate|. 418 virtual bool AddIceCandidate(const IceCandidateInterface* candidate) = 0; 477 // New Ice candidate have been found [all...] |
statscollector.cc | 47 // our stats report for ice candidate type could conform to that. 653 const cricket::Candidate& candidate, 655 StatsReport::Id id(StatsReport::NewCandidateId(local, candidate.id())); 662 AdapterTypeToStatsType(candidate.network_type())); 665 candidate.address().ipaddr().ToString()); 667 candidate.address().PortAsString()); 669 candidate.priority()); 671 IceCandidateTypeToStatsType(candidate.type())); 673 candidate.protocol()) [all...] |
webrtcsession.h | 97 // New Ice candidate have been found. 98 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0; 392 // Returns the media index for a local ice candidate given the content name. 400 // Uses |candidate| in this session. 401 bool UseCandidate(const IceCandidateInterface* candidate); 441 // Returns true if we are ready to push down the remote candidate. 443 // description should be used. Output |valid| is true if the candidate media 445 bool ReadyToUseRemoteCandidate(const IceCandidateInterface* candidate,
|
/external/webrtc/webrtc/base/ |
proxydetect.cc | 441 Pathname candidate; local 450 candidate.clear(); 460 candidate = path; 462 candidate.clear(); 464 candidate.AppendFolder(line.substr(5)); 467 if ((line.at(8) != '0') && !candidate.empty()) { 473 if (candidate.empty()) { 476 profile_path->SetPathname(candidate.pathname()); [all...] |
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
PeerConnectionClient.java | 182 * Callback fired once local Ice candidate is generated. 184 public void onIceCandidate(final IceCandidate candidate); 644 public void addRemoteIceCandidate(final IceCandidate candidate) { 650 queuedRemoteCandidates.add(candidate); 652 peerConnection.addIceCandidate(candidate); 871 for (IceCandidate candidate : queuedRemoteCandidates) { 872 peerConnection.addIceCandidate(candidate); [all...] |
RoomParametersFetcher.java | 119 } else if (messageType.equals("candidate")) { 120 IceCandidate candidate = new IceCandidate( local 123 message.getString("candidate")); 124 iceCandidates.add(candidate);
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
simple_offer_answer.js | 11 // Note: This test does not performs ice candidate exchange and
|
/frameworks/native/cmds/dumpsys/ |
dumpsys.cpp | 67 for (const auto& candidate : skipped) { 68 if (candidate == service) {
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
CarSensorManagerTest.java | 122 for (int candidate = 0; candidate <= CarSensorManager.SENSOR_TYPE_RESERVED21; ++candidate) { 123 boolean supported = mCarSensorManager.isSensorSupported(candidate); 126 if (candidate == sensor) {
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
reflection.cpp | 369 TIntermAggregate* candidate = globals[f]->getAsAggregate(); local 370 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) { 371 functions.push_back(candidate);
|
/external/deqp/framework/common/ |
tcuRasterizationVerifier.cpp | [all...] |
/art/compiler/optimizing/ |
ssa_liveness_analysis.h | 467 LiveRange* candidate = FindRangeAtOrAfter(position, range_search_start_); local 468 range_search_start_ = candidate; 469 return (candidate != nullptr && candidate->GetStart() <= position); 474 LiveRange* candidate = FindRangeAtOrAfter(position, first_range_); local 475 return candidate != nullptr && candidate->GetStart() <= position; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 1357 int candidate=m_namespaceDeclSetElements.elementAt(-- wouldBeAt); local [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 498 // to try and find candidate reference vectors. 549 const MODE_INFO *const candidate = local 553 if (candidate->ref_frame[0] == ref_frame) 554 ADD_MV_REF_LIST_EB(candidate->mv[0], refmv_count, mv_ref_list, Done); 555 else if (candidate->ref_frame[1] == ref_frame) 556 ADD_MV_REF_LIST_EB(candidate->mv[1], refmv_count, mv_ref_list, Done); 591 const MODE_INFO *const candidate = local 594 // If the candidate is INTRA we don't want to consider its mv. 595 IF_DIFF_REF_FRAME_ADD_MV_EB(candidate, ref_frame, ref_sign_bias, 601 // Since we still don't have a candidate we'll try the last frame 704 const MODE_INFO *const candidate = local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/ |
MtpHostTestActivity.java | 227 for (final UsbDevice candidate : mUsbManager.getDeviceList().values()) { 228 if (isMtpDevice(candidate)) { 229 device = candidate;
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecController.java | 471 final Integer candidate = candidates.remove(0); local 477 if (sendPollMessage(sourceAddress, candidate, retryCount)) { 478 allocated.add(candidate);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothDevicePairer.java | 66 * bonding with a candidate device, we stop the process. We don't want to 503 BluetoothDevice candidate = getAutoPairDevice(); local 504 if (null != candidate) { 505 mTarget = candidate;
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
OnePaneController.java | 133 * Returns true if the candidate URI is the URI for the default inbox for the given account. 134 * @param candidate the URI to check 135 * @param account the account whose default Inbox the candidate might be 136 * @return true if the candidate is indeed the default inbox for the given account. 138 private static boolean isDefaultInbox(FolderUri candidate, Account account) { 139 return (candidate != null && account != null) 140 && candidate.equals(account.settings.defaultInbox);
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
verify.go | 125 s += fmt.Sprintf(" (possibly because of %q while trying to verify candidate authority certificate %q)", e.hintErr, certName) 327 for _, candidate := range candidateChains { 328 if checkChainForKeyUsage(candidate, keyUsages) { 329 chains = append(chains, candidate) 475 for _, candidate := range c.IPAddresses { 476 if ip.Equal(candidate) {
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
verify.go | 125 s += fmt.Sprintf(" (possibly because of %q while trying to verify candidate authority certificate %q)", e.hintErr, certName) 327 for _, candidate := range candidateChains { 328 if checkChainForKeyUsage(candidate, keyUsages) { 329 chains = append(chains, candidate) 475 for _, candidate := range c.IPAddresses { 476 if ip.Equal(candidate) {
|
/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9.jar | |
/prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9.jar | |