| /external/sonivox/arm-hybrid-22k/lib_src/ |
| ARM-E_voice_gain_gnu.s | 2 @ Function: WT_VoiceGain
4 @ Description: the main synthesis function when fetching
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_filter_gnu.s | 2 @ Function: WT_VoiceFilter
126 @ Return to calling function
|
| ARM-E_interpolate_loop_gnu.s | 2 @ Function: WT_Interpolate
4 @ Description: the main synthesis function when fetching
|
| ARM-E_interpolate_noloop_gnu.s | 2 @ Function: WT_InterpolateNoLoop
4 @ Description: the main synthesis function when fetching
122 @ Return to calling function
|
| ARM-E_voice_gain_gnu.s | 2 @ Function: WT_VoiceGain
4 @ Description: the main synthesis function when fetching
|
| /external/v8/src/ |
| v8natives.js | 34 // const $Function = global.Function; 48 // Helper function used to install functions on objects. 49 function InstallFunctions(object, attributes, functions) { 65 // functions on String.prototype etc. and then restore the old function 67 function InstallFunctionsOnHiddenPrototype(object, attributes, functions) { 78 function GlobalIsNaN(number) { 85 function GlobalIsFinite(number) { 94 function GlobalParseInt(string, radix) { 124 function GlobalParseFloat(string) [all...] |
| /external/v8/test/mjsunit/ |
| undeletable-functions.js | 105 CheckEcmaSemantics(Function.prototype, ["toString"], "Function prototype"); 119 function CheckEcmaSemantics(type, props, name) { 127 function CheckJSCSemantics(type, props, name) { 135 function CheckDontDelete(type, props, name) { 143 function CheckDeletable(type, prop) { 157 function CheckNotDeletable(type, prop) { 172 function CheckDontDeleteAttr(type, prop) { 184 function CheckReadOnlyAttr(type, prop) {
|
| /external/webkit/Source/JavaScriptCore/ |
| create_hash_table | 88 if ($att =~ m/Function/) { 89 push(@values, { "type" => "Function", "function" => $val, "params" => (length($param) ? $param : "") }); 262 if ($values[$i]{"type"} eq "Function") { 264 $firstValue = $values[$i]{"function"};
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
| 15.4.4.4-1.js | 59 Note that the reverse function is intentionally generic; it does not require 61 kinds of objects for use as a method. Whether the reverse function can be applied 83 function getTestCases() { 155 var FUNCTION_OBJECT = new Function( 'return this' ); 206 function CheckItems( R, A ) { 215 function test() { 226 function Object_1( value ) { 235 function Reverse( array ) { 258 function Iterate( array ) { 264 function Object_1( value ) [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
| 11.2.1-1.js | 72 // go through all Native Function objects, methods, and properties and get their typeof. 81 PROPERTY[p++] = new Property( "this", "eval", "function" ); 82 PROPERTY[p++] = new Property( "this", "parseInt", "function" ); 83 PROPERTY[p++] = new Property( "this", "parseFloat", "function" ); 84 PROPERTY[p++] = new Property( "this", "escape", "function" ); 85 PROPERTY[p++] = new Property( "this", "unescape", "function" ); 86 PROPERTY[p++] = new Property( "this", "isNaN", "function" ); 87 PROPERTY[p++] = new Property( "this", "isFinite", "function" ); 88 PROPERTY[p++] = new Property( "this", "Object", "function" ); 89 PROPERTY[p++] = new Property( "this", "Number", "function" ); [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/ |
| 15.2.2.1.js | 54 function getTestCases() { 112 var myfunction = new Function( "x", "return x"); 122 array[item++] = new TestCase( SECTION, "myfunction = new Function(); new Object(myfunction)", myfunction, new Object(myfunction) ); 127 function test() {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
| 15.5.4.11-1.js | 35 Note that the toLowerCase function is intentionally generic; it does not require 53 function getTestCases() { 79 function test() { 92 function MyObject( value ) { 95 this.toString = new Function ( "return this.value+''" ); 97 function Unicode( c ) { 103 function GetUnicodeValues( c ) { 478 function DecimalToHexString( n ) {
|
| 15.5.4.11-2.js | 51 Note that the toLowerCase function is intentionally generic; it does not require 80 function getTestCases() { 109 function TestCaseDualExpected( n, d, e, a ) { 125 function writeTestCaseResultDualExpected( expect, actual, string ) { 135 function getTestCaseResultDualExpected( expect, actual ) { 184 function test() { 197 function MyObject( value ) { 200 this.toString = new Function ( "return this.value+''" ); 203 function Unicode( c, version ) { 210 function GetUnicodeValues( c, version ) [all...] |
| 15.5.4.11-3.js | 35 Note that the toLowerCase function is intentionally generic; it does not require 53 function getTestCases() { 74 function test() { 87 function MyObject( value ) { 90 this.toString = new Function ( "return this.value+''" ); 92 function Unicode( c ) { 98 function GetUnicodeValues( c ) { 473 function DecimalToHexString( n ) {
|
| 15.5.4.11-4.js | 35 Note that the toLowerCase function is intentionally generic; it does not require 53 function getTestCases() { 76 function test() { 89 function MyObject( value ) { 92 this.toString = new Function ( "return this.value+''" ); 94 function Unicode( c ) { 472 function DecimalToHexString( n ) {
|
| 15.5.4.11-5.js | 35 Note that the toLowerCase function is intentionally generic; it does not require 53 function getTestCases() { 79 function test() { 92 function MyObject( value ) { 95 this.toString = new Function ( "return this.value+''" ); 97 function Unicode( c ) { 103 function GetUnicodeValues( c ) { 478 function DecimalToHexString( n ) {
|
| 15.5.4.11-6.js | 35 Note that the toLowerCase function is intentionally generic; it does not require 53 function getTestCases() { 76 function test() { 89 function MyObject( value ) { 92 this.toString = new Function ( "return this.value+''" ); 94 function Unicode( c ) { 100 function GetUnicodeValues( c ) { 475 function DecimalToHexString( n ) {
|
| 15.5.4.12-1.js | 35 Note that the toUpperCase function is intentionally generic; it does not require 53 function getTestCases() { 80 function test() { 93 function MyObject( value ) { 96 this.toString = new Function ( "return this.value+''" ); 98 function Unicode( c ) { 104 function GetUnicodeValues( c ) { 491 function DecimalToHexString( n ) {
|
| 15.5.4.12-2.js | 35 Note that the toUpperCase function is intentionally generic; it does not require 53 function getTestCases() { 78 function test() { 91 function MyObject( value ) { 94 this.toString = new Function ( "return this.value+''" ); 96 function Unicode( c ) { 102 function GetUnicodeValues( c ) { 477 function DecimalToHexString( n ) {
|
| 15.5.4.12-3.js | 35 Note that the toUpperCase function is intentionally generic; it does not require 53 function getTestCases() { 121 function test() { 134 function MyObject( value ) { 137 this.toString = new Function ( "return this.value+''" ); 139 function Unicode( c ) { 145 function GetUnicodeValues( c ) { 520 function DecimalToHexString( n ) {
|
| 15.5.4.12-4.js | 35 Note that the toUpperCase function is intentionally generic; it does not require 53 function getTestCases() { 76 function test() { 89 function MyObject( value ) { 92 this.toString = new Function ( "return this.value+''" ); 94 function Unicode( c ) { 100 function GetUnicodeValues( c ) { 475 function DecimalToHexString( n ) {
|
| 15.5.4.12-5.js | 35 Note that the toUpperCase function is intentionally generic; it does not require 53 function getTestCases() { 76 function test() { 89 function MyObject( value ) { 92 this.toString = new Function ( "return this.value+''" ); 94 function Unicode( c ) { 100 function GetUnicodeValues( c ) { 487 function DecimalToHexString( n ) {
|
| 15.5.4.6-2.js | 54 Note that the indexOf function is intentionally generic; 81 function f() { 84 function g() { 89 function MyObject (v) { 91 this.toString = new Function ( "return this.value +\"\""); 95 function getTestCases() { 101 array[item++] = new TestCase( SECTION, "function f() { return this; }; function g() { var h = f; return h(); }; g().toString()", GLOBAL, g().toString() ); 193 "var f = new Function(); f.toString = Object.prototype.toString; f.indexOf = String.prototype.indexOf; f.indexOf('[object Function]')", [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
| 9.9-1.js | 48 // all tests must call a function that returns an array of TestCase objects. 51 function getTestCases() { 122 function test() { 140 function MyObject( value ) { 142 this.valueOf = new Function ( "return this.value" );
|
| /external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
| JSTestMediaQueryListListener.cpp | 109 { "method", DontDelete | Function, (intptr_t)static_cast<NativeFunction>(jsTestMediaQueryListListenerPrototypeFunctionMethod), (intptr_t)1 THUNK_GENERATOR(0) },
|