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

1 2 3 4 56 7

  /external/chromium_org/chrome/renderer/resources/extensions/
media_galleries_custom_bindings.js 5 // Custom binding for the Media Gallery API.
34 // custom callback so that they can instantiate and return an array of file
notifications_custom_bindings.js 5 // Custom bindings for the notifications API.
omnibox_custom_bindings.js 5 // Custom binding for the omnibox API. Only injected into the v8 contexts
automation_custom_bindings.js 5 // Custom bindings for the automation API.
file_system_provider_custom_bindings.js 5 // Custom binding for the fileSystemProvider API.
  /external/chromium_org/extensions/renderer/resources/
extension_custom_bindings.js 5 // Custom binding for the extension API.
permissions_custom_bindings.js 5 // Custom binding for the Permissions API.
11 // These custom binding are only necessary because it is not currently
serial_custom_bindings.js 6 * Custom bindings for the Serial API.
runtime_custom_bindings.js 5 // Custom binding for the runtime API.
web_request_internal_custom_bindings.js 5 // Custom binding for the webRequestInternal API.
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 94 {# Custom special operations #}
121 {# END custom special operations #}
125 {# Custom internal fields #}
150 {# End custom internal fields #}
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 318 if (cubic->subType() == CubicBezierTimingFunction::Custom) {
337 // Custom Bezier are handled seperately.
338 case CubicBezierTimingFunction::Custom:
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 30 // We need to custom lower some of the intrinsics
31 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
40 setOperationAction(ISD::UDIVREM, MVT::i32, Custom);
85 assert(0 && "Custom lowering code for this"
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 30 // We need to custom lower some of the intrinsics
31 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
40 setOperationAction(ISD::UDIVREM, MVT::i32, Custom);
85 assert(0 && "Custom lowering code for this"
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 111 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Custom);
112 setOperationAction(ISD::UINT_TO_FP, MVT::i1, Custom);
116 setOperationAction(ISD::LOAD, MVT::i1, Custom);
117 setOperationAction(ISD::STORE, MVT::i1, Custom);
121 setOperationAction(ISD::TRUNCATE, MVT::i1, Custom);
135 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom);
175 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom);
239 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
240 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
244 setOperationAction(ISD::SETCC, MVT::i32, Custom);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 70 [Custom] attribute object strokeStyle; // (default black)
71 [Custom] attribute object fillStyle; // (default black)
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 157 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom);
158 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom);
159 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom);
160 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom);
161 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom);
162 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom);
192 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
193 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
197 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
205 setOperationAction(ISD::LOAD, MVT::i1, Custom);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search_tools.js 143 /* Custom Date Range. */
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
InplaceEditor.js 231 * Custom finish handler for the editing session (invoked on keydown)
  /external/chromium_org/v8/test/mjsunit/
error-constructors.js 83 // Custom getters in actual objects are welcome.
keyed-call-ic.js 66 // Custom call generators
  /frameworks/base/docs/html/training/
training_toc.cs 341 "How to print photos, HTML documents, and custom documents from your app."
353 <li><a href="<?cs var:toroot ?>training/printing/custom-docs.html">
354 Custom Documents
461 <li><a href="<?cs var:toroot ?>training/transitions/custom-transitions.html">
462 Creating Custom Transitions
664 <a href="<?cs var:toroot ?>training/volley/request-custom.html">
665 Implementing a Custom Request
788 <a href="<?cs var:toroot ?>training/wearables/apps/layouts.html">Creating Custom Layouts</a>
805 description="How to create custom user interfaces for wearable apps."
806 >Creating Custom UIs</a
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_name.cpp 492 case SkOTTableName::Record::PlatformID::Custom:
  /external/skia/src/sfnt/
SkOTTable_name.cpp 492 case SkOTTableName::Record::PlatformID::Custom:

Completed in 485 milliseconds

1 2 3 4 56 7