HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 376 - 400 of 2980) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-799761.js 47 // const variables may be declared but never initialized, in which case
85 // const variables may be declared via 'eval'
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieVisualContext.h 45 // work around the inability of CVTimeStamp to be forward declared, in
46 // addition to it being declared in different header files when building
  /libcore/luni/src/main/java/org/w3c/dom/
Notation.java 16 * This interface represents a notation declared in the DTD. A notation either
20 * to the declared name of the notation.
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 16 * (more runtime exceptions can be thrown but are not declared and as such
123 * The prefix and namespace MUST be always declared even if prefix
205 * default empty namespace is declared (in XML 1.0 xmlns='')
228 * default empty namespace is declared (in XML 1.0 xmlns='').
239 // *and namespace declared if not already declared or
245 // * default empty namespace is declared (in XML 1.0 xmlns='')
258 // * and namespace declared if not already declared or
264 // * default empty namespace is declared (in XML 1.0 xmlns=''
    [all...]
  /external/clang/test/SemaObjC/
arc.m 60 - (id)retain; // expected-note {{method 'retain' declared here}}
61 - (id)autorelease; // expected-note {{method 'autorelease' declared here}}
62 - (oneway void)release; // expected-note {{method 'release' declared here}}
63 - (NSUInteger)retainCount; // expected-note {{method 'retainCount' declared here}}
207 - (void) init01 {} // expected-error {{method was declared as an 'init' method, but its implementation doesn't match because its result type is not an object pointer}} \
208 // expected-warning{{method is expected to return an instance of its class type 'Test8', but is declared to return 'void'}}
210 - (void) init21 {} // expected-error {{method was declared as an 'init' method, but its implementation doesn't match because its result type is not an object pointer}}
211 - (void) init31 {} // expected-error {{method was declared as an 'init' method, but its implementation doesn't match because its result type is not an object pointer}} \
212 // expected-warning{{method is expected to return an instance of its class type 'Test8', but is declared to return 'void'}}
213 - (void) init41 {} // expected-error {{method was declared as an 'init' method, but its implementation doesn't match because its result type is not an object (…)
    [all...]
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 131 out.println(location() + " field declared " + dex.fieldIds().get(fieldIndex));
139 out.println(location() + " method declared " + dex.methodIds().get(methodIndex));
152 * Returns the fields with {@code memberNameIndex} declared by {@code
169 * Returns the methods with {@code memberNameIndex} declared by {@code
  /dalvik/vm/alloc/
MarkSweep.h 40 /* This is declared publicly so that it can be included in gDvm.gcHeap.
  /dalvik/vm/native/
README.txt 12 These methods should not be declared "synchronized", because we don't
  /development/samples/TtsEngine/
_index.html 24 declared in the <code>AndroidManifest.xml</code> file as a
  /external/bison/darwin-lib/
warn-on-use.h 19 declared with the given prototype, consisting of return type, parameters,
  /external/bison/lib/
isnanf-nolibm.h 28 /* Get declaration of isnanf(), if not declared in <math.h>. */
  /external/bison/linux-lib/
warn-on-use.h 19 declared with the given prototype, consisting of return type, parameters,
  /external/bison/m4/
fcntl_h.m4 24 dnl enough to be declared everywhere.
mbswidth.m4 17 AC_CACHE_CHECK([whether mbswidth is declared in <wchar.h>],
  /external/bison/src/
scan-gram.h 30 /* These are declared by the scanner, but not used. We put them here
  /external/chromium/base/
linux_util.h 18 // This is declared here so the crash reporter can access the memory directly
  /external/chromium/chrome/browser/ui/views/
dialog_stubs_gtk.cc 5 // This file contains stub implementations of the functions declared in
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 4 // declared in a block (6.3) or to function parameters (8.4).
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 79 template<typename...T> void f3() { // expected-note {{template parameter is declared here}}
99 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
116 ~X(); // expected-error {{destructor cannot be declared using a type alias}}
144 using U = int; // expected-note {{declared private here}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp 44 void f(int, int); // expected-note{{'f' declared here}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
p3.cpp 25 void A::*p = 0; // expected-error{{'p' declared as a member pointer to void}}
  /external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp 16 template <typename T> struct TEx; // expected-note {{template is declared here}}
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 45 ~T3_A(); // expected-note{{declared private here}}
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 33 template<typename ...Types> // expected-note{{parameter pack 'Types' declared here}}
  /external/clang/test/CXX/special/class.copy/
p8-cxx11.cpp 6 // The implicitly-declared copy constructor for a class X will have the form

Completed in 438 milliseconds

<<11121314151617181920>>