/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_detector_test_utils.cc | 45 scoped_ptr<base::HistogramSamples> samples = histogram->SnapshotSamples(); local 46 if (!samples.get()) { 49 << "for which samples do not exist."; 58 const int actual = samples->GetCount(i) - base;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
readme.txt | 6 For detailed information and code samples please refer to the blog post at:
|
/external/chromium_org/third_party/icu/source/samples/props/ |
readme.txt | 15 2. In MSVC, open the workspace file icu\samples\props\props.sln 25 cd c:\icu\source\samples\props\debug 42 cd <icu directory>/source/samples/props 46 cd <icu directory>/source/samples/props
|
/external/chromium_org/third_party/icu/source/samples/ustring/ |
readme.txt | 15 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln 25 cd c:\icu\source\samples\ustring\debug 42 cd <icu directory>/source/samples/ustring 46 cd <icu directory>/source/samples/ustring
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
usage_cx.dox | 11 \ref samples
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
augmented_cb_corr.c | 27 interpolated samples */ 51 /* Compute dot product for the first (lagcount-4) samples */ 54 /* Compute dot product on the interpolated samples */ 59 /* Compute dot product for the remaining samples */
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
MapNavigationTester.java | 97 assertNull(navigableMap.lowerEntry(samples.e0.getKey())); 98 assertNull(navigableMap.lowerKey(samples.e0.getKey())); 99 assertNull(navigableMap.floorEntry(samples.e0.getKey())); 100 assertNull(navigableMap.floorKey(samples.e0.getKey())); 101 assertNull(navigableMap.ceilingEntry(samples.e0.getKey())); 102 assertNull(navigableMap.ceilingKey(samples.e0.getKey())); 103 assertNull(navigableMap.higherEntry(samples.e0.getKey())); 104 assertNull(navigableMap.higherKey(samples.e0.getKey())); 138 assertNull(navigableMap.lowerEntry(samples.e0.getKey())); 139 assertNull(navigableMap.lowerKey(samples.e0.getKey())) [all...] |
/external/icu/icu4c/source/samples/props/ |
readme.txt | 15 2. In MSVC, open the workspace file icu\samples\props\props.sln 25 cd c:\icu\source\samples\props\debug 42 cd <icu directory>/source/samples/props 46 cd <icu directory>/source/samples/props
|
/external/icu/icu4c/source/samples/ustring/ |
readme.txt | 15 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln 25 cd c:\icu\source\samples\ustring\debug 42 cd <icu directory>/source/samples/ustring 46 cd <icu directory>/source/samples/ustring
|
/external/libvpx/libvpx/ |
usage_cx.dox | 11 \ref samples
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-mem.txt | 31 --dump-raw-samples=:: 32 Dump the raw decoded samples on the screen in a format that is easy to parse with 37 Specify the field separator used when dump raw samples (-D option). By default, 42 Restrict dump of raw samples to those provided via this option. Note that the same
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/ |
DebugWebSocketServer.java | 1 package fi.iki.elonen.samples.echo;
|
/external/oprofile/libpp/ |
populate.h | 22 populate_for_image(profile_container & samples, inverted_profile const & ip,
|
profile_container.cpp | 45 // ratio of samples which belongs to this filename. 56 samples(new sample_container), 70 // the symbols/samples are sorted by increasing vma. 91 // skip entries with no samples 159 samples->insert(symbol, sample); 201 // contain sample does not work: a symbol can contain samples and this 203 // inline function in this source file contains samples. 204 sample_container::samples_iterator sit = samples->begin(); 205 sample_container::samples_iterator const send = samples->end(); 278 return samples->find_by_vma(symbol, vma) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_Clip8_s.s | 65 USAT16 x0, #8, x0 ;// clip two samples to [0,255] 66 USAT16 x1, #8, x1 ;// clip two samples to [0,255] 74 USAT16 x2, #8, x2 ;// clip two samples to [0,255] 75 USAT16 x3, #8, x3 ;// clip two samples to [0,255]
|
/frameworks/base/docs/html/ |
robots.txt | 16 Disallow: /guide/samples/
|
/frameworks/ex/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/ |
SamplesList.java | 17 package com.android.rastermill.samples; 43 static final ArrayList<Map<String,?>> SAMPLES = new ArrayList<Map<String,?>>() {{ 50 setListAdapter(new SimpleAdapter(this, SAMPLES, 57 Class<?> clazz = (Class<?>) SAMPLES.get(position).get(KEY_CLASS);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
usage_cx.dox | 11 \ref samples
|
/system/media/audio_effects/include/audio_effects/ |
effect_visualizer.h | 32 #define VISUALIZER_CAPTURE_SIZE_MAX 1024 // maximum capture size in samples 33 #define VISUALIZER_CAPTURE_SIZE_MIN 128 // minimum capture size in samples 48 VISUALIZER_PARAM_CAPTURE_SIZE, // Sets the number PCM samples in the capture. 62 // It returns the number of samples specified by VISUALIZER_PARAM_CAPTURE_SIZE
|
/cts/suite/audio_quality/lib/include/audio/ |
AudioSignalFactory.h | 31 int maxPositive, AudioHardware::SamplingRate samplingRate, int signalFreq, int samples, 34 int maxPositive, int samples, bool stereo = true); 36 int samples, bool stereo = true);
|
/development/samples/Support7Demos/ |
_index.html | 12 // when the docs are online. This will be changed once the samples get moved. 17 "<p>You'll notice that all the samples are included in a single Android "+ 18 "project, so the application code and other resource files for all samples are batched "+
|
/external/bluetooth/bluedroid/bta/include/ |
bta_av_sbc.h | 41 ** src_sps: samples per second (source audio data) 42 ** dst_sps: samples per second (converted audio data) 57 ** source speed (src_sps, samples per second), 62 ** src_samples: The number of source samples (number of bytes) 86 ** source speed (src_sps, samples per second), 91 ** src_samples: The number of source samples (in uint of 4 bytes) 107 ** source speed (src_sps, samples per second), 112 ** src_samples: The number of source samples (in uint of 2 bytes) 128 ** source speed (src_sps, samples per second), 133 ** src_samples: The number of source samples (in uint of 2 bytes [all...] |
/external/chromium_org/cc/base/ |
rolling_time_delta_history.h | 16 // Stores a limited number of samples. When the maximum size is reached, each 29 // percent of samples. If there aren't any samples, returns base::TimeDelta().
|
/external/chromium_org/chrome/common/extensions/api/ |
copresence_private.idl | 38 // Send an array buffer of samples encoded for the specified token. 39 static void sendSamples(Token token, ArrayBuffer samples); 49 // Fired when we have new samples to decode.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
url_constants.py | 11 GITHUB_BASE = 'https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples' 12 RAW_GITHUB_BASE = ('https://github.com/GoogleChrome/chrome-app-samples/raw/'
|