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

<<11121314151617181920>>

  /bionic/libstdc++/
Android.mk 17 src/new.cpp \
34 src/new.cpp \
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 46 lexer = Parameters::Lexer.new( 'a a a' )
47 parser = Parameters::Parser.new lexer
100 lexer = MultipleReturnValues::Lexer.new( ' a' )
101 parser = MultipleReturnValues::Parser.new lexer
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
background.js 6 * Returns a handler which will open a new window when activated.
14 // Create a new window to the info page.
  /external/chromium_org/content/test/data/workers/
worker_utils.js 8 var worker = new SharedWorker(worker_url, "name" + ++shared_worker_count);
17 return new Worker(worker_url);
  /external/chromium_org/third_party/JSON/JSON-2.59/eg/
bench_decode.pl 16 my $pp = JSON::PP->new->utf8;
17 my $xs = JSON::XS->new->utf8;
  /external/chromium_org/third_party/tlslite/tlslite/utils/
OpenSSL_RC4.py 8 def new(key): function
  /external/chromium_org/v8/test/intl/overrides/
date.js 30 var date = new Date();
34 var dtfDate = new Intl.DateTimeFormat();
35 var dtfTime = new Intl.DateTimeFormat(
37 var dtfAll = new Intl.DateTimeFormat(
47 dtfDate = new Intl.DateTimeFormat(locale);
48 dtfTime = new Intl.DateTimeFormat(
50 dtfAll = new Intl.DateTimeFormat(
62 var dtf = new Intl.DateTimeFormat(locale, options);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-8.js 49 c=new O;
59 c=new O;
64 c=new O;
69 c=new O;
74 c=new O;
79 c=new O;
83 c=new O;
99 c=new O;
  /external/chromium_org/v8/test/mjsunit/
nans.js 44 var bytes = new Uint32Array([1, 0x7FF00000]);
45 var doubles = new Float64Array(bytes.buffer);
59 var bytes = new Uint32Array([0, 0x7FF80000]);
60 var doubles = new Float64Array(bytes.buffer);
74 var bytes = new Uint32Array([0x7F800001]);
75 var floats = new Float32Array(bytes.buffer);
89 var bytes = new Uint32Array([0x7FC00000]);
90 var floats = new Float32Array(bytes.buffer);
generated-transition-stub.js 68 a5 = new Array();
120 transition3(c1, 0, new Object());
122 transition3(c2, 0, new Object());
130 transition3(c3, 0, new Array());
145 transition3(c4, 0, new Array(5));
159 transition3(c5, 0, new Array(5));
174 transition4(d1, 0, new Object());
176 transition4(d2, 0, new Object());
184 transition4(d3, 0, new Array());
199 transition4(d4, 0, new Array(5))
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-320948.js 38 assertThrows("{ foo1(one_byte, new Object(), 0); }");
39 assertThrows("{ foo1(one_byte, 0, new Object()); }");
53 assertThrows("{ bar1(one_byte, new Object(), 0); }");
54 assertThrows("{ bar1(one_byte, 0, new Object()); }");
63 assertThrows("{ foo2(two_byte, new Object(), 0); }");
64 assertThrows("{ foo2(two_byte, 0, new Object()); }");
78 assertThrows("{ bar2(two_byte, new Object(), 0); }");
79 assertThrows("{ bar2(two_byte, 0, new Object()); }");
regress-618.js 32 var c1 = new C1();
39 var c1 = new C1();
47 var c2 = new C2();
54 var c2 = new C2();
62 var c3 = new C3();
69 var c3 = new C3();
77 var c4 = new C4();
84 var c4 = new C4();
  /external/chromium_org/v8/test/webkit/
dictionary-no-cache.js 34 var test1 = new Test();
39 var test2 = new Test();
51 var test1 = new Test();
56 var test2 = new Test();
72 var test1 = new Test();
75 var test2 = new Test();
78 var test3 = new Test();
82 var test4 = new Test();
  /external/lzma/CS/7zip/Common/
CRC.cs 11 Table = new uint[256];
44 CRC crc = new CRC();
  /external/v8/test/mjsunit/bugs/
618.js 32 var c1 = new C1();
39 var c1 = new C1();
47 var c2 = new C2();
54 var c2 = new C2();
62 var c3 = new C3();
69 var c3 = new C3();
77 var c4 = new C4();
84 var c4 = new C4();
  /external/v8/test/mjsunit/compiler/
regress-8.js 49 c=new O;
59 c=new O;
64 c=new O;
69 c=new O;
74 c=new O;
79 c=new O;
83 c=new O;
99 c=new O;
  /bootable/recovery/applypatch/
applypatch.sh 104 NEW_SHA1=$(sha1 $DATA_DIR/new.file)
105 NEW_SIZE=$(stat -c %s $DATA_DIR/new.file)
180 diff -q $DATA_DIR/new.file $tmpdir/patched || fail
185 diff -q $DATA_DIR/new.file $tmpdir/patched || fail
188 # --------------- apply patch in new location ----------------------
196 testname "apply patch to new location (with enough space)"
208 run_command rm $WORK_DIR/new.file
211 testname "apply bsdiff patch to new location"
212 run_command $WORK_DIR/applypatch $WORK_DIR/old.file $WORK_DIR/new.file $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.bsdiff || fail
213 $ADB pull $WORK_DIR/new.file $tmpdir/patche
    [all...]
  /external/v8/test/mjsunit/
stack-traces.js 31 (new Foo).bar();
54 return 1 + (new Nirk);
83 new Plonk();
90 (new Wookie).d();
107 throw new CustomError("hep-hey", undefined);
111 throw new CustomError("hep-hey", CustomError);
142 assertEquals(-1, e.stack.indexOf('at new ReferenceError'),
143 "CallerCensorship contained new ReferenceError");
153 new ReferenceError({
159 assertTrue(e.stack.indexOf('at new ReferenceError') != -1
    [all...]
  /external/valgrind/main/massif/tests/
peak2.post.exp 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 80 assertThrows(function () { iter.throw(new Sentinel); }, Sentinel);
94 testNext(function() { return new g(); });
95 testSend(function() { return new g(); });
96 testThrow(function() { return new g(); });
254 var iter = new g;
333 TestGenerator(new GeneratorFunction(),
402 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
409 assertThrows(function() { iter.throw(new Sentinel); }, Sentinel);
417 var exn = new Sentinel;
428 var exn = new Sentinel
    [all...]
symbols.js 35 function IndirectSymbol() { return new Symbol }
36 function indirect() { return new IndirectSymbol() }
44 symbols.push((new Symbol).valueOf())
45 symbols.push((new Symbol()).valueOf())
46 symbols.push((new Symbol(Symbol())).valueOf())
64 assertEquals("Symbol", %_ClassOf(new Symbol(symbols[i])))
75 assertSame(Symbol.prototype, (new Symbol).__proto__)
76 assertSame(Symbol.prototype, (new Symbol()).__proto__)
77 assertSame(Symbol.prototype, (new Symbol(Symbol())).__proto__)
92 assertSame(Symbol, (new Symbol).__proto__.constructor
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
rule-tracing.rb 59 lexer = Traced::Lexer.new( '< 1 + 2 + 3 >' )
60 parser = Traced::Parser.new lexer
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
main.js 12 wallpaperManager = new WallpaperManager(document.body);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
util.js 30 * Creates a new URL which is the old URL with a GET param of key=value.
36 * @return {string} The new URL.
47 * Creates a new URL by striping all query parameters.
49 * @return {string} The new URL with all query parameters stripped.
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
utils.js 7 * @param {string} elementName Name of the new element to be created.
8 * @param {string} text Text to be contained in the new element.
24 * @param {string} elementName Name of the new element to be created.
25 * @param {Object.<string, string>} dict Dictionary to be contained in the new

Completed in 265 milliseconds

<<11121314151617181920>>