HomeSort by relevance Sort by last modified time
    Searched full:section (Results 251 - 275 of 10156) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
regexparg-1.js 34 var SECTION = "JS_1.2";
39 writeHeaderToLog( SECTION + " "+ TITLE);
47 testcases[tc++] = new TestCase( SECTION,
52 testcases[tc++] = new TestCase( SECTION,
57 testcases[tc++] = new TestCase( SECTION,
62 testcases[tc++] = new TestCase( SECTION,
67 testcases[tc++] = new TestCase( SECTION,
72 testcases[tc++] = new TestCase( SECTION,
77 testcases[tc++] = new TestCase( SECTION,
  /external/bluetooth/glib/docs/reference/glib/tmpl/
shell.sgml 1 <!-- ##### SECTION Title ##### -->
4 <!-- ##### SECTION Short_Description ##### -->
7 <!-- ##### SECTION Long_Description ##### -->
12 <!-- ##### SECTION See_Also ##### -->
17 <!-- ##### SECTION Stability_Level ##### -->
  /external/elfutils/tests/
newscn.c 26 Elf_Scn *section; local
50 section = elf_newscn (elf);
51 section = elf_nextscn (elf, section);
52 assert (section == NULL);
  /external/llvm/test/CodeGen/X86/
alignment.ll 28 ; explicit alignment specified *and* a section specified.
29 @GlobalAS = global { [384 x i8] } zeroinitializer, align 8, section "foo"
37 ; they have an explicit alignment specified and a section specified.
39 @GlobalBS = common global { [384 x i8] } zeroinitializer, align 8, section "foo"
42 @GlobalCS = common global { [384 x i8] } zeroinitializer, align 2, section "foo"
  /external/llvm/test/MC/ELF/
local-reloc.s 1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump --dump-section-data | FileCheck %s
4 // with the section. They should be equivalent, but gas behaves like this.
9 // Section number 1 is .text
10 // CHECK: # Section 1
23 // Symbol number 2 is section number 1
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.2-1.js 24 ECMA Section: 15.4.2.2 new Array(len)
54 var SECTION = "15.4.2.2-1";
59 writeHeaderToLog( SECTION + " "+ TITLE);
68 array[item++] = new TestCase( SECTION, "new Array(0)", "", (new Array(0)).toString() );
69 array[item++] = new TestCase( SECTION, "typeof new Array(0)", "object", (typeof new Array(0)) );
70 array[item++] = new TestCase( SECTION, "(new Array(0)).length", 0, (new Array(0)).length );
71 array[item++] = new TestCase( SECTION, "(new Array(0)).toString", Array.prototype.toString, (new Array(0)).toString );
73 array[item++] = new TestCase( SECTION, "new Array(1)", "", (new Array(1)).toString() );
74 array[item++] = new TestCase( SECTION, "new Array(1).length", 1, (new Array(1)).length );
75 array[item++] = new TestCase( SECTION, "(new Array(1)).toString", Array.prototype.toString, (new Array(1)).toString )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-006.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-006";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-024.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-024";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-025.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-025";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-026.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-026";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-027.js 4 ECMA Section: 7.4.2
21 Functioinal tests of the keyword may be found in the section corresponding
28 var SECTION = "lexical-027";
33 writeHeaderToLog( SECTION + " "+ TITLE);
50 SECTION,
lexical-028.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-028";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-029.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-029";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-030.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-030";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-031.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-031";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-032.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-032";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-033.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-033";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-034.js 3 ECMA Section: 7.4.2
18 Functioinal tests of the keyword may be found in the section corresponding
25 var SECTION = "lexical-034";
30 writeHeaderToLog( SECTION + " "+ TITLE);
47 SECTION,
lexical-035.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-035";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-036.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-036";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-037.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-028";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
lexical-038.js 4 ECMA Section: 7.4.2
19 Functioinal tests of the keyword may be found in the section corresponding
26 var SECTION = "lexical-038";
31 writeHeaderToLog( SECTION + " "+ TITLE);
48 SECTION,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-003.js 3 * ECMA Section:
12 var SECTION = "dowhile-003";
17 writeHeaderToLog( SECTION + " "+ TITLE);
47 SECTION,
54 SECTION,
label-002.js 3 * ECMA Section:
12 var SECTION = "label-002";
17 writeHeaderToLog( SECTION + " "+ TITLE);
36 SECTION,
48 SECTION,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/String/
concat.js 30 var SECTION = 'As described in Netscape doc "Whats new in JavaScript 1.2"';
36 writeHeaderToLog( SECTION + " "+ TITLE);
45 testcases[count++] = new TestCase( SECTION, "aString.concat(' more')", "test string more", aString.concat(' more').toString());
46 testcases[count++] = new TestCase( SECTION, "aString.concat(bString)", "test string another ", aString.concat(bString).toString());
47 testcases[count++] = new TestCase( SECTION, "aString ", "test string", aString.toString());
48 testcases[count++] = new TestCase( SECTION, "bString ", " another ", bString.toString());
49 testcases[count++] = new TestCase( SECTION, "aString.concat(345) ", "test string345", aString.concat(345).toString());
50 testcases[count++] = new TestCase( SECTION, "aString.concat(true) ", "test stringtrue", aString.concat(true).toString());
51 testcases[count++] = new TestCase( SECTION, "aString.concat(null) ", "test stringnull", aString.concat(null).toString());
59 //testcases[count++] = new TestCase( SECTION, "aString.concat([]) ", "test string[]", aString.concat([]).toString())
    [all...]

Completed in 301 milliseconds

<<11121314151617181920>>