HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 76 - 100 of 1396) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libpcap/
pcap-bpf.h 343 * pseudo-header followed by an AALn PDU.
346 * with different pseudo-headers.
348 * If ATM software returns a pseudo-header with VPI/VCI information
353 * pseudo-header and the form of the pseudo-header.
431 #define DLT_MTP2_WITH_PHDR 139 /* pseudo-header with various info, followed by MTP2 */
432 #define DLT_MTP2 140 /* MTP2, without pseudo-header */
433 #define DLT_MTP3 141 /* MTP3, without pseudo-header or MTP2 */
434 #define DLT_SCCP 142 /* SCCP, without pseudo-header or MTP2 or MTP3 */
705 * Various link-layer types, with a pseudo-header, for SIT
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrFormats.td 48 def SizeSpecial : SizeVal<1>; // Special instruction, e.g. pseudo
206 // Pseudo instructions
207 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern>
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 91 // Pseudo - This represents an instruction that is a pseudo instruction
94 Pseudo = 0,
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 47 # can't hard-code it in the adr pseudo instruction
crtbegin_static.S 47 # can't hard-code it in the adr pseudo instruction
  /bionic/libc/arch-sh/bionic/
crtbegin_static.S 47 # can't hard-code it in the adr pseudo instruction
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalEnd.java 24 * Pseudo-instruction which is used to explicitly end the mapping of a
LocalSnapshot.java 25 * Pseudo-instruction which is used to hold a snapshot of the
LocalStart.java 24 * Pseudo-instruction which is used to introduce a new local variable. That
  /dalvik/dx/src/com/android/dx/dex/code/
LocalEnd.java 24 * Pseudo-instruction which is used to explicitly end the mapping of a
LocalSnapshot.java 25 * Pseudo-instruction which is used to hold a snapshot of the
LocalStart.java 24 * Pseudo-instruction which is used to introduce a new local variable. That
  /external/bluetooth/glib/glib/
gslice.h 56 * pseudo prototypes for the macro
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 16 // to its control view so that pseudo-menu operations
  /external/chromium/chrome/browser/web_applications/
web_app.h 25 // Compute a deterministic name based on the URL. We use this pseudo name
  /external/chromium/chrome/common/
launchd_mac.h 29 // TODO(dmaclach): Get rid of this pseudo singleton, and inject it
persistent_pref_store.h 60 // Whether the store is in a pseudo-read-only mode where changes are not
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td 63 def MovePCtoLR8 : Pseudo<(outs), (ins), "", []>,
134 def ATOMIC_LOAD_ADD_I64 : Pseudo<
137 def ATOMIC_LOAD_SUB_I64 : Pseudo<
140 def ATOMIC_LOAD_OR_I64 : Pseudo<
143 def ATOMIC_LOAD_XOR_I64 : Pseudo<
146 def ATOMIC_LOAD_AND_I64 : Pseudo<
149 def ATOMIC_LOAD_NAND_I64 : Pseudo<
153 def ATOMIC_CMP_SWAP_I64 : Pseudo<
158 def ATOMIC_SWAP_I64 : Pseudo<
176 def TCRETURNdi8 :Pseudo< (outs)
    [all...]
  /external/llvm/lib/Target/X86/
X86.h 42 /// converts floating point register references and pseudo instructions into
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 3 * whether Valgrind intercepts the system calls that access these pseudo-files
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentgetxmlencoding01.js 78 Call the getXmlEncoding method on a UTF-8 encoded XML document in which the encoding pseudo
documentgetxmlencoding04.js 79 the encoding pseudo attribute in its XMLDecl and check if the value returend is null.
  /external/webkit/Source/WebCore/rendering/
RenderBR.h 28 * CSS2 :before and :after pseudo elements
RenderObjectChildList.cpp 315 // In CSS2, before/after pseudo-content cannot nest. Check this first.
364 // If we have no pseudo-element style or if the pseudo-element style's display type is NONE, then we
372 // display values for the pseudo style are NONE and INLINE for inline flows.
381 // style information with the new pseudo-element style.
392 // Generated text content is a child whose style also needs to be set to the pseudo-element style.
395 // Images get an empty style that inherits from the pseudo.
412 // by the content property). This generated content container gets the pseudo-element style set on it.
452 ASSERT(styledObject->node()); // The styled object cannot be anonymous or else it could not have ':before' or ':after' pseudo elements.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 78 @cssPseudoTags = readTagsDir("#{data_path}/css-pseudo")
416 pseudo = @cssPseudoTags[rand(@cssPseudoTags.length)].dup
418 if (pseudo =~ /^lang|^nth|^not/ and rand(100) < 75 and pseudo !~ /\(/) or rand(100) < 20
419 pseudo << '('
422 if pseudo =~ /\(/
424 pseudo << generateGarbageValue()
427 pseudo << ')'
430 pattern << ":" + pseudo

Completed in 995 milliseconds

1 2 34 5 6 7 8 91011>>