Searched
full:candidate (Results
726 -
750 of
1480) sorted by null
<<21222324252627282930>>
/external/clang/test/SemaTemplate/ |
instantiate-expr-4.cpp | 24 struct X { // expected-note 3 {{candidate constructor (the implicit copy constructor)}} 25 X(int, int); // expected-note 3 {{candidate constructor}}
|
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 169 /// ProcessMI - Examine the instruction for potentai LICM candidate. Also 182 /// candidate for LICM. e.g. If the instruction is a call, then it's 401 /// ProcessMI - Examine the instruction for potentai LICM candidate. Also 473 // the loop, it cannot be a LICM candidate. 549 // 1. Check if the candidate defined register is defined by another 551 // 2. If the candidate is a load from stack slot (always true for now), 553 // 3. Make sure candidate def should not clobber [all...] |
/external/opencv/cv/src/ |
_cvkdtree.hpp | 362 // called per candidate nearest neighbor; constructs new bbf_nn for 363 // candidate and adds it to priority queue of all candidates; if
|
/external/valgrind/main/coregrind/ |
m_options.c | 310 /* copy the candidate string into a temporary malloc'd block 335 /* copy the candidate string into a temporary malloc'd block
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor3.cpp | 211 ALOGE("%s: Could not find good candidate for ZSL reprocessing", 438 ALOGV("%s: Candidate timestamp %lld (idx %d), empty frames: %d",
|
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 381 Slog.d(WindowManagerService.TAG, "Drag into new candidate view @ " + window.asBinder()); 387 Slog.d(WindowManagerService.TAG, "Drag from old candidate view @ " + window.asBinder());
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestManyPlayers.cpp | 216 // do not abort the test, just flag the player as not a candidate for destruction 228 // this player is still a candidate for destruction
|
/packages/apps/Browser/ |
AndroidManifest.xml | 78 supplied, we are a good candidate. --> 89 have been supplied, we are a good candidate. -->
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionary.java | 349 public boolean shouldAutoCommit(final SuggestedWordInfo candidate) { 350 return candidate.mAutoCommitFirstWordConfidence > CONFIDENCE_TO_AUTO_COMMIT;
|
/packages/inputmethods/OpenWnn/res/values/ |
strings.xml | 150 <!-- Candidate Delete --> 154 <!-- Candidate -->
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
ContactMatcher.java | 79 * Name matching scores: a matrix by name type vs. candidate lookup type. 278 * of name we found and, if the match is approximate, the distance between the candidate and
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiffengine.cc | 87 // When FindBestMatch() comes up with a match for a candidate block,
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunport.cc | 175 Connection* StunPort::CreateConnection(const Candidate& address,
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_manager_impl.h | 198 // The candidate window. This will be deleted when the APP_TERMINATING
|
/external/chromium_org/chrome/browser/history/ |
scored_history_match.h | 149 // True if this is a candidate for in-line autocompletion.
|
/external/chromium_org/content/common/android/ |
address_parser.cc | 139 // Keep the next candidate to resume parsing from in case of failure.
|
/external/chromium_org/content/renderer/media/ |
media_stream_dependency_factory.h | 137 // Creates a libjingle representation of an ice candidate.
|
/external/chromium_org/media/filters/ |
wsola_internals.cc | 154 // estimate of candidate maximum.
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiffengine.cc | 84 // When FindBestMatch() comes up with a match for a candidate block,
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
WebFontCache.mm | 91 // If both are the same distance from the desired weight, prefer the candidate if it is further from medium.
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-arabic-fallback.hh | 84 * May not be good-enough for presidential candidate interviews, but good-enough for us... */
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectioninterface_unittest.cc | 181 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { 186 EXPECT_TRUE(candidate->ToString(&sdp)); 188 last_candidate_.reset(webrtc::CreateIceCandidate(candidate->sdp_mid(), 189 candidate->sdp_mline_index(), sdp, NULL)); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | 321 Candidate candidate; 323 candidate_elem, translator, &candidate, error)) { 327 candidates->push_back(candidate); [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglmode.c | 154 * Determine if the candidate mode's attributes are at least as good
|
/external/chromium_org/tools/code_coverage/ |
example.croc | 132 # will be attempted; matches where the candidate directory doesn't exist will
|
Completed in 599 milliseconds
<<21222324252627282930>>