/external/iproute2/etc/iproute2/ |
rt_scopes | 9 # pseudo-reserved
|
/external/chromium_org/tools/grit/grit/ |
pseudo_unittest.py | 6 '''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.MapVowels [all...] |
/external/eigen/doc/snippets/ |
EigenSolver_pseudoEigenvectors.cpp | 7 cout << "The pseudo-eigenvalue matrix D is:" << endl << D << endl; 8 cout << "The pseudo-eigenvector matrix V is:" << endl << V << endl;
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_NetworkInterface.java | 25 * On windows platforms with IPV6 enabled there are a number of pseudo 27 * make sure we only use the non-pseudo interfaces 35 .equals("Teredo Tunneling Pseudo-Interface")) 37 .equals("6to4 Tunneling Pseudo-Interface")) 39 .equals("Automatic Tunneling Pseudo-Interface")) 41 .equals("Loopback Pseudo-Interface"))
|
/external/llvm/test/MC/AsmParser/ |
dot-symbol.s | 7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org'). 10 # CHECK: invalid use of pseudo-symbol '.' as a label
|
/external/chromium_org/third_party/skia/include/utils/ |
SkRandom.h | 18 Utility class that implements pseudo random 32bit numbers using a fast 27 /** Return the next pseudo random number as an unsigned 32bit value. 31 /** Return the next pseudo random number as a signed 32bit value. 35 /** Return the next pseudo random number as an unsigned 16bit value. 39 /** Return the next pseudo random number as a signed 16bit value. 58 /** Return the next pseudo random number, as an unsigned value of 67 /** Return the next pseudo random unsigned number, mapped to lie within 80 /** Return the next pseudo random unsigned number, mapped to lie within 88 /** Return the next pseudo random number expressed as an unsigned SkFixed 93 /** Return the next pseudo random number expressed as a signed SkFixe [all...] |
/external/skia/include/utils/ |
SkRandom.h | 18 Utility class that implements pseudo random 32bit numbers using a fast 27 /** Return the next pseudo random number as an unsigned 32bit value. 31 /** Return the next pseudo random number as a signed 32bit value. 35 /** Return the next pseudo random number as an unsigned 16bit value. 39 /** Return the next pseudo random number as a signed 16bit value. 58 /** Return the next pseudo random number, as an unsigned value of 67 /** Return the next pseudo random unsigned number, mapped to lie within 80 /** Return the next pseudo random unsigned number, mapped to lie within 88 /** Return the next pseudo random number expressed as an unsigned SkFixed 93 /** Return the next pseudo random number expressed as a signed SkFixe [all...] |
/external/chromium_org/tools/page_cycler/database/pseudo-random-transactions/ |
start.html | 6 <script>document.cookie = "__pc_pages=pseudo-random-transactions; path=/";</script>
|
/external/eigen/doc/examples/ |
function_taking_eigenbase.cpp | 16 // v.asDiagonal() returns a 3x3 diagonal matrix pseudo-expression
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
pty.h | 1 /* Functions for pseudo TTY handling. 31 /* Create pseudo tty master slave pair with NAME and set terminal 37 /* Create child process and establish the slave pseudo terminal as the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
pty.h | 1 /* Functions for pseudo TTY handling. 31 /* Create pseudo tty master slave pair with NAME and set terminal 37 /* Create child process and establish the slave pseudo terminal as the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
pty.h | 1 /* Functions for pseudo TTY handling. 31 /* Create pseudo tty master slave pair with NAME and set terminal 37 /* Create child process and establish the slave pseudo terminal as the
|
/external/bison/m4/ |
isnanl.m4 | 114 dnl - for pseudo-denormals on i686 and x86_64, 115 dnl - for pseudo-zeroes, unnormalized numbers, and pseudo-denormals on ia64. 200 /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities, 201 Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in 207 { /* Pseudo-NaN. */ 213 { /* Pseudo-Infinity. */ 219 { /* Pseudo-Zero. * [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
MediaControlElements.h | 56 virtual const AtomicString& pseudo() const OVERRIDE; 87 virtual const AtomicString& pseudo() const OVERRIDE; 98 virtual const AtomicString& pseudo() const OVERRIDE; 112 virtual const AtomicString& pseudo() const OVERRIDE; 126 virtual const AtomicString& pseudo() const OVERRIDE; 142 virtual const AtomicString& pseudo() const OVERRIDE; 157 virtual const AtomicString& pseudo() const OVERRIDE; 174 virtual const AtomicString& pseudo() const OVERRIDE; 192 virtual const AtomicString& pseudo() const OVERRIDE; 211 virtual const AtomicString& pseudo() const OVERRIDE [all...] |
/external/llvm/utils/TableGen/ |
PseudoLoweringEmitter.cpp | 10 #define DEBUG_TYPE "pseudo-lowering" 36 CodeGenInstruction Source; // The source pseudo instruction definition. 58 void evaluateExpansion(Record *Pseudo); 63 /// run - Output the pseudo-lowerings. 68 // FIXME: This pass currently can only expand a pseudo to a single instruction. 69 // The pseudo expansion really should take a list of dags, not just 91 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!"); 94 "Pseudo operand type '" + DI->getDef()->getName() + 116 llvm_unreachable("Unhandled pseudo-expansion argument type!"); 122 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n") [all...] |
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_constants.h | 19 // A pseudo-email address for systems that expect well-formed email addresses
|
/external/chromium_org/third_party/sqlite/src/test/ |
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)
|
/libcore/luni/src/main/java/java/util/ |
Random.java | 24 * This class provides methods that return pseudo-random values. 82 * Returns a pseudo-random uniformly distributed {@code int} value of 95 * Returns a pseudo-random uniformly distributed {@code boolean}. 119 * Returns a pseudo-random uniformly distributed {@code double} 127 * Returns a pseudo-random uniformly distributed {@code float} 135 * Returns a pseudo-random (approximately) normally distributed 163 * Returns a pseudo-random uniformly distributed {@code int}. 170 * Returns a pseudo-random uniformly distributed {@code int} 189 * Returns a pseudo-random uniformly distributed {@code long}.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
cssquery-dojo.html | 346 <li class="tocline3"><a href="#pseudo-classes">6.6. Pseudo-classes</a> 348 <li class="tocline4"><a href="#dynamic-pseudos">6.6.1. Dynamic pseudo-classes</a> 349 <li class="tocline4"><a href="#target-pseudo">6.6.2. The :target pseudo-class</a> 350 <li class="tocline4"><a href="#lang-pseudo">6.6.3. The :lang() pseudo-class</a> 351 <li class="tocline4"><a href="#UIstates">6.6.4. UI element states pseudo-classes</a> 352 <li class="tocline4"><a href="#structural-pseudos">6.6.5. Structural pseudo-classes</a> 354 <li><a href="#root-pseudo">:root pseudo-class</a [all...] |
cssquery-jquery.html | 345 <li class="tocline3"><a href="#pseudo-classes">6.6. Pseudo-classes</a> 347 <li class="tocline4"><a href="#dynamic-pseudos">6.6.1. Dynamic pseudo-classes</a> 348 <li class="tocline4"><a href="#target-pseudo">6.6.2. The :target pseudo-class</a> 349 <li class="tocline4"><a href="#lang-pseudo">6.6.3. The :lang() pseudo-class</a> 350 <li class="tocline4"><a href="#UIstates">6.6.4. UI element states pseudo-classes</a> 351 <li class="tocline4"><a href="#structural-pseudos">6.6.5. Structural pseudo-classes</a> 353 <li><a href="#root-pseudo">:root pseudo-class</a [all...] |
cssquery-prototype.html | 345 <li class="tocline3"><a href="#pseudo-classes">6.6. Pseudo-classes</a> 347 <li class="tocline4"><a href="#dynamic-pseudos">6.6.1. Dynamic pseudo-classes</a> 348 <li class="tocline4"><a href="#target-pseudo">6.6.2. The :target pseudo-class</a> 349 <li class="tocline4"><a href="#lang-pseudo">6.6.3. The :lang() pseudo-class</a> 350 <li class="tocline4"><a href="#UIstates">6.6.4. UI element states pseudo-classes</a> 351 <li class="tocline4"><a href="#structural-pseudos">6.6.5. Structural pseudo-classes</a> 353 <li><a href="#root-pseudo">:root pseudo-class</a [all...] |
dom-attr.html | 226 <li class="tocline3"><a href="#pseudo-classes">6.6. Pseudo-classes</a> 228 <li class="tocline4"><a href="#dynamic-pseudos">6.6.1. Dynamic pseudo-classes</a> 229 <li class="tocline4"><a href="#target-pseudo">6.6.2. The :target pseudo-class</a> 230 <li class="tocline4"><a href="#lang-pseudo">6.6.3. The :lang() pseudo-class</a> 231 <li class="tocline4"><a href="#UIstates">6.6.4. UI element states pseudo-classes</a> 232 <li class="tocline4"><a href="#structural-pseudos">6.6.5. Structural pseudo-classes</a> 234 <li><a href="#root-pseudo">:root pseudo-class</a [all...] |
dom-modify.html | 256 <li class="tocline3"><a href="#pseudo-classes">6.6. Pseudo-classes</a> 258 <li class="tocline4"><a href="#dynamic-pseudos">6.6.1. Dynamic pseudo-classes</a> 259 <li class="tocline4"><a href="#target-pseudo">6.6.2. The :target pseudo-class</a> 260 <li class="tocline4"><a href="#lang-pseudo">6.6.3. The :lang() pseudo-class</a> 261 <li class="tocline4"><a href="#UIstates">6.6.4. UI element states pseudo-classes</a> 262 <li class="tocline4"><a href="#structural-pseudos">6.6.5. Structural pseudo-classes</a> 264 <li><a href="#root-pseudo">:root pseudo-class</a [all...] |
dom-query.html | 283 <li class="tocline3"><a href="#pseudo-classes">6.6. Pseudo-classes</a> 285 <li class="tocline4"><a href="#dynamic-pseudos">6.6.1. Dynamic pseudo-classes</a> 286 <li class="tocline4"><a href="#target-pseudo">6.6.2. The :target pseudo-class</a> 287 <li class="tocline4"><a href="#lang-pseudo">6.6.3. The :lang() pseudo-class</a> 288 <li class="tocline4"><a href="#UIstates">6.6.4. UI element states pseudo-classes</a> 289 <li class="tocline4"><a href="#structural-pseudos">6.6.5. Structural pseudo-classes</a> 291 <li><a href="#root-pseudo">:root pseudo-class</a [all...] |
dom-traverse.html | 255 <li class="tocline3"><a href="#pseudo-classes">6.6. Pseudo-classes</a> 257 <li class="tocline4"><a href="#dynamic-pseudos">6.6.1. Dynamic pseudo-classes</a> 258 <li class="tocline4"><a href="#target-pseudo">6.6.2. The :target pseudo-class</a> 259 <li class="tocline4"><a href="#lang-pseudo">6.6.3. The :lang() pseudo-class</a> 260 <li class="tocline4"><a href="#UIstates">6.6.4. UI element states pseudo-classes</a> 261 <li class="tocline4"><a href="#structural-pseudos">6.6.5. Structural pseudo-classes</a> 263 <li><a href="#root-pseudo">:root pseudo-class</a [all...] |