/dalvik/vm/compiler/codegen/mips/ |
MipsLIR.h | 590 * Each instance of this struct holds a pseudo or real LIR instruction: 591 * - pseudo ones (eg labels and marks) and will be discarded by the assembler.
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 91 // Pseudo-name for the PAC script. 93 // Pseudo-name for the PAC utility script.
|
/external/chromium_org/base/metrics/ |
field_trial.h | 13 // pseudo-randomly selected). 256 // The pseudo-randomly assigned group number.
|
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper_browsertest.cc | 339 // This test prints HTML pages into a pseudo printer and check their outputs, 413 // Retrieve the checksum of the bitmap data from the pseudo printer and [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleAdjuster.cpp | 230 // FIXME: Don't support this mutation for pseudo styles like first-letter or first-line, since it's not completely 351 // If we have first-letter pseudo style, do not share this style.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.h | 408 virtual const AtomicString& pseudo() const; 747 return pseudo(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderRegion.cpp | 218 // FIXME: Region styling doesn't work for pseudo elements. 554 // FIXME: Region styling fails for pseudo-elements because the renderers don't have a node.
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
Inspector-1.0.json | [all...] |
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_en-AU.xtb | 142 <translation id="3905760801744450823">Pseudo element</translation> 301 <translation id="6965628487811068511">Pseudo ::<ph name="NAME"/> element</translation>
|
inspector_strings_es.xtb | 140 <translation id="3905760801744450823">Pseudo elemento</translation> 295 <translation id="6965628487811068511">Elemento Pseudo ::<ph name="NAME"/></translation> [all...] |
inspector_strings_pt-BR.xtb | 203 <translation id="3905760801744450823">Pseudo elemento</translation> 336 <translation id="6965628487811068511">Pseudo ::<ph name="NAME"/> elemento</translation> [all...] |
/external/chromium_org/third_party/libva/va/ |
va_vpp.h | 111 * The general control flow is demonstrated by the following pseudo-code: 569 * number of elements. This can be achieved by the following pseudo-code:
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.cpp | 157 opInfo[i].pseudo = (i < OP_MOV); 158 opInfo[i].predicate = !opInfo[i].pseudo;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 302 opInfo[i].pseudo = (i < OP_MOV); 303 opInfo[i].predicate = !opInfo[i].pseudo;
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3defer.test | 79 # They use the following pseudo-randomly generated document data. The 81 # two documents are added to the pseudo-random data before it is loaded
|
/external/dropbear/libtommath/ |
tommath.h | 283 /* makes a pseudo-random int of a given size */ 401 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
|
/external/eigen/Eigen/src/Core/ |
VectorwiseOp.h | 151 * \brief Pseudo expression providing partial reduction operations 156 * This class represents a pseudo expression with partial reduction features.
|
/external/ganymed-ssh2/ |
FAQ.html | 76 <li>Before executing <tt>Session.execCommand()</tt>, do NOT aquire any type of pseudo terminal in the
83 instead aquire a pty (pseudo terminal) and then start a shell (use <tt>Session.requestPTY()</tt> and
|
/external/llvm/include/llvm/CodeGen/ |
MachineFrameInfo.h | 191 /// target uses frame setup/destroy pseudo instructions (as defined in the 456 /// CallFrameSetup/Destroy pseudo instructions are used by the target, and
|
/external/llvm/lib/Target/ARM/ |
A15SDOptimizer.cpp | 159 // for an SPR register that will be used in VDUP32d pseudo. 597 // pseudo-instruction that is producing the pattern
|
ARMISelLowering.h | 44 // Add pseudo op to model memcpy for struct byval. 91 TC_RETURN, // Tail call return pseudo.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrFormats.td | 310 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern = [], 312 : InstHexagon<outs, ins, asmstr, pattern, cstr, PSEUDO, TypePSEUDO>;
|
/external/llvm/lib/Target/R600/ |
AMDILInstrInfo.td | 124 "; i32 Pseudo branch instruction", 128 "; f32 Pseudo branch instruction",
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrFP.td | 104 def LX : Pseudo<(outs FP128:$dst), (ins bdxaddr20only128:$src), 120 def STX : Pseudo<(outs), (ins FP128:$src, bdxaddr20only128:$dst),
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.cpp | 157 opInfo[i].pseudo = (i < OP_MOV); 158 opInfo[i].predicate = !opInfo[i].pseudo;
|