OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSample
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/gfx/
color_analysis.h
22
// arguments into the
GetSample
method in the future (such as which
30
virtual int
GetSample
(int width, int height) = 0;
43
virtual int
GetSample
(int width, int height) OVERRIDE;
46
// The number of times
GetSample
has been called.
color_analysis_unittest.cc
116
virtual int
GetSample
(int width, int height) OVERRIDE {
221
EXPECT_EQ(1 + 1 * kWidth, sampler.
GetSample
(kWidth, kHeight));
222
EXPECT_EQ(1 + 4 * kWidth, sampler.
GetSample
(kWidth, kHeight));
223
EXPECT_EQ(1 + 7 * kWidth, sampler.
GetSample
(kWidth, kHeight));
224
EXPECT_EQ(1 + 10 * kWidth, sampler.
GetSample
(kWidth, kHeight));
226
EXPECT_EQ(4 + 1 * kWidth, sampler.
GetSample
(kWidth, kHeight));
227
EXPECT_EQ(4 + 4 * kWidth, sampler.
GetSample
(kWidth, kHeight));
228
EXPECT_EQ(4 + 7 * kWidth, sampler.
GetSample
(kWidth, kHeight));
229
EXPECT_EQ(4 + 10 * kWidth, sampler.
GetSample
(kWidth, kHeight));
color_analysis.cc
156
int GridSampler::
GetSample
(int width, int height) {
232
int pixel_pos = sampler->
GetSample
(img_width, img_height) %
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptProfile.cpp
107
array->addItem(m_profile->
GetSample
(i)->GetNodeId());
/external/chromium_org/v8/include/
v8-profiler.h
118
const CpuProfileNode*
GetSample
(int index) const;
/art/runtime/
trace.cc
241
static void
GetSample
(Thread* thread, void* arg) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
321
runtime->GetThreadList()->ForEach(
GetSample
, the_trace);
/external/chromium_org/v8/src/
api.cc
[
all
...]
Completed in 67 milliseconds