Searched refs:Internal (Results 51 - 75 of 101) sorted by relevance

12345

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc247 struct Mutex::Internal { struct in class:google::protobuf::Mutex
256 : mInternal(new Internal) {
287 struct Mutex::Internal { struct in class:google::protobuf::Mutex
292 : mInternal(new Internal) {
H A Dcommon.h1130 struct Internal;
1131 Internal* mInternal;
/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/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCDataChannel.mm32 #import "RTCDataChannel+Internal.h"
129 @implementation RTCDataChannelInit (Internal)
161 @implementation RTCDataBuffer (Internal)
256 @implementation RTCDataChannel (Internal)
H A DRTCMediaStreamTrack.mm33 #import "RTCMediaStreamTrack+Internal.h"
100 @implementation RTCMediaStreamTrack (Internal)
H A DRTCMediaStream.mm32 #import "RTCMediaStream+Internal.h"
34 #import "RTCAudioTrack+Internal.h"
35 #import "RTCMediaStreamTrack+Internal.h"
36 #import "RTCVideoTrack+Internal.h"
105 @implementation RTCMediaStream (Internal)
H A DRTCEAGLVideoView.m32 #import "RTCEAGLVideoView+Internal.h"
223 @implementation RTCEAGLVideoView (Internal)
H A DRTCPeerConnection.mm32 #import "RTCPeerConnection+Internal.h"
34 #import "RTCDataChannel+Internal.h"
36 #import "RTCICECandidate+Internal.h"
37 #import "RTCICEServer+Internal.h"
38 #import "RTCMediaConstraints+Internal.h"
39 #import "RTCMediaStream+Internal.h"
40 #import "RTCMediaStreamTrack+Internal.h"
42 #import "RTCSessionDescription+Internal.h"
46 #import "RTCStatsReport+Internal.h"
275 @implementation RTCPeerConnection (Internal)
[all...]
/external/chromium_org/cc/resources/
H A Dresource_provider.cc231 origin(Internal),
290 DCHECK_EQ(origin == Internal, !!texture_pool);
500 Resource::Internal,
531 pixels, bitmap.release(), size, Resource::Internal, GL_LINEAR, wrap_mode);
545 Resource::Internal,
636 DCHECK(resource->origin == Resource::Internal);
642 DCHECK(resource->origin == Resource::Internal);
648 DCHECK(resource->origin == Resource::Internal);
654 DCHECK(resource->origin == Resource::Internal);
699 DCHECK(resource->origin == Resource::Internal);
[all...]
H A Dresource_provider.h378 enum Origin { Internal, External, Delegated }; enumerator in enum:cc::ResourceProvider::Resource::Origin
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs17 #region Internal types
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java431 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,
H A DFieldSet.java62 Internal.EnumLiteMap<?> getEnumType();
309 isValid = value instanceof Internal.EnumLite;
554 output.writeEnumNoTag(((Internal.EnumLite) value).getNumber());
678 ((Internal.EnumLite) value).getNumber());
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.cc117 ServiceWorkerRegisterJob::Internal::Internal() {} function in class:content::ServiceWorkerRegisterJob::Internal
119 ServiceWorkerRegisterJob::Internal::~Internal() {}
/external/clang/test/SemaCXX/
H A Ddllexport.cpp14 namespace { struct Internal {}; } struct in namespace:__anon19301
60 __declspec(dllexport) Internal InternalTypeGlobal; // expected-error{{'InternalTypeGlobal' must have external linkage when declared 'dllexport'}}
64 __declspec(dllexport) auto InternalAutoTypeGlobal = Internal(); // expected-error{{'InternalAutoTypeGlobal' must have external linkage when declared 'dllexport'}}
108 template<typename T> __declspec(dllexport) Internal InternalTypeVarTmpl; // expected-error{{'InternalTypeVarTmpl' must have external linkage when declared 'dllexport'}}
112 template<typename T> __declspec(dllexport) auto InternalAutoTypeVarTmpl = Internal(); // expected-error{{'InternalAutoTypeVarTmpl' must have external linkage when declared 'dllexport'}}
211 __declspec(dllexport) Internal internalRetFunc(); // expected-error{{'internalRetFunc' must have external linkage when declared 'dllexport'}}
269 template<typename T> __declspec(dllexport) Internal internalRetFuncTmpl(); // expected-error{{'internalRetFuncTmpl' must have external linkage when declared 'dllexport'}}
H A Ddllimport.cpp14 namespace { struct Internal {}; } struct in namespace:__anon19306
82 __declspec(dllimport) Internal InternalTypeGlobal; // expected-error{{'InternalTypeGlobal' must have external linkage when declared 'dllimport'}}
86 __declspec(dllimport) auto InternalAutoTypeGlobal = Internal(); // expected-error{{'InternalAutoTypeGlobal' must have external linkage when declared 'dllimport'}}
145 template<typename T> __declspec(dllimport) Internal InternalTypeVarTmpl; // expected-error{{'InternalTypeVarTmpl' must have external linkage when declared 'dllimport'}}
149 template<typename T> __declspec(dllimport) auto InternalAutoTypeVarTmpl = Internal(); // expected-error{{definition of dllimport data}} // expected-error{{'InternalAutoTypeVarTmpl' must have external linkage when declared 'dllimport'}}
251 __declspec(dllimport) Internal internalRetFunc(); // expected-error{{'internalRetFunc' must have external linkage when declared 'dllimport'}}
317 template<typename T> __declspec(dllimport) Internal internalRetFuncTmpl(); // expected-error{{'internalRetFuncTmpl' must have external linkage when declared 'dllimport'}}
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cc21 TEST(Mman, Internal) {
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dpoll_windows.c173 // Internal function to retrieve the table index (and lock the fd mutex)
272 overlapped->Internal = STATUS_PENDING;
675 poll_fd[_index].overlapped->Internal = STATUS_WAIT_0;
718 poll_fd[_index].overlapped->Internal = STATUS_PENDING;
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc102 DCHECK(result.upper->Maybe(Type::Internal()));
104 // back-propagate the constraint that it has to be a subtype of Internal.
234 return Bounds(Type::Internal(zone()));
282 return Bounds(Type::Internal(zone()));
321 return Bounds(Type::Internal(zone()));
326 return Bounds(Type::Internal(zone()));
535 DCHECK(outer.upper->Maybe(Type::Internal()));
537 // back-propagate the constraint that it has to be a subtype of Internal.
/external/clang/lib/AST/
H A DDeclBase.cpp1459 void DeclContext::makeDeclVisibleInContextWithFlags(NamedDecl *D, bool Internal, argument
1487 makeDeclVisibleInContextImpl(D, Internal);
1496 makeDeclVisibleInContextWithFlags(D, Internal, Recoverable);
1505 void DeclContext::makeDeclVisibleInContextImpl(NamedDecl *D, bool Internal) { argument
1517 if (!Internal)
1526 if (Internal) {
/external/fio/engines/
H A Dwindowsaio.c318 lpOvl->Internal = STATUS_PENDING;
383 if (ovl->Internal == ERROR_SUCCESS) {
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec204 Internal Format Internal Format bits bits bits bits bits bits bits
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec204 Internal Format Internal Format bits bits bits bits bits bits bits
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1404 0acd Sitecom Internal Multi Memory reader/writer MD-005
1406 10cd Sitecom Internal Multi Memory reader/writer MD-005
1408 20cd Sitecom Internal Multi Memory reader/writer MD-005
6132 020e Internal Keyboard/Trackpad (ANSI)
6133 020f Internal Keyboard/Trackpad (ISO)
6134 0214 Internal Keyboard/Trackpad (ANSI)
6135 0215 Internal Keyboard/Trackpad (ISO)
6136 0216 Internal Keyboard/Trackpad (JIS)
6137 0217 Internal Keyboard/Trackpad (ANSI)
6138 0218 Internal Keyboar
[all...]
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs156 #region Internal Properties

Completed in 652 milliseconds

12345