HomeSort by relevance Sort by last modified time
    Searched refs:pseudo (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 58 pseudo = 1, // this does not get executed enumerator in enum:__anon8338::SPUNopFiller::__anon8339
87 if (next_optype != pseudo )
110 if( this_optype != pseudo )
145 case 0: retval = pseudo; break;
148 default: retval= pseudo;
  /external/openssl/crypto/bn/
bn_rand.c 230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range)
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
  /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
crtbegin_dynamic.S 47 # can't hard-code it in the adr pseudo instruction
  /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
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 199 static inline int pseudoBit(PseudoId pseudo)
201 return 1 << (pseudo - 1);
209 bool RenderStyle::hasPseudoStyle(PseudoId pseudo) const
211 ASSERT(pseudo > NOPSEUDO);
212 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
213 return pseudoBit(pseudo) & noninherited_flags._pseudoBits;
216 void RenderStyle::setHasPseudoStyle(PseudoId pseudo)
218 ASSERT(pseudo > NOPSEUDO);
219 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
220 noninherited_flags._pseudoBits |= pseudoBit(pseudo);
    [all...]
RenderStyle.h 151 // list of associated pseudo styles
367 bool hasPseudoStyle(PseudoId pseudo) const;
368 void setHasPseudoStyle(PseudoId pseudo);
    [all...]
  /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.
  /bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S 46 # can't hard-code it in the adr pseudo instruction
crtbegin_static.S 46 # can't hard-code it in the adr pseudo instruction
  /external/llvm/
llvm-tblgen-rules.mk 90 $(call transform-td-to-out,pseudo-lowering)
tblgen-rules.mk 80 $(call transform-td-to-out,pseudo-lowering)
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
  /external/oprofile/events/mips/25K/
events 80 event:0x26 counters:0,1 um:zero minimum:500 name:ICACHE_PSEUDO_HITS : I-Cache pseudo-hits
  /external/v8/test/mjsunit/
sparse-array-reverse.js 59 // CONG pseudo random number generator. Used for fuzzing the sparse array
fuzz-natives.js 125 // These functions use pseudo-stack-pointers and are not robust
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 105 PassRefPtr<RenderStyle> pseudoStyleForElement(PseudoId pseudo, Element* e, RenderStyle* parentStyle = 0, bool matchVisitedPseudoClass = false);
112 // Datagrid style computation (uses unique pseudo elements and structures)
136 // These methods will give back the set of rules that matched for a given element (or a pseudo-element).
CSSGrammar.y 258 %type <selector> pseudo
986 // Ensure that unknown pseudo element always stays at the top of selector chain.
1029 | pseudo
1122 pseudo: label
    [all...]
CSSStyleSelector.cpp 770 // If we're matching normal rules, set a pseudo bit if
771 // we really just matched a pseudo-element.
    [all...]
  /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
  /frameworks/base/tools/aapt/
XMLNode.cpp 214 std::string pseudo = pseudolocalize_string(orig); local
215 curString.append(String16(String8(pseudo.c_str())));
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 351 milliseconds

1 2