HomeSort by relevance Sort by last modified time
    Searched refs:is_child (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 66 def explore_expr(expr, value, is_child):
72 is_child: Boolean value to indicate if the expression is a child.
76 when exploring the fields of the struct, is_child is set
85 while explorer_class.explore_expr(expr, value, is_child):
92 def explore_type(name, datatype, is_child):
99 is_child: Boolean value to indicate if the name is a child.
103 of the struct, is_child is set to True internally.
111 while explorer_class.explore_type(name, datatype, is_child):
193 def explore_expr(expr, value, is_child):
202 if is_child
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 66 def explore_expr(expr, value, is_child):
72 is_child: Boolean value to indicate if the expression is a child.
76 when exploring the fields of the struct, is_child is set
85 while explorer_class.explore_expr(expr, value, is_child):
92 def explore_type(name, datatype, is_child):
99 is_child: Boolean value to indicate if the name is a child.
103 of the struct, is_child is set to True internally.
111 while explorer_class.explore_type(name, datatype, is_child):
193 def explore_expr(expr, value, is_child):
202 if is_child
    [all...]
  /external/chromium/chrome/browser/
mach_broker_mac.cc 239 const bool is_child = command_line.HasSwitch(switches::kProcessType); local
242 const pid_t pid = is_child ? getppid() : getpid();
  /external/chromium_org/content/common/
page_state_serialization_unittest.cc 145 bool is_child) {
149 if (!is_child)
172 if (!is_child) {
  /external/openssh/
session.c 159 static int is_child = 0; variable
519 is_child = 1;
685 is_child = 1;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 2974 Bool is_child; local
    [all...]

Completed in 112 milliseconds