HomeSort by relevance Sort by last modified time
    Searched full:must (Results 201 - 225 of 51864) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/training/basic/ActivityLifecycle/
project.properties 4 # This file must be checked in Version Control Systems.
  /development/samples/training/multiscreen/newsreader/
project.properties 4 # This file must be checked in Version Control Systems.
  /device/asus/deb/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /device/asus/flo/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /device/asus/fugu/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /device/htc/flounder/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /device/lge/hammerhead/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /device/moto/shamu/self-extractors/
PART1 6 echo You must agree to this license before using this software.
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/
Ruleb.g 1 // A single rule in a grammar that must be imported by the demo
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t051treeRewriteASTwWalker.g 11 a : b ; // a.tree must become b.tree
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
version.rb 11 # 1. The origin of this software must not be misrepresented; you must not
16 # 2. Altered source versions must be plainly marked as such, and must not
  /external/clang/
clang.mk 2 $(error Must set variable CLANG_ROOT_PATH before including this! $(LOCAL_PATH))
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp 8 template<> void func2<int>() = delete; // expected-error {{deleted definition must be first declaration}}
  /external/clang/test/CXX/expr/
p3.cpp 3 double operator +(double, double); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}}
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p3.cpp 11 template <class T> friend typename A<T>::Member; // expected-error {{friend type templates must use an elaborated type}}
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding2.c 3 The FE must not generate padding here between array elements. PR 2533. */
  /external/clang/test/Driver/
no-objc-arr.m 7 void *pointer = string; // No error must be issued
  /external/clang/test/Parser/
objc-interfaces.m 6 - (int*) foo2 __attribute__((deprecated)) : (int) x1 __attribute__((deprecated)); // expected-error {{expected ';' after method prototype}} expected-error {{method type specifier must start with '-' or '+'}}
  /external/clang/test/Sema/
attr-decl-after-definition.c 7 void foo() __attribute__((constructor)); // expected-warning {{must precede definition}}
20 visibility("hidden"))); // expected-warning {{must precede definition}}
25 struct __attribute__((visibility("hidden"))) zed; // expected-warning {{must precede definition}}
34 packed // expected-warning {{must precede definition}}
  /external/clang/test/SemaCXX/
PR7944.cpp 11 MACRO(a.b->f()); // expected-error{{reference to non-static member function must be called; did you mean to call it with no arguments?}}
address-space-references.cpp 6 void f0(int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \
7 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
8 void f0(const int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \
9 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
cxx0x-class.cpp 12 static int si = 0; // expected-error {{non-const static data member must be initialized out of line}}
13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}}
16 static const volatile int cvi = 0; // expected-error {{static const volatile data member must be initialized out of line}}
26 static constexpr float y2 = foo(); // expected-error {{must be initialized by a constant expression}} expected-note {{non-constexpr function 'foo'}}
  /external/clang/test/SemaTemplate/
missing-class-keyword-crash.cpp 7 class Bar<G> blah_test; // expected-error{{template argument for non-type template parameter must be an expression}}
  /external/compiler-rt/test/lsan/TestCases/
sanity_check_pure_c.c 4 #error "This test must be built in C mode"
  /external/droiddriver/
settings.gradle 0 // must override project name to 'droiddriver'. otherwise the root folder name will

Completed in 318 milliseconds

1 2 3 4 5 6 7 891011>>