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

  /external/e2fsprogs/e2fsck/
profile_helpers.c 30 * These functions --- init_list(), end_list(), and add_to_list() are
51 static errcode_t init_list(struct profile_string_list *list) function
154 if ((retval = init_list(&values)))
195 if ((retval = init_list(&values)))
231 if ((retval = init_list(&values)))
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py 161 : $init_list
468 init_list = []
483 init_list.append("%s(nullptr)" % member_name)
490 init_list.sort()
502 init_list="\n , ".join(init_list),
  /hardware/ril/libril/
ril_event.cpp 108 static void init_list(struct ril_event * list) function
247 init_list(&timer_list);
248 init_list(&pending_list);
  /external/clang/test/Index/
index-templates.cpp 82 void init_list(T t, U u) { function
171 // CHECK-LOAD: index-templates.cpp:82:6: FunctionTemplate=init_list:82:6 (Definition)
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 66 auto init_list() { function
  /external/libcxxabi/src/
cxa_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp     [all...]
  /external/e2fsprogs/misc/
mke2fs.c 978 static errcode_t init_list(struct str_list *sl) function
1065 if (init_list(&list))
    [all...]

Completed in 633 milliseconds