Home
last modified time | relevance | path

Searched refs:is_toplevel (Results 1 – 19 of 19) sorted by relevance

/external/dbus/bus/
Dconfig-loader-libxml.c143 dbus_bool_t is_toplevel, in bus_config_load() argument
172 if (is_toplevel) in bus_config_load()
189 parser = bus_config_parser_new (&dirname, is_toplevel, parent); in bus_config_load()
309 if (is_toplevel) in bus_config_load()
318 if (is_toplevel) in bus_config_load()
Dconfig-parser-trivial.h37 dbus_bool_t is_toplevel,
68 dbus_bool_t is_toplevel,
Dconfig-parser.h38 dbus_bool_t is_toplevel,
83 dbus_bool_t is_toplevel,
Dconfig-loader-expat.c163 dbus_bool_t is_toplevel, in bus_config_load() argument
212 parser = bus_config_parser_new (&dirname, is_toplevel, parent); in bus_config_load()
Dconfig-parser.c119 unsigned int is_toplevel : 1; /**< FALSE if we are a sub-config-file inside another one */ member
361 dbus_bool_t is_toplevel, in bus_config_parser_new() argument
370 parser->is_toplevel = !!is_toplevel; in bus_config_parser_new()
2594 if (parser->is_toplevel && parser->listen_on == NULL) in bus_config_parser_finished()
3063 if (! bools_equal (a->is_toplevel, b->is_toplevel)) in config_parsers_equal()
Dconfig-parser-trivial.c82 dbus_bool_t is_toplevel, in bus_config_parser_new() argument
/external/v8/src/arm/
Dcodegen-arm.h64 bool is_toplevel,
/external/v8/src/mips/
Dcodegen-mips.h66 bool is_toplevel,
/external/v8/src/
Dcompiler.h316 bool is_toplevel,
Druntime-profiler.cc286 if (function->shared()->is_toplevel() in OptimizeNow()
Dcompiler.cc761 bool is_toplevel, in SetFunctionInfo() argument
771 function_info->set_is_toplevel(is_toplevel); in SetFunctionInfo()
Daccessors.cc749 } while (caller->shared()->is_toplevel()); in FunctionGetCaller()
Dfactory.cc560 !function_info->is_toplevel() && in NewFunctionFromSharedFunctionInfo()
Ddebug.cc1999 if (shared->is_toplevel() || in PrepareForBreakPoints()
Dmark-compact.cc1274 if (shared_info->is_toplevel()) { in IsFlushable()
Dobjects-inl.h3537 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, in ACCESSORS()
Dobjects.h5326 DECL_BOOLEAN_ACCESSORS(is_toplevel)
Druntime.cc11477 if (!shared->is_toplevel()) { in FindSharedFunctionInfoInScript()
Dobjects.cc7723 if (!is_toplevel()) { in SourceCodePrint()