HomeSort by relevance Sort by last modified time
    Searched full:candidate (Results 576 - 600 of 1480) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 154 * candidate.
309 // To detect candidate
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 450 Pathname candidate; local
459 candidate.clear();
469 candidate = path;
471 candidate.clear();
473 candidate.AppendFolder(line.substr(5));
476 if ((line.at(8) != '0') && !candidate.empty()) {
482 if (candidate.empty()) {
485 profile_path->SetPathname(candidate.pathname());
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 44 class Candidate;
49 typedef std::vector<Candidate> Candidates;
  /external/chromium_org/chrome/browser/history/
select_favicon_frames_unittest.cc 102 // Should resample from the bigger candidate.
118 // candidate.
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.h 193 // True if the IME candidate window is open. When this is true, we want to
194 // avoid showing the popup. So far, the candidate window is detected only
  /external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect.cc 452 Pathname candidate; local
461 candidate.clear();
471 candidate = path;
473 candidate.clear();
475 candidate.AppendFolder(line.substr(5));
478 if ((line.at(8) != '0') && !candidate.empty()) {
484 if (candidate.empty()) {
487 profile_path->SetPathname(candidate.pathname());
    [all...]
  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 240 // Update |is_candidate_popup_open_|, whether a candidate window is open.
255 // way to get bounds of candidate window.
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 128 /* This symbol is a better candidate than the current one
170 candidate sizeless symbol we found, if any. */
  /external/libppp/src/
arp.c 279 /* Found a candidate. Do the addresses match ? */
282 log_Printf(LogDEBUG, "%.*s interface is a candidate for proxy\n",
  /external/llvm/docs/
HowToReleaseLLVM.rst 39 * Send out release candidate sources for first round of testing. Testing lasts
46 * Generate and send out the second release candidate sources. Only *critial*
136 ``test-suite`` by tagging the branch with the respective release candidate
137 number. For instance, to create **Release Candidate 1** you would issue the
158 Similarly, **Release Candidate 2** would be named ``RC2`` and so on. This keeps
159 a permanent copy of the release candidate around for people to export and build
306 candidate tarballs are put on the website and the LLVM community is notified.
324 second release candidate is tagged.
  /external/llvm/include/llvm/Transforms/
Vectorize.h 77 /// @brief The maximum number of candidate pairs with which to use a full
87 /// @brief The maximum number of candidate instruction pairs per group.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.cpp 52 * Try to find the best candidate for a ZSL buffer.
299 ALOGW("%s: ZSL buffer candidate search didn't find an exact match --"
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 46 /*Best match candidate*/
73 /*Best match candidate*/
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_matching.h 46 /*Best match candidate*/
73 /*Best match candidate*/
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 46 /*Best match candidate*/
73 /*Best match candidate*/
  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 158 final ResolveInfo candidate = homeActivities.get(i); local
159 final ActivityInfo info = candidate.activityInfo;
  /prebuilts/devtools/repository/
sdk-repository-6.xsd 70 the package is a Beta Release Candidate and not a final release.
143 When present, it indicates the release-candidate number.
212 When present, it indicates the release-candidate number.
273 When present, it indicates the release-candidate number.
313 When present, it indicates the release-candidate number.
349 When present, it indicates the release-candidate number.
391 When present, it indicates the release-candidate number.
436 When present, it indicates the release-candidate number.
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.pom 103 <!-- configuration bits for cutting a release candidate -->
222 <name>Apache Commons Release Candidate Staging Site</name>
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler_unittest.cc 144 const blink::WebRTCICECandidate& candidate,
398 blink::WebRTCICECandidate candidate; local
399 candidate.initialize(kDummySdp, "mid", 1);
403 testing::Ref(candidate),
405 EXPECT_TRUE(pc_handler_->addICECandidate(candidate));
641 // Check NULL candidate after ice gathering is completed.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java 106 public synchronized void onIceCandidate(IceCandidate candidate) {
111 gotIceCandidates.add(candidate);
624 for (IceCandidate candidate : offeringExpectations.gotIceCandidates) {
625 answeringPC.addIceCandidate(candidate);
628 for (IceCandidate candidate : answeringExpectations.gotIceCandidates) {
629 offeringPC.addIceCandidate(candidate);
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 161 // to ::ImmSetCandidateWindow(), i.e. they do not move their candidate
164 // retrieve the position of their IME candidate window.
248 // Don't need to set the position of candidate window.
254 // the caret to move the position of their candidate windows.
256 // caret to move their candidate windows.
261 // to move their candidate windows when a user disables TSF and CUAS.
  /external/v8/src/ia32/
code-stubs-ia32.h 679 Register candidate = Register::FromAllocationIndex(i); local
680 if (candidate.is(ecx)) continue;
681 if (candidate.is(r1)) continue;
682 if (candidate.is(r2)) continue;
683 if (candidate.is(r3)) continue;
684 return candidate;
  /external/v8/src/x64/
code-stubs-x64.h 661 Register candidate = Register::FromAllocationIndex(i); local
662 if (candidate.is(rcx)) continue;
663 if (candidate.is(r1)) continue;
664 if (candidate.is(r2)) continue;
665 if (candidate.is(r3)) continue;
666 return candidate;
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 202 com.android.dex.Annotation candidate = annotationIn.readAnnotation(); local
203 if (candidate.getTypeIndex() == annotationTypeIndex) {
204 return candidate;
570 com.android.dex.Annotation candidate = annotationIn.readAnnotation(); local
571 String candidateAnnotationName = dex.typeNames().get(candidate.getTypeIndex());
573 annotation = candidate;

Completed in 930 milliseconds

<<21222324252627282930>>