Searched refs:type (Results 576 - 600 of 19236) sorted by relevance

<<21222324252627282930>>

/external/elfutils/0.153/backends/
H A Dia64_regs.c40 int *bits, int *type)
51 *type = DW_ATE_signed;
85 *type = DW_ATE_float;
106 *type = DW_ATE_float;
116 *type = DW_ATE_address;
129 *type = regno == 331 ? DW_ATE_address : DW_ATE_unsigned;
136 *type = DW_ATE_unsigned;
172 *type = DW_ATE_unsigned;
174 *type = DW_ATE_address;
210 *type
37 ia64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Ddbgutil.cpp25 static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString& fillin) { argument
26 const char *str = udbg_enumName(type, field);
77 U_TOOLUTIL_API const UnicodeString& U_EXPORT2 udbg_enumString(UDebugEnumType type, int32_t field) { argument
81 if(type<0||type>=UDBG_ENUM_COUNT) {
83 //fprintf(stderr, "** returning out of range on %d\n",type);
87 int32_t count = udbg_enumCount(type);
88 //fprintf(stderr, "enumString [%d,%d]: typecount %d, fieldcount %d\n", type,field,UDBG_ENUM_COUNT,count);
91 return strs[type][count];
92 } else { return strs[type][fiel
96 udbg_enumByString(UDebugEnumType type, const UnicodeString& string) argument
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSProcessableByteArray.java18 private final ASN1ObjectIdentifier type; field in class:CMSProcessableByteArray
28 ASN1ObjectIdentifier type,
31 this.type = type;
53 return type;
27 CMSProcessableByteArray( ASN1ObjectIdentifier type, byte[] bytes) argument
/external/chromium_org/base/allocator/
H A Dtype_profiler.cc13 void* NopIntercept(void* ptr, size_t size, const std::type_info& type) { argument
24 const std::type_info& type) {
25 return g_new_intercept(ptr, size, type);
30 const std::type_info& type) {
31 return g_delete_intercept(ptr, size, type);
22 __op_new_intercept__(void* ptr, size_t size, const std::type_info& type) argument
28 __op_delete_intercept__(void* ptr, size_t size, const std::type_info& type) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_setting_data_type_controller.cc23 syncer::ModelType type,
30 type_(type),
33 DCHECK(type == syncer::EXTENSION_SETTINGS || type == syncer::APP_SETTINGS);
36 syncer::ModelType ExtensionSettingDataTypeController::type() const { function in class:browser_sync::ExtensionSettingDataTypeController
22 ExtensionSettingDataTypeController( syncer::ModelType type, ProfileSyncComponentsFactory* profile_sync_factory, Profile* profile) argument
/external/chromium_org/content/browser/android/
H A Dsystem_ui_resource_manager_impl.cc52 void LoadBitmap(ui::SystemUIResourceManager::ResourceType type, argument
56 "browser", "SystemUIResourceManagerImpl::LoadBitmap", "type", type);
58 switch (type) {
133 void SystemUIResourceManagerImpl::PreloadResource(ResourceType type) { argument
134 GetEntry(type);
138 ResourceType type) {
139 return GetEntry(type)->GetUIResourceId();
143 ResourceType type) {
144 DCHECK_GE(type, RESOURCE_TYPE_FIRS
137 GetUIResourceId( ResourceType type) argument
142 GetEntry( ResourceType type) argument
154 BuildResource(ResourceType type) argument
172 OnFinishedLoadBitmap( ResourceType type, SkBitmap* bitmap_holder) argument
[all...]
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager_proxy.cc40 QuotaClient::ID client_id, const GURL& origin, StorageType type) {
43 last_notified_type_ = type;
48 StorageType type, int64 delta) {
51 last_notified_type_ = type;
54 mock_manager()->UpdateUsage(origin, type, delta);
39 NotifyStorageAccessed( QuotaClient::ID client_id, const GURL& origin, StorageType type) argument
46 NotifyStorageModified( QuotaClient::ID client_id, const GURL& origin, StorageType type, int64 delta) argument
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.h27 int type; member in struct:content::TestNotificationTracker::Event
39 void ListenFor(int type, const NotificationSource& source);
41 // Makes this object listen for notifications of the given type coming from
43 void ListenForAll(int type);
48 // Given notifications type(sp, returns true if the list of notifications
57 bool Check1AndReset(int type);
72 virtual void Observe(int type,
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setcanceltype.c42 pthread_setcanceltype (int type, int *oldtype) argument
47 * cancelability type to 'type' and returns the previous
48 * cancelability type at the location referenced by
52 * type,
63 * cancelability type to 'type' and returns the previous
64 * cancelability type at the location referenced by
72 * If 'oldtype' is NULL then the previous type is not returned
76 * 0 successfully set cancelability type,
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_quota_client.cc37 FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type); local
38 DCHECK(type != kFileSystemTypeUnknown);
40 FileSystemQuotaUtil* quota_util = context->GetQuotaUtil(type);
43 quota_util->GetOriginsForTypeOnFileTaskRunner(type, origins_ptr);
51 FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type); local
52 DCHECK(type != kFileSystemTypeUnknown);
54 FileSystemQuotaUtil* quota_util = context->GetQuotaUtil(type);
57 quota_util->GetOriginsForHostOnFileTaskRunner(type, host, origins_ptr);
68 FileSystemType type) {
69 FileSystemBackend* provider = context->GetFileSystemBackend(type);
65 DeleteOriginOnFileTaskRunner( FileSystemContext* context, const GURL& origin, FileSystemType type) argument
111 FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type); local
182 DeleteOriginData( const GURL& origin, StorageType type, const DeletionCallback& callback) argument
201 FileSystemType type = QuotaStorageTypeToFileSystemType(storage_type); local
[all...]
H A Dfile_system_quota_util.h44 FileSystemType type) = 0;
46 virtual void GetOriginsForTypeOnFileTaskRunner(storage::FileSystemType type,
49 virtual void GetOriginsForHostOnFileTaskRunner(storage::FileSystemType type,
57 storage::FileSystemType type) = 0;
59 // Creates new reservation object for the origin and the type.
63 FileSystemType type) = 0;
/external/chromium_org/storage/browser/quota/
H A Dquota_client.h48 // |origin_url| and |type|.
51 StorageType type,
55 // Returns a list of origins that has data in the |type| storage.
57 virtual void GetOriginsForType(StorageType type,
63 virtual void GetOriginsForHost(StorageType type,
70 StorageType type,
73 virtual bool DoesSupport(StorageType type) const = 0;
/external/chromium_org/sync/api/
H A Dfake_syncable_service.cc34 ModelType type,
38 SyncMergeResult merge_result(type);
40 type_ = type;
49 void FakeSyncableService::StopSyncing(ModelType type) { argument
54 SyncDataList FakeSyncableService::GetAllSyncData(ModelType type) const {
33 MergeDataAndStartSyncing( ModelType type, const SyncDataList& initial_sync_data, scoped_ptr<SyncChangeProcessor> sync_processor, scoped_ptr<SyncErrorFactory> sync_error_factory) argument
/external/chromium_org/sync/internal_api/
H A Dsync_context_proxy_impl.cc26 ModelType type,
30 VLOG(1) << "ConnectTypeToSync: " << ModelTypeToString(type);
34 type,
41 void SyncContextProxyImpl::Disconnect(ModelType type) { argument
44 base::Bind(&SyncContext::DisconnectSyncWorker, sync_context_, type));
25 ConnectTypeToSync( ModelType type, const DataTypeState& data_type_state, const UpdateResponseDataList& saved_pending_updates, const base::WeakPtr<ModelTypeSyncProxyImpl>& type_sync_proxy) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.cpp39 String ExceptionMessages::failedToConstruct(const char* type, const String& detail) argument
41 return "Failed to construct '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
44 String ExceptionMessages::failedToEnumerate(const char* type, const String& detail) argument
46 return "Failed to enumerate the properties of '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
49 String ExceptionMessages::failedToExecute(const char* method, const char* type, const String& detail) argument
51 return "Failed to execute '" + String(method) + "' on '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
54 String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail) argument
56 return "Failed to read the '" + String(property) + "' property from '" + String(type) + "': " + detail;
59 String ExceptionMessages::failedToSet(const char* property, const char* type, const String& detail) argument
61 return "Failed to set the '" + String(property) + "' property on '" + String(type)
64 failedToDelete(const char* property, const char* type, const String& detail) argument
69 failedToGetIndexed(const char* type, const String& detail) argument
74 failedToSetIndexed(const char* type, const String& detail) argument
79 failedToDeleteIndexed(const char* type, const String& detail) argument
84 constructorNotCallableAsFunction(const char* type) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClassCollection.h43 static PassRefPtrWillBeRawPtr<ClassCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& classNames) argument
45 ASSERT_UNUSED(type, type == ClassCollectionType);
60 DEFINE_TYPE_CASTS(ClassCollection, LiveNodeListBase, collection, collection->type() == ClassCollectionType, collection.type() == ClassCollectionType);
H A DTagCollection.h41 static PassRefPtrWillBeRawPtr<TagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) argument
43 ASSERT_UNUSED(type, type == TagCollectionType);
58 DEFINE_TYPE_CASTS(TagCollection, LiveNodeListBase, collection, collection->type() == TagCollectionType, collection.type() == TagCollectionType);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DAnimationPlayerEvent.h26 static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, double currentTime, double timelineTime) argument
28 return adoptRefWillBeNoop(new AnimationPlayerEvent(type, currentTime, timelineTime));
30 static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, const AnimationPlayerEventInit& initializer) argument
32 return adoptRefWillBeNoop(new AnimationPlayerEvent(type, initializer));
46 AnimationPlayerEvent(const AtomicString& type, double currentTime, double timelineTime);
H A DPageTransitionEvent.h46 static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) argument
48 return adoptRefWillBeNoop(new PageTransitionEvent(type, persisted));
50 static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, const PageTransitionEventInit& initializer) argument
52 return adoptRefWillBeNoop(new PageTransitionEvent(type, initializer));
65 PageTransitionEvent(const AtomicString& type, bool persisted);
H A DProgressEvent.h48 static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
50 return adoptRefWillBeNoop(new ProgressEvent(type, lengthComputable, loaded, total));
52 static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, const ProgressEventInit& initializer) argument
54 return adoptRefWillBeNoop(new ProgressEvent(type, initializer));
67 ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total);
H A DWebKitAnimationEvent.h50 static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) argument
52 return adoptRefWillBeNoop(new WebKitAnimationEvent(type, animationName, elapsedTime));
54 static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const WebKitAnimationEventInit& initializer) argument
56 return adoptRefWillBeNoop(new WebKitAnimationEvent(type, initializer));
70 WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDataListOptionsCollection.h15 static PassRefPtrWillBeRawPtr<HTMLDataListOptionsCollection> create(ContainerNode& ownerNode, CollectionType type) argument
17 ASSERT_UNUSED(type, type == DataListOptions);
30 DEFINE_TYPE_CASTS(HTMLDataListOptionsCollection, LiveNodeListBase, collection, collection->type() == DataListOptions, collection.type() == DataListOptions);
H A DHTMLTagCollection.h36 static PassRefPtrWillBeRawPtr<HTMLTagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) argument
38 ASSERT_UNUSED(type, type == HTMLTagCollectionType);
50 DEFINE_TYPE_CASTS(HTMLTagCollection, LiveNodeListBase, collection, collection->type() == HTMLTagCollectionType, collection.type() == HTMLTagCollectionType);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextEvent.h47 static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) argument
49 return adoptRefWillBeNoop(new WebGLContextEvent(type, canBubble, cancelable, statusMessage));
51 static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, const WebGLContextEventInit& initializer) argument
53 return adoptRefWillBeNoop(new WebGLContextEvent(type, initializer));
65 WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepadEvent.h26 static PassRefPtrWillBeRawPtr<GamepadEvent> create(const AtomicString& type, bool canBubble, bool cancelable, Gamepad* gamepad) argument
28 return adoptRefWillBeNoop(new GamepadEvent(type, canBubble, cancelable, gamepad));
30 static PassRefPtrWillBeRawPtr<GamepadEvent> create(const AtomicString& type, const GamepadEventInit& initializer) argument
32 return adoptRefWillBeNoop(new GamepadEvent(type, initializer));
44 GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, Gamepad*);

Completed in 595 milliseconds

<<21222324252627282930>>