Searched
full:candidate (Results
476 -
500 of
1480) sorted by null
<<11121314151617181920>>
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-cxx03-extra-copy.cpp | 25 X3(X3&); // expected-note{{candidate constructor not viable: expects an l-value for 1st argument}}
|
/external/clang/test/SemaCXX/ |
crashes.cpp | 34 struct Y { // expected-note{{candidate}}
|
/external/clang/test/SemaTemplate/ |
instantiate-static-var.cpp | 33 NoDefCon(const NoDefCon&); // expected-note{{candidate constructor}}
|
temp_arg_template.cpp | 51 int operator<<(int, TT<T, N> a) { // expected-note{{candidate template ignored}}
|
/external/guava/guava/src/com/google/common/hash/ |
Hashing.java | 191 int candidate = 0; local 200 next = (int) ((candidate + 1) * inv); 203 candidate = next; 205 return candidate;
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
MockInjectionStrategy.java | 64 * @param mockCandidates A set of mock candidate, that might be injected.
|
/external/skia/src/ports/ |
SkFontHost_linux.cpp | 160 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) { 162 score += (pattern.width() - candidate.width()) * 100; 163 score += (pattern.isItalic() == candidate.isItalic()) ? 0 : 1000; 164 score += pattern.weight() - candidate.weight();
|
/external/v8/src/ |
version.h | 63 bool candidate, const char* soname);
|
/external/valgrind/main/docs/internals/ |
release-HOWTO.txt | 51 For each release candidate (should do release candidates for feature 87 'N' is the release candidate number. 102 - Make clear it's a release candidate. 110 - Do another release candidate.
|
/frameworks/base/core/java/android/widget/ |
DoubleDigitManager.java | 63 // this wasn't a good candidate for the intermediate digit,
|
/packages/inputmethods/OpenWnn/res/layout/ |
candidate_longpress_dialog.xml | 17 <!-- candidate list -->
|
candidates_1line.xml | 17 <!-- candidate list -->
|
/packages/inputmethods/PinyinIME/jni/include/ |
matrixsearch.h | 206 // The starting positions and lemma ids for the full sentence candidate. 213 // the i'th lemma id in lma_id_ is the first candidate for that step. 229 // candidate. 286 // If pfullsent is not NULL, means the full sentence candidate may be the 359 // Add the first candidate to the user dictionary. 363 // candidate 0. lma_from is from which lemma in lma_ids_, lma_num is the 424 // Get the spelling boundaries for the first sentence candidate. 431 // Get one candiate string. If full sentence candidate is available, it will 441 // Choose a candidate. The decoder will do a search after the fixed position.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
CyclicDependencyValidator.java | 48 * @param file the target file that candidate layouts should not directly or
|
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 828 /// \brief Describes the type of overload candidate. 830 /// \brief The candidate is a function declaration. 832 /// \brief The candidate is a function template. 834 /// \brief The "candidate" is actually a variable, expression, or block 840 /// \brief The kind of overload candidate. 844 /// \brief The function overload candidate, available when 848 /// \brief The function template overload candidate, available when 867 /// \brief Determine the kind of overload candidate. 870 /// \brief Retrieve the function overload candidate or the templated 874 /// \brief Retrieve the function template overload candidate [all...] |
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 72 new String[] {"aaa", "bbb", "Candidate for " + input, mLocale}); 128 new String[] {"aaa", "bbb", "Candidate for " + input, mLocale});
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
ImageCache.java | 501 * @param candidate - Bitmap to check 503 * @return true if <code>candidate</code> can be used for inBitmap re-use with 507 Bitmap candidate, BitmapFactory.Options targetOptions) { 511 return candidate.getWidth() == targetOptions.outWidth 512 && candidate.getHeight() == targetOptions.outHeight 517 // is smaller than the reusable bitmap candidate allocation byte count. 520 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); 521 return byteCount <= candidate.getAllocationByteCount();
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.h | 176 // Lookup the prerender candidate in the Prerender Service (if applicable). 179 // Lookup the prerender candidate in the LoggedIn Predictor.
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_reactivation_test.cc | 159 // Set us up as a candidate for reactivation. 195 // Set us up as a candidate for reactivation.
|
/external/chromium_org/content/renderer/media/ |
peer_connection_tracker.h | 97 // Sends an update when an Ice candidate is added. 100 const blink::WebRTCICECandidate& candidate, Source source);
|
/external/chromium_org/remoting/protocol/ |
jingle_session.h | 68 const cricket::Candidate& candidate) OVERRIDE;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/ |
RTCPeerConnectionSyncObserver.m | 164 gotICECandidate:(RTCICECandidate *)candidate { 169 [_receivedICECandidates addObject:candidate];
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnection.h | 101 virtual bool AddIceCandidate(const IceCandidateInterface* candidate); 145 virtual void OnIceCandidate(const IceCandidateInterface* candidate);
|
statstypes.h | 79 // This is intended to be the same thing as an ICE "candidate pair". 100 // ICE Candidate. It links to its transport.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
peerconnectiontestwrapper.h | 69 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate); 81 const std::string& candidate);
|
Completed in 1036 milliseconds
<<11121314151617181920>>