Searched refs:pseudo (Results 1 - 25 of 229) sorted by relevance

12345678910

/external/chromium_org/tools/grit/grit/
H A Dpseudo_unittest.py6 '''Unit tests for grit.pseudo'''
15 from grit import pseudo namespace
21 self.failUnless(pseudo.MapVowels('abebibobuby') ==
23 self.failUnless(pseudo.MapVowels('ABEBIBOBUBY') ==
27 out = pseudo.PseudoString('hello')
28 self.failUnless(out == pseudo.MapVowels(u'hePelloPo', True))
31 out = pseudo.PseudoString("beautiful weather, ain't it?")
32 self.failUnless(out == pseudo.MapVowels(
36 out = pseudo.PseudoString("HOWDIE DOODIE, DR. JONES")
37 self.failUnless(out == pseudo
[all...]
H A Dclique.py16 from grit import pseudo namespace
370 a pseudotranslation if there is no available translation and a pseudo-
407 return pseudo.PseudoMessage(self.GetMessage())
410 '''Returns a map of all messages that match 'lang', including the pseudo
420 pseudo.PSEUDO_LANG : tclib.Translation }
431 matches[pseudo.PSEUDO_LANG] = pseudo.PseudoMessage(self.GetMessage())
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_cwrs32.c93 int pseudo; local
95 for(pseudo=1;pseudo<41;pseudo++)
104 k=get_pulses(pseudo);
/external/libopus/celt/tests/
H A Dtest_unit_cwrs32.c93 int pseudo; local
95 for(pseudo=1;pseudo<41;pseudo++)
104 k=get_pulses(pseudo);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeSymbolicFieldElement.cpp95 void DateTimeSymbolicFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText)
100 DateTimeFieldElement::initialize(pseudo, axHelpText, m_minimumIndex + 1, m_maximumIndex + 1);
H A DDateTimeSymbolicFieldElement.h44 void initialize(const AtomicString& pseudo, const String& axHelpText);
H A DDateTimeFieldElement.cpp152 void DateTimeFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum) argument
161 setShadowPseudoId(pseudo);
H A DDateTimeFieldElement.h86 void initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum);
H A DDateTimeNumericFieldElement.h74 void initialize(const AtomicString& pseudo, const String& axHelpText);
H A DDateTimeNumericFieldElement.cpp154 void DateTimeNumericFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText) argument
156 DateTimeFieldElement::initialize(pseudo, axHelpText, m_range.minimum, m_range.maximum);
/external/clang/test/CXX/special/class.dtor/
H A Dp10-0x.cpp9 x->~decltype(*x)(); // expected-error{{the type of object expression ('const int') does not match the type being destroyed ('decltype(*x)' (aka 'const int &')) in pseudo-destructor expression}} \
33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
34 i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-obj-errors.s7 @with the ldr pseudo. They are tested separately from parse errors because they
H A Dldr-pseudo.s1 @ This test has a partner (ldr-pseudo-darwin.s) that contains matching
2 @ tests for the ldr-pseudo on darwin targets. We need separate files
85 @ Check that symbols can be loaded using ldr pseudo
H A Dldr-pseudo-darwin.s1 @ This test has a partner (ldr-pseudo.s) that contains matching
2 @ tests for the ldr-pseudo on linux targets. We need separate files
85 @ Check that symbols can be loaded using ldr pseudo
/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl774 my $pseudo = 0;
780 elsif ($name eq "container-regs") { $pseudo = 1; }
784 if ($byte_size == 4) {push @$registers_aref, { name => $reg_name, info => $reg32_href , pseudo => $pseudo };}
785 elsif ($byte_size == 8) {push @$registers_aref, { name => $reg_name, info => $reg64_href , pseudo => $pseudo };}
786 elsif ($byte_size == 1) {push @$registers_aref, { name => $reg_name, info => $reg8_href , pseudo => $pseudo };}
787 elsif ($byte_size == 2) {push @$registers_aref, { name => $reg_name, info => $reg16_href , pseudo => $pseudo };}
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleFeature.h82 bool hasSelectorForPseudoType(CSSSelector::PseudoType pseudo) const { return m_pseudoInvalidationSets.contains(pseudo); }
/external/chromium_org/tools/grit/grit/tool/
H A Dresize.py13 from grit import pseudo namespace
171 self.lang = pseudo.PSEUDO_LANG
/external/chromium_org/chrome/browser/web_dev_style/
H A Dcss_checker.py215 ([a-zA-Z-]+) # a pseudo element, class, or function
220 pseudo = p.group(1).strip().splitlines()[0]
221 if _strip_prefix(pseudo.lower()) in pseudo_elements:
222 errors.append(' :%s (should be ::%s)' % (pseudo, pseudo))
/external/openssl/crypto/rand/
H A Drand_lcl.h157 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock);
H A Dmd_rand.c336 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock) argument
528 else if (pseudo)
544 /* pseudo-random bytes that are guaranteed to be unique but not
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DinspectorSyntaxHighlight.css64 .webkit-html-pseudo-element {
/external/openssl/crypto/bn/
H A Dbn_rand.c231 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) argument
233 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h155 unsigned int pseudo : 1; member in struct:nv50_ir::Target::OpInfo
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h155 unsigned int pseudo : 1; member in struct:nv50_ir::Target::OpInfo
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.cpp334 void ElementShadow::distributedNodePseudoStateChanged(CSSSelector::PseudoType pseudo) argument
336 if (ensureSelectFeatureSet().hasSelectorForPseudoType(pseudo))

Completed in 524 milliseconds

12345678910