HomeSort by relevance Sort by last modified time
    Searched full:qualifiers (Results 101 - 125 of 871) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/elfutils/backends/
libebl_CPU.h 56 /* Get a type die corresponding to DIE. Peel CV qualifiers off
  /external/libcxxabi/test/
catch_member_data_pointer_01.pass.cpp 101 // qualifiers.
  /frameworks/base/tools/split-select/
Main.cpp 50 " 'resource-qualifiers:extended-qualifiers', where 'resource-qualifiers' is an AAPT resource\n"
51 " qualifier (ex: en-rUS-sw600dp-xhdpi), and 'extended-qualifiers' is an ordered list of one\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLDataTypeSpec.java 39 // the type name along with qualifiers. e.g. "void", "GLvoid" and "void*" should
  /external/clang/lib/AST/
Type.cpp 32 bool Qualifiers::isStrictSupersetOf(Qualifiers Other) const {
34 // CVR qualifiers superset
36 // ObjC GC qualifiers superset
189 /// element type of the array, potentially with type qualifiers missing.
190 /// This method should never be used when type qualifiers are meaningful.
262 // All the qualifiers we've seen so far.
263 Qualifiers quals = split.Quals;
285 // Otherwise, split the underlying type. If that yields qualifiers,
299 // FIXME: this seems inherently un-qualifiers-safe
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_17.sh     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 118 // Microsoft-specific type qualifiers.
125 // Nullability qualifiers.
792 // Type arguments cannot have explicit qualifiers or nullability.
816 // Remove qualifiers even if they're non-local.
949 /// Apply Objective-C protocol qualifiers to the given type.
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 194 Qualifiers::ObjCLifetime Lifetime;
199 Qualifiers::ObjCLifetime lifetime,
226 if (chunk.Lifetime == Qualifiers::OCL_Strong)
228 if (chunk.Lifetime == Qualifiers::OCL_Weak)
355 Qualifiers::OCL_None,
372 Qualifiers::OCL_None, &CI,
386 Qualifiers::ObjCLifetime lifetime =
390 case Qualifiers::OCL_None: llvm_unreachable("impossible");
391 case Qualifiers::OCL_ExplicitNone:
392 case Qualifiers::OCL_Autoreleasing
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 242 <p class="caution"><strong>Caution:</strong> When appending multiple qualifiers, you must
243 place them in the same order in which they are listed in table 2. If the qualifiers are ordered
268 configuration information with the qualifiers in the resource directory name.</p>
270 <p>Android supports several configuration qualifiers and you can
271 add multiple qualifiers to one directory name, by separating each qualifier with a dash. Table 2
272 lists the valid configuration qualifiers, in order of precedence&mdash;if you use multiple
273 qualifiers for a resource directory, you must add them to the directory name in the order they
519 resources with qualifiers that better match the current device configuration, the system may use
673 other qualifiers. This is useful for
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/boringssl/src/crypto/x509v3/
pcy_int.h 75 /* Policy OID and qualifiers for this data */
99 /* qualifiers are shared and shouldn't be freed */
  /external/clang/test/Sema/
builtins-arm-exclusive.c 44 res |= __builtin_arm_strex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
95 res |= __builtin_arm_stlex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
builtins-arm64-exclusive.c 44 res |= __builtin_arm_strex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
93 res |= __builtin_arm_stlex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
conditional-expr.c 23 vp = (0 ? vp : cip); // expected-warning {{discards qualifiers}}
24 vp = (0 ? cip : vp); // expected-warning {{discards qualifiers}}
  /external/dng_sdk/
Android.mk 89 LOCAL_CFLAGS += -Wno-ignored-qualifiers
121 LOCAL_CFLAGS += -Wno-ignored-qualifiers
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 174 // reference qualifiers on functions are a C++11 extension
243 // reference qualifiers on functions are a C++11 extension
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer.pass.cpp 77 // reference qualifiers on functions are a C++11 extension
107 // RValue qualifiers
  /external/skia/src/gpu/glsl/
GrGLSLCaps.h 22 * special layout qualifiers in the fragment shader.
28 kSpecificEnables_AdvBlendEqInteraction, //<! Specific layout qualifiers per equation
GrGLSLShaderBuilder.h 173 * A low level function to build default layout qualifiers.
177 * GLSL allows default layout qualifiers for in, out, and uniform.
  /frameworks/base/docs/html/training/multiscreen/
screensizes.jd 20 <li><a href="#TaskUseSizeQuali">Use Size Qualifiers</a></li>
23 <li><a href="#TaskUseOriQuali">Use Orientation Qualifiers</a></li>
143 <h2 id="TaskUseSizeQuali">Use Size Qualifiers</h2>
151 so by using <a href="http://developer.android.com/guide/practices/screens_support.html#qualifiers">configuration qualifiers</a>, which allows the runtime
174 other layout (without qualifiers) will be selected for smaller devices.</p>
274 <h2 id="TaskUseOriQuali">Use Orientation Qualifiers</h2>
308 each configuration using the configuration qualifiers. You can now do it using the layout alias
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 125 _Atomic qualifiers (and const qualifiers, if those are valid on
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdatomic.h 125 _Atomic qualifiers (and const qualifiers, if those are valid on
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 125 _Atomic qualifiers (and const qualifiers, if those are valid on
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 125 _Atomic qualifiers (and const qualifiers, if those are valid on
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 125 _Atomic qualifiers (and const qualifiers, if those are valid on

Completed in 3153 milliseconds

1 2 3 45 6 7 8 91011>>