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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.37-3.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
47 var SECTION = "15.9.5.37-1";
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
126 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", UTCDate.value, DateCase.getTime() );
127 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", UTCDate.value, DateCase.valueOf() );
129 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
130 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
131 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
132 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
133 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", UTCDate.hours, DateCase.getUTCHours() )
    [all...]
15.9.5.37-4.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
47 var SECTION = "15.9.5.37-1";
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
108 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", UTCDate.value, DateCase.getTime() );
109 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", UTCDate.value, DateCase.valueOf() );
111 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
112 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
113 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
114 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
115 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", UTCDate.hours, DateCase.getUTCHours() )
    [all...]
15.9.5.37-5.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
47 var SECTION = "15.9.5.37-1";
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
91 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", UTCDate.value, DateCase.getTime() );
92 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", UTCDate.value, DateCase.valueOf() );
94 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
95 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
96 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
97 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
98 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", UTCDate.hours, DateCase.getUTCHours() )
    [all...]
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
56 var SECTION = "15.9.3.1";
80 writeHeaderToLog( SECTION + " "+ TITLE);
160 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", ResultArray[TIME], DateCase.getTime() );
161 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", ResultArray[TIME], DateCase.valueOf() );
163 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", ResultArray[UTC_YEAR], DateCase.getUTCFullYear() );
164 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", ResultArray[UTC_MONTH], DateCase.getUTCMonth() );
165 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", ResultArray[UTC_DATE], DateCase.getUTCDate() );
166 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", ResultArray[UTC_DAY], DateCase.getUTCDay() );
167 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", ResultArray[UTC_HOURS], DateCase.getUTCHours() )
    [all...]
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
56 var SECTION = "15.9.3.1";
80 writeHeaderToLog( SECTION + " "+ TITLE);
137 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", ResultArray[TIME], DateCase.getTime() );
138 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", ResultArray[TIME], DateCase.valueOf() );
140 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", ResultArray[UTC_YEAR], DateCase.getUTCFullYear() );
141 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", ResultArray[UTC_MONTH], DateCase.getUTCMonth() );
142 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", ResultArray[UTC_DATE], DateCase.getUTCDate() );
143 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", ResultArray[UTC_DAY], DateCase.getUTCDay() );
144 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", ResultArray[UTC_HOURS], DateCase.getUTCHours() )
    [all...]
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
76 var SECTION = "15.9.3.1";
79 writeHeaderToLog( SECTION+" " +TITLE );
154 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", ResultArray[TIME], DateCase.getTime() );
155 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", ResultArray[TIME], DateCase.valueOf() );
157 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", ResultArray[UTC_YEAR], DateCase.getUTCFullYear() );
158 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", ResultArray[UTC_MONTH], DateCase.getUTCMonth() );
159 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", ResultArray[UTC_DATE], DateCase.getUTCDate() );
160 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", ResultArray[UTC_DAY], DateCase.getUTCDay() );
161 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", ResultArray[UTC_HOURS], DateCase.getUTCHours() )
    [all...]
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
76 var SECTION = "15.9.3.1";
79 writeHeaderToLog( SECTION+" " +TITLE );
136 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", ResultArray[TIME], DateCase.getTime() );
137 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", ResultArray[TIME], DateCase.valueOf() );
139 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", ResultArray[UTC_YEAR], DateCase.getUTCFullYear() );
140 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", ResultArray[UTC_MONTH], DateCase.getUTCMonth() );
141 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", ResultArray[UTC_DATE], DateCase.getUTCDate() );
142 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", ResultArray[UTC_DAY], DateCase.getUTCDay() );
143 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", ResultArray[UTC_HOURS], DateCase.getUTCHours() )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.4-1.js 24 ECMA Section: 9.4 ToInteger
54 var SECTION = "9.4-1";
59 writeHeaderToLog( SECTION + " "+ TITLE);
89 array[item++] = new TestCase( SECTION, "td = new Date(Number.NaN); td.valueOf()", Number.NaN, eval("td = new Date(Number.NaN); td.valueOf()") );
90 array[item++] = new TestCase( SECTION, "td = new Date(Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.POSITIVE_INFINITY); td.valueOf()") );
91 array[item++] = new TestCase( SECTION, "td = new Date(-Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.NEGATIVE_INFINITY); td.valueOf()") );
92 array[item++] = new TestCase( SECTION, "td = new Date(-0); td.valueOf()", -0, eval("td = new Date(-0); td.valueOf()" ) );
93 array[item++] = new TestCase( SECTION, "td = new Date(0); td.valueOf()", 0, eval("td = new Date(0); td.valueOf()") );
97 array[item++] = new TestCase( SECTION, "td = new Date(3.14159); td.valueOf()", 3, eval("td = new Date(3.14159); td.valueOf()") );
98 array[item++] = new TestCase( SECTION, "td = new Date(Math.PI); td.valueOf()", 3, eval("td = new Date(Math.PI); td.valueOf (…)
    [all...]
9.4-2.js 24 ECMA Section: 9.4 ToInteger
54 var SECTION = "9.4-1";
59 writeHeaderToLog( SECTION + " "+ TITLE);
89 array[item++] = new TestCase( SECTION, "td = new Date(Number.NaN); td.valueOf()", Number.NaN, eval("td = new Date(Number.NaN); td.valueOf()") );
90 array[item++] = new TestCase( SECTION, "td = new Date(Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.POSITIVE_INFINITY); td.valueOf()") );
91 array[item++] = new TestCase( SECTION, "td = new Date(-Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.NEGATIVE_INFINITY); td.valueOf()") );
92 array[item++] = new TestCase( SECTION, "td = new Date(-0); td.valueOf()", -0, eval("td = new Date(-0); td.valueOf()" ) );
93 array[item++] = new TestCase( SECTION, "td = new Date(0); td.valueOf()", 0, eval("td = new Date(0); td.valueOf()") );
97 array[item++] = new TestCase( SECTION, "td = new Date(3.14159); td.valueOf()", 3, eval("td = new Date(3.14159); td.valueOf()") );
98 array[item++] = new TestCase( SECTION, "td = new Date(Math.PI); td.valueOf()", 3, eval("td = new Date(Math.PI); td.valueOf (…)
    [all...]
  /external/elfutils/src/
elflint.c 105 /* Index of section header string table. */
108 /* Array to count references in section groups. */
432 ERROR (gettext ("invalid section header table offset\n"));
435 ERROR (gettext ("section header table must be present\n"));
441 /* Get the header of the zeroth section. The sh_size field
442 might contain the section number. */
452 invalid number of section header table entries\n"));
460 /* Get the header of the zeroth section. The sh_size field
461 might contain the section number. */
470 ERROR (gettext ("invalid section header index\n"))
    [all...]
  /external/qemu/elff/
elf_file.h 128 * library runs on, every time a value is required from a section of the ELF
129 * file, it must be first pulled out of that section to a local variable, and
131 * section, it must be converted accordingly to the endianness of the CPU and
266 // ELF file section management.
270 /* Gets a string contained in ELF's string section by index.
272 * index - String index (byte offset) in the ELF's string section.
275 * string section size.
276 * NOTE: pointer returned from this method points to a mapped section of
289 /* Gets a string contained in ELF's debug string section (.debug_str)
292 * index - String index (byte offset) in the ELF's debug string section.
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 128 * library runs on, every time a value is required from a section of the ELF
129 * file, it must be first pulled out of that section to a local variable, and
131 * section, it must be converted accordingly to the endianness of the CPU and
266 // ELF file section management.
270 /* Gets a string contained in ELF's string section by index.
272 * index - String index (byte offset) in the ELF's string section.
275 * string section size.
276 * NOTE: pointer returned from this method points to a mapped section of
289 /* Gets a string contained in ELF's debug string section (.debug_str)
292 * index - String index (byte offset) in the ELF's debug string section
    [all...]
  /bionic/libc/arch-arm/bionic/
crtend.S 29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
38 .section .ctors, "aw"
  /bionic/libc/arch-sh/bionic/
crtend.S 29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
38 .section .ctors, "aw"
  /development/ide/eclipse/
README.importing-to-eclipse.txt 1 To import the formatter, go to the preferences, section Java > Code Style >
  /external/apache-harmony/auth/src/test/resources/
KrbConfigTest.txt 17 # duplicate section
  /external/chromium/chrome/browser/debugger/manual_tests/
event-listeners.html 23 You should see the "click" section in the Event Listeners pane. Expand the section to see
26 element. You should see the "click" section in the Event Listeners pane. Expand the section
  /external/clang/test/CodeGen/
2005-12-04-AttributeUsed.c 3 // CHECK: @llvm.used = appending global [2 x i8*] [i8* bitcast (void ()* @foo to i8*), i8* bitcast (i32* @X to i8*)], section "llvm.metadata"
  /external/e2fsprogs/debian/attic/
e2fslibsg-dev.menu 1 ?package(e2fslibsg-dev):needs="dwww" section="Apps/Programming"\
  /external/e2fsprogs/debian/
e2fslibs-dev.doc-base 6 Section: Programming
  /external/elfutils/
TODO 12 ** verify section
100 the size of the section.
117 check whether any relocation is for a merge-able section
121 at most one extended section index table for a symtab
123 no extended section index table != ET_REL
125 no extended section index table for SHT_DYNSYM
133 Append string to the comment section of the ELF object
137 -c Compress the contents of the comment section of the
142 -d Delete the contents of the comment section from the
143 ELF object files. The section header for the commen
    [all...]
  /external/elfutils/tests/
asm-tst1.c 81 printf ("cannot create section in output file: %s\n", asm_errmsg (-1));
86 /* Special alignment for the .text section. */
89 printf ("cannot align .text section: %s\n", asm_errmsg (-1));
148 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
156 printf ("cannot get section header for section %Zd: %s\n",
165 printf ("section %Zd's name differs: %s vs %s\n", cnt,
173 printf ("section %Zd's type differs\n", cnt);
181 printf ("section %Zd's flags differs\n", cnt);
187 printf ("section %Zd's address differs\n", cnt)
    [all...]
asm-tst2.c 80 printf ("cannot create section in output file: %s\n", asm_errmsg (-1));
85 /* Special alignment for the .text section. */
88 printf ("cannot align .text section: %s\n", asm_errmsg (-1));
164 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
172 printf ("cannot get section header for section %Zd: %s\n",
181 printf ("section %Zd's name differs: %s vs %s\n", cnt,
189 printf ("section %Zd's type differs\n", cnt);
196 printf ("section %Zd's flags differs\n", cnt);
202 printf ("section %Zd's address differs\n", cnt)
    [all...]
  /external/kernel-headers/original/asm-generic/
sections.h 4 /* References to section boundaries */
  /external/libvpx/
mainpage.dox 3 \section main_contents Page Contents
8 \section main_intro Introduction
19 \section main_startpoints Starting Points
30 \section main_support Support Options & FAQ

Completed in 350 milliseconds

<<11121314151617181920>>