Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-loader-libxml.c140 dbus_bool_t is_toplevel, in bus_config_load() argument
169 if (is_toplevel) in bus_config_load()
186 parser = bus_config_parser_new (&dirname, is_toplevel, parent); in bus_config_load()
306 if (is_toplevel) in bus_config_load()
315 if (is_toplevel) in bus_config_load()
Dconfig-parser.h40 dbus_bool_t is_toplevel,
81 dbus_bool_t is_toplevel,
Dconfig-loader-expat.c167 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.c133 unsigned int is_toplevel : 1; /**< FALSE if we are a sub-config-file inside another one */ member
418 dbus_bool_t is_toplevel, in bus_config_parser_new() argument
427 parser->is_toplevel = !!is_toplevel; in bus_config_parser_new()
2450 if (parser->is_toplevel && parser->listen_on == NULL) in bus_config_parser_finished()
2889 if (! bools_equal (a->is_toplevel, b->is_toplevel)) in config_parsers_equal()
/external/v8/src/
Dcompiler.cc99 : (shared->is_toplevel() || shared->try_full_codegen()); in MakeCode()
527 bool is_toplevel, in SetFunctionInfo() argument
536 fun->shared()->set_is_toplevel(is_toplevel); in SetFunctionInfo()
Dcompiler.h264 bool is_toplevel,
Daccessors.cc616 if (!caller->shared()->is_toplevel()) return caller; in FunctionGetCaller()
Dobjects-inl.h2367 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, in ACCESSORS()
Dobjects.h3183 inline bool is_toplevel();
Druntime.cc7350 if (!shared->is_toplevel()) { in FindSharedFunctionInfoInScript()
Dobjects.cc4866 if (!is_toplevel()) { in SourceCodePrint()
/external/v8/src/mips/
Dcodegen-mips.h124 bool is_toplevel,
/external/v8/src/arm/
Dcodegen-arm.h171 bool is_toplevel,