Searched refs:type (Results 176 - 200 of 19236) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/opts/
H A DSkMorphology_opts_arm.cpp12 SkMorphologyImageFilter::Proc SkMorphologyGetPlatformProc(SkMorphologyProcType type) { argument
21 switch (type) {
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.cc9 DeviceEvent::DeviceEvent(DeviceType type, argument
12 : device_type_(type),
/external/clang/test/CXX/temp/temp.names/
H A Dp4.cpp7 typedef U* type; typedef in struct:meta::apply
12 void f(typename T::template apply<U>::type);
/external/clang/test/FixIt/
H A Dno-macro-fixit.c4 #define va_arg(ap, type) __builtin_va_arg(ap, type)
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DTypeList.java17 package com.android.dx.rop.type;
65 * @param type {@code non-null;} item to append
68 public TypeList withAddedType(Type type); argument
/external/elfutils/0.153/libebl/
H A Deblobjnotetypename.c1 /* Return note type name.
62 ebl_object_note_type_name (ebl, name, type, buf, len)
65 uint32_t type;
69 const char *res = ebl->object_note_type_name (name, type, buf, len);
75 snprintf (buf, len, "Version: %" PRIu32, type);
89 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
90 && knowntypes[type] != NULL)
91 res = knowntypes[type];
94 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
/external/llvm/test/MC/ELF/
H A Difunc-reloc.s3 .type sym, @gnu_indirect_function
6 .type alias, @function
/external/objenesis/main/src/org/objenesis/strategy/
H A DSerializingInstantiatorStrategy.java50 * @param type Class to instantiate
53 public ObjectInstantiator newInstantiatorOf(Class type) { argument
54 if(!Serializable.class.isAssignableFrom(type)) {
55 throw new ObjenesisException(new NotSerializableException(type+" not serializable"));
59 return new Sun13SerializationInstantiator(type);
63 return new AndroidSerializationInstantiator(type);
66 return new GCJSerializationInstantiator(type);
69 return new PercSerializationInstantiator(type);
72 return new ObjectStreamClassInstantiator(type);
/external/skia/src/opts/
H A DSkMorphology_opts_arm.cpp12 SkMorphologyImageFilter::Proc SkMorphologyGetPlatformProc(SkMorphologyProcType type) { argument
21 switch (type) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_data_type_controller.cc18 syncer::ModelType type,
24 type,
27 DCHECK(type == syncer::EXTENSIONS || type == syncer::APPS);
17 ExtensionDataTypeController( syncer::ModelType type, sync_driver::SyncApiComponentFactory* sync_factory, Profile* profile) argument
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_exit_bubble_type.h37 base::string16 GetLabelTextForType(FullscreenExitBubbleType type,
40 base::string16 GetDenyButtonTextForType(FullscreenExitBubbleType type);
41 bool ShowButtonsForType(FullscreenExitBubbleType type);
42 void PermissionRequestedByType(FullscreenExitBubbleType type,
/external/chromium_org/chrome/utility/importer/
H A Dimporter_creator.h14 // Creates an Importer of the specified |type|.
15 Importer* CreateImporterByType(ImporterType type);
/external/chromium_org/content/public/common/
H A Dsocket_permission_request.h28 SocketPermissionRequest(OperationType type, argument
31 : type(type),
36 OperationType type; member in struct:content::SocketPermissionRequest
/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.cc16 DeviceRefData::DeviceRefData() : type(PP_DEVICETYPE_DEV_INVALID) {}
18 PPB_DeviceRef_Shared::PPB_DeviceRef_Shared(ResourceObjectType type, argument
21 : Resource(type, instance), data_(data) {}
29 PP_DeviceType_Dev PPB_DeviceRef_Shared::GetType() { return data_.type; }
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_reservation_manager.cc25 FileSystemType type,
29 backend_->ReserveQuota(origin, type, size, callback);
34 FileSystemType type,
37 backend_->ReleaseReservedQuota(origin, type, size);
42 FileSystemType type,
45 backend_->CommitQuotaUsage(origin, type, delta);
49 FileSystemType type) {
51 backend_->IncrementDirtyCount(origin, type);
55 FileSystemType type) {
57 backend_->DecrementDirtyCount(origin, type);
23 ReserveQuota( const GURL& origin, FileSystemType type, int64 size, const ReserveQuotaCallback& callback) argument
32 ReleaseReservedQuota( const GURL& origin, FileSystemType type, int64 size) argument
40 CommitQuotaUsage( const GURL& origin, FileSystemType type, int64 delta) argument
48 IncrementDirtyCount(const GURL& origin, FileSystemType type) argument
54 DecrementDirtyCount(const GURL& origin, FileSystemType type) argument
61 GetReservationBuffer( const GURL& origin, FileSystemType type) argument
84 CreateReservation( const GURL& origin, FileSystemType type) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCounters.h51 static inline void incrementCounter(CounterType type) argument
54 ++s_counters[type];
57 static inline void decrementCounter(CounterType type) argument
60 --s_counters[type];
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushEvent.cpp18 PushEvent::PushEvent(const AtomicString& type, const String& data) argument
19 : Event(type, /*canBubble=*/false, /*cancelable=*/false)
24 PushEvent::PushEvent(const AtomicString& type, const PushEventInit& initializer) argument
25 : Event(type, initializer)
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisEvent.cpp36 PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) argument
38 return adoptRefWillBeNoop(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name));
45 SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) argument
46 : Event(type, false, false)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DSessionDescription.java37 /** Java-land enum version of SessionDescriptionInterface's type() string. */
50 public final Type type; field in class:SessionDescription
53 public SessionDescription(Type type, String description) { argument
54 this.type = type;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h50 lp_mantissa(struct lp_type type);
54 lp_const_shift(struct lp_type type);
58 lp_const_offset(struct lp_type type);
62 lp_const_scale(struct lp_type type);
65 lp_const_min(struct lp_type type);
69 lp_const_max(struct lp_type type);
73 lp_const_eps(struct lp_type type);
77 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type);
81 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type);
85 lp_build_one(struct gallivm_state *gallivm, struct lp_type type);
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkExtras.h20 virtual SkDisplayable* createInstance(SkDisplayTypes type) = 0;
21 virtual bool definesType(SkDisplayTypes type) = 0;
23 virtual const SkMemberInfo* getMembers(SkDisplayTypes type, int* infoCountPtr) = 0;
26 virtual const char* getName(SkDisplayTypes type) = 0;
/external/chromium_org/third_party/skia/tests/
H A DGrDrawTargetTest.cpp24 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
25 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
/external/chromium_org/tools/gyp/test/dependencies/
H A Dgyptest-lib-only.py22 test.built_file_must_exist('a', type=test.STATIC_LIB)
30 test.built_file_must_not_exist('b', type=test.STATIC_LIB)
33 test.built_file_must_exist('b', type=test.STATIC_LIB)
37 test.built_file_must_exist('b', type=test.STATIC_LIB, subdir='b')
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_type.js8 * Namespace object for file type utility functions.
14 * Pair type-subtype defines order when sorted by file type.
19 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'JPEG',
23 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'BMP',
27 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'GIF',
31 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'ICO',
35 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'PNG',
39 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'WebP',
43 type
[all...]
/external/clang/test/CodeGen/
H A D2007-02-04-AddrLValue.c12 long type; member in struct:__anon18538

Completed in 7909 milliseconds

1234567891011>>