Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/external/chromium_org/tools/grit/grit/
Dpseudo_unittest.py15 from grit import pseudo
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.MapVowels(
44 trans = pseudo.PseudoMessage(msg)
[all …]
Dclique.py16 from grit import pseudo
407 return pseudo.PseudoMessage(self.GetMessage())
431 matches[pseudo.PSEUDO_LANG] = pseudo.PseudoMessage(self.GetMessage())
/external/libopus/celt/tests/
Dtest_unit_cwrs32.c93 int pseudo; in main() local
95 for(pseudo=1;pseudo<41;pseudo++) in main()
104 k=get_pulses(pseudo); in main()
/external/chromium_org/third_party/opus/src/celt/tests/
Dtest_unit_cwrs32.c93 int pseudo; in main() local
95 for(pseudo=1;pseudo<41;pseudo++) in main()
104 k=get_pulses(pseudo); in main()
/external/chromium_org/third_party/sqlite/src/test/
Dsoak.test45 # pseudo-random data in some way over and over again for a very
50 # fuzz.test (pseudo-random SQL statements)
51 # trans.test (pseudo-random changes to a database followed by rollbacks)
53 # corruptC.test (pseudo-random corruption to a database)
/external/lldb/scripts/
Ddisasm-gdb-remote.pl774 my $pseudo = 0;
780 elsif ($name eq "container-regs") { $pseudo = 1; }
784 …e == 4) {push @$registers_aref, { name => $reg_name, info => $reg32_href , pseudo => $pseudo };}
785 …e == 8) {push @$registers_aref, { name => $reg_name, info => $reg64_href , pseudo => $pseudo };}
786 …e == 1) {push @$registers_aref, { name => $reg_name, info => $reg8_href , pseudo => $pseudo };}
787 …e == 2) {push @$registers_aref, { name => $reg_name, info => $reg16_href , pseudo => $pseudo };}
788 …e == 10) {push @$registers_aref, { name => $reg_name, info => $reg80_href , pseudo => $pseudo };}
789 …e == 12) {push @$registers_aref, { name => $reg_name, info => $float96_href , pseudo => $pseudo };}
790 …e == 16) {push @$registers_aref, { name => $reg_name, info => $reg128_href , pseudo => $pseudo };}
791 …e == 32) {push @$registers_aref, { name => $reg_name, info => $reg256_href , pseudo => $pseudo };}
[all …]
/external/chromium_org/chrome/browser/web_dev_style/
Dcss_checker.py220 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/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/
Dx86-64-sandbox.rst71 ``0..4GiB`` inside *pseudo-instructions*: ``naclrestbp``,
114 * Neither instructions nor *pseudo-instructions* are permitted to span
120 * must not point into a *pseudo-instruction*
129 definitions of these *pseudo-instructions*)
146 Note: this is identical to the *pseudo-instruction*: ``[rep] stos
193 assembler guarantees 32-bit alignment for all *pseudo-instructions* in
194 the table below. In addition, to the pseudo-instructions, one
195 pseudo-operand prefix is introduced: ``%nacl``. Presence of the
221 The complete list of introduced *pseudo-instructions* is as follows:
Darm-32-bit-sandbox.rst151 pseudo-instructions.
182 branch* (to an address in a register) to use a pseudo-instruction. The
183 pseudo-instructions ensure that the address stays within the
184 sandbox. The *indirect branch* pseudo-instruction, in turn, ensures that
185 such branches won't split up other pseudo-instructions.
207 pseudo-instructions. These are simply a native *load* or *store*
210 Each *load* or *store* pseudo-instruction is similar to the *load* shown
242 split pseudo-instructions.
268 Thus, when the pseudo-instruction executes, the ``tst`` sets ``Z`` if
318 There's one problem with the pseudo-instructions shown above: they are
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeSymbolicFieldElement.cpp95 void DateTimeSymbolicFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText) in initialize() argument
100 DateTimeFieldElement::initialize(pseudo, axHelpText, m_minimumIndex + 1, m_maximumIndex + 1); in initialize()
DDateTimeFieldElement.cpp152 void DateTimeFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText, int axM… in initialize() argument
161 setShadowPseudoId(pseudo); in initialize()
DDateTimeNumericFieldElement.cpp154 void DateTimeNumericFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText) in initialize() argument
156 DateTimeFieldElement::initialize(pseudo, axHelpText, m_range.minimum, m_range.maximum); in initialize()
/external/iproute2/etc/iproute2/
Drt_scopes9 # pseudo-reserved
/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleFeature.h82 …electorForPseudoType(CSSSelector::PseudoType pseudo) const { return m_pseudoInvalidationSets.conta… in hasSelectorForPseudoType() argument
/external/chromium_org/tools/grit/grit/tool/
Dresize.py13 from grit import pseudo
171 self.lang = pseudo.PSEUDO_LANG
/external/openssl/crypto/bn/
Dbn_rand.c231 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) in bn_rand_range() argument
233 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand; in bn_rand_range()
/external/llvm/test/MC/ARM/
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
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
Dldr-pseudo-obj-errors.s7 @with the ldr pseudo. They are tested separately from parse errors because they
/external/llvm/docs/CommandGuide/
Dtblgen.rst88 .. option:: -gen-pseudo-lowering
90 Generate pseudo instruction lowering.
/external/clang/include/clang/AST/
DBuiltinTypes.def199 // The type of an expression which refers to a pseudo-object,
202 // pseudo-object is actually accessed by emitting a call to
205 // pseudo-object reference is used syntactically as the
208 // A pseudo-object reference naming an Objective-C @property is
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
Ddwarfwin64_testhd.errwarn7 -:24: warning: .type pseudo-op used outside of .def/.endef; ignored
/external/llvm/docs/
DBlockFrequencyTerminology.rst68 it's packaged up to act as a pseudo-node in its parent loop's (or the
100 its containing loop, if any), and each loop pseudo-node has a loop scale and
105 is the product of its mass, the mass of containing loops' pseudo nodes, and the
/external/llvm/test/CodeGen/ARM/
D2011-08-12-vmovqqqq-pseudo.ll2 ; Make sure that the VMOVQQQQ pseudo instruction is handled properly
/external/clang/test/CXX/special/class.dtor/
Dp10-0x.cpp33 …not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor express… in a()

12345678910>>...16