/external/clang/test/CXX/temp/temp.res/temp.local/ |
p3.cpp | 18 // expected-error{{'Base' is not a class, namespace, or scoped enumeration}}
|
/external/clang/test/SemaObjC/ |
foreach.m | 12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
|
/external/qemu/android/utils/ |
win32_cmdline_quote_unittest.cpp | 18 // Helper class to hold a scoped heap-allocated string pointer that gets
|
/external/skia/src/sfnt/ |
SkTypedEnum.h | 28 // Scoped enums are buggy in GCC 4.4.0 through 4.5.1.
|
/system/keymaster/ |
openssl_utils.h | 33 * failure. This means we need to tell our scoped pointers when we've transferred ownership, without
|
/external/clang/test/SemaCXX/ |
nested-name-spec.cpp | 16 ::A::ax::undef ex3; // expected-error {{'ax' is not a class, namespace, or scoped enumeration}} 89 // is if it's 'not a class, namespace, or scoped enumeration'. 91 N::x = 0; // expected-error {{'N' is not a class, namespace, or scoped enumeration}} 93 { typedef int A; A::ax = 0; } // expected-error{{'A' (aka 'int') is not a class, namespace, or scoped enumeration}} 119 return E::X; // expected-error{{'E::Nested::E' is not a class, namespace, or scoped enumeration}} 313 TypedefNamespace::F::NonexistentName BadNNSWithCXXScopeSpec; // expected-error {{'F' (aka 'int') is not a class, namespace, or scoped enumeration}}
|
/external/chromium_org/cc/resources/ |
scoped_resource_unittest.cc | 29 // New scoped textures do not hold a texture yet. 32 // New scoped textures do not have a size yet.
|
/external/chromium_org/net/dns/ |
mdns_cache.h | 91 // Remove a record from the cache. Returns a scoped version of the pointer 92 // passed in if it was removed, scoped null otherwise.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueList.h | 85 // Objects of this class are intended to be stack-allocated and scoped to a single function. 100 // Objects of this class are intended to be stack-allocated and scoped to a single function.
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
p8-0x.cpp | 50 decltype(int())::PR10127::outer i; // expected-error{{'decltype(int())' (aka 'int') is not a class, namespace, or scoped enumeration}} 51 decltype(int())::global j; // expected-error{{'decltype(int())' (aka 'int') is not a class, namespace, or scoped enumeration}}
|
/external/chromium_org/ash/accelerators/ |
spoken_feedback_toggler_unittest.cc | 18 SpokenFeedbackToggler::ScopedEnablerForTest scoped; local
|
/external/chromium_org/base/win/ |
scoped_com_initializer.h | 20 // WARNING: This should only be used once per thread, ideally scoped to a
|
/external/chromium_org/chrome/browser/task_manager/ |
child_process_resource_provider.h | 75 // A scoped container for notification registries.
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
avatar_menu_button.h | 61 // Use a scoped ptr because gfx::Image doesn't have a default constructor.
|
/external/chromium_org/chrome/browser/webdata/ |
web_intents_table.h | 50 // The defaults are scoped by action, then type, then url prefix.
|
/external/chromium_org/components/signin/core/browser/ |
signin_oauth_helper.h | 26 // is the account's login-scoped oauth2 refresh token.
|
/external/chromium_org/gpu/command_buffer/service/ |
mailbox_manager.h | 26 // Manages resources scoped beyond the context or context group level.
|
/external/chromium_org/sql/ |
transaction.h | 17 // Creates the scoped transaction object. You MUST call Begin() to begin the
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_ashmem.h | 12 // Helper class to hold a scoped ashmem region file descriptor.
|
crazy_linker_memory_mapping.h | 16 // Helper class for a memory mapping. This is _not_ scoped.
|
/external/chromium_org/ui/compositor/ |
scoped_layer_animation_settings.h | 23 // Scoped settings allow you to temporarily change the animator's settings and
|
/external/chromium_org/ui/gl/android/ |
scoped_java_surface.h | 18 // A helper class for holding a scoped reference to a Java Surface instance.
|
/external/chromium_org/v8/test/mjsunit/ |
try-catch-scopes.js | 28 // Exception variables used in try-catch should be scoped, e.g. only
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/ |
p1.cpp | 131 // arguments in scoped declarations.
|
/external/clang/test/CodeGen/ |
fp-contract-pragma.cpp | 49 // Check file-scoped FP_CONTRACT
|