Searched refs:Custom (Results 51 - 75 of 106) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
H A DTestInterface.idl37 Custom=(LegacyCallAsFunction,ToV8),
H A DTestObject.idl122 // Custom type conversions
175 [Custom] attribute object customObjectAttribute;
176 [Custom=Getter] attribute long customGetterLongAttribute;
177 [Custom=Getter] readonly attribute object customGetterReadonlyObjectAttribute;
178 [Custom=Setter] attribute long customSetterLongAttribute;
179 [Conditional=CONDITION, Custom] attribute long customLongAttribute;
185 [Custom, ImplementedAs=implementedAsNameWithCustom] attribute long customImplementedAsLongAttribute;
186 [Custom=Getter, ImplementedAs=implementedAsNameWithCustomGetter] attribute long customGetterImplementedAsLongAttribute;
187 [Custom=Setter, ImplementedAs=implementedAsNameWithCustomGetter] attribute long customSetterImplementedAsLongAttribute;
310 // Custom typ
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/modules/
H A DTestInterface5.idl37 Custom=(LegacyCallAsFunction,ToV8),
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEvent.idl74 [Custom=Getter, MeasureAs=EventClipboardData] readonly attribute DataTransfer clipboardData;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DDataView.idl27 Custom=Wrap,
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.h84 Custom enumerator in enum:blink::Cursor::Type
107 ASSERT(m_type >= 0 && m_type <= Custom);
H A DCursor.cpp139 case Cursor::Custom:
146 : m_type(Custom)
154 : m_type(Custom)
/external/chromium_org/ppapi/tests/
H A Dtest_mouse_cursor.cc25 RUN_TEST(Custom, filter);
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DTimingFunction.cpp37 case CubicBezierTimingFunction::Custom:
179 if ((lhs.subType() == CubicBezierTimingFunction::Custom) && (ctf.subType() == CubicBezierTimingFunction::Custom))
H A DTimingFunction.h101 Custom enumerator in enum:blink::FINAL::SubType
106 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator in enum:__anon26379::OutputType
54 clEnumValN(Custom, "run-custom",
64 clEnumValN(Custom, "safe-run-custom",
194 case Custom:
244 case Custom:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp36 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
43 setOperationAction(ISD::ROTL, MVT::i32, Custom);
45 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
46 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
48 setOperationAction(ISD::SETCC, MVT::i32, Custom);
239 // Custom DAG Lowering Operations
H A DSIISelLowering.cpp42 setOperationAction(ISD::AND, MVT::i1, Custom);
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
53 setOperationAction(ISD::LOAD, MVT::i32, Custom);
54 setOperationAction(ISD::LOAD, MVT::i64, Custom);
56 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
57 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
258 // Custom DAG Lowering Operations
389 // Custom DAG optimizations
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp36 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
43 setOperationAction(ISD::ROTL, MVT::i32, Custom);
45 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
46 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
48 setOperationAction(ISD::SETCC, MVT::i32, Custom);
239 // Custom DAG Lowering Operations
H A DSIISelLowering.cpp42 setOperationAction(ISD::AND, MVT::i1, Custom);
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
53 setOperationAction(ISD::LOAD, MVT::i32, Custom);
54 setOperationAction(ISD::LOAD, MVT::i64, Custom);
56 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
57 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
258 // Custom DAG Lowering Operations
389 // Custom DAG optimizations
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp11 /// \brief Custom DAG lowering for R600
63 setOperationAction(ISD::FCOS, MVT::f32, Custom);
64 setOperationAction(ISD::FSIN, MVT::f32, Custom);
71 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
75 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
76 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
77 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i1, Custom);
79 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
80 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
84 setOperationAction(ISD::FP_TO_UINT, MVT::i1, Custom);
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp92 setOperationAction(ISD::SRA, MVT::i8, Custom);
93 setOperationAction(ISD::SHL, MVT::i8, Custom);
94 setOperationAction(ISD::SRL, MVT::i8, Custom);
95 setOperationAction(ISD::SRA, MVT::i16, Custom);
96 setOperationAction(ISD::SHL, MVT::i16, Custom);
97 setOperationAction(ISD::SRL, MVT::i16, Custom);
102 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
103 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom);
104 setOperationAction(ISD::BlockAddress, MVT::i16, Custom);
106 setOperationAction(ISD::BR_CC, MVT::i8, Custom);
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp335 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
339 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
342 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
355 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
357 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
358 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
367 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
368 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
378 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
380 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Custom);
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp145 // Set the Custom bit if this i32 goes in the high bits of a register.
1392 // Custom legalize GlobalAddress nodes into LO/HI parts.
1393 setOperationAction(ISD::GlobalAddress, getPointerTy(), Custom);
1394 setOperationAction(ISD::GlobalTLSAddress, getPointerTy(), Custom);
1395 setOperationAction(ISD::ConstantPool, getPointerTy(), Custom);
1396 setOperationAction(ISD::BlockAddress, getPointerTy(), Custom);
1417 // Custom expand fp<->sint
1418 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);
1419 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
1420 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom);
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp122 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
123 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
124 setOperationAction(ISD::SETCC, MVT::i32, Custom);
125 setOperationAction(ISD::SETCC, MVT::i64, Custom);
126 setOperationAction(ISD::SETCC, MVT::f32, Custom);
127 setOperationAction(ISD::SETCC, MVT::f64, Custom);
129 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
130 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
131 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
132 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.idl78 [Custom=Setter] attribute double scrollLeft;
79 [Custom=Setter] attribute double scrollTop;
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js349 if (!item || item.source != Constants.WallpaperSourceEnum.Custom)
380 item && item.source == Constants.WallpaperSourceEnum.Custom) {
399 // Custom is the last one in the categories list.
508 case Constants.WallpaperSourceEnum.Custom:
599 // Custom wallpapers should already sorted when put to the data model. The
603 if (!item || item.source != Constants.WallpaperSourceEnum.Custom)
655 if (this.selectedItem_.source == Constants.WallpaperSourceEnum.Custom) {
815 source: Constants.WallpaperSourceEnum.Custom,
918 // Custom wallpapers are not synced yet. If login on a different
921 Constants.WallpaperSourceEnum.Custom);
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DSubtleCrypto.idl53 [CallWith=ScriptState, Custom, ImplementedAs=verifySignature] Promise verify(Dictionary algorithm, CryptoKey key, object signature, object data);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp101 setOperationAction(ISD::ADD, MVT::i64, Custom);
102 setOperationAction(ISD::SUB, MVT::i64, Custom);
103 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom);
104 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Custom);
121 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
123 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
124 setOperationAction(ISD::BlockAddress, MVT::i32 , Custom);
127 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
137 // Custom expand misaligned loads / stores.
138 setOperationAction(ISD::LOAD, MVT::i32, Custom);
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp239 // Mips Custom Operations
240 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
241 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
242 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
243 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
244 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
245 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
246 setOperationAction(ISD::SELECT, MVT::f32, Custom);
247 setOperationAction(ISD::SELECT, MVT::f64, Custom);
248 setOperationAction(ISD::SELECT, MVT::i32, Custom);
[all...]

Completed in 8140 milliseconds

12345