/external/quake/quake/src/WinQuake/ |
D | WinQuake.dsp | 215 # Begin Custom Build - mycoolbuild 226 # End Custom Build 230 # Begin Custom Build - mycoolbuild 241 # End Custom Build 260 # Begin Custom Build - mycoolbuild 271 # End Custom Build 275 # Begin Custom Build - mycoolbuild 286 # End Custom Build 400 # Begin Custom Build - mycoolbuild 411 # End Custom Build [all …]
|
/external/quake/quake/src/QW/client/ |
D | qwcl.dsp | 217 # Begin Custom Build 228 # End Custom Build 232 # Begin Custom Build - GAS2MASM Conversion 243 # End Custom Build 263 # Begin Custom Build 274 # End Custom Build 278 # Begin Custom Build - GAS2MASM Conversion 289 # End Custom Build 409 # Begin Custom Build 420 # End Custom Build [all …]
|
/external/flac/libFLAC/ |
D | libFLAC_static.dsp | 96 # Begin Custom Build 102 # End Custom Build 107 # Begin Custom Build 113 # End Custom Build 125 # Begin Custom Build 131 # End Custom Build 136 # Begin Custom Build 142 # End Custom Build 154 # Begin Custom Build 160 # End Custom Build [all …]
|
D | libFLAC_dynamic.dsp | 103 # Begin Custom Build 109 # End Custom Build 114 # Begin Custom Build 120 # End Custom Build 132 # Begin Custom Build 138 # End Custom Build 143 # Begin Custom Build 149 # End Custom Build 161 # Begin Custom Build 167 # End Custom Build [all …]
|
/external/webkit/Source/WebCore/inspector/ |
D | InjectedScriptHost.idl | 38 [Custom] void inspect(in DOMObject objectId, in DOMObject hints); 39 [Custom] DOMObject inspectedNode(in int num); 40 [Custom] DOMObject internalConstructorName(in DOMObject object); 42 [Custom] DOMObject currentCallFrame(); 43 [Custom] int databaseId(in DOMObject database); 44 [Custom] int storageId(in DOMObject storage);
|
D | InspectorFrontendHost.idl | 55 [Custom] DOMString platform(); 56 [Custom] DOMString port(); 57 [Custom] void showContextMenu(in MouseEvent event, in DOMObject items);
|
/external/webkit/Source/WebCore/xml/ |
D | XSLTProcessor.idl | 42 [Custom] void importStylesheet(in Node stylesheet); 43 [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal); 44 [Custom] Document transformToDocument(in Node source); 46 … [Custom] void setParameter(in DOMString namespaceURI, in DOMString localName, in DOMString value); 47 …[Custom, ConvertNullStringTo=Undefined] DOMString getParameter(in DOMString namespaceURI, in DOMSt… 48 [Custom] void removeParameter(in DOMString namespaceURI, in DOMString localName);
|
/external/webkit/Source/WebCore/dom/ |
D | DeviceMotionEvent.idl | 31 readonly attribute [Custom] Acceleration acceleration; 32 readonly attribute [Custom] Acceleration accelerationIncludingGravity; 33 readonly attribute [Custom] RotationRate rotationRate; 34 readonly attribute [Custom] double interval; 35 …[Custom] void initDeviceMotionEvent(in DOMString type, in boolean bubbles, in boolean cancelable, …
|
D | DeviceOrientationEvent.idl | 31 readonly attribute [Custom] double alpha; 32 readonly attribute [Custom] double beta; 33 readonly attribute [Custom] double gamma; 34 …[Custom] void initDeviceOrientationEvent(in DOMString type, in boolean bubbles, in boolean cancela…
|
D | Node.idl | 67 [OldStyleObjC, Custom] Node insertBefore(in [Return] Node newChild, 70 [OldStyleObjC, Custom] Node replaceChild(in Node newChild, 73 [Custom] Node removeChild(in [Return] Node oldChild) 75 [Custom] Node appendChild(in [Return] Node newChild) 149 [Custom] void addEventListener(in DOMString type, 152 [Custom] void removeEventListener(in DOMString type,
|
D | Clipboard.idl | 37 [Custom] void clearData(in [Optional] DOMString type) 39 [Custom] void getData(in DOMString type) 43 [Custom] void setDragImage(in HTMLImageElement image, in long x, in long y)
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.idl | 159 [Custom] void fillText(/* 4 */); 160 [Custom] void strokeText(/* 4 */); 161 [Custom] void setStrokeColor(/* 1 */); 162 [Custom] void setFillColor(/* 1 */); 163 [Custom] void strokeRect(/* 4 */); 164 [Custom] void drawImage(/* 3 */); 165 [Custom] void drawImageFromRect(/* 10 */); 166 [Custom] void setShadow(/* 3 */); 167 [Custom] void createPattern(/* 2 */); 168 …[Custom] void putImageData(/* in ImageData imagedata, in float dx, in float dy [, in float dirtyX,… [all …]
|
D | WebGLRenderingContext.idl | 523 …[StrictTypeChecking, Custom] void getAttachedShaders(in WebGLProgram program) raises (DOMException… 528 [StrictTypeChecking, Custom] void getBufferParameter(); 535 [StrictTypeChecking, Custom] void getExtension(in DOMString name); 538 [StrictTypeChecking, Custom] void getFramebufferAttachmentParameter(); 540 [StrictTypeChecking, Custom] void getParameter(); 542 [StrictTypeChecking, Custom] void getProgramParameter(); 545 [StrictTypeChecking, Custom] void getRenderbufferParameter(); 547 [StrictTypeChecking, Custom] void getShaderParameter() raises(DOMException); 557 [StrictTypeChecking, Custom] void getSupportedExtensions(); 560 [StrictTypeChecking, Custom] void getTexParameter(); [all …]
|
/external/webkit/Source/WebCore/page/ |
D | Location.idl | 48 [Custom, V8OnInstance] void assign(in DOMString url); 49 [Custom, V8OnInstance] void replace(in DOMString url); 50 [Custom, V8OnInstance] void reload(); 68 …[DontEnum, Custom, V8OnInstance, V8ReadOnly, ImplementationFunction=toStringFunction] DOMString to… 71 [DontEnum, Custom, V8OnInstance, V8ReadOnly] DOMObject valueOf();
|
D | Coordinates.idl | 31 readonly attribute [Custom] double altitude; 33 readonly attribute [Custom] double altitudeAccuracy; 34 readonly attribute [Custom] double heading; 35 readonly attribute [Custom] double speed;
|
/external/webkit/Source/WebCore/html/ |
D | HTMLDocument.idl | 26 [Custom, NoCPPCustom] void open(); 28 [Custom] void write(in DOMString text); 29 [Custom] void writeln(in DOMString text); 39 attribute [Custom, Deletable] HTMLAllCollection all;
|
D | HTMLOptionsCollection.idl | 29 attribute [Custom] unsigned long length 32 [Custom] void add(in HTMLOptionElement option, in [Optional] unsigned long index) 34 [Custom] void remove(in unsigned long index);
|
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.cpp | 58 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in R600TargetLowering() 59 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in R600TargetLowering() 60 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i1, Custom); in R600TargetLowering() 61 setOperationAction(ISD::FPOW, MVT::f32, Custom); in R600TargetLowering() 63 setOperationAction(ISD::ROTL, MVT::i32, Custom); in R600TargetLowering() 65 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom); in R600TargetLowering() 66 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom); in R600TargetLowering() 70 setOperationAction(ISD::FP_TO_UINT, MVT::i1, Custom); in R600TargetLowering() 72 setOperationAction(ISD::SELECT, MVT::i32, Custom); in R600TargetLowering() 73 setOperationAction(ISD::SELECT, MVT::f32, Custom); in R600TargetLowering() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 63 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom); in MipsSETargetLowering() 64 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in MipsSETargetLowering() 65 setOperationAction(ISD::LOAD, MVT::i32, Custom); in MipsSETargetLowering() 66 setOperationAction(ISD::STORE, MVT::i32, Custom); in MipsSETargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 86 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering() 87 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering() 91 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in AArch64TargetLowering() 92 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in AArch64TargetLowering() 93 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in AArch64TargetLowering() 94 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in AArch64TargetLowering() 96 setOperationAction(ISD::SELECT, MVT::i32, Custom); in AArch64TargetLowering() 97 setOperationAction(ISD::SELECT, MVT::i64, Custom); in AArch64TargetLowering() 98 setOperationAction(ISD::SELECT, MVT::f32, Custom); in AArch64TargetLowering() 99 setOperationAction(ISD::SELECT, MVT::f64, Custom); in AArch64TargetLowering() [all …]
|
/external/webkit/Source/WebCore/workers/ |
D | WorkerContext.idl | 50 [Custom] void importScripts(/*[Variadic] in DOMString urls */); 60 [Custom] long setTimeout(in TimeoutHandler handler, in long timeout); 61 // [Custom] long setTimeout(in DOMString code, in long timeout); 63 [Custom] long setInterval(in TimeoutHandler handler, in long timeout); 64 // [Custom] long setInterval(in DOMString code, in long timeout);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | PropertySlot.h | 44 Custom, enumerator 142 m_cachedPropertyType = Custom; in setCacheableCustom() 219 ASSERT(m_cachedPropertyType == Custom); in customGetter()
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator 54 clEnumValN(Custom, "run-custom", 64 clEnumValN(Custom, "safe-run-custom", 194 case Custom: in initializeExecutionEnvironment() 244 case Custom: in initializeExecutionEnvironment()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 263 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom); in X86TargetLowering() 267 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom); in X86TargetLowering() 270 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom); in X86TargetLowering() 283 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom); in X86TargetLowering() 285 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom); in X86TargetLowering() 286 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom); in X86TargetLowering() 295 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom); in X86TargetLowering() 296 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom); in X86TargetLowering() 306 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom); in X86TargetLowering() 308 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Custom); in X86TargetLowering() [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 95 setOperationAction(ISD::SRA, MVT::i8, Custom); in MSP430TargetLowering() 96 setOperationAction(ISD::SHL, MVT::i8, Custom); in MSP430TargetLowering() 97 setOperationAction(ISD::SRL, MVT::i8, Custom); in MSP430TargetLowering() 98 setOperationAction(ISD::SRA, MVT::i16, Custom); in MSP430TargetLowering() 99 setOperationAction(ISD::SHL, MVT::i16, Custom); in MSP430TargetLowering() 100 setOperationAction(ISD::SRL, MVT::i16, Custom); in MSP430TargetLowering() 105 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering() 106 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering() 107 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in MSP430TargetLowering() 109 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering() [all …]
|