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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 453 FILE* __raw_file = __open_output_file("raw"); local
454 __trace_vector_size_report(__raw_file, __warnings);
455 __trace_hashtable_size_report(__raw_file, __warnings);
456 __trace_hash_func_report(__raw_file, __warnings);
457 __trace_vector_to_list_report(__raw_file, __warnings);
458 __trace_list_to_slist_report(__raw_file, __warnings);
459 __trace_list_to_vector_report(__raw_file, __warnings);
460 __trace_map_to_unordered_map_report(__raw_file, __warnings);
461 std::fclose(__raw_file);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 453 FILE* __raw_file = __open_output_file("raw"); local
454 __trace_vector_size_report(__raw_file, __warnings);
455 __trace_hashtable_size_report(__raw_file, __warnings);
456 __trace_hash_func_report(__raw_file, __warnings);
457 __trace_vector_to_list_report(__raw_file, __warnings);
458 __trace_list_to_slist_report(__raw_file, __warnings);
459 __trace_list_to_vector_report(__raw_file, __warnings);
460 __trace_map_to_unordered_map_report(__raw_file, __warnings);
461 std::fclose(__raw_file);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 453 FILE* __raw_file = __open_output_file("raw"); local
454 __trace_vector_size_report(__raw_file, __warnings);
455 __trace_hashtable_size_report(__raw_file, __warnings);
456 __trace_hash_func_report(__raw_file, __warnings);
457 __trace_vector_to_list_report(__raw_file, __warnings);
458 __trace_list_to_slist_report(__raw_file, __warnings);
459 __trace_list_to_vector_report(__raw_file, __warnings);
460 __trace_map_to_unordered_map_report(__raw_file, __warnings);
461 std::fclose(__raw_file);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 446 FILE* __raw_file = __open_output_file("raw"); local
447 __trace_vector_size_report(__raw_file, __warnings);
448 __trace_hashtable_size_report(__raw_file, __warnings);
449 __trace_hash_func_report(__raw_file, __warnings);
450 __trace_vector_to_list_report(__raw_file, __warnings);
451 __trace_list_to_slist_report(__raw_file, __warnings);
452 __trace_list_to_vector_report(__raw_file, __warnings);
453 __trace_map_to_unordered_map_report(__raw_file, __warnings);
454 std::fclose(__raw_file);

Completed in 405 milliseconds