Home
last modified time | relevance | path

Searched refs:FUNCTION (Results 1 – 25 of 60) sorted by relevance

123

/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt18 <FUNCTION>
21 </FUNCTION>
25 <FUNCTION>
28 </FUNCTION>
30 <FUNCTION>
34 </FUNCTION>
36 <FUNCTION>
40 </FUNCTION>
42 <FUNCTION>
46 </FUNCTION>
[all …]
/external/valgrind/main/auxprogs/
Dgsl16-badfree.patch11 v0 = FUNCTION (gsl_vector, alloc) (N);
12 - view = FUNCTION (gsl_vector, subvector) (v, 0, N);
13 + view = FUNCTION (gsl_vector, subvector) (v0, 0, N);
27 v0 = FUNCTION (gsl_vector, alloc) (N);
28 - view = FUNCTION (gsl_vector, subvector) (v, 0, N);
29 + view = FUNCTION (gsl_vector, subvector) (v0, 0, N);
/external/openssl/apps/
Dopenssl.c138 static LHASH_OF(FUNCTION) *prog_init(void );
139 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
226 FUNCTION f,*fp; in main()
233 LHASH_OF(FUNCTION) *prog=NULL; in main()
449 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) in do_cmd()
451 FUNCTION f,*fp; in do_cmd()
603 const FUNCTION *f1=_f1; in SortFnByName()
604 const FUNCTION *f2=_f2; in SortFnByName()
684 static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b) in function_cmp()
688 static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION) in IMPLEMENT_LHASH_COMP_FN() argument
[all …]
Dprogs.h61 } FUNCTION; typedef
62 DECLARE_LHASH_OF(FUNCTION);
64 FUNCTION functions[] = {
/external/dbus/cmake/modules/
DCheckPrototypeExists.cmake2 # CHECK_PROTOTYPE_EXISTS (FUNCTION HEADER VARIABLE)
4 # FUNCTION - the name of the function you are looking for
/external/llvm/autoconf/m4/
Dsingle_cxx_check.m41 dnl AC_SINGLE_CXX_CHECK(CACHEVAR, FUNCTION, HEADER, PROGRAM)
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
D11.2.2-11.js74 var FUNCTION = new Function(); class
/external/v8/src/
Dpreparser.cc180 case i::Token::FUNCTION: in ParseStatement()
198 Expect(i::Token::FUNCTION, CHECK_OK); in ParseFunctionDeclaration()
211 Expect(i::Token::FUNCTION, CHECK_OK); in ParseNativeDeclaration()
792 if (peek() == i::Token::FUNCTION) { in ParseMemberWithNewPrefixesExpression()
793 Consume(i::Token::FUNCTION); in ParseMemberWithNewPrefixesExpression()
900 parenthesized_function_ = (peek() == i::Token::FUNCTION); in ParsePrimaryExpression()
Dgdb-jit.h59 V(FUNCTION)
Dtoken.h142 K(FUNCTION, "function", 0) \
Dobjects-inl.h2598 ASSERT(kind() == FUNCTION); in optimizable()
2604 ASSERT(kind() == FUNCTION); in set_optimizable()
2610 ASSERT(kind() == FUNCTION); in has_deoptimization_support()
2616 ASSERT(kind() == FUNCTION); in set_has_deoptimization_support()
2622 ASSERT(kind() == FUNCTION); in allow_osr_at_loop_nesting_level()
2628 ASSERT(kind() == FUNCTION); in set_allow_osr_at_loop_nesting_level()
2660 ASSERT(kind() == FUNCTION); in stack_check_table_offset()
2666 ASSERT(kind() == FUNCTION); in set_stack_check_table_offset()
3167 if ((code()->kind() == Code::FUNCTION) && disable) { in set_optimization_disabled()
3299 return code->kind() == Code::FUNCTION && code->has_deoptimization_support(); in has_deoptimization_support()
[all …]
Dcompiler.cc176 ASSERT(code->kind() == Code::FUNCTION); in AbortAndDisable()
204 ASSERT(code->kind() == Code::FUNCTION); in MakeCrankshaftCode()
Dframes.cc429 ASSERT(kind == Code::FUNCTION || kind == Code::OPTIMIZED_FUNCTION); in ComputeType()
695 if (code_->kind() == Code::FUNCTION) PrintF(" NON-OPT"); in Print()
900 if (code != NULL && code->kind() == Code::FUNCTION && in Print()
Ddisassembler.cc321 if (code->kind() == Code::FUNCTION) { in Decode()
Dgdb-jit.cc1405 AddCode(*name_cstring, *code, GDBJITInterface::FUNCTION, *script); in AddCode()
1407 AddCode("", *code, GDBJITInterface::FUNCTION, *script); in AddCode()
1413 if (desc->tag() == GDBJITInterface::FUNCTION) { in AddUnwindInfo()
/external/openssl/patches/
Dprogs.patch16 @@ -146,7 +152,9 @@ FUNCTION functions[] = {
/external/webkit/Source/JavaScriptCore/parser/
DKeywords.table21 function FUNCTION
DJSParser.h60 FUNCTION, enumerator
/external/bison/data/
Dc.m4432 # b4_yydestruct_generate(FUNCTION-DECLARATOR)
435 # FUNCTION-DECLARATOR, which may be "b4_c_ansi_function_def" for ISO C
470 # b4_yy_symbol_print_generate(FUNCTION-DECLARATOR)
473 # FUNCTION-DECLARATOR, which may be "b4_c_ansi_function_def" for ISO C
/external/webkit/Tools/Scripts/
Dprepare-ChangeLog223 FUNCTION: foreach my $function_range_ref (@function_ranges) { label
228 last FUNCTION unless @change_range;
231 next FUNCTION if $change_range[0] > $function_range[1];
240 next FUNCTION;
/external/webkit/Source/WebCore/css/
DCSSGrammar.y192 %token <string> FUNCTION
1160 | ':' FUNCTION maybe_space NTH maybe_space ')' {
1171 | ':' FUNCTION maybe_space maybe_unary_operator INTEGER maybe_space ')' {
1182 | ':' FUNCTION maybe_space IDENT maybe_space ')' {
1465 FUNCTION maybe_space expr ')' maybe_space {
1474 FUNCTION maybe_space error {
Dtokenizer.flex116 {ident}"(" {yyTok = FUNCTION; return yyTok;}
/external/mksh/src/
Dsyn.c461 case FUNCTION: in get_command()
742 { "function", FUNCTION, true },
/external/v8/test/cctest/
Dtest-compiler.cc369 if (f->code()->kind() == Code::FUNCTION) { in CheckCodeForUnsafeLiteral()
/external/openssl/include/openssl/
Dsafestack.h2466 #define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function)
2467 #define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst)
2468 #define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst)
2469 #define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst)
2470 #define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn)
2472 LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg)
2473 #define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh)
2474 #define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh)
2475 #define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh)
2477 LHM_lh_node_stats_bio(FUNCTION,lh,out)
[all …]

123