• Home
  • Raw
  • Download

Lines Matching refs:source

3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
44 "source/aligned_malloc.cc",
45 "source/atomic32_mac.cc",
46 "source/atomic32_win.cc",
47 "source/clock.cc",
48 "source/condition_variable.cc",
49 "source/condition_variable_event_win.cc",
50 "source/condition_variable_event_win.h",
51 "source/condition_variable_native_win.cc",
52 "source/condition_variable_native_win.h",
53 "source/condition_variable_posix.cc",
54 "source/condition_variable_posix.h",
55 "source/cpu_features.cc",
56 "source/cpu_info.cc",
57 "source/critical_section.cc",
58 "source/critical_section_posix.cc",
59 "source/critical_section_posix.h",
60 "source/critical_section_win.cc",
61 "source/critical_section_win.h",
62 "source/data_log_c.cc",
63 "source/event.cc",
64 "source/event_timer_posix.cc",
65 "source/event_timer_posix.h",
66 "source/event_timer_win.cc",
67 "source/event_timer_win.h",
68 "source/file_impl.cc",
69 "source/file_impl.h",
70 "source/logging.cc",
71 "source/rtp_to_ntp.cc",
72 "source/rw_lock.cc",
73 "source/rw_lock_generic.cc",
74 "source/rw_lock_generic.h",
75 "source/rw_lock_posix.cc",
76 "source/rw_lock_posix.h",
77 "source/rw_lock_win.cc",
78 "source/rw_lock_win.h",
79 "source/sleep.cc",
80 "source/sort.cc",
81 "source/tick_util.cc",
82 "source/timestamp_extrapolator.cc",
83 "source/trace_impl.cc",
84 "source/trace_impl.h",
85 "source/trace_posix.cc",
86 "source/trace_posix.h",
87 "source/trace_win.cc",
88 "source/trace_win.h",
96 sources += [ "source/data_log.cc" ]
98 sources += [ "source/data_log_no_op.cc" ]
110 "source/logcat_trace_context.cc",
140 sources += [ "source/atomic32_posix.cc" ]
151 sources += [ "source/atomic32_mac.cc" ]
169 "source/field_trial_default.cc",
178 "source/metrics_default.cc",
199 "source/cpu_features_android.c",