Searched defs:Custom (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DCursor.h83 Custom enumerator in enum:WebCore::Cursor::Type
106 ASSERT(m_type >= 0 && m_type <= Custom);
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
H A DTimingFunction.h97 Custom enumerator in enum:WebCore::CubicBezierTimingFunction::TimingFunctionPreset
102 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
145 if (m_timingFunctionPreset != Custom)
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator in enum:__anon21746::OutputType
54 clEnumValN(Custom, "run-custom",
64 clEnumValN(Custom, "safe-run-custom",
194 case Custom:
244 case Custom:
/external/llvm/include/llvm/Target/
H A DTargetLowering.h84 Custom // Use the LowerOperation hook to implement custom lowering. enumerator in enum:llvm::TargetLoweringBase::LegalizeAction
304 /// integer type (return 'Expand'). 'Custom' is not an option.
411 if (Op > array_lengthof(OpActions[0])) return Custom;
422 getOperationAction(Op, VT) == Custom);
494 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom);
512 getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Custom);
536 getCondCodeAction(CC, VT) == Custom;
1212 /// types that support FMAs (via Legal or Custom actions)

Completed in 353 milliseconds