HomeSort by relevance Sort by last modified time
    Searched full:viable (Results 301 - 325 of 551) sorted by null

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageRequest.java 186 // mark() and reset(), the only viable way to reload the input stream is to re-open it.
  /system/security/keystore/
keystore_main.cpp 146 << "Error no viable keymaster device found";
  /system/timezone/testing/src/main/java/libcore/tzdata/testing/
ZoneInfoTestHelper.java 112 /** Initializes to a minimum viable ZoneInfo data. */
  /external/clang/test/SemaCXX/
enable_if.cpp 9 X() = default; // expected-note{{candidate constructor not viable: requires 0 arguments, but 1 was provided}}
10 X(const X&) = default; // expected-note{{candidate constructor not viable: no known conversion from 'bool' to 'const X' for 1st argument}}
367 void regularEnableIf(int a) __attribute__((enable_if(a, ""))); // expected-note 3{{declared here}} expected-note 3{{candidate function not viable}}
cxx1y-generic-lambdas-capturing.cpp 800 char (*fc)(char) = L; //expected-error{{no viable conversion}}
801 double (*fd)(double) = L; //expected-error{{no viable conversion}}
844 int* (*fi2)(int) = L(3.14); //expected-error{{no viable conversion}}
addr-of-overloaded-function.cpp 144 void add_property(double(*)(mcdata<double> const &)); // expected-note{{candidate function not viable: no overload of 'wrap_mean' matching}}
pass-object-size.cpp 134 (&DirectAddrOfOvl)((char*)nullptr); //expected-error{{no matching function}} expected-note@129{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@130{{candidate function not viable: no known conversion from 'char *' to 'int *' for 1st argument}}
  /external/pdfium/fpdfsdk/pwl/
cpwl_scroll_bar.cpp 614 // Note, |this| may no longer be viable at this point. If more work needs
623 // Note, |this| may no longer be viable at this point. If more work needs
632 // Note, |this| may no longer be viable at this point. If more work needs
  /external/llvm/lib/Analysis/
InlineCost.cpp 265 /// This marks the candidate as no longer viable for SROA, and adds the cost
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 582 A(); // expected-note {{not viable}}
829 A(A &); // expected-note {{not viable: expects an l-value}}
833 A a = b; // expected-error {{no viable constructor copying variable}}
dr15xx.cpp 194 template<int N> int k(Aggr const(&)[N]); //expected-note{{not viable}}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 33 /* for safety, ensure a viable minimum stacksize */
  /external/Microsoft-GSL/tests/
notnull_tests.cpp 145 q = u; // no viable conversion possible between MyBase* and Unrelated*
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 253 msg = "no viable alternative at character "+getCharErrorDisplay(e.c);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 290 msg = "no viable alternative at character " + GetCharErrorDisplay(e.Character);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 350 msg = "no viable alternative at character " + GetCharErrorDisplay( e.Character );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 367 msg = "no viable alternative at character " + GetCharErrorDisplay( e.Character );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 279 msg = "no viable alternative at character "+getCharErrorDisplay(e.c);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Lexer.js 226 msg = "no viable alternative at character "+this.getCharErrorDisplay(e.c);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 260 $msg = 'no viable alternative at character ' . $self->get_char_error_display($e->get_c());
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 61 there is <i>no viable alternative</i>.
  /external/clang/test/SemaObjCXX/
arc-type-conversion.mm 4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of incomplete type 'void *' to '__strong id'}}
  /external/junit/src/main/java/org/junit/runner/
Description.java 22 * to display the tree of tests. This was no longer viable in JUnit 4 because atomic tests no longer have
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 127 /// Value pointers). It may be viable to do away with \a TrackingMDRef in the
  /external/llvm/lib/Target/WebAssembly/
WebAssembly.td 51 // Minimal Viable Product.

Completed in 709 milliseconds

<<11121314151617181920>>