Searched defs:Internal (Results 1 - 17 of 17) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAnnotations.java70 public @interface Internal { interface in class:Annotations
/external/chromium/chrome/browser/
H A Dplugin_data_remover_helper.cc17 class PluginDataRemoverHelper::Internal class in class:PluginDataRemoverHelper
18 : public base::RefCountedThreadSafe<PluginDataRemoverHelper::Internal> {
20 explicit Internal(const char* pref_name, PrefService* prefs) function in class:PluginDataRemoverHelper::Internal
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));
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DInternal.java43 public class Internal { class
/external/chromium/chrome/browser/prefs/
H A Dpref_member.cc80 PrefMemberBase::Internal::Internal() : thread_id_(BrowserThread::UI) { } function in class:subtle::PrefMemberBase::Internal
81 PrefMemberBase::Internal::~Internal() { }
83 bool PrefMemberBase::Internal::IsOnCorrectThread() const {
90 void PrefMemberBase::Internal::UpdateValue(Value* v, bool is_managed) const {
100 &PrefMemberBase::Internal::UpdateValue,
106 void PrefMemberBase::Internal::MoveToThread(BrowserThread::ID thread_id) {
119 bool PrefMember<bool>::Internal::UpdateValueInternal(const Value& value) const {
129 bool PrefMember<int>::Internal
[all...]
H A Dpref_member.h43 class Internal : public base::RefCountedThreadSafe<Internal> { class in class:subtle::PrefMemberBase
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 { class in class:PrefMember
210 Internal() function in class:PrefMember::Internal
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A 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);
152 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
164 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
176 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
188 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
200 fastMallocMatchValidateMalloc(p, Internal
204 namespace Internal { namespace in namespace:WTF
323 namespace Internal { namespace in namespace:WTF
376 namespace Internal { namespace in namespace:WTF
[all...]
H A DHexNumber.h32 namespace Internal { namespace in namespace:WTF
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);
H A DFastMalloc.cpp166 namespace Internal { namespace in namespace:WTF
173 } // namespace Internal
229 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc;
279 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc;
321 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p);
322 if (*header != Internal::AllocTypeMalloc)
323 Internal::fastMallocMatchFailed(p);
338 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p);
339 if (*header != Internal::AllocTypeMalloc)
340 Internal
[all...]
H A DFastMalloc.h96 namespace Internal { namespace in namespace:WTF
122 namespace Internal { namespace in namespace:WTF
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
[all...]
/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DFastMallocWinCE.h85 namespace Internal { namespace in namespace:WTF
112 namespace Internal { namespace in namespace:WTF
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
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc243 struct Mutex::Internal { struct in class:google::protobuf::Mutex
252 : mInternal(new Internal) {
283 struct Mutex::Internal { struct in class:google::protobuf::Mutex
288 : mInternal(new Internal) {
/external/clang/lib/AST/
H A DDeclBase.cpp1269 void DeclContext::makeDeclVisibleInContextWithFlags(NamedDecl *D, bool Internal, argument
1304 makeDeclVisibleInContextImpl(D, Internal);
1313 makeDeclVisibleInContextWithFlags(D, Internal, Recoverable);
1322 void DeclContext::makeDeclVisibleInContextImpl(NamedDecl *D, bool Internal) { argument
1334 if (!Internal)
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp972 RangeSet Entering, Internal, Exiting; local
974 collectRanges(MI, Entering, Internal, Exiting, hasRegMaskOp, OldIdx);
981 moveAllInternalFrom(OldIdx, Internal);
986 moveAllInternalFrom(OldIdx, Internal);
996 validator = std::for_each(Internal.begin(), Internal.end(), validator);
1015 RangeSet Entering, Internal, Exiting; local
1017 collectRanges(BII, Entering, Internal, Exiting, hasRegMaskOp, NewIdx);
1022 collectRanges(BII, Entering, Internal, Exiting, hasRegMaskOp, NewIdx);
1026 BundleRanges BR = createBundleRanges(Entering, Internal, Exitin
1085 collectRanges(MachineInstr* MI, RangeSet& Entering, RangeSet& Internal, RangeSet& Exiting, bool& hasRegMaskOp, SlotIndex OldIdx) argument
1123 collectRanges(const MachineOperand &MO, LiveInterval *LI, RangeSet &Entering, RangeSet &Internal, RangeSet &Exiting, SlotIndex OldIdx) argument
1141 createBundleRanges(RangeSet& Entering, RangeSet& Internal, RangeSet& Exiting) argument
1266 moveAllInternalFrom(SlotIndex OldIdx, RangeSet& Internal) argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml48 | Internal Constructor in type:Linkage/t
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5637 \subsection{Internal ID}
5638 This is a single byte Internal ID you can use to distinguish ciphers from each other.
5828 \subsection{Internal ID}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 763 milliseconds