/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReadWriteLock.java | 42 * (such as a directory of some kind) is an ideal candidate for the use of
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HTML.java | 34 // TODO(ptucker) other candidate types are list and form elements. Better for this to be
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HTML.java | 35 // TODO(ptucker) other candidate types are list and form elements. Better for this to be
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndapi.c | 539 NJ_CHAR *candidate, NJ_UINT16 size) { 557 ret = njd_b_get_candidate(&result->word, candidate, size); 562 ret = njd_l_get_candidate(iwnn, &result->word, candidate, size); 566 ret = njd_f_get_candidate(&result->word, candidate, size);
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
Environment.java | 25 * Global environment configurations for showing soft keyboard and candidate
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
search.h | 147 // Found new candidate for result.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
search.h | 147 // Found new candidate for result.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 6 matching. This reduces significantly the number of candidate nodes."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 6 matching. This reduces significantly the number of candidate nodes."""
|
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 833 * @param leftFocus look for a candidate is the one at the left of the bounds 868 * @param leftFocus look for a candidate is the one at the left of the bounds [all...] |
ScrollView.java | 852 * @param topFocus look for a candidate is the one at the top of the bounds 884 * the focusable is in the target area, it is a candidate for [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HorizontalScrollView.java | 809 * @param leftFocus look for a candidate is the one at the left of the bounds 844 * @param leftFocus look for a candidate is the one at the left of the bounds 876 * the focusable is in the target area, it is a candidate for 884 /* No candidate, take this one */ [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_est.cpp | 26 #define CANDIDATE_DISTANCE 0 /* distance candidate from one another to consider as a distinct one */ 243 type_pred = 0; /* for initial candidate selection */ 869 /************** initialize candidate **************************/ 926 if (num_can == 0 || dmin == 65535) /* no candidate selected */ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | 502 virtual void OnIceCandidate(const IceCandidateInterface* candidate) OVERRIDE { 504 CHECK(candidate->ToString(&sdp), "got so far: " << sdp); 509 jni(), JavaStringFromStdString(jni(), candidate->sdp_mid())); 512 candidate_class, ctor, *j_mid, candidate->sdp_mline_index(), *j_sdp)); [all...] |
/external/doclava/src/com/google/doclava/ |
ClassInfo.java | [all...] |
/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...] |
/external/llvm/lib/Transforms/Vectorize/ |
BBVectorize.cpp | 92 cl::desc("The maximum number of candidate instruction pairs per group")); 96 cl::Hidden, cl::desc("The maximum number of candidate pairs with which to use" 164 DebugCandidateSelection("bb-vectorize-debug-candidate-selection", 167 " candidate-selection process")); 501 // candidate pairs has a length given by the sum of the weights of its 506 // candidate chains where longer chains are considered to be better. 712 // Build the candidate pair set for faster lookups. [all...] |
/external/chromium/chrome/browser/ |
favicon_helper.cc | 300 // Copies all candidate except first one and notifies the FaviconHelper, 301 // so the next candidate can be processed.
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslinfo.c | 242 /* This function might be a candidate to be public. 261 /* This function might be a candidate to be public,
|
/external/chromium_org/remoting/protocol/ |
jingle_messages_unittest.cc | 186 "xmlns='http://www.google.com/transport/p2p'><candidate name='event' " 189 "password='2iRdhLfawKZC5ydJ' type='local'/><candidate name='video' "
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.cpp | 1579 Position candidate = startPos.downstream(); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
fakesession.h | 200 virtual void OnCandidate(const Candidate& candidate) {
|
/external/chromium_org/webkit/browser/appcache/ |
mock_appcache_storage.cc | 263 // Does the new candidate entry trump our current best candidate?
|
/external/clang/lib/Sema/ |
SemaOpenMP.cpp | 37 virtual bool ValidateCandidate(const TypoCorrection &Candidate) { 38 NamedDecl *ND = Candidate.getCorrectionDecl();
|
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 297 void method(A*) const; // expected-note{{candidate function not viable}} 299 void method(B*); // expected-note{{candidate function not viable}}
|