HomeSort by relevance Sort by last modified time
    Searched defs:FUNCTION (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-11.js 74 var FUNCTION = new Function();
77 "var FUNCTION = new Function(); f = new FUNCTION(); typeof f",
79 eval("var FUNCTION = new Function(); f = new FUNCTION(); typeof f") );
82 "var FUNCTION = new Function('return this'); f = new FUNCTION(); typeof f"
    [all...]
  /external/openssl/apps/
progs.h 61 } FUNCTION;
62 DECLARE_LHASH_OF(FUNCTION);
64 FUNCTION functions[] = {
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 48 # Work around diff stupidity where deleting a function that starts
49 # with a comment makes diff think that the following function
50 # has been changed (if the following function starts with a comment
52 # Work around diff stupidity where deleting an entire function and
54 # previous function.
206 # For each source file, convert line range to function list.
208 print STDERR " Extracting affected function names from source files.\n";
210 # Only look for function names in certain source files.
223 FUNCTION: foreach my $function_range_ref (@function_ranges) {
228 last FUNCTION unless @change_range
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 71 // A function is denoted &Source-Target/Variant(text)
72 #define FUNCTION ((UChar)38) /*&*/
88 // Special characters disallowed within a function argument
543 case FUNCTION:
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 60 FUNCTION,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 33 GBLL _InFunc ;// Inside function assembly flag
40 GBLA _F ;// Function number
303 ;// at entry to the function, which means that the
598 ;// Function header and footer macros
601 ;// Function Header Macro
602 ;// Generates the function prologue
607 ;// $name = function name
616 ;// a compliant function.
625 ;// Create an area for the function
628 $name FUNCTION
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 33 GBLL _InFunc ;// Inside function assembly flag
40 GBLA _F ;// Function number
306 ;// at entry to the function, which means that the
601 ;// Function header and footer macros
604 ;// Function Header Macro
605 ;// Generates the function prologue
610 ;// $name = function name
619 ;// a compliant function.
628 ;// Create an area for the function
631 $name FUNCTION
    [all...]
  /external/mksh/src/
sh.h 544 #define E_FUNC 2 /* executing function # */
552 #define EF_FUNC_PARSE BIT(0) /* function being parsed */
790 /* name of called builtin function (used by error functions) */
899 int (*f)(const char **);/* int function */
900 struct op *t; /* "function" tree */
904 const char *fpath; /* temporary path to undef function */
924 #define EXPORT BIT(3) /* exported variable/function */
937 #define UCASEV_AL BIT(18) /* convert to upper case / autoload function */
948 #define FINUSE BIT(9) /* function being executed */
949 #define FDELETE BIT(10) /* function deleted while it was executing *
    [all...]
  /external/v8/src/
objects.h 265 // 'object', whereas JS_FUNCTION_TYPE has typeof 'function'.
577 // function objects are not counted as objects, even though they are
581 // RegExp objects have [[Class]] "function" because they are callable.
582 // All types from this type and above are objects with [[Class]] "function".
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/sqlite/dist/
sqlite3.c 180 ** The maximum number of arguments to an SQL function.
560 ** presents to client programs. If a C-function, structure, datatype,
680 ** macro. ^The sqlite3_libversion() function returns a pointer to the
682 ** function is provided for use in DLLs since DLL users usually do not have
684 ** sqlite3_libversion_number() function returns an integer equal to
685 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
699 ** ^The sqlite3_compileoption_used() function returns 0 or 1
704 ** ^The sqlite3_compileoption_get() function allows iterating
726 ** ^The sqlite3_threadsafe() function returns zero if and only if
752 ** sqlite3_threadsafe() function shows only the compile-time setting o
    [all...]

Completed in 404 milliseconds