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

<<31323334353637383940>>

  /external/chromium_org/ui/base/ime/
input_method.h 157 // Returns true if we know for sure that a candidate window (or IME suggest,
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 180 "Candidate " + Twine(i + 1) + ": ", OS);
  /external/clang/test/SemaCXX/
static-cast.cpp 187 struct B : A { void f(int); void f(); }; // expected-note 2{{candidate function}}
  /external/clang/test/SemaTemplate/
instantiate-cast.cpp 3 struct A { int x; }; // expected-note 2 {{candidate constructor}}
  /external/dnsmasq/src/
dhcp.c 669 struct dhcp_config *config, *candidate; local
703 for (candidate = NULL, count = 0, config = configs; config; config = config->next)
712 candidate = config;
715 return candidate;
  /external/e2fsprogs/misc/
chattr.1.in 71 A file with the `d' attribute set is not candidate for backup when the
  /external/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/llvm/include/llvm/CodeGen/
RegisterScavenging.h 194 /// findSurvivorReg - Return the candidate register that is unused for the
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 198 // it is a preferred candidate for spilling.
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 308 // Try to detect the case where the current inlining candidate caller (call
309 // it B) is a static or linkonce-ODR function and is an inlining candidate
310 // elsewhere, and the current candidate callee (call it C) is large enough
327 // The candidate cost to be imposed upon the current function.
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2011-12-04-loserreg.ll 11 ; dummyout, an obvious candidate for postinc replacement so we can
  /external/llvm/utils/vim/
vimrc 202 " An overload candidate. Use a crazy hack to get vim to
  /external/markdown/docs/
CHANGE_LOG 10 Mar 8, 2009: Release Candidate 2.0-rc-1.
  /external/mesa3d/src/egl/main/
eglmode.c 154 * Determine if the candidate mode's attributes are at least as good
  /external/open-vcdiff/src/
vcdiffengine.cc 84 // When FindBestMatch() comes up with a match for a candidate block,
  /external/oprofile/libpp/
arrange_profiles.h 3 * Classify and process a list of candidate sample files
  /external/sepolicy/
te_macros 19 # XXX dontaudit candidate but requires further study.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c 208 /* find first candidate by inverting the logistic cdf */
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 115 // derive the high-order bits by choosing the candidate closest
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 359 SpellCheckerSubtype candidate = null; local
366 } else if (candidate == null) {
370 candidate = scs;
385 return candidate;
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL_Android.h 62 // candidate for being exposed in NDK
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 66 * Note also that the candidate classes are instantiated lazily as you call {@code next} on the
  /packages/inputmethods/OpenWnn/
ChangeLog.txt 14 - Focus in the candidate list can move arround using keyboard operation.
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 374 for (View candidate: mOnTable) {
375 if (candidate != focus) {
376 final double[] b = getCenter(candidate);
383 bestFocus = candidate;
    [all...]

Completed in 907 milliseconds

<<31323334353637383940>>