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

<<21222324252627282930>>

  /external/chromium_org/third_party/re2/re2/
filtered_re2.h 45 // of strings that the caller should check for in candidate texts.
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.h 61 const std::string& candidate);
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.html 97 // expected length of the drag gesture for selecting a candidate,
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 7 struct initializer_list // expected-note 2{{candidate}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 58 typename get_nth_type<0, Args1...>::type first_arg_pair(pair<Args1, Args2>...); // expected-note{{candidate template ignored: could not match 'pair<type-parameter-0-0, type-parameter-0-1>' against 'int'}}
  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 69 void accept_array(T (&array)[N]); // expected-note{{candidate template ignored: could not match 'T [N]' against 'int [N]'}}
conditional-expr.cpp 12 A(const B&); // expected-note 2 {{candidate constructor}}
14 struct B { operator A() const; }; // expected-note 2 {{candidate function}}
56 operator short(); // expected-note 2 {{candidate function}}
57 operator signed char(); // expected-note 2 {{candidate function}}
decl-expr-ambiguity.cpp 71 void fn(int(C)) { } // void fn(int(*fp)(C c)) { } expected-note{{candidate function}}
member-init.cpp 94 struct Point { // expected-note 3 {{candidate constructor}}
using-decl-1.cpp 87 namespace A { void foo(ns0::Foo *p, int y, int z = 0); } // expected-note {{candidate}}
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 11 // expected-note 3{{candidate template ignored}}
  /external/llvm/utils/release/
export.sh 28 echo " -rc <num> The release candidate number"
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
serializable-candidates.properties 52 # List of candidate classes to attempt to instantiate in the Objenesis TCK.
  /external/openssh/openbsd-compat/
port-uw.c 66 /* Encrypt the candidate password using the proper salt. */
  /external/oprofile/opjitconv/
jitsymbol.c 210 int candidate = OP_JIT_CONV_FAIL; local
218 if (candidate == -1 || x > lifetime) {
219 candidate = i;
223 return candidate;
  /external/regex-re2/re2/
filtered_re2.h 45 // of strings that the caller should check for in candidate texts.
  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 440 ActivityRecord candidate = mActivities.get(activityNdx); local
441 if (candidate.finishing) {
444 if (candidate.realActivity.equals(realActivity)) {
445 return candidate;
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityPortrait.java 35 * Activity with AutoCompleteTextView (Candidate bar should not appear)
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.h 89 //not a candidate, we might not do it.
  /hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.h 89 //not a candidate, we might not do it.
  /hardware/qcom/display/msm8x26/liboverlay/pipes/
overlayGenPipe.h 89 //not a candidate, we might not do it.
  /packages/inputmethods/OpenWnn/res/layout/
candidates.xml 17 <!-- candidate list -->
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KanaConverter.java 510 * Create the pseudo candidate list
515 * @return The candidate list
578 * Create the pseudo candidate list for Qwerty keyboard
605 * Create the candidate string
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 32 // Used to search Pinyin string and give the best candidate.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string

Completed in 609 milliseconds

<<21222324252627282930>>