Home
last modified time | relevance | path

Searched refs:Internal (Results 1 – 25 of 161) sorted by relevance

1234567

/external/webkit/Source/JavaScriptCore/wtf/
DFastAllocBase.h103 ::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); in fastNew()
152 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
164 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
176 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
188 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
200 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
[all …]
DFastMalloc.h96 namespace Internal {
122 namespace Internal {
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
155 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
164 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
165 Internal::fastMallocMatchFailed(p); in fastMallocMatchValidateFree()
166Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so th… in fastMallocMatchValidateFree()
171 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc()
175 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree()
DHexNumber.h32 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);
/external/chromium/chrome/browser/prefs/
Dpref_member.h43 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 {
210 Internal() : value_(ValueType()) {} in Internal() function
218 virtual ~Internal() {} in ~Internal()
226 DISALLOW_COPY_AND_ASSIGN(Internal);
[all …]
Dpref_member.cc80 PrefMemberBase::Internal::Internal() : thread_id_(BrowserThread::UI) { } in Internal() function in subtle::PrefMemberBase::Internal
81 PrefMemberBase::Internal::~Internal() { } in ~Internal()
83 bool PrefMemberBase::Internal::IsOnCorrectThread() const { in IsOnCorrectThread()
90 void PrefMemberBase::Internal::UpdateValue(Value* v, bool is_managed) const { in UpdateValue()
100 &PrefMemberBase::Internal::UpdateValue, in UpdateValue()
106 void PrefMemberBase::Internal::MoveToThread(BrowserThread::ID thread_id) { in MoveToThread()
119 bool PrefMember<bool>::Internal::UpdateValueInternal(const Value& value) const { in UpdateValueInternal()
129 bool PrefMember<int>::Internal::UpdateValueInternal(const Value& value) const { in UpdateValueInternal()
139 bool PrefMember<double>::Internal::UpdateValueInternal(const Value& value) in UpdateValueInternal()
150 bool PrefMember<std::string>::Internal::UpdateValueInternal(const Value& value) in UpdateValueInternal()
[all …]
/external/chromium/chrome/browser/
Dplugin_data_remover_helper.cc17 class PluginDataRemoverHelper::Internal class in PluginDataRemoverHelper
18 : public base::RefCountedThreadSafe<PluginDataRemoverHelper::Internal> {
20 explicit Internal(const char* pref_name, PrefService* prefs) in Internal() function in PluginDataRemoverHelper::Internal
29 &PluginDataRemoverHelper::Internal::UpdateOnFileThread)); in StartUpdate()
37 friend class base::RefCountedThreadSafe<Internal>;
39 ~Internal() {} in ~Internal()
48 &PluginDataRemoverHelper::Internal::SetPrefOnUIThread, in UpdateOnFileThread()
62 DISALLOW_COPY_AND_ASSIGN(Internal);
79 internal_ = make_scoped_refptr(new Internal(pref_name, prefs)); in Init()
Dplugin_data_remover_helper.h42 class Internal;
46 scoped_refptr<Internal> internal_;
/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h85 namespace Internal {
112 namespace Internal {
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
145 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
154 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
155 Internal::fastMallocMatchFailed(p); in fastMallocMatchValidateFree()
156Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so th… in fastMallocMatchValidateFree()
161 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc()
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree()
/external/clang/test/SemaCXX/
Dattr-weak.cpp34 namespace { class Internal; }
35 template struct Test7<Internal>;
Dundefined-internal.cpp101 namespace { struct Internal; }
104 A<Internal> a; in test()
105 a.value = A<Internal>::two; in test()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc243 struct Mutex::Internal { struct in google::protobuf::Mutex
252 : mInternal(new Internal) { in Mutex()
283 struct Mutex::Internal { struct in google::protobuf::Mutex
288 : mInternal(new Internal) { in Mutex()
/external/libvpx/libvpx/third_party/googletest/src/xcode/gtest.xcodeproj/
Dproject.pbxproj41 …3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; f…
50 …404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBu…
51 …404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
52 …404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
53 …404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRe…
54 …404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
59 …40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileR…
78 …4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
79 …4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXB…
80 …4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
[all …]
/external/protobuf/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj41 …3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; f…
50 …404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBu…
51 …404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
52 …404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
53 …404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRe…
54 …404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
59 …40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileR…
78 …4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
79 …4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXB…
80 …4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
[all …]
/external/chromium/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj41 …3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; f…
50 …404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBu…
51 …404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
52 …404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fi…
53 …404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRe…
54 …404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
59 …40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileR…
78 …4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
79 …4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXB…
80 …4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; …
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java431 final Internal.EnumLiteMap<?> enumTypeMap, in ExtensionDescriptor()
443 private final Internal.EnumLiteMap<?> enumTypeMap;
469 public Internal.EnumLiteMap<?> getEnumType() { in getEnumType()
517 final Internal.EnumLiteMap<?> enumTypeMap, in internalInitSingular()
530 final Internal.EnumLiteMap<?> enumTypeMap, in internalInitRepeated()
DProtocolMessageEnum.java40 public interface ProtocolMessageEnum extends Internal.EnumLite {
DInternal.java43 public class Internal { class
DFieldSet.java62 Internal.EnumLiteMap<?> getEnumType(); in getEnumType()
309 isValid = value instanceof Internal.EnumLite; in verifyType()
554 output.writeEnumNoTag(((Internal.EnumLite) value).getNumber()); in writeElementNoTag()
678 ((Internal.EnumLite) value).getNumber()); in computeElementSizeNoTag()
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DAnnotations.java70 public @interface Internal { annotation in Annotations
/external/webkit/Source/WebKit/mac/WebView/
DWebDeviceOrientationProviderMockInternal.h46 @interface WebDeviceOrientationProviderMock (Internal)
DWebDeviceOrientationInternal.h39 @interface WebDeviceOrientation (Internal)
/external/zlib/src/as400/
Dreadme.txt86 deflate.h DEFLATE C ZLIB - Internal compression state
90 inflate.h INFLATE C ZLIB - Internal inflate state definitions
96 zutil.h ZUTIL C ZLIB - Internal interface and configuration
/external/oprofile/events/ppc64/power5++/
Devents53 event:0X0053 counters:3 um:zero minimum:1000 name:PM_IOPS_CMPL_GRP5 : (Group 5 pm_clb2) Internal op…
98 … um:zero minimum:1000 name:PM_IOPS_CMPL_GRP13 : (Group 13 pm_prefetch2) Internal operations comple…
107 … um:zero minimum:1000 name:PM_IOPS_CMPL_GRP14 : (Group 14 pm_prefetch3) Internal operations comple…
124 …m:zero minimum:1000 name:PM_IOPS_CMPL_GRP17 : (Group 17 pm_lsu_reject2) Internal operations comple…
136 …m:zero minimum:1000 name:PM_IOPS_CMPL_GRP19 : (Group 19 pm_lsu_reject4) Internal operations comple…
146 …s:0 um:zero minimum:1000 name:PM_IOPS_CMPL_GRP21 : (Group 21 pm_flush1) Internal operations comple…
153 …s:1 um:zero minimum:1000 name:PM_IOPS_CMPL_GRP22 : (Group 22 pm_flush2) Internal operations comple…
160 … minimum:1000 name:PM_IOPS_CMPL_GRP23 : (Group 23 pm_lsu_flush_srq_lrq) Internal operations comple…
167 …zero minimum:1000 name:PM_IOPS_CMPL_GRP24 : (Group 24 pm_lsu_flush_lrq) Internal operations comple…
172 …zero minimum:1000 name:PM_IOPS_CMPL_GRP25 : (Group 25 pm_lsu_flush_srq) Internal operations comple…
[all …]
/external/libusb_aah/libusb/os/
Dpoll_windows.h34 #define HasOverlappedIoCompletedSync(lpOverlapped) (((DWORD)(lpOverlapped)->Internal) == STATUS_COM…
/external/icu4c/samples/uresb/
Den.txt11 "Internal program error",

1234567