| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| globalvars.py | 48 result["namedVariables"] = self.child_count() 58 def child_count(self): member in class:_Globals
|
| scopes.py | 92 result["namedVariables"] = self.child_count() 104 def child_count(self): member in class:_ScopeReference 118 def child_count(self): member in class:_FinishScopeReference
|
| varref.py | 118 def child_count(self): member in class:BaseReference 148 count = self.child_count() 150 self.children = [None] * self.child_count() 217 def child_count(self): member in class:VariableReference 234 num_children = self.child_count()
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| globalvars.py | 48 result["namedVariables"] = self.child_count() 58 def child_count(self): member in class:_Globals
|
| scopes.py | 92 result["namedVariables"] = self.child_count() 104 def child_count(self): member in class:_ScopeReference 118 def child_count(self): member in class:_FinishScopeReference
|
| varref.py | 115 def child_count(self): member in class:BaseReference 145 count = self.child_count() 147 self._children = [None] * self.child_count() 218 def child_count(self): member in class:VariableReference 235 num_children = self.child_count()
|
| /src/tests/kernel/ |
| t_sysv.c | 410 int child_count; local 461 for (child_count = 0; child_count < 5; child_count++) { 499 while (child_count-- > 0) {
|
| /src/usr.sbin/lpr/lpd/ |
| lpd.c | 138 int child_count; variable 303 while (child_max < child_count) { 359 child_count++; 400 child_count--; 583 child_count++;
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Comment.h | 229 unsigned child_count() const { function in class:clang::comments::Comment
|
| /src/external/bsd/nsd/dist/ |
| nsd.h | 248 size_t child_count; member in struct:nsd 353 /* statistics array, of size child_count*2, twice for old and new 356 /* statistics array of size child_count, twice */ 367 * arrays of size child_count * 2. Kept open for (re-)forks. */ 377 * NOTIFY messages, arrays of size child_count * 2.
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-macho.c | 854 unsigned int child_count; 928 child_count = read_leb128 (buf + off, buf + len, 0, &leblen, NULL); 931 for (i = 0; i < child_count; i++) 853 unsigned int child_count; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-macho.c | 854 unsigned int child_count; 928 child_count = read_leb128 (buf + off, buf + len, 0, &leblen, NULL); 931 for (i = 0; i < child_count; i++) 853 unsigned int child_count; local
|