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

  /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;
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 190 static inline int pseudoBit(PseudoId pseudo)
192 return 1 << (pseudo - 1);
195 bool RenderStyle::hasPseudoStyle(PseudoId pseudo) const
197 ASSERT(pseudo > NOPSEUDO);
198 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
199 return pseudoBit(pseudo) & noninherited_flags._pseudoBits;
202 void RenderStyle::setHasPseudoStyle(PseudoId pseudo)
204 ASSERT(pseudo > NOPSEUDO);
205 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
206 noninherited_flags._pseudoBits |= pseudoBit(pseudo);
    [all...]
RenderStyle.h 149 // list of associated pseudo styles
353 bool hasPseudoStyle(PseudoId pseudo) const;
354 void setHasPseudoStyle(PseudoId pseudo);
    [all...]
  /external/webkit/WebCore/rendering/
MediaControlElements.cpp 90 MediaControlElement::MediaControlElement(Document* document, PseudoId pseudo, HTMLMediaElement* mediaElement)
93 , m_pseudoStyleId(pseudo)
96 switch (pseudo) {
315 MediaControlInputElement::MediaControlInputElement(Document* document, PseudoId pseudo, const String& type, HTMLMediaElement* mediaElement)
318 , m_pseudoStyleId(pseudo)
323 switch (pseudo) {
702 MediaControlTimeDisplayElement::MediaControlTimeDisplayElement(Document* document, PseudoId pseudo, HTMLMediaElement* element)
703 : MediaControlElement(document, pseudo, element)
RenderObject.cpp     [all...]
RenderBlock.cpp 259 // If this is an anonymous wrapper, then the parent applies its own pseudo-element style to it.
4627 RenderStyle* pseudo = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER, local
    [all...]
  /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_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-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/v8/test/mjsunit/
fuzz-natives.js 116 // These functions use pseudo-stack-pointers and are not robust
sparse-array-reverse.js 59 // CONG pseudo random number generator. Used for fuzzing the sparse array
  /external/webkit/WebCore/css/
CSSGrammar.y 239 %type <selector> pseudo
979 | pseudo
1061 pseudo: label
    [all...]
CSSStyleSelector.cpp 709 // If we're matching normal rules, set a pseudo bit if
710 // 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 101 std::string pseudo = pseudolocalize_string(orig); local
102 curString.append(String16(String8(pseudo.c_str())));
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
359 \index{Pseudo Random Number Generator} \index{PRNG}
360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]

Completed in 555 milliseconds