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

1 2 3 45 6 7

  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_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.
declarative_content_custom_bindings.js 5 // Custom binding for the declarativeContent API.
sync_file_system_custom_bindings.js 5 // Custom binding for the syncFileSystem API.
webstore_custom_bindings.js 5 // Custom binding for the webstore API.
chrome_web_view_internal_custom_bindings.js 5 // Custom binding for <webview> contextMenus API.
6 // Note that this file mimics custom bindings for chrome.contextMenus API
file_system_custom_bindings.js 5 // Custom binding for the fileSystem API.
  /external/chromium_org/extensions/renderer/resources/
app_runtime_custom_bindings.js 5 // Custom binding for the chrome.app.runtime API.
context_menus_custom_bindings.js 5 // Custom binding for the contextMenus API.
declarative_webrequest_custom_bindings.js 5 // Custom binding for the declarativeWebRequest API.
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.idl 53 [CallWith=ScriptState, Custom, ImplementedAs=verifySignature] Promise verify(Dictionary algorithm, CryptoKey key, object signature, object data);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 101 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/
MipsISelLowering.cpp 239 // 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...]
MipsSEISelLowering.cpp 116 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom);
117 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Custom);
118 setOperationAction(ISD::MULHS, MVT::i32, Custom);
119 setOperationAction(ISD::MULHU, MVT::i32, Custom);
124 setOperationAction(ISD::MUL, MVT::i64, Custom);
127 setOperationAction(ISD::MULHS, MVT::i64, Custom);
128 setOperationAction(ISD::MULHU, MVT::i64, Custom);
131 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i64, Custom);
132 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i64, Custom);
134 setOperationAction(ISD::SDIVREM, MVT::i32, Custom);
    [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/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 125 setOperationAction(ISD::SETCC, VT, Custom);
131 setOperationAction(ISD::SELECT_CC, VT, Custom);
132 setOperationAction(ISD::BR_CC, VT, Custom);
154 setOperationAction(ISD::SDIVREM, VT, Custom);
155 setOperationAction(ISD::UDIVREM, VT, Custom);
159 setOperationAction(ISD::ATOMIC_LOAD, VT, Custom);
160 setOperationAction(ISD::ATOMIC_STORE, VT, Custom);
164 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom);
176 setOperationAction(ISD::SMUL_LOHI, VT, Custom);
177 setOperationAction(ISD::UMUL_LOHI, VT, Custom);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 119 // We need to custom lower some of the intrinsics
120 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
160 // Custom lowering of vector stores is required for local address space
162 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
165 setOperationAction(ISD::STORE, MVT::v2i32, Custom);
167 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom);
168 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom);
169 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom);
171 // XXX: This can be change to Custom, once ExpandVectorStores can
206 setOperationAction(ISD::CONCAT_VECTORS, MVT::v4i32, Custom);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 265 CRYPT_XML_BLOB Custom;
288 CRYPT_XML_BLOB Custom;
326 CRYPT_XML_BLOB Custom;
  /external/chromium_org/tools/
safely-roll-deps.py 81 parser.add_option('-m', '--message', help='Custom commit message.')
  /external/libvorbis/doc/
Vorbis_I_spec.tex 53 % Custom commands
56 % Custom ref command, using hyperrefs autoref & nameref, to simulate the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 30 * Custom function for importing ChromeVox scripts.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 349 if (!item || item.source != Constants.WallpaperSourceEnum.Custom)
353 // Calculate the number of remaining custom wallpapers. The add new button
357 // Active custom wallpaper is also copied in chronos data dir. It needs
380 item && item.source == Constants.WallpaperSourceEnum.Custom) {
395 // custom wallpaper file name converted from an integer value represent
399 // Custom is the last one in the categories list.
508 case Constants.WallpaperSourceEnum.Custom:
594 * Removes the oldest custom wallpaper. If the oldest one is set as current
599 // Custom wallpapers should already sorted when put to the data model. The
603 if (!item || item.source != Constants.WallpaperSourceEnum.Custom)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 101 setOperationAction(ISD::SETCC, VT, Custom);
102 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom);
103 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
105 setOperationAction(ISD::SINT_TO_FP, VT, Custom);
106 setOperationAction(ISD::UINT_TO_FP, VT, Custom);
107 setOperationAction(ISD::FP_TO_SINT, VT, Custom);
108 setOperationAction(ISD::FP_TO_UINT, VT, Custom);
115 setOperationAction(ISD::BUILD_VECTOR, VT, Custom);
116 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom);
124 setOperationAction(ISD::SHL, VT, Custom);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 88 Custom // Use the LowerOperation hook to implement custom lowering.
374 /// integer type (return 'Expand'). 'Custom' is not an option.
476 /// sequence, or the target has a custom expander for it.
480 // to provide custom legalization for it.
481 if (Op > array_lengthof(OpActions[0])) return Custom;
487 /// made legal with custom lowering. This is used to help guide high-level
492 getOperationAction(Op, VT) == Custom);
505 /// unlikely to be made legal with custom lowering. This is used to help guide
519 /// code sequence, or the target has a custom expander for it
    [all...]

Completed in 1477 milliseconds

1 2 3 45 6 7