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

<<41424344454647484950>>

  /external/stlport/doc/
stlport_namespaces.txt 15 advantages. The drawback is that you cannot declared Standard component like
48 If you build this code you will surely have a compilation error as f1 is declared
  /external/v8/src/
scopes.h 142 // expects all parameters to be declared and from left to right.
146 // declared before, the previously declared variable is returned.
176 // was used (typically for labels). If the variable was not declared, the
433 // The variables declared in this scope:
435 // All user-declared variables (incl. parameters). For global scopes
436 // variables may be implicitly 'declared' by being used (possibly in
485 // Computed as variables are declared.
  /external/valgrind/main/helgrind/tests/
hg04_race.stderr.exp 33 declared at hg04_race.c:6, in frame #x of thread x
50 declared at hg04_race.c:6, in frame #x of thread x
hg05_race2.stderr.exp 33 declared at hg05_race2.c:24, in frame #x of thread x
50 declared at hg05_race2.c:24, in frame #x of thread x
tc21_pthonce.stderr.exp 33 declared at tc21_pthonce.c:51, in frame #x of thread x
50 declared at tc21_pthonce.c:51, in frame #x of thread x
  /frameworks/base/docs/html/guide/topics/ui/layout/
linear.jd 64 assigned to children in the proportion of their declared weight. Default
71 it is now declared more important than both the others, so it gets half the total remaining space,
relative.jd 70 <p>In your XML layout, dependencies against other views in the layout can be declared in any order.
72 view declared in the hierarchy. The example below demonstrates such a scenario.</p>
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 50 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope
91 // Return false if the type of variable declared in VD does not contain
  /libcore/luni/src/main/java/org/w3c/dom/
Entity.java 24 * process entity declarations made in the external subset or declared in
25 * parameter entities. This means that parsed entities declared in the
  /ndk/sources/host-tools/sed-4.2.1/m4/
acl.m4 21 dnl On all platforms, the ACL related API is declared in <sys/acl.h>.
43 dnl On Linux, additional API is declared in <acl/libacl.h>.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_const.hpp 76 //* is a type T declared const - is_const<T>
155 //* is a type T declared const - is_const<T>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibuf.h 279 struct _mbufScreen; /* declared in multibufst.h */
289 struct xMbufBufferInfo; /* declared in multibufst.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 26 Most functions are declared using the macro:
36 Functions returning other types like `int' are declared using the macro:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 279 struct _mbufScreen; /* declared in multibufst.h */
289 struct xMbufBufferInfo; /* declared in multibufst.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 26 Most functions are declared using the macro:
36 Functions returning other types like `int' are declared using the macro:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 279 struct _mbufScreen; /* declared in multibufst.h */
289 struct xMbufBufferInfo; /* declared in multibufst.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 26 Most functions are declared using the macro:
36 Functions returning other types like `int' are declared using the macro:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 131 // The XML has an extra attribute which wasn't declared in
134 "Attribute %1$s not declared in node %2$s, ignored.", //$NON-NLS-1$
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 382 report_error( ctx, "%s[%u]: The same register declared more than once",
405 * Mark the registers as declared.
411 /* declared TGSI_FILE_INPUT's for geometry processor
448 /* Mark the register as declared.
494 /* Check if all declared registers were used.
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 25 // - There is a variable that is declared inside the intended @autorelease scope
297 // Check that all names declared inside the scope are not used
324 // declared inside the pool scope are used outside of it.
328 "NSAutoreleasePool scope that it was declared in", referenceLoc);
329 Pass.TA.reportNote("name declared here", declarationLoc);
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 13 operator auto(); // expected-note {{declared here}}
80 auto fac_2(int n) { // expected-note {{declared here}}
111 template<typename T> auto fwd_decl(); // expected-note {{declared here}}
311 auto n = n; // expected-error {{variable 'n' declared with 'auto' type cannot appear in its own initializer}}
312 auto f(); // expected-note {{declared here}}
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 382 report_error( ctx, "%s[%u]: The same register declared more than once",
405 * Mark the registers as declared.
411 /* declared TGSI_FILE_INPUT's for geometry processor
448 /* Mark the register as declared.
494 /* Check if all declared registers were used.
  /libcore/libdvm/src/main/java/java/lang/
Class.java 315 * We need to get the annotations declared on this class, plus the
533 * interfaces that are declared as members of the class which this {@code
534 * Class} represents. If there are no classes or interfaces declared or if
550 * matching the given parameter types that is declared by the class
567 * constructors declared in the class represented by this {@code Class}. If
585 * which is declared in the class represented by this {@code Class}.
602 * Returns an array containing {@code Field} objects for all fields declared
627 * given name and parameter types that is declared by the class
649 * declared in the class represented by this {@code Class}. If there are no
753 * for the class C represented by this {@code Class}. Fields may be declared
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
cc1plus 
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/
talk.py 80 previously declared to be prebuilt, or the lib target is being defined
87 raise Exception(lib + ' already declared as a prebuilt library')
97 Returns whether or not the given library name has been declared to be a
129 previously declared as a target, or the lib is being declared as
138 raise Exception(lib + ' cannot be declared as prebuilt after its reverse '
166 libraries: The library or libraries that are being declared as prebuilt

Completed in 854 milliseconds

<<41424344454647484950>>