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

1 2

  /external/chromium_org/skia/ext/
recursive_gaussian_convolution.h 22 FUNCTION,
  /external/chromium_org/third_party/openssl/openssl/apps/
progs.h 62 } FUNCTION;
63 DECLARE_LHASH_OF(FUNCTION);
65 FUNCTION functions[] = {
  /external/openssl/apps/
progs.h 62 } FUNCTION;
63 DECLARE_LHASH_OF(FUNCTION);
65 FUNCTION functions[] = {
  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 117 #define FUNCTION "(function()end)();"
124 *size=sizeof(FUNCTION)-1;
125 return FUNCTION;
388 (f->linedefined==0)?"main":"function",s,
394 printf("%d local%s, %d constant%s, %d function%s\n",
  /external/chromium_org/tools/json_schema_compiler/
model.py 92 - |functions| a map of function names to their model.Function
93 - |events| a map of event names to their model.Function
129 generated code (for example, function results), or
131 example, function parameters)
152 - |functions| a map of function names to their model.Function
242 elif json_type == 'function':
243 self.property_type = PropertyType.FUNCTION
244 # Sometimes we might have an unnamed function, e.g. if it's a propert
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 188 /** A function name and opening bracket. */
189 FUNCTION,
438 // or more of the following tokens: <ident>, <function>,
544 // ambiguously a function.
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/v8/src/
ic.h 18 // inline caching code. The argument for the macro, ICU, is the function name.
87 // If the stub contains weak maps then this function adds the stub to
91 // This function is called when a weak map in the stub is dying,
155 // Get the shared function info of the caller.
335 enum CallType { METHOD, FUNCTION };
374 Handle<Object> function,
380 Handle<Object> function,
950 // Helper function for computing the condition for a compare operation.
    [all...]
  /external/chromium_org/v8/tools/
generate-runtime-tests.py 22 FUNCTION = re.compile("^RUNTIME_FUNCTION\(Runtime_(\w+)")
108 "GetTemplateField", # Needs a {Function,Object}TemplateInfo.
126 # Custom definitions for function input that does not throw.
130 "Apply": ["function() {}", None, None, None, None, None],
140 "CreateJSFunctionProxy": [None, "function() {}", None, None, None],
144 "DefineOrRedefineAccessorProperty": [None, None, "function() {}",
145 "function() {}", 2, None],
148 "GetDefaultReceiver": ["function() {}", None],
155 "IsSloppyModeFunction": ["function() {}", None],
157 "NewObjectFromBound": ["(function() {}).bind({})", None]
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 73 // A function is denoted &Source-Target/Variant(text)
74 #define FUNCTION ((UChar)38) /*&*/
90 // Special characters disallowed within a function argument
549 case FUNCTION:
    [all...]
  /frameworks/av/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/av/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/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 250 FUNCTION = 0,
257 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 431 FUNCTION = 0,
443 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
469 OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 577 ** make it clear to human readers when a function parameter is deliberately
578 ** left unused within the body of a function. This usually happens when
579 ** a function is called via a function pointer. For example the
584 ** When a function parameter is not used at all within the body of a function,
765 ** A hash table for function definitions.
797 ** internal function sqlite3Error() is used to set these variables
835 void (*xTrace)(void*,const char*); /* Trace function */
836 void *pTraceArg; /* Argument to the trace function */
    [all...]
  /external/mksh/src/
sh.h 708 #define E_FUNC 2 /* executing function # */
804 EXTERN const char T_function[] E_INIT(" function");
805 #define Tfunction (T_function + 1) /* "function" */
978 /* name of called builtin function (used by error functions) */
1095 struct op *t; /* "function" tree */
1099 const char *fpath; /* temporary path to undef function */
1127 #define EXPORT BIT(3) /* exported variable/function *
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 176 ** The maximum number of arguments to an SQL function.
556 ** presents to client programs. If a C-function, structure, datatype,
676 ** macro. ^The sqlite3_libversion() function returns a pointer to the
678 ** function is provided for use in DLLs since DLL users usually do not have
680 ** sqlite3_libversion_number() function returns an integer equal to
681 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
695 ** ^The sqlite3_compileoption_used() function returns 0 or 1
700 ** ^The sqlite3_compileoption_get() function allows iterating
722 ** ^The sqlite3_threadsafe() function returns zero if and only if
748 ** sqlite3_threadsafe() function shows only the compile-time setting o
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/sqlite/dist/orig/
sqlite3.c 128 ** presents to client programs. If a C-function, structure, datatype,
248 ** macro. ^The sqlite3_libversion() function returns a pointer to the
250 ** function is provided for use in DLLs since DLL users usually do not have
252 ** sqlite3_libversion_number() function returns an integer equal to
253 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
267 ** ^The sqlite3_compileoption_used() function returns 0 or 1
272 ** ^The sqlite3_compileoption_get() function allows iterating
294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
427 ** The type for a callback function
    [all...]
  /external/sqlite/dist/
sqlite3.c 128 ** presents to client programs. If a C-function, structure, datatype,
248 ** macro. ^The sqlite3_libversion() function returns a pointer to the
250 ** function is provided for use in DLLs since DLL users usually do not have
252 ** sqlite3_libversion_number() function returns an integer equal to
253 ** [SQLITE_VERSION_NUMBER]. ^The sqlite3_sourceid() function returns
267 ** ^The sqlite3_compileoption_used() function returns 0 or 1
272 ** ^The sqlite3_compileoption_get() function allows iterating
294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
427 ** The type for a callback function
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1181 milliseconds

1 2