HomeSort by relevance Sort by last modified time
    Searched full:forget (Results 1 - 25 of 1817) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/F_fp16_wrong_api/
stderr.txt.expect 1 fp16_wrong_api.rs:5:18: error: function return value cannot have __fp16 type; did you forget * ?
2 fp16_wrong_api.rs:5:29: error: parameters cannot have __fp16 type; did you forget * ?
  /external/python/cpython2/PC/bdist_wininst/
README.txt 3 XXX Dont't forget to mention upx
  /external/python/cpython3/PC/bdist_wininst/
README.txt 3 XXX Dont't forget to mention upx
  /external/clang/test/Sema/
fp16-sema.c 4 extern void f (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
7 extern void (*pf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
10 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
14 __fp16 a; { // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
22 extern __fp16 f1 (void); // expected-error {{function return value cannot have __fp16 type; did you forget * ?}}
25 extern __fp16 (*pf1) (void); // expected-error {{function return value cannot have __fp16 type; did you forget * ?}}
28 typedef __fp16 (*tf1) (void); // expected-error {{function return value cannot have __fp16 type; did you forget * ?}}
renderscript.rs 17 // expected-error@+2 {{function return value cannot have __fp16 type; did you forget * ?}}
22 // expected-error@+2 {{parameters cannot have __fp16 type; did you forget * ?}}
  /external/clang/test/SemaObjC/
method-bad-param.m 10 -(void) my_method:(foo) my_param; // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'foo'}}
11 - (foo)cccccc:(long)ddddd; // expected-error {{interface type 'foo' cannot be returned by value; did you forget * in 'foo'}}
15 -(void) my_method:(foo) my_param // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'foo'}}
18 - (foo)cccccc:(long)ddddd // expected-error {{interface type 'foo' cannot be returned by value; did you forget * in 'foo'}}
23 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'foo'}}
24 foo somefunc2() {} // expected-error {{interface type 'foo' cannot be returned by value; did you forget * in 'foo'}}
invalid-objc-decls-1.m 30 Super foo( // expected-error{{interface type 'Super' cannot be returned by value; did you forget * in 'Super'}}
31 Super parm1) { // expected-error{{interface type 'Super' cannot be passed by value; did you forget * in 'Super'}}
  /art/test/590-checker-arr-set-null-regression/
info.txt 9 but used to forget to remove the "need for a type check" bit in the
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p4.mm 7 auto l1 = [] () -> A { }; // expected-error{{interface type 'A' cannot be returned by value; did you forget * in 'A'?}}
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AClassThatRefersToAForgettableClass.java 17 return AClassToForget.memorableStaticMethod() + " forget this: " + AClassToForget.forgettableStaticMethod();
  /external/stressapptest/src/
findmask.inc 4 0x77c1e96d // don't forget: no comma after the last one
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug467.go 7 // Exported data for inlining could forget types of
  /prebuilts/go/linux-x86/test/fixedbugs/
bug467.go 7 // Exported data for inlining could forget types of
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
boolobject.h 17 Don't forget to apply Py_INCREF() when returning either!!! */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
boolobject.h 17 Don't forget to apply Py_INCREF() when returning either!!! */
  /external/caliper/caliper/src/main/resources/
CaliperCore.gwt.xml 5 <!-- Adding a file? Don't forget to update build.xml! -->
  /external/python/cpython2/Include/
boolobject.h 17 Don't forget to apply Py_INCREF() when returning either!!! */
  /external/python/cpython3/Include/
boolobject.h 15 Don't forget to apply Py_INCREF() when returning either!!! */
  /external/skia/gm/
grayscalejpg.cpp 22 SkDebugf("\nCould not decode file '%s'. Did you forget"
  /external/skqp/gm/
grayscalejpg.cpp 22 SkDebugf("\nCould not decode file '%s'. Did you forget"
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
MissingStorageFragment.java 34 private static final String KEY_FORGET = "forget";
73 final Preference forget = findPreference(KEY_FORGET); local
74 forget.setFragment(ForgetPrivateConfirmFragment.class.getName());
75 ForgetPrivateConfirmFragment.prepareArgs(forget.getExtras(), mFsUuid);
  /prebuilts/gdb/darwin-x86/include/python2.7/
boolobject.h 17 Don't forget to apply Py_INCREF() when returning either!!! */
  /prebuilts/gdb/linux-x86/include/python2.7/
boolobject.h 17 Don't forget to apply Py_INCREF() when returning either!!! */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
boolobject.h 17 Don't forget to apply Py_INCREF() when returning either!!! */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
boolobject.h 17 Don't forget to apply Py_INCREF() when returning either!!! */

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 91011>>