Home
last modified time | relevance | path

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

1234

/external/webkit/JavaScriptCore/wtf/
DFastAllocBase.h97 fastMallocMatchValidateMalloc(p, Internal::AllocTypeClassNew); in new()
103 fastMallocMatchValidateFree(p, Internal::AllocTypeClassNew); in delete()
110 fastMallocMatchValidateMalloc(p, Internal::AllocTypeClassNewArray);
116 fastMallocMatchValidateFree(p, Internal::AllocTypeClassNewArray);
131 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
143 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
155 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
167 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
179 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew); in fastNew()
191 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()
DFastMalloc.cpp165 namespace Internal { namespace
221 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc; in tryFastMalloc()
270 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc; in tryFastCalloc()
311 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p); in fastFree()
312 if (*header != Internal::AllocTypeMalloc) in fastFree()
313 Internal::fastMallocMatchFailed(p); in fastFree()
328 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p); in tryFastRealloc()
329 if (*header != Internal::AllocTypeMalloc) in tryFastRealloc()
330 Internal::fastMallocMatchFailed(p); in tryFastRealloc()
3698 *static_cast<AllocAlignmentInteger*>(result) = Internal::AllocTypeMalloc; in CreateCacheIfNecessary()
[all …]
/external/webkit/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/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/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()
Dcommon.h1065 struct Internal;
1066 Internal* mInternal;
/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()
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()
DProtocolMessageEnum.java40 public interface ProtocolMessageEnum extends Internal.EnumLite {
DInternal.java43 public class Internal { class
/external/zlib/as400/
Dreadme.txt83 deflate.h DEFLATE C ZLIB - Internal compression state
86 inflate.h INFLATE C ZLIB - Internal inflate state definitions
92 zutil.h ZUTIL C ZLIB - Internal interface and configuration
/external/zlib/old/as400/
Dreadme.txt83 deflate.h DEFLATE C ZLIB - Internal compression state
86 inflate.h INFLATE C ZLIB - Internal inflate state definitions
92 zutil.h ZUTIL C ZLIB - Internal interface and configuration
/external/icu4c/
DDoxyfile.in39 …"internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for internal…
/external/chromium/third_party/icu/source/
DDoxyfile.in38 …"internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for internal…
/external/icu4c/samples/uresb/
Den.txt11 "Internal program error",
/external/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs17 #region Internal types
/external/elfutils/
DNOTES72 In no place is a section solely indentified by its name. Internal
/external/webkit/WebKit/mac/
DWebKit.order791 +[WebPluginDatabase(Internal) _defaultPlugInPaths]
794 -[WebPluginDatabase(Internal) _scanForNewPlugins]
795 -[WebPluginDatabase(Internal) _plugInPaths]
825 -[WebPluginDatabase(Internal) _addPlugin:]
1127 -[WebPluginDatabase(Internal) _removePlugin:]
1133 -[WebNetscapePluginPackage(Internal) _unloadWithShutdown:]
1599 -[WebNetscapePluginDocumentView(Internal) _createPlugin]
1637 -[WebNetscapePluginDocumentView(Internal) _shouldCancelSrcStream]
1728 -[WebNetscapePluginDocumentView(Internal) _destroyPlugin]
/external/protobuf/
DAndroid.mk46 java/src/main/java/com/google/protobuf/Internal.java \
DMakefile.am84 java/src/main/java/com/google/protobuf/Internal.java \
/external/webkit/WebKit/mac/WebView/
DWebPDFDocumentExtras.mm35 @interface PDFDocument (Internal) category
/external/openssl/crypto/des/
DFILES057 des_locl.h - Internal libdes.a header file.
/external/webkit/WebKit/mac/Plugins/
DWebPluginDatabase.mm50 @interface WebPluginDatabase (Internal) category
369 @implementation WebPluginDatabase (Internal) category
/external/icu4c/extra/uconv/resources/
Droot.txt111 U_INTERNAL_PROGRAM_ERROR { "Internal program error" }

1234