/external/v8/test/mjsunit/tools/ |
splaytree.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
/external/v8/test/mjsunit/ |
try.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
value-wrapper.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 // When running the tests use loops to ensure that the call site moves through 120 // Run test after properties have been set to a different value. 150 // According to ES3 15.3.4.3 the this value passed to Function.prototyle.apply 151 // should wrapped. According to ES5 it should not. 158 // According to ES3 15.3.4.3 the this value passed to Function.prototyle.cal [all...] |
apply.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 84 assertEquals(expect, j.apply(undefined, arr), "apply to undefined"); 98 assertEquals("42foofishhorse", f.apply(this, arr), "apply to this"); 108 assertEquals("bar42foofishhorse", s.apply("bar", arr), "apply to string");
|
array-concat.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
array-elements-from-array-prototype-chain.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 // If add any new tests here, consider adding them to all other files:
|
array-elements-from-array-prototype.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 // If add any new tests here, consider adding them to all other files:
|
array-elements-from-object-prototype.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 // If add any new tests here, consider adding them to all other files:
|
array-indexing.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
array-iteration.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
array-slice.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 117 // According to the spec (15.4.4.10), length is calculated before 120 assertEquals([], sliced); // Length was 0, nothing to get. 259 // Check slicing on arguments object when length property has been set to
|
array-sort.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 36 // Default sort converts each element to string and orders
|
array-unshift.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
const-redecl.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 54 // delete to get rid of any added properties. 85 // Use a with-statement to force the system to do dynamic
|
cyrillic.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 59 function Range(from, to, flags) { 60 return new RegExp("[" + from + "-" + to + "]", flags); 136 // convert everything to upper case, so the two sigma variants are equal to each
|
d8-os.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
/external/v8/tools/ |
logreader.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 29 * @fileoverview Log Reader is used to process log file produced by V8.
|
/cts/tools/dasm/src/dasm/ |
parser.cup | 69 TO, INNER, OUTER, VISIBLE, INVISIBLE, VISIBLEPARAM, INVISIBLEPARAM, 250 // Dalvik requires interfaces to have superclass 607 // .var <num> is <name> <desc> from StartLab to EndLab 608 // .var <num> is <name> <desc> signature <sign> from StartLab to EndLab 611 Int:reg IS Word:name Word:desc optional_signature:sign FROM Word:slab TO Word:elab 619 Int:reg IS Word:name Word:desc optional_signature:sign FROM Int:soff TO Int:eoff 654 // .catch <class> from <label1> to <label2> using <branchlab> 656 classname:aclass FROM Word:fromlab TO Word:tolab USING Word:branchlab 662 classname:aclass FROM Int:fromoff TO Int:tooff USING Int:branchoff
|
ReservedWords.java | 10 * Unless required by applicable law or agreed to in writing, software 64 reserved_words.put("to", new token(sym.TO));
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduComposer.java | 11 * Unless required by applicable law or agreed to in writing, software 133 * @param pdu the pdu to be composed 145 * Make the message. No need to check whether mandatory fields are set, 185 * Copy buf to mMessage. 193 * Append a byte to mMessage. 201 * Append short integer value to mMessage. 210 * ; with the most significant bit set to one (1xxx xxxx) and with 255 * ; The minimum number of octets must be used to encode the value. 291 if (((text[0])&0xff) > TEXT_MAX) { // No need to check for <= 255 316 * Append encoded string value to mMessage [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 10 * Unless required by applicable law or agreed to in writing, software 183 // try to open it 220 fail("MessagingException was expected due to UIDL unsupported."); 227 * Test a strange case that causes open to proceed without mCapabilities 248 // Note, checkSettings is going to try to close the connection again, so we expect 267 // getName() returns the name we were created with. If "inbox", converts to INBOX 322 * Lightweight test to confirm that POP3 hasn't implemented any folder roles yet. 332 * Lightweight test to confirm that POP3 is requesting sent-message-upload. 341 * TODO should create an instrumented listener to confirm all expected callbacks. Then us 906 Address[] to = message.getRecipients(RecipientType.TO); local [all...] |
/external/libpng/scripts/ |
makevms.com | 6 $! This procedure accepts one parameter (contrib), which causes it to build 104 $MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES 106 $! P1 = What we are trying to make 107 $! P2 = Command to make it
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Lexer.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 9 * license is not needed to use the software. 17 * not limited to the correctness, accuracy, reliability or usefulness of 20 * Permission to use this software is contingent upon your acceptance 110 // JvB: added to support RFC3903 140 addKeyword(ToHeader.NAME.toUpperCase(), TokenTypes.TO); 218 addKeyword(TokenNames.T.toUpperCase(), TokenTypes.TO); 230 // JvB: added to support RFC390 [all...] |
/ndk/build/tools/ |
gen-platforms.sh | 11 # Unless required by applicable law or agreed to in writing, software 24 # that is relevant to API level N, and not contain anything that is already 135 echo "Use the --minimal flag if you want to generate minimal sysroot directories" 136 echo "that will be used to generate prebuilt toolchains. Otherwise, the script" 137 echo "will require these toolchains to be pre-installed and will use them to" 249 # $1: source directory (relative to $SRCDIR) 250 # $2: destination directory (relative to $DSTDIR) 257 log "Copying $3 from \$SRC/$1 to \$DST/$2." 289 # $1: source directory (relative to $SRCDIR [all...] |
/external/v8/src/ |
math.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 29 // Keep reference to original values of some global properties. This 31 // changes to these properties. 48 if (x === 0) return 0; // To handle -0. 100 // It's more common to call this with a positive number that's out 104 // them to an unsigned 32-bit value using the shift operator. 106 // has to be -0, which wouldn't be the case with the shift. 123 return -1/0; // Compiler constant-folds this to -Infinity [all...] |