/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelector.cpp | 91 // FIXME: Pseudo-elements and pseudo-classes do not have the same specificity. This function 330 // Paged Media pseudo-classes 465 bool element = false; // pseudo-element 467 bool isPagePseudoClass = false; // Page pseudo-class [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | 611 /// This expression always has pseudo-object type, and therefore it is [all...] |
/external/llvm/lib/CodeGen/ |
Passes.cpp | 134 /// StandardID may be a pseudo ID. In that case TargetID is the name of the real 192 // Pseudo Pass IDs. 233 // Substitute Pseudo Pass IDs for real ones. 479 // Expand pseudo-instructions emitted by ISel. 515 // Expand pseudo instructions before second scheduling pass.
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.cpp | 408 // Discard the pseudo instruction. 450 // Discard the pseudo instruction. 475 // Discard the pseudo instruction. 501 // Discard the pseudo instruction. 589 // Special case for pseudo-ops SPILL_CR and RESTORE_CR, etc.
|
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 166 /// pseudo-destructor name. In this case, the flag will be set false 516 // indicates a potential pseudo-destructor. [all...] |
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 11 // pseudo registers into register stack instructions. This pass uses live 139 NumFPRegs = 16 // Including scratch pseudo-registers. 437 ++NumFP; // Keep track of # of pseudo instrs 474 dbgs() << "Just deleted pseudo instruction\n"; 621 // The first element is an register file pseudo instruction, the second is the [all...] |
X86InstrFormats.td | 21 def Pseudo : Format<0>; def RawFrm : Format<1>; 181 // If this is a pseudo instruction, mark it isCodeGenOnly. 182 let isCodeGenOnly = !eq(!cast<string>(f), "Pseudo"); 250 : X86Inst<0, Pseudo, NoImm, oops, iops, "", NoItinerary> { 307 // FpI_ - Floating Point Pseudo Instruction template. Not Predicated. 310 : X86Inst<0, Pseudo, NoImm, outs, ins, "", itin> { [all...] |
/external/openssh/ |
ssh.0 | 329 -T Disable pseudo-tty allocation. 331 -t Force pseudo-tty allocation. This can be used to execute 487 If a pseudo-terminal has been allocated (normal login session), the user 490 If no pseudo-tty has been allocated, the session is transparent and can 499 When a pseudo-terminal has been requested, ssh supports a number of [all...] |
ssh.1 | 550 Disable pseudo-tty allocation. 552 Force pseudo-tty allocation. 844 If a pseudo-terminal has been allocated (normal login session), the 847 If no pseudo-tty has been allocated, 856 When a pseudo-terminal has been requested, 1104 network pseudo-device, [all...] |
/bionic/libc/include/sys/ |
cdefs.h | 104 #define __const /* delete pseudo-ANSI C keywords */ 168 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 135 #define __const /* delete pseudo-ANSI C keywords */ 199 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/development/ndk/platforms/android-9/include/sys/ |
cdefs.h | 104 #define __const /* delete pseudo-ANSI C keywords */ 168 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | 76 <li>There are several "pseudo-instructions" that are used to hold 172 Data-bearing pseudo-instructions are tagged with this opcode, in which 523 <code>B:</code> signed "branch" offset to table data pseudo-instruction 572 <code>B:</code> signed "branch" offset to table data pseudo-instruction 586 <code>B:</code> signed "branch" offset to table data pseudo-instruction [all...] |
/external/chromium/base/metrics/ |
field_trial.h | 13 // pseudo-randomly selected). 191 // The pseudo-randomly assigned group number.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_cond_wait.c | 47 * presented below in pseudo-code as it appeared: 165 * presented below in pseudo-code; basically 8a...
|
/external/chromium_org/net/socket/ |
ssl_session_cache_openssl.cc | 450 // I.e. try to generate a pseudo-random bit string, and check that no 456 << " pseudo random bytes?";
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.cpp | 906 RefPtr<PseudoElement> pseudo = PseudoElement::create(&element, pseudoId); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
BaseMultipleFieldsDateAndTimeInputType.cpp | 162 // Remove focus ring by CSS "focus" pseudo class. 173 // Add focus ring by CSS "focus" pseudo class.
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
SliderThumbElement.cpp | 415 const AtomicString& SliderThumbElement::pseudo() const function in class:WebCore::SliderThumbElement 452 const AtomicString& SliderContainerElement::pseudo() const function in class:WebCore::SliderContainerElement
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3rnd.test | 16 # query. This is done using pseudo-randomly generated data and queries. 27 # generated as in step 1. The docid is a pseudo-randomly selected
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 52 Flow labels must be uniformly distributed (pseudo-)random numbers, 288 kernel will allocate new pseudo-random number. Otherwise, kernel will try
|
/external/jpeg/ |
wrgif.c | 120 /* The pseudo-compression algorithm. 144 /* Initialize pseudo-compressor */
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 339 // Pseudo instructions 340 Pseudo = 0 << FormShift,
|
/external/llvm/lib/Target/R600/ |
R600Packetizer.cpp | 150 // ignorePseudoInstruction - Ignore bundling of pseudo instructions. 297 // Loop over all basic blocks and remove KILL pseudo-instructions
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrFormats.td | 57 // True if this is a 128-bit pseudo instruction that combines two 64-bit [all...] |