/system/extras/tests/bionic/libstdc++/ |
test_cstddef.cpp | 49 // Check various types are declared in the std namespace.
|
/external/chromium_org/third_party/jinja2/ |
compiler.py | 107 # variables that are known to be declared (probably from outer 109 self.declared = set() 114 # names that are accessed without being explicitly declared by 116 # declared and undeclared. 119 # names that are declared locally 122 # names that are declared by parameters 128 self.declared.add(name) 131 """Check if a name is declared in this or an outer scope.""" 134 return name in self.declared 175 self.identifiers.declared.update [all...] |
/external/bison/build-aux/snippet/ |
warn-on-use.h | 59 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); 82 declared with the given prototype, consisting of return type, parameters,
|
/external/bison/m4/ |
frexpl.m4 | 15 dnl Check whether it's declared. 75 dnl Check whether it's declared.
|
/external/chromium/chrome/browser/policy/ |
device_token_fetcher.h | 54 // Declared virtual so it can be overridden by mocks. 64 // Declared virtual so it can be overridden by mocks.
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.h | 41 // The model types declared before here are somewhat special, as they 49 FIRST_REAL_MODEL_TYPE = BOOKMARKS, // Declared 2nd, for debugger prettiness.
|
/external/chromium_org/chrome/browser/sync/glue/ |
search_engine_data_type_controller_unittest.cc | 101 // must be declared here as the destruction order of the BrowserThread 102 // matters - we could leak if this is declared below.
|
/external/chromium_org/v8/src/ |
scopes.h | 149 // expects all parameters to be declared and from left to right. 153 // declared before, the previously declared variable is returned. 183 // was used (typically for labels). If the variable was not declared, the 457 // The variables declared in this scope: 459 // All user-declared variables (incl. parameters). For global scopes 460 // variables may be implicitly 'declared' by being used (possibly in 512 // Computed as variables are declared.
|
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 71 // If this method was declared in a protocol, we can't check 305 /// and user declared, in the method definition's AST. 505 // Check if a different kind of symbol declared in this scope. 702 // only happen if this protocol was forward-declared. 736 /// issues an error if they are not declared. It returns list of [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
VLASizeChecker.cpp | 58 os << "Declared variable-length array (VLA) "; 127 // declared. We do this by multiplying the array length by the element size,
|
/external/clang/test/Analysis/inlining/ |
DynDispatchBifurcate.m | 149 // Even though the method is privately declared in the category, the parent 184 @interface DefNotAvailClass : NSObject // expected-note {{receiver is instance of class declared here}}
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p5.cpp | 39 int global; // expected-note {{declared here}} 117 // expressions to be declared constexpr in system headers (libstdc++
|
/external/clang/test/CXX/special/class.copy/ |
p12-0x.cpp | 26 // its declared parameter type is the same as if it had been implicitly 27 // declared,
|
p25-0x.cpp | 29 // its declared parameter type is the same as if it had been implicitly 30 // declared,
|
/external/clang/test/Modules/ |
objc-categories.m | 13 // expected-note@Inputs/category_top.h:1 {{receiver is instance of class declared here}} 76 // expected-note@Inputs/category_left_sub.h:7{{'p3_prop' declared here}}
|
/external/clang/test/Sema/ |
block-return.c | 105 b = ^ (int i) __attribute__((noreturn)) { return 1; }; // expected-error {{block declared 'noreturn' should not return}} 107 int (^c)(void) __attribute__((noreturn)) = ^ __attribute__((noreturn)) { return 100; }; // expected-error {{block declared 'noreturn' should not return}}
|
/external/clang/test/SemaCXX/ |
default2.cpp | 116 static void g(int = f()); // expected-error{{use of default argument to function 'f' that is declared later in class 'C2'}} 117 static int f(int = 10); // expected-note{{default argument declared here}}
|
member-pointer-ms.cpp | 12 // - templated with declared specializations with annotations 63 // Test both declared and defined templates.
|
/external/clang/test/SemaObjCXX/ |
arc-overloading.mm | 202 id __attribute__((ns_returns_retained)) rdar10142572::g() { return 0; } // expected-error{{function declared with the ns_returns_retained attribute was previously declared without the ns_returns_retained attribute}}
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
DexMaker.java | 227 if (declaration.declared) { 228 throw new IllegalStateException("already declared: " + type); 230 declaration.declared = true; 251 throw new IllegalStateException("already declared: " + method); 289 throw new IllegalStateException("already declared: " + fieldId); 401 /** declared state */ 402 private boolean declared; field in class:DexMaker.TypeDeclaration 418 if (!declared) {
|
/external/genext2fs/ |
config.h | 79 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 83 /* Define to 1 if `major', `minor', and `makedev' are declared in
|
/external/javassist/src/main/javassist/tools/rmi/ |
StubGenerator.java | 66 * This is a method declared in javassist.Translator. 88 * This is a method declared in javassist.Translator.
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
MaterialDef.java | 140 * Returns a collection of all material parameters declared in this 146 * @return All material parameters declared in this definition.
|
/external/libsepol/src/ |
avrule_block.c | 70 ebitmap_init(&decl->declared.scope[i]); 104 scope_index_destroy(&x->declared);
|
/external/libsepol/tests/ |
test-expander.c | 24 * - add symbols declared in enabled optionals 25 * - do not add symbols declared in disabled optionals
|