/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
OuterClass_InnerClass_Delegate.java | 17 package com.android.tools.layoutlib.create.dataclass; 19 import com.android.tools.layoutlib.create.DelegateClassAdapterTest; 20 import com.android.tools.layoutlib.create.dataclass.OuterClass.InnerClass;
|
/hardware/intel/img/libdrm/tests/ |
gem_basic.c | 56 struct drm_i915_gem_create create; local 62 memset(&create, 0, sizeof(create)); 63 create.size = 16 * 1024; 64 ret = ioctl(fd, DRM_IOCTL_I915_GEM_CREATE, &create); 67 close.handle = create.handle; 74 struct drm_i915_gem_create create; local 79 memset(&create, 0, sizeof(create)); 80 create.size = 16 * 1024 [all...] |
gem_flink.c | 42 struct drm_i915_gem_create create; local 49 memset(&create, 0, sizeof(create)); 50 create.size = 16 * 1024; 51 ret = ioctl(fd, DRM_IOCTL_I915_GEM_CREATE, &create); 54 flink.handle = create.handle; 67 struct drm_i915_gem_create create; local 74 memset(&create, 0, sizeof(create)); 75 create.size = 16 * 1024 [all...] |
/frameworks/compile/mclinker/include/mcld/Script/ |
Operator.h | 122 static Operator& create(); 132 Operator& Operator::create<Operator::SIZEOF_HEADERS>(); 134 Operator& Operator::create<Operator::MAXPAGESIZE>(); 136 Operator& Operator::create<Operator::COMMONPAGESIZE>(); 140 Operator& Operator::create<Operator::UNARY_PLUS>(); 142 Operator& Operator::create<Operator::UNARY_MINUS>(); 144 Operator& Operator::create<Operator::LOGICAL_NOT>(); 146 Operator& Operator::create<Operator::BITWISE_NOT>(); 149 Operator& Operator::create<Operator::ABSOLUTE>(); 151 Operator& Operator::create<Operator::ADDR>() [all...] |
/frameworks/compile/mclinker/lib/Script/ |
Operator.cpp | 82 m_pIntOperand = IntOperand::create(0); 96 Operator& Operator::create<Operator::SIZEOF_HEADERS>() function in class:Operator 103 Operator& Operator::create<Operator::MAXPAGESIZE>() function in class:Operator 110 Operator& Operator::create<Operator::COMMONPAGESIZE>() function in class:Operator 118 Operator& Operator::create<Operator::UNARY_PLUS>() function in class:Operator 125 Operator& Operator::create<Operator::UNARY_MINUS>() function in class:Operator 132 Operator& Operator::create<Operator::LOGICAL_NOT>() function in class:Operator 139 Operator& Operator::create<Operator::BITWISE_NOT>() function in class:Operator 146 Operator& Operator::create<Operator::ABSOLUTE>() function in class:Operator 153 Operator& Operator::create<Operator::ADDR>( function in class:Operator 160 Operator& Operator::create<Operator::ALIGNOF>() function in class:Operator 167 Operator& Operator::create<Operator::DATA_SEGMENT_END>() function in class:Operator 174 Operator& Operator::create<Operator::DEFINED>() function in class:Operator 181 Operator& Operator::create<Operator::LENGTH>() function in class:Operator 188 Operator& Operator::create<Operator::LOADADDR>() function in class:Operator 195 Operator& Operator::create<Operator::NEXT>() function in class:Operator 202 Operator& Operator::create<Operator::ORIGIN>() function in class:Operator 209 Operator& Operator::create<Operator::SIZEOF>() function in class:Operator 217 Operator& Operator::create<Operator::MUL>() function in class:Operator 224 Operator& Operator::create<Operator::DIV>() function in class:Operator 231 Operator& Operator::create<Operator::MOD>() function in class:Operator 238 Operator& Operator::create<Operator::ADD>() function in class:Operator 245 Operator& Operator::create<Operator::SUB>() function in class:Operator 252 Operator& Operator::create<Operator::LSHIFT>() function in class:Operator 259 Operator& Operator::create<Operator::RSHIFT>() function in class:Operator 266 Operator& Operator::create<Operator::LT>() function in class:Operator 273 Operator& Operator::create<Operator::LE>() function in class:Operator 280 Operator& Operator::create<Operator::GT>() function in class:Operator 287 Operator& Operator::create<Operator::GE>() function in class:Operator 294 Operator& Operator::create<Operator::EQ>() function in class:Operator 301 Operator& Operator::create<Operator::NE>() function in class:Operator 308 Operator& Operator::create<Operator::BITWISE_AND>() function in class:Operator 315 Operator& Operator::create<Operator::BITWISE_XOR>() function in class:Operator 322 Operator& Operator::create<Operator::BITWISE_OR>() function in class:Operator 329 Operator& Operator::create<Operator::LOGICAL_AND>() function in class:Operator 336 Operator& Operator::create<Operator::LOGICAL_OR>() function in class:Operator 343 Operator& Operator::create<Operator::ALIGN>() function in class:Operator 350 Operator& Operator::create<Operator::DATA_SEGMENT_RELRO_END>() function in class:Operator 357 Operator& Operator::create<Operator::MAX>() function in class:Operator 364 Operator& Operator::create<Operator::MIN>() function in class:Operator 371 Operator& Operator::create<Operator::SEGMENT_START>() function in class:Operator 379 Operator& Operator::create<Operator::TERNARY_IF>() function in class:Operator 386 Operator& Operator::create<Operator::DATA_SEGMENT_ALIGN>() function in class:Operator [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
AnimatableDoubleTest.cpp | 40 TEST(AnimationAnimatableDoubleTest, Create) 42 EXPECT_TRUE(static_cast<bool>(AnimatableDouble::create(5).get())); 43 EXPECT_TRUE(static_cast<bool>(AnimatableDouble::create(10).get())); 48 EXPECT_TRUE(AnimatableDouble::create(10)->equals(AnimatableDouble::create(10).get())); 49 EXPECT_FALSE(AnimatableDouble::create(5)->equals(AnimatableDouble::create(10).get())); 54 EXPECT_EQ(5.9, AnimatableDouble::create(5.9)->toDouble()); 55 EXPECT_EQ(-10, AnimatableDouble::create(-10)->toDouble()); 61 RefPtrWillBeRawPtr<AnimatableDouble> from10 = AnimatableDouble::create(10) [all...] |
AnimatableStrokeDasharrayListTest.cpp | 44 RefPtr<SVGLengthList> list = SVGLengthList::create(); 46 list->append(SVGLength::create()); 54 RefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> listA = AnimatableStrokeDasharrayList::create(svgListA); 55 RefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> listB = AnimatableStrokeDasharrayList::create(svgListB); 60 listB = AnimatableStrokeDasharrayList::create(svgListB); 64 listB = AnimatableStrokeDasharrayList::create(svgListB);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
InterpolableValueTest.cpp | 23 RefPtrWillBeRawPtr<Interpolation> i = Interpolation::create(InterpolableNumber::create(a), InterpolableNumber::create(b)); 30 RefPtrWillBeRawPtr<Interpolation> i = Interpolation::create(InterpolableBool::create(a), InterpolableBool::create(b)); 37 RefPtrWillBeRawPtr<Interpolation> i = Interpolation::create(listA, listB); 65 OwnPtrWillBeRawPtr<InterpolableList> listA = InterpolableList::create(3); 66 listA->set(0, InterpolableNumber::create(0)); 67 listA->set(1, InterpolableNumber::create(42)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGZoomEvent.cpp | 38 RefPtr<SVGRectTearOff> rectTearOff = SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal); 50 RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_previousTranslate), 0, PropertyIsNotAnimVal); 62 RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_newTranslate), 0, PropertyIsNotAnimVal);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
BinaryDataFontFaceSource.cpp | 16 : m_customPlatformData(FontCustomPlatformData::create(data)) 31 return SimpleFontData::create( 34 fontDescription.orientation(), fontDescription.widthVariant()), CustomFontData::create());
|
MediaQueryMatcherTest.cpp | 18 OwnPtr<DummyPageHolder> pageHolder = DummyPageHolder::create(IntSize(500, 500)); 19 RefPtrWillBeRawPtr<MediaQueryMatcher> matcher = MediaQueryMatcher::create(pageHolder->document()); 20 RefPtrWillBeRawPtr<MediaQuerySet> querySet = MediaQuerySet::create(MediaTypeNames::all);
|
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/ |
GeofencingError.cpp | 18 return DOMException::create(AbortError, webError->message); 20 return DOMException::create(UnknownError, webError->message); 23 return DOMException::create(UnknownError);
|
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/ |
PushError.cpp | 18 return DOMException::create(AbortError, webError->message); 20 return DOMException::create(UnknownError); 23 return DOMException::create(UnknownError);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
AddConsoleMessageTask.cpp | 37 context->addConsoleMessage(ConsoleMessage::create(m_source, m_level, m_message));
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
TouchEventContext.cpp | 36 PassRefPtrWillBeRawPtr<TouchEventContext> TouchEventContext::create() function in class:blink::TouchEventContext 42 : m_touches(TouchList::create()) 43 , m_targetTouches(TouchList::create()) 44 , m_changedTouches(TouchList::create())
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IndexedDBClient.cpp | 17 IndexedDBClient* IndexedDBClient::create() function in class:blink::IndexedDBClient
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Int16Array.h | 37 static inline PassRefPtr<Int16Array> create(unsigned length); 38 static inline PassRefPtr<Int16Array> create(const short* array, unsigned length); 39 static inline PassRefPtr<Int16Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 64 PassRefPtr<Int16Array> Int16Array::create(unsigned length) function in class:WTF::Int16Array 66 return TypedArrayBase<short>::create<Int16Array>(length); 69 PassRefPtr<Int16Array> Int16Array::create(const short* array, unsigned length) function in class:WTF::Int16Array 71 return TypedArrayBase<short>::create<Int16Array>(array, length); 74 PassRefPtr<Int16Array> Int16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Int16Array 76 return TypedArrayBase<short>::create<Int16Array>(buffer, byteOffset, length);
|
Int32Array.h | 36 static inline PassRefPtr<Int32Array> create(unsigned length); 37 static inline PassRefPtr<Int32Array> create(const int* array, unsigned length); 38 static inline PassRefPtr<Int32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 63 PassRefPtr<Int32Array> Int32Array::create(unsigned length) function in class:WTF::Int32Array 65 return TypedArrayBase<int>::create<Int32Array>(length); 68 PassRefPtr<Int32Array> Int32Array::create(const int* array, unsigned length) function in class:WTF::Int32Array 70 return TypedArrayBase<int>::create<Int32Array>(array, length); 73 PassRefPtr<Int32Array> Int32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Int32Array 75 return TypedArrayBase<int>::create<Int32Array>(buffer, byteOffset, length);
|
Int8Array.h | 38 static inline PassRefPtr<Int8Array> create(unsigned length); 39 static inline PassRefPtr<Int8Array> create(const signed char* array, unsigned length); 40 static inline PassRefPtr<Int8Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Int8Array> Int8Array::create(unsigned length) function in class:WTF::Int8Array 67 return TypedArrayBase<signed char>::create<Int8Array>(length); 70 PassRefPtr<Int8Array> Int8Array::create(const signed char* array, unsigned length) function in class:WTF::Int8Array 72 return TypedArrayBase<signed char>::create<Int8Array>(array, length); 75 PassRefPtr<Int8Array> Int8Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Int8Array 77 return TypedArrayBase<signed char>::create<Int8Array>(buffer, byteOffset, length);
|
Uint16Array.h | 38 static inline PassRefPtr<Uint16Array> create(unsigned length); 39 static inline PassRefPtr<Uint16Array> create(const unsigned short* array, unsigned length); 40 static inline PassRefPtr<Uint16Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Uint16Array> Uint16Array::create(unsigned length) function in class:WTF::Uint16Array 67 return TypedArrayBase<unsigned short>::create<Uint16Array>(length); 70 PassRefPtr<Uint16Array> Uint16Array::create(const unsigned short* array, unsigned length) function in class:WTF::Uint16Array 72 return TypedArrayBase<unsigned short>::create<Uint16Array>(array, length); 75 PassRefPtr<Uint16Array> Uint16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Uint16Array 77 return TypedArrayBase<unsigned short>::create<Uint16Array>(buffer, byteOffset, length);
|
Uint32Array.h | 38 static inline PassRefPtr<Uint32Array> create(unsigned length); 39 static inline PassRefPtr<Uint32Array> create(const unsigned* array, unsigned length); 40 static inline PassRefPtr<Uint32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Uint32Array> Uint32Array::create(unsigned length) function in class:WTF::Uint32Array 67 return TypedArrayBase<unsigned>::create<Uint32Array>(length); 70 PassRefPtr<Uint32Array> Uint32Array::create(const unsigned int* array, unsigned length) function in class:WTF::Uint32Array 72 return TypedArrayBase<unsigned>::create<Uint32Array>(array, length); 75 PassRefPtr<Uint32Array> Uint32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Uint32Array 77 return TypedArrayBase<unsigned>::create<Uint32Array>(buffer, byteOffset, length);
|
Uint8Array.h | 38 static inline PassRefPtr<Uint8Array> create(unsigned length); 39 static inline PassRefPtr<Uint8Array> create(const unsigned char* array, unsigned length); 40 static inline PassRefPtr<Uint8Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Uint8Array> Uint8Array::create(unsigned length) function in class:WTF::Uint8Array 67 return TypedArrayBase<unsigned char>::create<Uint8Array>(length); 70 PassRefPtr<Uint8Array> Uint8Array::create(const unsigned char* array, unsigned length) function in class:WTF::Uint8Array 72 return TypedArrayBase<unsigned char>::create<Uint8Array>(array, length); 75 PassRefPtr<Uint8Array> Uint8Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Uint8Array 77 return TypedArrayBase<unsigned char>::create<Uint8Array>(buffer, byteOffset, length);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImplTest.cpp | 36 RefPtr<StringImpl> testStringImpl = StringImpl::create("1224");
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPagePopup.h | 43 BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*);
|
/external/chromium_org/ui/views/ |
views_touch_selection_controller_factory_mac.cc | 12 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create( function in class:views::ViewsTouchSelectionControllerFactory
|