HomeSort by relevance Sort by last modified time
    Searched refs:new (Results 226 - 250 of 2158) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 41 lexer = RuleProperties::Lexer.new( ' a a a a ' )
42 parser = RuleProperties::Parser.new lexer
87 lexer = Labels::Lexer.new 'a, b, c, 1, 2 A FOOBAR GNU1 A BLARZ'
88 parser = Labels::Parser.new lexer
162 lexer = TokenLabels::Lexer.new( ' a' )
163 parser = TokenLabels::Parser.new lexer
212 lexer = RuleLabelReference::Lexer.new( ' a a a a ' )
213 parser = RuleLabelReference::Parser.new lexer
237 lexer = ReferenceSetChannel::Lexer.new( "- 34" )
238 parser = ReferenceSetChannel::Parser.new lexe
    [all...]
  /external/chromium_org/v8/test/mjsunit/
cyrillic.js 60 return new RegExp("[" + from + "-" + to + "]", flags);
143 assertFalse(new RegExp(regex).test(sigma), 31 + name);
144 assertFalse(new RegExp(regex).test(alternative_sigma), 32 + name);
145 assertTrue(new RegExp(regex).test(SIGMA), 33 + name);
147 assertTrue(new RegExp(regex, "i").test(sigma), 34 + name);
149 assertTrue(new RegExp(regex, "i").test(alternative_sigma), 35 + name);
150 assertTrue(new RegExp(regex, "i").test(SIGMA), 36 + name);
154 assertTrue(new RegExp(regex).test(sigma), 41 + name);
155 assertFalse(new RegExp(regex).test(alternative_sigma), 42 + name);
156 assertFalse(new RegExp(regex).test(SIGMA), 43 + name)
    [all...]
function.js 30 f = new Function();
35 f = new Function('return 1');
40 f = new Function('return true');
60 f = new Function('x', 'return x')
70 f = new Function('x', 'y', 'return x+y');
80 f = new Function(x, y, z);
  /external/chromium_org/v8/test/webkit/
get-by-pname-non-final-object.js 35 var o = new Date();
36 var p = new Date();
37 var q = new Date();
38 var r = new Date();
39 var s = new Date();
isPrototypeOf.js 29 shouldBeTrue("Array.prototype.isPrototypeOf(new Array())");
33 ObjectB.prototype = new ObjectA();
34 var objb = new ObjectB();
38 ObjectC.prototype = new ObjectB();
39 var objc = new ObjectC();
prototypes.js 32 shouldBe("(new Date).__proto__", "Date.prototype");
33 shouldBe("(new Number).__proto__", "Number.prototype");
34 shouldBe("(new Object).__proto__", "Object.prototype");
35 shouldBe("(new String).__proto__", "String.prototype");
50 shouldBe("Object.getPrototypeOf(new Date)", "Date.prototype");
51 shouldBe("Object.getPrototypeOf(new Number)", "Number.prototype");
52 shouldBe("Object.getPrototypeOf(new Object)", "Object.prototype");
53 shouldBe("Object.getPrototypeOf(new String)", "String.prototype");
68 shouldBeTrue("Date.prototype.isPrototypeOf(new Date)");
69 shouldBeTrue("Number.prototype.isPrototypeOf(new Number)")
    [all...]
  /external/v8/test/mjsunit/
cyrillic.js 60 return new RegExp("[" + from + "-" + to + "]", flags);
143 assertFalse(new RegExp(regex).test(sigma), 31 + name);
144 assertFalse(new RegExp(regex).test(alternative_sigma), 32 + name);
145 assertTrue(new RegExp(regex).test(SIGMA), 33 + name);
147 assertTrue(new RegExp(regex, "i").test(sigma), 34 + name);
149 assertTrue(new RegExp(regex, "i").test(alternative_sigma), 35 + name);
150 assertTrue(new RegExp(regex, "i").test(SIGMA), 36 + name);
154 assertTrue(new RegExp(regex).test(sigma), 41 + name);
155 assertFalse(new RegExp(regex).test(alternative_sigma), 42 + name);
156 assertFalse(new RegExp(regex).test(SIGMA), 43 + name)
    [all...]
function.js 30 f = new Function();
35 f = new Function('return 1');
40 f = new Function('return true');
60 f = new Function('x', 'return x')
70 f = new Function('x', 'y', 'return x+y');
80 f = new Function(x, y, z);
  /external/chromium/chrome/browser/resources/keyboard/
main.js 51 return new Character(display, display);
141 throw new Error('makeDOM not implemented in BaseKey');
510 new SvgKey(1, 'tab', 'Tab'),
511 new Key(C('q'), C('Q'), C('1'), C('`')),
512 new Key(C('w'), C('W'), C('2'), C('~')),
513 new Key(C('e'), C('E'), C('3'), new Character('<', 'LessThan')),
514 new Key(C('r'), C('R'), C('4'), new Character('>', 'GreaterThan')),
515 new Key(C('t'), C('T'), C('5'), C('['))
    [all...]
  /external/chromium_org/v8/src/
uri.js 67 var octets = new $Array(3);
88 var octets = new $Array(4);
101 throw new $URIError("URI malformed");
113 throw new $URIError("URI malformed");
119 throw new $URIError("URI malformed");
124 throw new $URIError("URI malformed");
131 throw new $URIError("URI malformed");
135 throw new $URIError("URI malformed");
140 throw new $URIError("URI malformed");
147 throw new $URIError("URI malformed")
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
parser-syntax-check.js 85 valid ("a: +~!new a");
86 invalid("new -a");
87 valid ("new (-1)")
88 valid ("a: b: c: new f(x++)++")
94 valid ("++ new new a ++");
133 debug ("Function calls (and new with arguments)");
143 valid ("a(b[7], c <d> e.l, new a() > b)");
146 valid ("~new new a(1)(i++)(c[l])")
    [all...]
array-functions-non-arrays.js 99 shouldBe("properties(new OneItemConstructor)", "'0:a(FromPrototype), length:1(FromPrototype)'");
100 shouldBe("properties(new TwoItemConstructor)", "'0:b(FromPrototype), 1:a(FromPrototype), length:2(FromPrototype)'");
103 shouldBe("Array.prototype.toString.call(new Date)", '"' + Object.prototype.toString.call(new Date) + '"');
124 shouldBe("Array.prototype.join.call(new TwoItemConstructor)", "'b,a'");
129 shouldBe("Array.prototype.pop.call(new TwoItemConstructor)", "'a'");
133 shouldBe("Array.prototype.pop.call(x = new TwoItemConstructor); properties(x)", "'0:b(FromPrototype), 1:a(FromPrototype), length:1'");
138 shouldBe("Array.prototype.push.call(new TwoItemConstructor)", "2");
142 shouldBe("Array.prototype.push.call(x = new TwoItemConstructor); properties(x)", "'0:b(FromPrototype), 1:a(FromPrototype), length:2'");
146 shouldBe("Array.prototype.push.call(new TwoItemConstructor, 'c')", "3")
    [all...]
  /external/v8/src/
uri.js 63 var octets = new $Array(3);
84 var octets = new $Array(4);
97 throw new $URIError("URI malformed");
109 throw new $URIError("URI malformed");
115 throw new $URIError("URI malformed");
120 throw new $URIError("URI malformed");
127 throw new $URIError("URI malformed");
131 throw new $URIError("URI malformed");
136 throw new $URIError("URI malformed");
143 throw new $URIError("URI malformed")
    [all...]
  /development/tools/apkcheck/
Android.mk 17 # We use copy-file-to-new-target so that the installed
18 # script file's timestamp is at least as new as the
33 $(copy-file-to-new-target)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 18 lexer = Zero::Lexer.new( '0' )
28 lexer = Zero::Lexer.new( '0' )
35 lexer = Zero::Lexer.new( '1' )
60 lexer = Binary::Lexer.new( '01' )
73 lexer = Binary::Lexer.new( '2' )
98 lexer = BinaryFooze::Lexer.new( '0fooze1' )
114 lexer = BinaryFooze::Lexer.new( '2' )
137 lexer = FooStar::Lexer.new( 'ffofoofooo' )
168 lexer = FooStar::Lexer.new( '2' )
191 lexer = FooPlus::Lexer.new( 'fofoofooo'
    [all...]
  /external/elfutils/tests/
run-allfcts.sh 32 /home/drepper/gnu/new-bu/build/ttt/m.c:5:main
33 /home/drepper/gnu/new-bu/build/ttt/b.c:4:bar
34 /home/drepper/gnu/new-bu/build/ttt/f.c:3:foo
  /external/valgrind/main/nightly/bin/
nightly 95 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose
96 rm -rf sendmail.log unchanged.log valgrind-old valgrind-new
125 for logfile in old new ; do
127 # Remove old short and verbose log files, and start the new ones
139 # Get dates for the old and new versions
182 valgrind_revision="`svn info valgrind-new | grep Revision | sed 's/Revision[ ]*:[ ]*//'`"
183 vex_revision="`svn info valgrind-new/VEX | grep Revision | sed 's/Revision[ ]*:[ ]*//'`"
206 # 'final' shows the difference between the old and new results
213 diff -C1 old.short new.short > diff.shor
    [all...]
  /system/core/sh/
mknodes.sh 180 echo " new = funcblock;"
206 echo " new->$f = ${fn}n->$f${fn:+)};"
211 echo " new->type = n->type;"
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 23 new RequestMatcher({
28 new RequestMatcher({
34 new RedirectRequest({redirectUrl: catImageUrl})
42 new RequestMatcher({url: {hostContains: '.google.'}})
45 new IgnoreRules({lowerPriorityThan: 1000})
69 // previously registered rules before registering new ones.
  /external/chromium_org/content/test/data/indexeddb/
key_types_test.js 29 "new Date(0)",
30 "new Date(1000)",
31 "new Date(1317399931023)",
58 "[new Date(0)]",
59 "[new Date(1000)]",
60 "[new Date(1317399931023)]",
  /external/chromium_org/v8/test/intl/overrides/
caching.js 32 var startTime = new Date();
36 var endTime = new Date();
40 startTime = new Date();
44 endTime = new Date();
49 startTime = new Date();
53 endTime = new Date();
  /external/chromium_org/v8/test/mjsunit/compiler/
load-elimination.js 39 var a = new B(1, 2);
44 var a = new B(1, 2);
56 var a = new B(2, 3), b = new B(3, 4);
74 var a = new B(1, 2);
87 var a = new B(6, 7);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3247124.js 31 var s = new String(x);
32 var a = new String(foo);
33 var b = new String('aaeouaoaeioucuAAEOUAOAEIOUCU');
35 var i = new Number();
36 var j = new Number();
37 var c = new String();
  /external/v8/test/mjsunit/regress/
regress-3247124.js 31 var s = new String(x);
32 var a = new String(foo);
33 var b = new String('aaeouaoaeioucuAAEOUAOAEIOUCU');
35 var i = new Number();
36 var j = new Number();
37 var c = new String();
  /external/valgrind/main/massif/tests/
ignoring.post.exp 40 99.22% (1,024B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
48 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
61 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
87 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 91011>>