/external/chromium/chrome/browser/ |
plugin_data_remover_helper.cc | 16 // The internal class is refcounted so it can outlive PluginDataRemoverHelper. 17 class PluginDataRemoverHelper::Internal 18 : public base::RefCountedThreadSafe<PluginDataRemoverHelper::Internal> { 20 explicit Internal(const char* pref_name, PrefService* prefs) 29 &PluginDataRemoverHelper::Internal::UpdateOnFileThread)); 37 friend class base::RefCountedThreadSafe<Internal>; 39 ~Internal() {} 48 &PluginDataRemoverHelper::Internal::SetPrefOnUIThread, 62 DISALLOW_COPY_AND_ASSIGN(Internal); 79 internal_ = make_scoped_refptr(new Internal(pref_name, prefs)) [all...] |
plugin_data_remover_helper.h | 42 class Internal; 46 scoped_refptr<Internal> internal_;
|
/external/chromium/chrome/browser/prefs/ |
pref_member.h | 43 class Internal : public base::RefCountedThreadSafe<Internal> { 45 Internal(); 60 friend class base::RefCountedThreadSafe<Internal>; 61 virtual ~Internal(); 77 DISALLOW_COPY_AND_ASSIGN(Internal); 116 virtual Internal* internal() const = 0; 208 class Internal : public subtle::PrefMemberBase::Internal { 229 virtual Internal* internal() const { return internal_; } function in class:PrefMember [all...] |
pref_member.cc | 49 if (!internal()) 51 internal()->MoveToThread(thread_id); 69 if (!internal()) 71 internal()->UpdateValue(pref->GetValue()->DeepCopy(), pref->IsManaged()); 76 if (!internal()) 80 PrefMemberBase::Internal::Internal() : thread_id_(BrowserThread::UI) { } 81 PrefMemberBase::Internal::~Internal() { } 83 bool PrefMemberBase::Internal::IsOnCorrectThread() const [all...] |
/external/clang/test/SemaCXX/ |
attr-weak.cpp | 3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 4 static void test1() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 10 int test3 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} 27 namespace { class Internal; } 28 template struct Test7<Internal>;
|
undefined-internal.cpp | 7 static void foo(); // expected-warning {{function 'test1::foo' has internal linkage but is not defined}} 8 template <class T> static void bar(); // expected-warning {{function 'test1::bar<int>' has internal linkage but is not defined}} 18 void foo(); // expected-warning {{function 'test2::<anonymous namespace>::foo' has internal linkage but is not defined}} 19 extern int var; // expected-warning {{variable 'test2::<anonymous namespace>::var' has internal linkage but is not defined}} 20 template <class T> void bar(); // expected-warning {{function 'test2::<anonymous namespace>::bar<int>' has internal linkage but is not defined}} 52 A(); // expected-warning {{function 'test4::<anonymous namespace>::A::A' has internal linkage but is not defined}} 53 ~A();// expected-warning {{function 'test4::<anonymous namespace>::A::~A' has internal linkage but is not defined}} 54 virtual void foo(); // expected-warning {{function 'test4::<anonymous namespace>::A::foo' has internal linkage but is not defined}} 56 virtual void baz(); // expected-warning {{function 'test4::<anonymous namespace>::A::baz' has internal linkage but is not defined}} 78 static int var; // expected-warning {{variable 'test5::B<test5::<anonymous>::A>::var' has internal linkage but is not defined} [all...] |
/external/webkit/Source/JavaScriptCore/wtf/wince/ |
FastMallocWinCE.h | 85 namespace Internal { 112 namespace Internal { 137 } // namespace Internal 140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) 145 Internal::setFastMallocMatchValidationType(p, allocType); 149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) 154 if (Internal::fastMallocMatchValidationType(p) != allocType) 155 Internal::fastMallocMatchFailed(p); 156 Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so that fastFree thinks it's OK [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
FastAllocBase.h | 103 ::WTF::fastMallocMatchValidateMalloc(p, ::WTF::Internal::AllocTypeClassNew); \ 109 ::WTF::fastMallocMatchValidateFree(p, ::WTF::Internal::AllocTypeClassNew); \ 116 ::WTF::fastMallocMatchValidateMalloc(p, ::WTF::Internal::AllocTypeClassNewArray); \ 122 ::WTF::fastMallocMatchValidateFree(p, ::WTF::Internal::AllocTypeClassNewArray); \ 140 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); 152 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); 164 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); 176 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); 188 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); 200 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew) [all...] |
HexNumber.h | 32 namespace Internal { 41 }; // namespace Internal 46 const char* hexDigits = Internal::hexDigitsForMode(mode); 54 const char* hexDigits = Internal::hexDigitsForMode(mode); 63 const char* hexDigits = Internal::hexDigitsForMode(mode); 71 const char* hexDigits = Internal::hexDigitsForMode(mode); 87 const char* hexDigits = Internal::hexDigitsForMode(mode);
|
FastMalloc.h | 96 namespace Internal { 122 namespace Internal { 147 } // namespace Internal 150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) 155 Internal::setFastMallocMatchValidationType(p, allocType); 159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) 164 if (Internal::fastMallocMatchValidationType(p) != allocType) 165 Internal::fastMallocMatchFailed(p); 166 Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so that fastFree thinks it's OK [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ProtocolMessageEnum.java | 40 public interface ProtocolMessageEnum extends Internal.EnumLite {
|
Internal.java | 43 public class Internal {
|
GeneratedMessageLite.java | 431 final Internal.EnumLiteMap<?> enumTypeMap, 443 private final Internal.EnumLiteMap<?> enumTypeMap; 469 public Internal.EnumLiteMap<?> getEnumType() { 517 final Internal.EnumLiteMap<?> enumTypeMap, 530 final Internal.EnumLiteMap<?> enumTypeMap,
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c | 37 * second element contains the threshold for internal horizontal 42 * second element contains the threshold for the internal 89 int I, X, Y, Internal=0; 101 for (Y=0; Y<8; Y+=4, Internal=1) 122 pAlpha[Internal], 123 pBeta[Internal],
|
omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c | 37 * internal vertical edge); per [ISO14496-10] alpha values must be 41 * for the internal vertical edge); per [ISO14496-10] beta values 88 int I, X, Y, Internal=0; 102 for (X=0; X<8; X+=4, Internal=1) 123 pAlpha[Internal], 124 pBeta[Internal],
|
omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 37 * for the internal horizontal edge); per [ISO14496-10] alpha 41 * is for the internal horizontal edge). Per [ISO14496-10] beta 85 int I, X, Y, Internal=0; 97 for (Y=0; Y<16; Y+=4, Internal=1) 117 pAlpha[Internal], 118 pBeta[Internal],
|
omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c | 37 * for the internal vertical edge); per [ISO14496-10] alpha values 41 * for the internal vertical edge); per [ISO14496-10] beta values 84 int X, Y, I, Internal=0; 99 for (X=0; X<16; X+=4, Internal=1) 120 pAlpha[Internal], 121 pBeta[Internal],
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebDeviceOrientationInternal.h | 39 @interface WebDeviceOrientation (Internal)
|
WebDeviceOrientationProviderMockInternal.h | 46 @interface WebDeviceOrientationProviderMock (Internal)
|
WebDeviceOrientation.mm | 43 @implementation WebDeviceOrientation (Internal)
|
WebDeviceOrientationProviderMock.mm | 70 @implementation WebDeviceOrientationProviderMock (Internal)
|
/external/protobuf/src/google/protobuf/stubs/ |
common.cc | 54 namespace internal { namespace in namespace:google::protobuf 100 } // namespace internal 105 namespace internal { namespace in namespace:google::protobuf 186 suppress = internal::log_silencer_count_ > 0; 190 internal::log_handler_(level_, filename_, line_, message_); 202 } // namespace internal 205 LogHandler* old = internal::log_handler_; 206 if (old == &internal::NullLogHandler) { 210 internal::log_handler_ = &internal::NullLogHandler 234 namespace internal { FunctionClosure0::~FunctionClosure0() {} } namespace in namespace:google::protobuf 321 namespace internal { namespace in namespace:google::protobuf [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
DebuggerMessage.java | 29 implements com.google.protobuf.Internal.EnumLite { 423 public static com.google.protobuf.Internal.EnumLiteMap<Function> 427 private static com.google.protobuf.Internal.EnumLiteMap<Function> 429 new com.google.protobuf.Internal.EnumLiteMap<Function>() { 446 implements com.google.protobuf.Internal.EnumLite { 468 public static com.google.protobuf.Internal.EnumLiteMap<Type> 472 private static com.google.protobuf.Internal.EnumLiteMap<Type> 474 new com.google.protobuf.Internal.EnumLiteMap<Type>() { 491 implements com.google.protobuf.Internal.EnumLite { 507 public static com.google.protobuf.Internal.EnumLiteMap<DataType [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKViewInternal.h | 47 @interface WKView (Internal)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
DebuggerMessage.java | 29 implements com.google.protobuf.Internal.EnumLite { 423 public static com.google.protobuf.Internal.EnumLiteMap<Function> 427 private static com.google.protobuf.Internal.EnumLiteMap<Function> 429 new com.google.protobuf.Internal.EnumLiteMap<Function>() { 446 implements com.google.protobuf.Internal.EnumLite { 468 public static com.google.protobuf.Internal.EnumLiteMap<Type> 472 private static com.google.protobuf.Internal.EnumLiteMap<Type> 474 new com.google.protobuf.Internal.EnumLiteMap<Type>() { 491 implements com.google.protobuf.Internal.EnumLite { 507 public static com.google.protobuf.Internal.EnumLiteMap<DataType [all...] |