/art/runtime/jit/ |
jit_instrumentation.h | 49 void AddSamples(Thread* self, ArtMethod* method, size_t samples)
|
/external/aac/libSBRenc/src/ |
ps_main.h | 226 * \param samples Pointer to 2 channel audio input signal. 242 INT_PCM *samples[2],
|
/external/google-breakpad/src/testing/gtest/make/ |
Makefile | 20 USER_DIR = ../samples
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestEnumMapGenerator.java | 37 public SampleElements<Entry<AnEnum, String>> samples() { method in class:TestEnumMapGenerator
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
TestStringBiMapGenerator.java | 42 public SampleElements<Map.Entry<String, String>> samples() { method in class:TestStringBiMapGenerator
|
TestStringListMultimapGenerator.java | 39 public SampleElements<Map.Entry<String, String>> samples() { method in class:TestStringListMultimapGenerator
|
TestStringSetMultimapGenerator.java | 38 public SampleElements<Map.Entry<String, String>> samples() { method in class:TestStringSetMultimapGenerator
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionToStringTester.java | 57 "[" + samples.e0 + "]", collection.toString());
|
MapToStringTester.java | 53 "size1Map.toString should return {entry}", "{" + samples.e0 + "}", getMap().toString());
|
/external/libvpx/libvpx/ |
tools_common.h | 142 double sse_to_psnr(double samples, double peak, double mse);
|
/external/mesa3d/src/glx/ |
glxconfig.h | 74 GLint samples; member in struct:glx_config
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
AC3TrackImpl.java | 36 private List<ByteBuffer> samples; field in class:AC3TrackImpl 83 samples = new LinkedList<ByteBuffer>(); 92 return samples; 269 samples.add(ByteBuffer.wrap(data));
|
EC3TrackImpl.java | 36 private List<ByteBuffer> samples; field in class:EC3TrackImpl 121 samples = new LinkedList<ByteBuffer>(); 130 return samples; 400 samples.add(ByteBuffer.wrap(data));
|
/external/protobuf/gtest/make/ |
Makefile | 20 USER_DIR = ../samples
|
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/ |
EffectsVideoCapture.java | 19 import android.media.filterfw.samples.CameraEffectsRecordingSample;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
AvgBrightnessFilter.java | 17 package androidx.media.filterfw.samples.simplecamera;
|
ContrastRatioFilter.java | 17 package androidx.media.filterfw.samples.simplecamera;
|
IfElseFilter.java | 17 package androidx.media.filterfw.samples.simplecamera;
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
DialogActivity.java | 17 package com.android.imftest.samples;
|
/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/ |
SamplesList.java | 17 package com.android.framesequence.samples; 45 static final ArrayList<Map<String,?>> SAMPLES = new ArrayList<Map<String,?>>() {{ 53 setListAdapter(new SimpleAdapter(this, SAMPLES, 60 Class<?> clazz = (Class<?>) SAMPLES.get(position).get(KEY_CLASS); 61 int resourceId = ((Integer) SAMPLES.get(position).get(KEY_RESOURCE)).intValue();
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.h | 147 double sse_to_psnr(double samples, double peak, double mse);
|
/prebuilts/sdk/ |
update_current.sh | 53 # Remove samples 54 rm -rf support/samples
|
/external/flac/include/FLAC/ |
stream_encoder.h | 175 * the encoder, each of the same length. The samples need not be 176 * block-aligned, but each channel should have the same number of samples. 181 * Again, the samples need not be block-aligned but they must be 188 * is 16 bits per sample, the samples should all be in the range [-32768,32767]. 244 /**< The encoder is in the normal OK state and samples can be processed. */ 248 * FLAC__stream_encoder_init_*() functions must be called before samples 531 * \a samples and \a current_frame are purely informational. If \a samples 540 * When writing the page header, the \a samples argument to the 549 * \param samples The number of samples encoded by \a buffer [all...] |
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglCanvas.java | 298 // Use 0 samples for pbuffer format, prevents
310 int samples = 0;
local 312 samples = settings.getSamples();
318 samples);
|
LwjglDisplay.java | 84 int samples = 0;
local 86 samples = settings.getSamples();
92 samples);
|