/external/chromium_org/chrome/renderer/resources/extensions/ |
file_browser_handler_custom_bindings.js | 5 // Custom binding for the fileBrowserHandler API.
|
file_browser_private_custom_bindings.js | 5 // Custom binding for the fileBrowserPrivate API.
|
media_galleries_custom_bindings.js | 5 // Custom binding for the Media Gallery API. 17 // getMediaFileSystems uses a custom callback so that it can instantiate and
|
tts_custom_bindings.js | 5 // Custom binding for the tts API.
|
webstore_custom_bindings.js | 5 // Custom binding for the webstore API.
|
webview_request_custom_bindings.js | 5 // Custom binding for the webViewRequest API.
|
app_custom_bindings.js | 5 // Custom binding for the app API. 62 // TODO(kalman): move this stuff to its own custom bindings.
|
context_menus_custom_bindings.js | 5 // Custom binding for the contextMenus API.
|
declarative_webrequest_custom_bindings.js | 5 // Custom binding for the declarativeWebRequest API.
|
sync_file_system_custom_bindings.js | 5 // Custom binding for the syncFileSystem API.
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestObject.idl | 111 // 'Custom' extended attribute 112 [Custom] attribute long customAttr; 113 [Custom, MeasureAs=CustomTestFeature] void customMethod(); 114 [Custom] void customMethodWithArgs(long longArg, DOMString strArg, TestObject objArg); 218 [Custom] static void classMethod2(long arg);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 93 setOperationAction(ISD::SELECT_CC, VT, Custom); 94 setOperationAction(ISD::BR_CC, VT, Custom); 116 setOperationAction(ISD::SDIVREM, VT, Custom); 117 setOperationAction(ISD::UDIVREM, VT, Custom); 143 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Custom); 144 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Custom); 145 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Custom); 146 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Custom); 147 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom); 148 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Custom); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 240 // Mips Custom Operations 241 setOperationAction(ISD::BR_JT, MVT::Other, Custom); 242 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 243 setOperationAction(ISD::BlockAddress, MVT::i32, Custom); 244 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); 245 setOperationAction(ISD::JumpTable, MVT::i32, Custom); 246 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); 247 setOperationAction(ISD::SELECT, MVT::f32, Custom); 248 setOperationAction(ISD::SELECT, MVT::f64, Custom); 249 setOperationAction(ISD::SELECT, MVT::i32, Custom); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 137 // Set the Custom bit if this i32 goes in the high bits of a register. 279 // The custom bit on an i32 return value indicates that it should be passed [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 110 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Custom); 115 setOperationAction(ISD::BRCOND, VT, Custom); 118 // TODO: Implement custom UREM/SREM routines 123 setOperationAction(ISD::SDIV, VT, Custom); 165 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); 211 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Custom); 215 setOperationAction(ISD::BRCOND, MVT::Other, Custom); 220 setOperationAction(ISD::BUILD_VECTOR, MVT::Other, Custom);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 110 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Custom); 115 setOperationAction(ISD::BRCOND, VT, Custom); 118 // TODO: Implement custom UREM/SREM routines 123 setOperationAction(ISD::SDIV, VT, Custom); 165 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); 211 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Custom); 215 setOperationAction(ISD::BRCOND, MVT::Other, Custom); 220 setOperationAction(ISD::BUILD_VECTOR, MVT::Other, Custom);
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.idl | 62 // [Custom] attribute Array webkitLineDash; 157 [Custom] attribute object strokeStyle; 158 [Custom] attribute object fillStyle;
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 53 % Custom commands 56 % Custom ref command, using hyperrefs autoref & nameref, to simulate the
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 90 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom); 100 setOperationAction(ISD::ADD, MVT::i64, Custom); 101 setOperationAction(ISD::SUB, MVT::i64, Custom); 102 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); 103 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Custom); 120 setOperationAction(ISD::BR_JT, MVT::Other, Custom); 122 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 123 setOperationAction(ISD::BlockAddress, MVT::i32 , Custom); 126 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); 136 // Custom expand misaligned loads / stores [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 105 setOperationAction(ISD::SETCC, VT, Custom); 106 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); 107 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); 109 setOperationAction(ISD::SINT_TO_FP, VT, Custom); 110 setOperationAction(ISD::UINT_TO_FP, VT, Custom); 111 setOperationAction(ISD::FP_TO_SINT, VT, Custom); 112 setOperationAction(ISD::FP_TO_UINT, VT, Custom); 119 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); 120 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); 128 setOperationAction(ISD::SHL, VT, Custom); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 99 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom); 139 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); 170 // These need to set FE_INEXACT, and use a custom inserter. 205 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom); 206 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom); 209 setOperationAction(ISD::SETCC, MVT::i32, Custom); 217 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); 237 setOperationAction(ISD::EH_SJLJ_SETJMP, MVT::i32, Custom); 238 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom); 242 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_manager.js | 327 if (!item || item.source != Constants.WallpaperSourceEnum.Custom) 331 // Calculate the number of remaining custom wallpapers. The add new button 335 // Active custom wallpaper is also copied in chronos data dir. It needs 357 item && item.source == Constants.WallpaperSourceEnum.Custom) { 372 // custom wallpaper file name converted from an integer value represent 376 // Custom is the last one in the categories list. 469 case Constants.WallpaperSourceEnum.Custom: 550 * Removes the oldest custom wallpaper. If the oldest one is set as current 555 // Custom wallpapers should already sorted when put to the data model. The 559 if (!item || item.source != Constants.WallpaperSourceEnum.Custom) [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 99 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Custom); 104 setOperationAction(ISD::BRCOND, VT, Custom); 107 // TODO: Implement custom UREM/SREM routines 112 setOperationAction(ISD::SDIV, VT, Custom); 194 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Custom); 198 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 100 case CubicBezierTimingFunction::Custom: 179 if (op.type() == FilterOperation::VALIDATED_CUSTOM || op.type() == FilterOperation::CUSTOM) 373 if (cubic->subType() == CubicBezierTimingFunction::Custom) { 392 // Custom Bezier are handled seperately. 393 case CubicBezierTimingFunction::Custom:
|