Searched refs:FUNCTION (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/build/android/
H A Dadb_profile_chrome97 --start) FUNCTION="GPU_PROFILER_START" ;;
98 --stop) FUNCTION="GPU_PROFILER_STOP" ;;
131 if [ -z "${FUNCTION}" ] ; then
134 send_intent ${PACKAGE} ${FUNCTION} ${OUTPUT} ${CATEGORIES}
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dprogs.pl24 } FUNCTION;
25 DECLARE_LHASH_OF(FUNCTION);
27 FUNCTION functions[] = {
H A Dopenssl.c138 * 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;
700 static int MS_CALLBACK function_cmp(const FUNCTION *
[all...]
H A Dprogs.h62 } FUNCTION; typedef in typeref:struct:__anon13016
63 DECLARE_LHASH_OF(FUNCTION); variable
65 FUNCTION functions[] = {
/external/openssl/apps/
H A Dprogs.pl24 } FUNCTION;
25 DECLARE_LHASH_OF(FUNCTION);
27 FUNCTION functions[] = {
H A Dopenssl.c138 * 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;
700 static int MS_CALLBACK function_cmp(const FUNCTION *
[all...]
H A Dprogs.h62 } FUNCTION; typedef in typeref:struct:__anon23482
63 DECLARE_LHASH_OF(FUNCTION); variable
65 FUNCTION functions[] = {
/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution.cc40 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>(
H A Drecursive_gaussian_convolution.h22 FUNCTION, enumerator in enum:skia::RecursiveFilter::Order
H A Drecursive_gaussian_convolution_unittest.cc125 RecursiveFilter recursive_filter(kernel_sigma, RecursiveFilter::FUNCTION);
176 RecursiveFilter recursive_filter(kernel_sigma, RecursiveFilter::FUNCTION);
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_util.py61 PropertyType.FUNCTION: 'base::Value::TYPE_DICTIONARY',
H A Dmodel.py192 self.property_type = PropertyType.FUNCTION
383 FUNCTION = _PropertyTypeInfo(False, "function") variable in class:PropertyType
/external/chromium_org/v8/src/
H A Dgdb-jit.h63 V(FUNCTION)
H A Dtoken.h144 K(FUNCTION, "function", 0) \
H A Dpreparser.cc165 case i::Token::FUNCTION:
277 case i::Token::FUNCTION: {
306 Expect(i::Token::FUNCTION, CHECK_OK);
1075 if (peek() == i::Token::FUNCTION) {
1076 Consume(i::Token::FUNCTION);
1195 parenthesized_function_ = (peek() == i::Token::FUNCTION);
/external/v8/src/
H A Dgdb-jit.h63 V(FUNCTION)
H A Dcompiler.h128 ASSERT(current_code->kind() == Code::FUNCTION);
H A Dtoken.h143 K(FUNCTION, "function", 0) \
H A Dobjects-inl.h3009 ASSERT(kind() == FUNCTION);
3015 ASSERT(kind() == FUNCTION);
3021 ASSERT(kind() == FUNCTION);
3028 ASSERT(kind() == FUNCTION);
3036 ASSERT(kind() == FUNCTION);
3043 ASSERT(kind() == FUNCTION);
3051 ASSERT(kind() == FUNCTION);
3058 ASSERT(kind() == FUNCTION);
3066 ASSERT(kind() == FUNCTION);
3073 ASSERT(kind() == FUNCTION);
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Ddate.c1072 FUNCTION(julianday, -1, 0, 0, juliandayFunc ),
1073 FUNCTION(date, -1, 0, 0, dateFunc ),
1074 FUNCTION(time, -1, 0, 0, timeFunc ),
1075 FUNCTION(datetime, -1, 0, 0, datetimeFunc ),
1076 FUNCTION(strftime, -1, 0, 0, strftimeFunc ),
1077 FUNCTION(current_time, 0, 0, 0, ctimeFunc ),
1078 FUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc),
1079 FUNCTION(current_date, 0, 0, 0, cdateFunc ),
H A Dalter.c231 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),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DJavaScriptFormatter.js176 ["FOR", "for"], ["FUNCTION", "function"], ["IF", "if"], ["NEW", "new"], ["RETURN", "return"], ["SWITCH", "switch"], ["THIS", "this"], ["THROW", "throw"], ["TRY", "try"], ["VAR", "var"],
342 case Tokens.FUNCTION:
353 this._expect(Tokens.FUNCTION);
723 if (this._peek() === Tokens.FUNCTION) {
724 this._expect(Tokens.FUNCTION);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGrammar.y.in74 case FUNCTION:
210 %token <string> FUNCTION
1449 | ':' FUNCTION maybe_space NTH maybe_space closing_parenthesis {
1459 | ':' FUNCTION maybe_space maybe_unary_operator INTEGER maybe_space closing_parenthesis {
1469 | ':' FUNCTION maybe_space IDENT maybe_space closing_parenthesis {
1486 | ':' FUNCTION selector_recovery closing_parenthesis {
1736 FUNCTION maybe_space expr closing_parenthesis {
1739 FUNCTION maybe_space closing_parenthesis {
1742 FUNCTION maybe_space expr_recovery closing_parenthesis {
1891 '(' | FUNCTION | CALCFUNCTIO
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1171 #define debug_print_assert( ERROR_CODE, ASSERT_STRING, MESSAGE, FILENAME, LINE_NUMBER, FUNCTION ) \
1172 DebugPrintAssert( ERROR_CODE, ASSERT_STRING, MESSAGE, FILENAME, LINE_NUMBER, FUNCTION )
1174 #define debug_print_assert( ERROR_CODE, ASSERT_STRING, MESSAGE, FILENAME, LINE_NUMBER, FUNCTION )
/external/skia/tests/
H A DCanvasTest.cpp251 #define TEST_STEP(NAME, FUNCTION) \
255 FUNCTION (canvas, reporter, this); \
261 #define TEST_STEP_NO_PDF(NAME, FUNCTION) \
266 FUNCTION (canvas, reporter, this); \

Completed in 599 milliseconds

1234