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

1 2 3 4 5 6

  /external/chromium_org/build/android/
adb_profile_chrome 97 --start) FUNCTION="GPU_PROFILER_START" ;;
98 --stop) FUNCTION="GPU_PROFILER_STOP" ;;
131 if [ -z "${FUNCTION}" ] ; then
134 send_intent ${PACKAGE} ${FUNCTION} ${OUTPUT} ${CATEGORIES}
  /external/eigen/blas/
complexdots.f 1 COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
12 COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY)
23 DOUBLE COMPLEX FUNCTION ZDOTC(N,CX,INCX,CY,INCY)
34 DOUBLE COMPLEX FUNCTION ZDOTU(N,CX,INCX,CY,INCY)
lsame.f 1 LOGICAL FUNCTION LSAME(CA,CB)
  /external/chromium_org/third_party/openssl/openssl/apps/
progs.pl 24 } FUNCTION;
25 DECLARE_LHASH_OF(FUNCTION);
27 FUNCTION functions[] = {
openssl.c 137 * base prototypes (we cast each variable inside the function to the required
138 * type of "FUNCTION*"). This removes the necessity for macro-generated wrapper
141 static LHASH_OF(FUNCTION) *prog_init(void );
142 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
229 FUNCTION f,*fp;
236 LHASH_OF(FUNCTION) *prog=NULL;
465 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
467 FUNCTION f,*fp;
619 const FUNCTION *f1=_f1;
620 const FUNCTION *f2=_f2
    [all...]
progs.h 62 } FUNCTION;
63 DECLARE_LHASH_OF(FUNCTION);
65 FUNCTION functions[] = {
  /external/openssl/apps/
progs.pl 24 } FUNCTION;
25 DECLARE_LHASH_OF(FUNCTION);
27 FUNCTION functions[] = {
openssl.c 137 * base prototypes (we cast each variable inside the function to the required
138 * type of "FUNCTION*"). This removes the necessity for macro-generated wrapper
141 static LHASH_OF(FUNCTION) *prog_init(void );
142 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
229 FUNCTION f,*fp;
236 LHASH_OF(FUNCTION) *prog=NULL;
465 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
467 FUNCTION f,*fp;
619 const FUNCTION *f1=_f1;
620 const FUNCTION *f2=_f2
    [all...]
progs.h 62 } FUNCTION;
63 DECLARE_LHASH_OF(FUNCTION);
65 FUNCTION functions[] = {
  /external/chromium_org/skia/ext/
recursive_gaussian_convolution.cc 40 case RecursiveFilter::FUNCTION:
61 case RecursiveFilter::FUNCTION:
93 if (order == RecursiveFilter::FUNCTION)
149 case RecursiveFilter::FUNCTION:
150 return SingleChannelRecursiveFilter<RecursiveFilter::FUNCTION, true>(
169 case RecursiveFilter::FUNCTION:
170 return SingleChannelRecursiveFilter<RecursiveFilter::FUNCTION, false>(
recursive_gaussian_convolution.h 22 FUNCTION,
recursive_gaussian_convolution_unittest.cc 125 RecursiveFilter recursive_filter(kernel_sigma, RecursiveFilter::FUNCTION);
176 RecursiveFilter recursive_filter(kernel_sigma, RecursiveFilter::FUNCTION);
  /external/chromium_org/tools/json_schema_compiler/
cpp_util.py 29 """Translates a namespace name or function name into something more
61 PropertyType.FUNCTION: 'base::Value::TYPE_DICTIONARY',
  /external/chromium_org/v8/src/
gdb-jit.h 63 V(FUNCTION)
token.h 144 K(FUNCTION, "function", 0) \
  /external/v8/src/
gdb-jit.h 63 V(FUNCTION)
compiler.h 61 FunctionLiteral* function() const { return function_; } function in class:v8::internal::BASE_EMBEDDED
128 ASSERT(current_code->kind() == Code::FUNCTION);
218 // Is this a function from our natives.
232 // The scope of the function literal as a convenience. Set to indicate
263 // General strategy: Source code is translated into an anonymous function w/o
268 // Please note this interface returns shared function infos. This means you
270 // real function with a context.
274 // Default maximum number of function optimization attempts before we
304 // Compile from function info (used for lazy compilation). Returns true on
308 // Compile a shared function info object (the function is possibly lazil
    [all...]
token.h 143 K(FUNCTION, "function", 0) \
objects-inl.h 151 // Fetch the constructor function of the object.
155 // Iterate through the chain of inheriting function templates to
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
date.c 15 ** There is only one exported symbol in this file - the function
54 ** On recent Windows platforms, the localtime_s() function is available
98 ** The function returns the number of successful conversions.
703 ** Process time function arguments. argv[0] is a date-time stamp.
975 ** This function returns the same value as time('now').
989 ** This function returns the same value as date('now').
1003 ** This function returns the same value as datetime('now').
1023 ** This function uses the C-library functions time(), gmtime()
1025 ** as the user-data for the function.
1065 ** This function registered all of the above C functions as SQ
    [all...]
alter.c 25 ** This function is used by SQL generated to implement the
87 ** This C function implements an SQL user function that is used by SQL code
150 /* This function is used by SQL generated to implement the
231 FUNCTION(sqlite_rename_table, 2, 0, 0, renameTableFunc),
233 FUNCTION(sqlite_rename_trigger, 2, 0, 0, renameTriggerFunc),
236 FUNCTION(sqlite_rename_parent, 3, 0, 0, renameParentFunc),
249 ** This function is used to create the text of expressions of the form:
329 ** pTab->zName if this function is being called to code part of an
376 ** If the table is a system table, this function leaves an error messag
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y.in 74 case FUNCTION:
210 %token <string> FUNCTION
316 %type <value> function
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 170 #define kDebugOutputTypeCustom 0x63757374U // 'cust' - 1st param = function ptr, 2nd param = context
209 @abstract Function ptr for a custom callback to print debug output.
466 /*! @function translate_errno
522 Note: This does not work in a global scope so it must be inside a function.
544 function name, etc.) using the default debugging output method.
575 function name, etc.) and a custom explanation string using the default debugging output method.
607 function name, etc.) using the default debugging output method.
642 function name, etc.) and a custom explanation string using the default debugging output method.
727 function name, etc.) using the default debugging output method then jumps to a label.
754 function name, etc.) and a custom explanation string using the default debugging output method then jumps t (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
JavaScriptFormatter.js 31 function FormattedContentBuilder(content, mapping, originalOffset, formattedOffset, indentString)
51 addToken: function(token)
74 addSpace: function()
79 addNewLine: function()
84 increaseNestingLevel: function()
89 decreaseNestingLevel: function()
94 content: function()
99 mapping: function()
104 _addIndent: function()
121 _addComment: function(comment
    [all...]
  /external/skia/tests/
CanvasTest.cpp 19 * function of the form:
31 * The definition of the test step function should be followed by an
251 #define TEST_STEP(NAME, FUNCTION) \
255 FUNCTION (canvas, reporter, this); \
261 #define TEST_STEP_NO_PDF(NAME, FUNCTION) \
266 FUNCTION (canvas, reporter, this); \
    [all...]

Completed in 1517 milliseconds

1 2 3 4 5 6