HomeSort by relevance Sort by last modified time
    Searched refs:As (Results 26 - 50 of 556) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/pdfium/xfa/fde/css/
cfde_cssstyleselector.cpp 184 ToDisplay(pValue.As<CFDE_CSSEnumValue>()->Value());
190 fFontSize = pValue.As<CFDE_CSSNumberValue>()->Apply(fFontSize);
193 ToFontSize(pValue.As<CFDE_CSSEnumValue>()->Value(), fFontSize);
199 pValue.As<CFDE_CSSNumberValue>();
212 ToTextAlign(pValue.As<CFDE_CSSEnumValue>()->Value());
223 ToFontWeight(pValue.As<CFDE_CSSEnumValue>()->Value());
226 (int32_t)pValue.As<CFDE_CSSNumberValue>()->Value() / 100;
235 ToFontStyle(pValue.As<CFDE_CSSEnumValue>()->Value());
241 pValue.As<CFDE_CSSColorValue>()->Value();
331 ToVerticalAlign(pValue.As<CFDE_CSSEnumValue>()->Value())
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
msp430x.d 3 #as: -mcpu=430X
24 0+0048 <[^>]*> 40 18 04 53 addx.w #0, r4 ;r3 As==00
39 0+00a8 <[^>]*> 40 18 3b d2 bisx.w #8, r11 ;r2 As==11
40 0+00ac <[^>]*> 00 18 7b d2 bisx.a #8, r11 ;r2 As==11
41 0+00b0 <[^>]*> 40 18 7b d2 bisx.b #8, r11 ;r2 As==11
42 0+00b4 <[^>]*> 40 18 3b d2 bisx.w #8, r11 ;r2 As==11
57 0+010e <[^>]*> 40 18 80 43 00 00 movx.w #0, 0x00000 ;r3 As==00, PC rel. 0x00112
58 0+0114 <[^>]*> 00 18 c0 43 00 00 movx.a #0, 0x00000 ;r3 As==00, PC rel. 0x00118
59 0+011a <[^>]*> 40 18 c0 43 00 00 movx.b #0, 0x00000 ;r3 As==00, PC rel. 0x0011e
60 0+0120 <[^>]*> 40 18 80 43 00 00 movx.w #0, 0x00000 ;r3 As==00, PC rel. 0x0012
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56 // Rewrite JMP/JAL to symbol as TYPE_BRANCH.
57 switch p.As {
69 switch p.As {
75 p.As = AMOVW
93 p.As = AMOVV
121 switch p.As {
125 p.As = AADD
131 p.As = AADDU
137 p.As = AADD
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56 // Rewrite JMP/JAL to symbol as TYPE_BRANCH.
57 switch p.As {
69 switch p.As {
75 p.As = AMOVW
93 p.As = AMOVV
121 switch p.As {
125 p.As = AADD
131 p.As = AADDU
137 p.As = AADD
    [all...]
  /external/v8/src/extensions/
free-buffer-extension.cc 22 v8::Local<v8::ArrayBuffer> arrayBuffer = args[0].As<v8::ArrayBuffer>();
  /device/linaro/bootloader/edk2/StdLib/Include/Containers/
Fifo.h 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
42 This function allows one to add one or more elements, as specified by Count,
48 organized as a packed array.
61 This function allows one to read one or more elements, as specified by Count,
67 to be organized as a packed array.
113 depending upon the value of the As enumerator.
116 @param[in] As An enumeration variable whose value determines whether the
123 typedef size_t (EFIAPI *cFIFO_NumInQueue) (cFIFO *Self, FIFO_ElemBytes As);
128 depending upon the value of the As enumerator.
131 @param[in] As An enumeration variable whose value determines whether the
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm7.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50 as obj.As
505 {obj.ADUFFZERO, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as AB/ABL
506 {obj.ADUFFCOPY, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as AB/ABL
551 if p.As == ADWORD && (c&7) != 0 {
558 if p.As != obj.ANOP && p.As != obj.AFUNCDATA && p.As != obj.APCDATA && p.As != obj.AUSEFIELD
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm7.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50 as obj.As
505 {obj.ADUFFZERO, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as AB/ABL
506 {obj.ADUFFCOPY, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as AB/ABL
551 if p.As == ADWORD && (c&7) != 0 {
558 if p.As != obj.ANOP && p.As != obj.AFUNCDATA && p.As != obj.APCDATA && p.As != obj.AUSEFIELD
    [all...]
  /external/swiftshader/src/Shader/
VertexProgram.cpp 10 // distributed under the License is distributed on an "AS IS" BASIS,
106 vertexID = Insert(vertexID, As<Int>(index), 0);
107 vertexID = Insert(vertexID, As<Int>(index + 1), 1);
108 vertexID = Insert(vertexID, As<Int>(index + 2), 2);
109 vertexID = Insert(vertexID, As<Int>(index + 3), 3);
487 if(dst.x) xEnable = xEnable & As<Int4>(xPredicate);
488 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate);
489 if(dst.z) zEnable = zEnable & As<Int4>(zPredicate);
490 if(dst.w) wEnable = wEnable & As<Int4>(wPredicate);
494 if(dst.x) xEnable = xEnable & ~As<Int4>(xPredicate)
    [all...]
PixelProgram.cpp 10 // distributed under the License is distributed on an "AS IS" BASIS,
54 Float4 face = booleanFaceRegister ? Float4(As<Float4>(CmpNLT(area, Float4(0.0f)))) : area;
129 if(opcode == Shader::OPCODE_TEXKILL) // Takes destination as input
437 if(dst.x) xEnable = xEnable & As<Int4>(xPredicate);
438 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate);
439 if(dst.z) zEnable = zEnable & As<Int4>(zPredicate);
440 if(dst.w) wEnable = wEnable & As<Int4>(wPredicate);
444 if(dst.x) xEnable = xEnable & ~As<Int4>(xPredicate);
445 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate);
446 if(dst.z) zEnable = zEnable & ~As<Int4>(zPredicate)
    [all...]
VertexRoutine.cpp 10 // distributed under the License is distributed on an "AS IS" BASIS,
183 if(stream.count >= 1) v.x = As<Float4>(Int4(v.x));
184 if(stream.count >= 2) v.x = As<Float4>(Int4(v.y));
185 if(stream.count >= 3) v.x = As<Float4>(Int4(v.z));
186 if(stream.count >= 4) v.x = As<Float4>(Int4(v.w));
189 if(stream.count >= 1) v.x = As<Float4>(UInt4(v.x));
190 if(stream.count >= 2) v.x = As<Float4>(UInt4(v.y));
191 if(stream.count >= 3) v.x = As<Float4>(UInt4(v.z));
192 if(stream.count >= 4) v.x = As<Float4>(UInt4(v.w));
220 v.x = As<Float4>(Int4(*Pointer<Byte4>(source0)))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
s390x.go 51 // IsS390xRLD reports whether the op (as defined by an s390x.A* constant) is
54 func IsS390xRLD(op obj.As) bool {
69 // IsS390xCMP reports whether the op (as defined by an s390x.A* constant) is
71 func IsS390xCMP(op obj.As) bool {
79 // IsS390xNEG reports whether the op (as defined by an s390x.A* constant) is
81 func IsS390xNEG(op obj.As) bool {
89 // IsS390xWithLength reports whether the op (as defined by an s390x.A* constant)
90 // refers to an instruction which takes a length as its first argument.
91 func IsS390xWithLength(op obj.As) bool {
101 // IsS390xWithIndex reports whether the op (as defined by an s390x.A* constant
    [all...]
arm.go 90 // IsARMCMP reports whether the op (as defined by an arm.A* constant) is
92 func IsARMCMP(op obj.As) bool {
100 // IsARMSTREX reports whether the op (as defined by an arm.A* constant) is
102 func IsARMSTREX(op obj.As) bool {
111 // It is encoded as an MRC with a bit inside the instruction word,
115 // IsARMMRC reports whether the op (as defined by an arm.A* constant) is
117 func IsARMMRC(op obj.As) bool {
126 func IsARMFloatCmp(op obj.As) bool {
138 func ARMMRCOffset(op obj.As, cond string, x0, x1, x2, x3, x4, x5 int64) (offset int64, op0 obj.As, ok bool)
    [all...]
amd64.go 16 // IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
18 func IsAMD4OP(op obj.As) bool {
ppc64.go 24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
27 func IsPPC64RLD(op obj.As) bool {
42 func IsPPC64ISEL(op obj.As) bool {
46 // IsPPC64CMP reports whether the op (as defined by an ppc64.A* constant) is
48 func IsPPC64CMP(op obj.As) bool {
56 // IsPPC64NEG reports whether the op (as defined by an ppc64.A* constant) is
58 func IsPPC64NEG(op obj.As) bool {
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
s390x.go 51 // IsS390xRLD reports whether the op (as defined by an s390x.A* constant) is
54 func IsS390xRLD(op obj.As) bool {
69 // IsS390xCMP reports whether the op (as defined by an s390x.A* constant) is
71 func IsS390xCMP(op obj.As) bool {
79 // IsS390xNEG reports whether the op (as defined by an s390x.A* constant) is
81 func IsS390xNEG(op obj.As) bool {
89 // IsS390xWithLength reports whether the op (as defined by an s390x.A* constant)
90 // refers to an instruction which takes a length as its first argument.
91 func IsS390xWithLength(op obj.As) bool {
101 // IsS390xWithIndex reports whether the op (as defined by an s390x.A* constant
    [all...]
arm.go 90 // IsARMCMP reports whether the op (as defined by an arm.A* constant) is
92 func IsARMCMP(op obj.As) bool {
100 // IsARMSTREX reports whether the op (as defined by an arm.A* constant) is
102 func IsARMSTREX(op obj.As) bool {
111 // It is encoded as an MRC with a bit inside the instruction word,
115 // IsARMMRC reports whether the op (as defined by an arm.A* constant) is
117 func IsARMMRC(op obj.As) bool {
126 func IsARMFloatCmp(op obj.As) bool {
138 func ARMMRCOffset(op obj.As, cond string, x0, x1, x2, x3, x4, x5 int64) (offset int64, op0 obj.As, ok bool)
    [all...]
amd64.go 16 // IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
18 func IsAMD4OP(op obj.As) bool {
ppc64.go 24 // IsPPC64RLD reports whether the op (as defined by an ppc64.A* constant) is
27 func IsPPC64RLD(op obj.As) bool {
42 func IsPPC64ISEL(op obj.As) bool {
46 // IsPPC64CMP reports whether the op (as defined by an ppc64.A* constant) is
48 func IsPPC64CMP(op obj.As) bool {
56 // IsPPC64NEG reports whether the op (as defined by an ppc64.A* constant) is
58 func IsPPC64NEG(op obj.As) bool {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
asm5.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 as obj.As
254 {obj.ADUFFZERO, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as ABL
255 {obj.ADUFFCOPY, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as ABL
288 switch p.As {
306 switch p.As {
329 if p.As == AB {
340 if p.As == ABL {
432 p.As = AAD
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
asm5.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 as obj.As
254 {obj.ADUFFZERO, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as ABL
255 {obj.ADUFFCOPY, C_NONE, C_NONE, C_SBRA, 5, 4, 0, 0, 0}, // same as ABL
288 switch p.As {
306 switch p.As {
329 if p.As == AB {
340 if p.As == ABL {
432 p.As = AAD
    [all...]
  /external/pdfium/fxjs/
cfxjse_class.cpp 20 info.Data().As<v8::External>()->Value());
39 info.Data().As<v8::External>()->Value());
58 info.Data().As<v8::External>()->Value());
77 info.Data().As<v8::External>()->Value());
98 info.Data().As<v8::External>()->Value());
109 info.Data().As<v8::External>()->Value());
130 v8::Local<v8::Object> hCallBackInfo = info.Data().As<v8::Object>();
134 hCallBackInfo->GetInternalField(1).As<v8::String>();
231 info.Data().As<v8::External>()->Value());
252 info.Data().As<v8::External>()->Value())
    [all...]
cfxjse_context.cpp 73 return hContext->Global()->GetPrototype().As<v8::Object>();
97 hObject = hProtoObject.As<v8::Object>();
120 hValue = hException.As<v8::Object>()->Get(
127 hValue = hException.As<v8::Object>()->Get(
236 v8::Local<v8::Function> hWrapperFn = hWrapperValue.As<v8::Function>();
240 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs);
  /external/mesa3d/src/gallium/state_trackers/clover/util/
pointer.hpp 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227 template<typename T, typename... As>
229 create(As &&... as) {
230 intrusive_ref<T> ref { *new T(std::forward<As>(as)...) };
  /hardware/libhardware/tests/input/evdev/
Android.mk 26 # TestHelpers uses mktemp. As the path is given to TempFile, we can't do too much
27 # here (e.g., use mkdtemp first). At least races will lead to an early failure, as

Completed in 1276 milliseconds

12 3 4 5 6 7 8 91011>>