HomeSort by relevance Sort by last modified time
    Searched full:sample (Results 376 - 400 of 7148) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/
exp_filter.cc 25 VCMExpFilter::Apply(float exp, float sample)
30 _filtered = sample;
34 _filtered = _alpha * _filtered + (1 - _alpha) * sample;
39 _filtered = alpha * _filtered + (1 - alpha) * sample;
  /external/chromium_org/third_party/webrtc/test/
statistics.cc 19 void Statistics::AddSample(double sample) {
20 sum_ += sample;
21 sum_squared_ += sample * sample;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce4-err.asm 2 PROC_FRAME sample
  /external/chromium_org/tools/valgrind/gtest_exclude/
base_unittests.gtest_win32.txt 12 SamplingProfilerTest.Sample
  /external/chromium_org/webkit/data/dom_storage/
README.txt 1 webcore_test_database.localstorage - This is a sample local storage database
  /external/icu/icu4c/source/samples/layout/
FontMap.GDI 4 # This is a sample FontMap file for Windows.
FontMap.Gnome 3 # This is a sample FontMap file for Linux.
  /external/javassist/sample/vector/
Sample2.java 1 package sample.vector;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
build-id.h 16 struct perf_sample *sample, struct perf_evsel *evsel,
  /external/okhttp/samples/static-server/
pom.xml 7 <groupId>com.squareup.okhttp.sample</groupId>
8 <artifactId>sample-parent</artifactId>
13 <name>Sample: Static Server</name>
36 <Main-Class>com.squareup.okhttp.sample.SampleServer</Main-Class>
  /external/oprofile/doc/
opimport.1.in 4 opimport \- converts sample database files
15 converts sample database files from a foreign binary format (abi) to the native format.
28 Specify the output filename. If the output file already exists it is not overwritten but data are accumulated in. Sample filename are informative
51 The abi file description of the sample database files
  /external/skia/experimental/SkV8Example/
sample.js 2 * @fileoverview Sample onDraw script for use with SkV8Example.
speed.js 2 * @fileoverview Sample onDraw script for use with SkV8Example.
  /external/skia/gyp/
webtry.gyp 1 # GYP file to build a the webtry sample.
  /external/srec/config/en.us/
run-chmod.sh 5 chmod 777 ./run-change-sample-rate2.sh
  /external/tremolo/
README 3 with sample files available here:
  /frameworks/base/media/tests/
README.txt 10 All other subdirectories are manual tests or sample apps.
  /frameworks/base/tests/RenderScriptTests/FountainFbo/
_index.html 3 the <a href="../Fountain/index.html">Fountain</a> sample to include rendering to a
  /frameworks/native/opengl/tests/gl2_java/
Android.mk 2 # OpenGL ES 2.0 Java sample
  /frameworks/native/opengl/tests/testPauseResume/
Android.mk 2 # OpenGL ES JNI sample
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MockEnum2.java 25 enum Sample {
37 Sample samEnum;
39 Sample larry = Sample.LARRY;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_doctests.py 1 """This is a sample module used for testing doctest.
test_doctest.txt 1 This is a sample doctest in a text file.
test_doctest4.txt 1 This is a sample doctest in a text file that contains non-ASCII characters.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_doctests.py 1 """This is a sample module used for testing doctest.

Completed in 274 milliseconds

<<11121314151617181920>>