HomeSort by relevance Sort by last modified time
    Searched refs:Custom (Results 76 - 100 of 174) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.idl 27 Custom=Wrap,
42 // Use custom code to handle NaN case for JSC.
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.h 84 Custom
107 ASSERT(m_type >= 0 && m_type <= Custom);
Cursor.cpp 139 case Cursor::Custom:
146 : m_type(Custom)
154 : m_type(Custom)
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.h 101 Custom
106 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
TimingFunction.cpp 37 case CubicBezierTimingFunction::Custom:
179 if ((lhs.subType() == CubicBezierTimingFunction::Custom) && (ctf.subType() == CubicBezierTimingFunction::Custom))
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 8 * Custom version of chrome://resources/css/tree.css.js, adding support for
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.js 31 // Custom URL's (such as opening mailto in Gmail tab) should have a
35 console.log('Custom url: ' + action_url);
  /external/chromium_org/ppapi/tests/
test_mouse_cursor.cc 25 RUN_TEST(Custom, filter);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestObject.idl 122 // 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 type conversion
    [all...]
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom
51 clEnumValN(CompileCustom, "compile-custom",
54 clEnumValN(Custom, "run-custom",
64 clEnumValN(Custom, "safe-run-custom",
95 cl::desc("Command to compile the bitcode (use with -compile-custom) "
100 cl::desc("Command to execute the bitcode (use with -run-custom) "
194 case Custom:
244 case Custom
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 36 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
SIISelLowering.cpp 42 setOperationAction(ISD::AND, MVT::i1, Custom);
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
51 // We need to custom lower loads from the USER_SGPR address space, so we can
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 optimization
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 36 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
SIISelLowering.cpp 42 setOperationAction(ISD::AND, MVT::i1, Custom);
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
51 // We need to custom lower loads from the USER_SGPR address space, so we can
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 optimization
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 11 /// \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/
MSP430ISelLowering.cpp 92 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/Sparc/
SparcISelLowering.cpp 145 // Set the Custom bit if this i32 goes in the high bits of a register.
288 // The custom bit on an i32 return value indicates that it should be passed
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 122 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/
Element.idl 78 [Custom=Setter] attribute double scrollLeft;
79 [Custom=Setter] attribute double scrollTop;
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 61 Custom: 'CUSTOM',
  /external/chromium_org/chrome/renderer/resources/extensions/
content_setting.js 5 // Custom binding for the contentSettings API.
downloads_custom_bindings.js 5 // Custom bindings for the downloads API.
file_browser_handler_custom_bindings.js 5 // Custom binding for the fileBrowserHandler API.
file_manager_private_custom_bindings.js 5 // Custom binding for the fileManagerPrivate API.
tts_custom_bindings.js 5 // Custom binding for the tts API.

Completed in 4088 milliseconds

1 2 34 5 6 7