Searched defs:Sample (Results 1 - 25 of 34) sorted by last modified time

12

/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c1490 cmsBool CMSEXPORT cmsIT8SetDataFormat(cmsHANDLE h, int n, const char *Sample) argument
1493 return SetDataFormat(it8, n, Sample);
1544 return SynError(it8, "Sample %d out of range, there are %d samples", nField, t ->nSamples);
1841 return SynError(it8, "Sample type expected");
1890 if (!GetVal(it8, Buffer, 255, "Sample data expected"))
/external/openfst/src/include/fst/
H A Drandgen.h189 bool Sample(const RandState<A> &rstate) { function in class:fst::ArcSampler
268 bool Sample(const RandState<A> &rstate) { function in class:fst::ArcSampler
452 arc_sampler_->Sample(rstate);
/external/javassist/src/main/javassist/tools/reflect/
H A DSample.java21 public class Sample { class
/external/javassist/src/main/javassist/tools/rmi/
H A DSample.java23 public class Sample { class
/external/javassist/sample/evolve/
H A DSample.java6 public class Sample { class
/external/javassist/sample/vector/
H A DSample.java3 public class Sample extends java.util.Vector { class in inherits:java.util.Vector
/external/guava/guava-tests/test/com/google/common/base/
H A DThrowablesTest.java39 Sample sample = new Sample() {
55 Sample sample = new Sample() {
75 Sample sample = new Sample() {
96 Sample sample = new Sample() {
115 Sample sample = new Sample() {
457 static class Sample { class in class:ThrowablesTest
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DSimpleTimeLimiterTest.java121 Sample proxy = service.newProxy(
122 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
131 Sample proxy = service.newProxy(
132 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
149 Sample proxy = service.newProxy(
150 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
162 Sample proxy = service.newProxy(
163 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
180 public interface Sample { interface in class:SimpleTimeLimiterTest
188 public static class SampleImpl implements Sample {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp72 struct Sample struct in namespace:deqp::gles3::Performance::__anon20237
514 void logSamples (const vector<Sample>& samples, const string& name, const string& desc);
516 virtual void logAnalysis (const vector<Sample>& samples) = 0;
523 virtual Sample renderSample (const RenderData& occluder, const RenderData& occluded, int workload) const = 0;
551 vector<Sample> results;
608 Sample sample = renderSample(*occluderData, *occludedData, workload);
624 void BaseCase::logSamples (const vector<Sample>& samples, const string& name, const string& desc)
651 const Sample& sample = samples[sampleNdx];
653 log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::EndSample;
668 const Sample
[all...]
/external/deqp/executor/
H A DxeTestCaseResult.hpp80 class Sample;
484 class Sample : public Item class in namespace:xe::ri
487 Sample (void) : Item(TYPE_SAMPLE) {} function in class:xe::ri::Sample
488 ~Sample (void) {}
/external/deqp/framework/common/
H A DtcuTestLog.cpp439 const TestLog::BeginSampleToken TestLog::Sample = TestLog::BeginSampleToken(); member in class:tcu::TestLog
H A DtcuTestLog.hpp87 static const class BeginSampleToken {} Sample; member in class:tcu::TestLog
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp122 struct Sample struct in class:deqp::gles2::Functional::__anon19879::FlushFinishCase
142 void analyzeResults (const std::vector<Sample>& samples, const CalibrationParams& calibrationParams);
211 tcu::TestLog& operator<< (tcu::TestLog& log, const FlushFinishCase::Sample& sample)
329 bool operator() (const FlushFinishCase::Sample& a, const FlushFinishCase::Sample& b) const { return a.numDrawCalls < b.numDrawCalls; }
332 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field)
343 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field)
355 void FlushFinishCase::analyzeResults (const std::vector<Sample>
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp121 struct Sample struct in class:deqp::gles3::Functional::__anon20011::FlushFinishCase
142 void analyzeResults (const std::vector<Sample>& samples, const CalibrationParams& calibrationParams);
220 tcu::TestLog& operator<< (tcu::TestLog& log, const FlushFinishCase::Sample& sample)
400 bool operator() (const FlushFinishCase::Sample& a, const FlushFinishCase::Sample& b) const { return a.numDrawCalls < b.numDrawCalls; }
403 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field)
414 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field)
426 void FlushFinishCase::analyzeResults (const std::vector<Sample>
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.cc34 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) { function in class:rtc::BandwidthSmoother
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h57 typedef uint16 Sample; typedef in class:FakeAudioCaptureModule
62 enum{kNumberBytesPerSample = sizeof(Sample)};
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dprofiler.py57 'mac': [IProfiler, Sample, GooglePProf],
176 class Sample(SingleFileOutputProfiler): class in inherits:SingleFileOutputProfiler
180 super(Sample, self).__init__(host, executable_path, output_dir, "txt", identifier)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingModel.js32 Sample: "P",
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dsample.py8 class Sample(timeline_event.TimelineEvent): class in inherits:timeline_event.TimelineEvent
9 ''' A Sample represents a sample taken at an instant in time
12 NOTE: The Sample class implements the same interface as
18 super(Sample, self).__init__(
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_unittest.cc49 static MockMotionEvent Sample(MotionEvent::Action action, function in class:ui::VelocityTrackerTest
68 state->AddMovement(Sample(MotionEvent::ACTION_DOWN, p0, t0, v, dt * 0));
70 state->AddMovement(Sample(MotionEvent::ACTION_UP, p0, t0, v, t));
84 state->AddMovement(Sample(MotionEvent::ACTION_MOVE, p0, t0, v, dt * i));
104 // Sample a constant velocity sequence.
159 Sample(MotionEvent::ACTION_DOWN, p0, t0, vFast, base::TimeDelta()));
202 Sample(MotionEvent::ACTION_DOWN, p0, t0, v, base::TimeDelta()));
213 state.AddMovement(Sample(
/external/chromium_org/ppapi/c/
H A Dppb_gamepad.h103 void (*Sample)(PP_Instance instance, struct PP_GamepadsSampleData* data); member in struct:PPB_Gamepad_1_0
/external/chromium_org/ppapi/proxy/
H A Dgamepad_resource.cc65 void GamepadResource::Sample(PP_Instance /* instance */, function in class:ppapi::proxy::GamepadResource
/external/chromium_org/ppapi/thunk/
H A Dppb_gamepad_thunk.cc21 void Sample(PP_Instance instance, struct PP_GamepadsSampleData* data) { function in namespace:ppapi::thunk::__anon10276
22 VLOG(4) << "PPB_Gamepad::Sample()";
28 enter.functions()->Sample(instance, data);
32 &Sample

Completed in 459 milliseconds

12