/external/chromium_org/tools/grit/grit/ |
D | pseudo_unittest.py | 15 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 …]
|
D | clique.py | 16 from grit import pseudo 407 return pseudo.PseudoMessage(self.GetMessage()) 431 matches[pseudo.PSEUDO_LANG] = pseudo.PseudoMessage(self.GetMessage())
|
/external/libopus/celt/tests/ |
D | test_unit_cwrs32.c | 93 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/ |
D | test_unit_cwrs32.c | 93 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/ |
D | soak.test | 45 # 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/ |
D | disasm-gdb-remote.pl | 774 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/ |
D | css_checker.py | 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/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/ |
D | x86-64-sandbox.rst | 71 ``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:
|
D | arm-32-bit-sandbox.rst | 151 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/ |
D | DateTimeSymbolicFieldElement.cpp | 95 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()
|
D | DateTimeFieldElement.cpp | 152 void DateTimeFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText, int axM… in initialize() argument 161 setShadowPseudoId(pseudo); in initialize()
|
D | DateTimeNumericFieldElement.cpp | 154 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/ |
D | rt_scopes | 9 # pseudo-reserved
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | RuleFeature.h | 82 …electorForPseudoType(CSSSelector::PseudoType pseudo) const { return m_pseudoInvalidationSets.conta… in hasSelectorForPseudoType() argument
|
/external/chromium_org/tools/grit/grit/tool/ |
D | resize.py | 13 from grit import pseudo 171 self.lang = pseudo.PSEUDO_LANG
|
/external/openssl/crypto/bn/ |
D | bn_rand.c | 231 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/ |
D | ldr-pseudo.s | 1 @ 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
|
D | ldr-pseudo-darwin.s | 1 @ 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
|
D | ldr-pseudo-obj-errors.s | 7 @with the ldr pseudo. They are tested separately from parse errors because they
|
/external/llvm/docs/CommandGuide/ |
D | tblgen.rst | 88 .. option:: -gen-pseudo-lowering 90 Generate pseudo instruction lowering.
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 199 // 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/ |
D | dwarfwin64_testhd.errwarn | 7 -:24: warning: .type pseudo-op used outside of .def/.endef; ignored
|
/external/llvm/docs/ |
D | BlockFrequencyTerminology.rst | 68 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/ |
D | 2011-08-12-vmovqqqq-pseudo.ll | 2 ; Make sure that the VMOVQQQQ pseudo instruction is handled properly
|
/external/clang/test/CXX/special/class.dtor/ |
D | p10-0x.cpp | 33 …not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor express… in a()
|