HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 651 - 675 of 3874) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationController.h 56 // No implementation for the default constructor. Declared private to ensure that no instances
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleKeyBinding.java 24 * command as declared in {@link BrailleInputEvent}.
  /external/chromium_org/third_party/skia/src/gpu/
gr_unittests.cpp 18 // clang demands they be declared before we #include the template
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 11 // which is declared as "HeapProfileBucket**".
  /external/chromium_org/ui/base/test/
ui_controls_aura.cc 89 // static. declared in ui_controls.h
  /external/chromium_org/v8/test/mjsunit/
argument-named-arguments.js 29 // variable is declared as a parameter or local variable.
  /external/chromium_org/v8/test/webkit/
for-in-var-scope-expected.txt 24 This tests that for/in statements properly scope a variable that's declared in one. In previous versions of JavaScriptCore there were two bugs that caused problems. First, the loop variable declaration would not be processed. Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable.
for-in-var-scope.js 25 "This tests that for/in statements properly scope a variable that's declared in one. "
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp 23 void func(C); // expected-note {{'C::func' declared here}} \
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 6 void f1(); // expected-note {{'f1' declared here}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p1.cpp 46 // Ensure that negative array size errors include the name of the declared
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 6 NonCopyable(const NonCopyable&); // expected-note 2 {{implicitly declared private here}}
  /external/clang/test/CXX/special/class.copy/
p18-cxx11.cpp 6 // The implicitly-declared copy assignment operator for a class X will have the form
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 233 template <typename STRING_TYPE> class BasicStringPiece; // expected-note {{template is declared here}}
240 template <typename STRING_TYPE> class BasicStringPiece; // expected-note {{template is declared here}}
247 template <typename STRING_TYPE> class BasicStringPiece; // expected-note {{template is declared here}}
254 template <typename STRING_TYPE> class BasicStringPiece; // expected-note {{template is declared here}}
  /external/clang/test/Modules/
lookup.cpp 8 // expected-warning@Inputs/lookup_left.hpp:3 {{weak identifier 'weak_identifier' never declared}}
  /external/clang/test/SemaCXX/
copy-initialization.cpp 22 void bar(); // expected-note{{declared here}}
cxx1y-variable-templates_in_class.cpp 6 template<typename T> const T wrong; // expected-error {{member 'wrong' declared as a template}}
7 template<typename T> const T wrong_init = 5; // expected-error {{member 'wrong_init' declared as a template}}
10 template<typename T> const int right<int,T>; // expected-error {{member 'right' declared as a template}}
11 template<typename T> const float right<float,T> = 5; // expected-error {{member 'right' declared as a template}}
destructor.cpp 20 // expected-error{{destructor cannot be declared 'static'}} \
37 ~E_typedef(); // expected-error{{destructor cannot be declared using a typedef 'E_typedef' (aka 'E') of the class name}}
70 class QGenericArgument // expected-note{{declared here}}
355 struct A { // expected-note 2{{type 'PR7900::A' is declared here}}
member-expr.cpp 5 enum E {Enumerator}; // expected-note 2{{declared here}}
97 void PopCleanupBlock(); // expected-note{{'PopCleanupBlock' declared here}}
188 void func(); // expected-note {{'func' declared here}}
192 bar operator->(); // expected-note 2 {{'->' applied to return value of the operator->() declared here}}
offsetof.cpp 35 int j : 12; // expected-note{{bit-field is declared here}}
static-assert.cpp 3 int f(); // expected-note {{declared here}}
warn-missing-noreturn.cpp 64 A(int) : f(h()) { } // expected-warning {{function 'A' could be declared with attribute 'noreturn'}}
  /external/clang/test/SemaObjC/
arc-cf.m 4 char _global[-1]; // expected-error {{declared as an array with a negative size}}
method-bad-param.m 51 - (void) my_method: (int)arg; // expected-note {{method 'my_method:' declared here}}
property-in-class-extension-1.m 18 @property (assign, readonly) NSString* changeMemoryModel; // expected-note {{property declared here}}

Completed in 1120 milliseconds

<<21222324252627282930>>