/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_polyphase_filter_window.h | 93 __inline int16 saturate16(int32 sample) 99 mov a, sample, asr#15 local 100 teq a, sample, asr b local 101 eorne sample, MAX_16BITS_INT, sample, asr#31 local 103 return sample ; 108 inline int16 saturate16(int32 sample) 111 if ((sample >> 15) ^(sample >> 31)) 113 sample = MAX_16BITS_INT ^(sample >> 31) [all...] |
/device/sample/products/ |
backup_overlay.mk | 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
|
location_overlay.mk | 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/location
|
/external/llvm/projects/sample/lib/ |
Makefile | 1 ##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===## 11 DIRS=sample
|
/external/llvm/projects/sample/lib/sample/ |
Makefile | 1 ##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===## 11 LIBRARYNAME=sample
|
/external/llvm/projects/sample/tools/ |
Makefile | 1 ##===- projects/sample/tools/Makefile ----------------------*- Makefile -*-===## 11 DIRS=sample
|
/external/ceres-solver/internal/ceres/ |
polynomial_test.cc | 315 FunctionSample sample; local 316 sample.x = 1.0; 317 sample.value = 1.0; 318 sample.value_is_valid = true; 319 samples.push_back(sample); 331 FunctionSample sample; local 332 sample.x = 1.0; 333 sample.value = 1.0; 334 sample.value_is_valid = true; 335 sample.gradient = 2.0 350 FunctionSample sample; local 360 FunctionSample sample; local 378 FunctionSample sample; local 388 FunctionSample sample; local 409 FunctionSample sample; local 417 FunctionSample sample; local 425 FunctionSample sample; local 433 FunctionSample sample; local 452 FunctionSample sample; local 460 FunctionSample sample; local 468 FunctionSample sample; local 489 FunctionSample sample; local 499 FunctionSample sample; local [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
G711Codec.cpp | 51 int sample = samples[i]; local 52 int sign = (sample >> 8) & 0x80; 53 if (sample < 0) { 54 sample = -sample; 56 sample += 132; 57 if (sample > 32767) { 58 sample = 32767; 60 int exponent = gExponents[sample >> 8]; 61 int mantissa = (sample >> (exponent + 3)) & 0x0F 77 int sample = (((mantissa << 3) + 132) << exponent) - 132; local 102 int sample = samples[i]; local 127 int sample = (exponent == 0 ? (mantissa << 4) + 8 : local [all...] |
/developers/build/templates/create/_MODULE_/tests/src/_PACKAGE_/tests/ |
SampleTests.java.ftl | 16 package ${sample.package}.tests; 18 import ${sample.package}.*; 23 * Tests for ${sample.name} sample. 28 private ${sample.name?cap_first}Fragment mTestFragment; 43 mTestFragment = (${sample.name?cap_first}Fragment)
|
/external/chromium_org/net/disk_cache/ |
histogram_macros.h | 22 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ 29 counter->Add(sample); \ 32 #define CACHE_HISTOGRAM_COUNTS(name, sample) CACHE_HISTOGRAM_CUSTOM_COUNTS( \ 33 name, sample, 1, 1000000, 50) 35 #define CACHE_HISTOGRAM_COUNTS_10000(name, sample) \ 36 CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, 1, 10000, 50) 38 #define CACHE_HISTOGRAM_COUNTS_50000(name, sample) \ 39 CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, 1, 50000000, 50) 41 #define CACHE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ 48 counter->AddTime(sample); \ [all...] |
/external/llvm/projects/sample/tools/sample/ |
Makefile | 1 ##===- projects/sample/tools/sample/Makefile ---------------*- Makefile -*-===## 11 TOOLNAME=Sample 15 # We use LIBS because sample is a dynamic library. 17 USEDLIBS = sample.a
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
ILearning_MulticlassPA.aidl | 27 void TrainOneSample(in List<IntFloat> sample, int target); 28 int Classify(in List<IntFloat> sample);
|
/external/chromium/net/disk_cache/ |
histogram_macros.h | 23 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ 30 counter->Add(sample); \ 33 #define CACHE_HISTOGRAM_COUNTS(name, sample) CACHE_HISTOGRAM_CUSTOM_COUNTS( \ 34 name, sample, 1, 1000000, 50) 36 #define CACHE_HISTOGRAM_COUNTS_10000(name, sample) \ 37 CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, 1, 10000, 50) 39 #define CACHE_HISTOGRAM_COUNTS_50000(name, sample) \ 40 CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, 1, 50000000, 50) 42 #define CACHE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ 49 counter->AddTime(sample); \ [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_metrics_module.cc | 65 int* sample) { 67 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(1, sample)); 76 int sample) { 93 counter->Add(sample); 98 int sample; local 99 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(1, &sample)); 118 return RecordValue(name, histogram_type, min, max, buckets, sample); 123 int sample; local 124 EXTENSION_FUNCTION_VALIDATE(GetNameAndSample(&name, &sample)); 125 return RecordValue(name, Histogram::LINEAR_HISTOGRAM, 1, 101, 102, sample); 130 int sample; local 137 int sample; local 144 int sample; local 151 int sample; local 159 int sample; local 167 int sample; local [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_uma_private.h | 35 * sample given in milliseconds in the histogram given by |name|, possibly 39 int64_t sample, 44 * HistogramCustomCounts is a pointer to a function which records a sample 49 int32_t sample, 54 * HistogramEnumeration is a pointer to a function which records a sample 56 * does not exist. The sample represents a value in an enumeration bounded 57 * by |boundary_value|, that is, sample < boundary_value always. 60 int32_t sample,
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
MovingAverage.java | 46 public void add(long sample){ 47 sum = sum - samples[index] + sample; 48 samples[index++] = sample;
|
/external/javassist/sample/evolve/ |
CannotCreateException.java | 1 package sample.evolve;
|
CannotUpdateException.java | 1 package sample.evolve;
|
Sample.java | 1 package sample.evolve;
4 * This is a sample class used by Transformer.
6 public class Sample {
|
/external/oprofile/libpp/ |
symbol_functors.cpp | 3 * Functors for symbol/sample comparison 26 if (lhs.sample.vma != rhs.sample.vma) 27 return lhs.sample.vma < rhs.sample.vma;
|
symbol_functors.h | 3 * Functors for symbol/sample comparison 26 return lhs->sample.file_loc < rhs->sample.file_loc;
|
/external/chromium_org/chrome/browser/password_manager/ |
password_manager_metrics_util.h | 33 int sample, 38 void LogUMAHistogramBoolean(const std::string& name, bool sample);
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
samples.js | 7 var samples = document.getElementsByClassName('sample'); 12 var sample = samples[i]; 14 if (sample.getElementsByTagName('h2').length > 0) 15 sampleTitle = sample.getElementsByTagName('h2')[0].textContent; 16 if (sample.getAttribute('tags').toLowerCase().indexOf(searchText) < 0 && 18 sample.style.display = 'none'; 20 sample.style.display = '';
|
/external/qemu/distrib/sdl-1.2.15/src/audio/sun/ |
SDL_sunaudio.c | 57 static Uint8 snd2au(int sample); 400 static Uint8 snd2au(int sample) 405 if (sample < 0) { 406 sample = -sample; 412 if (sample < 32) { 413 sample = 0xF0 | (15 - sample / 2); 414 } else if (sample < 96) { 415 sample = 0xE0 | (15 - (sample - 32) / 4) [all...] |
/external/chromium_org/base/metrics/ |
sparse_histogram.h | 23 #define HISTOGRAM_SPARSE_COMMON(name, sample, flag) \ 28 histogram->Add(sample); \ 31 #define HISTOGRAM_SPARSE_SLOWLY(name, sample) \ 32 HISTOGRAM_SPARSE_COMMON(name, sample, base::HistogramBase::kNoFlags) 34 #define UMA_HISTOGRAM_SPARSE_SLOWLY(name, sample) \ 35 HISTOGRAM_SPARSE_COMMON(name, sample, \ 42 #define DHISTOGRAM_SPARSE_SLOWLY(name, sample) \ 43 HISTOGRAM_SPARSE_SLOWLY(name, sample) 47 #define DHISTOGRAM_SPARSE_SLOWLY(name, sample) \ 50 static_cast<void>(sample); \ [all...] |