/developers/samples/android/connectivity/nfc/CardReader/ |
template-params.xml | 20 <sample> 31 This sample demonstrates how to implement a low-level NFC card reader, for reading cards 32 that do not contain NDEF or Android Beam data. This sample is designed to read the virtual 33 loyalty card implemented in the "CardEmulation" sample.\n\n 35 In particular, this sample demonstrates how to disable Android Beam, select which AIDs the 46 </sample>
|
/external/chromium_org/base/metrics/ |
sample_map.h | 26 virtual void Accumulate(HistogramBase::Sample value, 29 HistogramBase::Sample value) const OVERRIDE; 39 std::map<HistogramBase::Sample, HistogramBase::Count> sample_counts_; 46 typedef std::map<HistogramBase::Sample, HistogramBase::Count> 55 virtual void Get(HistogramBase::Sample* min, 56 HistogramBase::Sample* max,
|
histogram.h | 100 // sample is an expansion (with comments) of the code for 134 histogram_pointer->Add(sample); 139 // vary are the invocation of the Add(sample) vs AddTime(sample), and the choice 168 #define HISTOGRAM_TIMES(name, sample) HISTOGRAM_CUSTOM_TIMES( \ 169 name, sample, base::TimeDelta::FromMilliseconds(1), \ 174 #define HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ 175 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddTime(sample), \ 179 #define HISTOGRAM_COUNTS(name, sample) HISTOGRAM_CUSTOM_COUNTS( \ 180 name, sample, 1, 1000000, 50 573 Sample sample; member in struct:base::LinearHistogram::DescriptionPair [all...] |
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...] |
/external/chromium_org/ppapi/cpp/private/ |
uma_private.cc | 38 int64_t sample, 46 sample, min, max, bucket_count); 50 int32_t sample, 58 sample, min, max, bucket_count); 62 int32_t sample, 68 sample, boundary_value);
|
/external/chromium_org/third_party/libyuv/source/ |
mjpeg_validate.cc | 20 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) { 26 if (sample[0] != 0xff || sample[1] != 0xd8) { // Start Of Image 31 if (sample[i] != 0xd9) { 32 if (sample[i] == 0xff && sample[i + 1] == 0xd9) { // End Of Image
|
/external/javassist/sample/reflect/ |
Main.java | 1 package sample.reflect;
17 % java javassist.tools.reflect.Loader sample.reflect.Main Joe
21 % java sample.reflect.Person Joe
26 cl.makeReflective("sample.reflect.Person",
27 "sample.reflect.VerboseMetaobj",
30 cl.run("sample.reflect.Person", args);
|
/external/oprofile/daemon/liblegacy/ |
opd_sample_files.h | 3 * Management of sample files 22 /** lru list of sample file */ 24 /** the sample file itself */ 41 * opd_open_24_sample_file - open an image sample file 46 * Open image sample file for the image, counter 56 * @param sfile sample file to act on
|
/external/oprofile/libpp/ |
op_header.h | 3 * various free function acting on a sample file header 21 * @param h1 sample file header 22 * @param h2 sample file header 23 * @param filename sample filename 40 * @param sample_filename the sample to open 42 * Return the header of this sample file. Only the magic number is checked
|
sample_container.h | 3 * Internal implementation of sample container 23 * Arbitrary container of sample entries. Can return 25 * return the particular sample information for a VMA. 43 /// insert a sample entry by creating a new entry or by cumulating 53 /// return the sample entry for the given image_name and vma if any 61 /// main sample entry container 71 * Sample entries by file location. Lazily built when necessary,
|
/external/javassist/ |
build.xml | 107 <target name="sample" depends="compile"> 113 includes="sample/**" 114 excludes="sample/hotswap/**,sample/evolve/sample/**"> 118 <copy file="sample/vector/Test.j" 119 todir="${build.classes.dir}/sample/vector"/> 121 <javac srcdir="${basedir}/sample/evolve" 122 destdir="${build.classes.dir}/sample/evolve/" 126 includes="sample/**"> [all...] |
/external/javassist/sample/vector/ |
VectorAssistant.java | 1 package sample.vector; 5 import sample.preproc.Assistant; 11 * <ul>import java.util.Vector by sample.vector.VectorAssistant(int)</ul> 18 * import sample.vector.intVector; 25 * package sample.vector; 39 * <code>sample.vector.Sample</code> and <code>sample.vector.Sample2</code> 44 public final String packageName = "sample.vector."; 48 * This method is called by a <code>sample.preproc.Compiler</code> [all...] |
/external/sfntly/cpp/ |
CMakeLists.txt | 20 ${CMAKE_CURRENT_SOURCE_DIR}/src/sample ${CMAKE_CURRENT_SOURCE_DIR}/src/sample/subtly) 68 file(GLOB_RECURSE SIMPLE_SUBSETTER src/sample/subsetter/*.h src/sample/subsetter/*.cc 80 src/sample/chromium/subsetter_impl.h 81 src/sample/chromium/subsetter_impl.cc 82 src/sample/chromium/font_subsetter.cc 83 src/sample/chromium/font_subsetter.h) 93 file(GLOB SUBTLY_FILES src/sample/subtly/*.h src/sample/subtly/*.cc [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
InputSmoother.java | 20 * out the data using a moving average over this window size. A sample window size n will 28 * Only consecutive samples will factor into the rolling average sample window. 29 * Any samples that are older than this maximum are continually purged from the sample window, 37 private final Deque<Sample> mRecentSamples = Lists.newLinkedList(); 40 private static class Sample { 50 Sample sample; local 53 final Sample last = mRecentSamples.peekLast(); 59 sample = mRecentSamples.removeFirst(); 61 sample = new Sample() [all...] |
/external/esd/include/ |
esd.h | 22 /* default sample rate for the EsounD server */ 25 /* maximum length of a stream/sample name */ 48 /* sample functionality: cache, free, play, loop, EOL, kill */ 49 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */ 50 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */ 51 ESD_PROTO_SAMPLE_PLAY, /* play a cached sample */ 52 ESD_PROTO_SAMPLE_LOOP, /* loop a cached sample, til eoloop */ 53 ESD_PROTO_SAMPLE_STOP, /* stop a looping sample when done */ 54 ESD_PROTO_SAMPLE_KILL, /* stop the looping sample immed. */ 61 ESD_PROTO_SAMPLE_GETID, /* get the ID for an already-cached sample */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
esd.h | 24 /* default sample rate for the EsounD server */ 27 /* maximum length of a stream/sample name */ 50 /* sample functionality: cache, free, play, loop, EOL, kill */ 51 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */ 52 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */ 53 ESD_PROTO_SAMPLE_PLAY, /* play a cached sample */ 54 ESD_PROTO_SAMPLE_LOOP, /* loop a cached sample, til eoloop */ 55 ESD_PROTO_SAMPLE_STOP, /* stop a looping sample when done */ 56 ESD_PROTO_SAMPLE_KILL, /* stop the looping sample immed. */ 63 ESD_PROTO_SAMPLE_GETID, /* get the ID for an already-cached sample */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
esd.h | 24 /* default sample rate for the EsounD server */ 27 /* maximum length of a stream/sample name */ 50 /* sample functionality: cache, free, play, loop, EOL, kill */ 51 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */ 52 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */ 53 ESD_PROTO_SAMPLE_PLAY, /* play a cached sample */ 54 ESD_PROTO_SAMPLE_LOOP, /* loop a cached sample, til eoloop */ 55 ESD_PROTO_SAMPLE_STOP, /* stop a looping sample when done */ 56 ESD_PROTO_SAMPLE_KILL, /* stop the looping sample immed. */ 63 ESD_PROTO_SAMPLE_GETID, /* get the ID for an already-cached sample */ [all...] |
/external/chromium_org/ppapi/api/ |
ppb_audio_config.idl | 30 * <code>PP_AUDIOSAMPLERATE_44100</code> is the sample rate used on CDs and 31 * <code>PP_AUDIOSAMPLERATE_48000</code> is the sample rate used on DVDs and 59 * sample frame count or bit rate isn't supported, this function will fail and 62 * A single sample frame on a stereo device means one value for the left 67 * <code>buffer16[0]</code> is the first left channel sample. 68 * <code>buffer16[1]</code> is the first right channel sample. 69 * <code>buffer16[2]</code> is the second left channel sample. 70 * <code>buffer16[3]</code> is the second right channel sample. 73 * channel sample. 75 * right channel sample [all...] |
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp-tests.el | 24 (defun read-golden-sample (filename) 47 (dolist (sample samples) 48 (let ((golden (read-golden-sample sample)) 49 (fontified (fontify sample))) 54 (defun create-golden-sample (filename) 55 "Create a golden sample by fontifying filename and writing out the printable 63 (dolist (sample samples) (create-golden-sample sample))) [all...] |
/external/javassist/sample/evolve/ |
DemoServer.java | 1 package sample.evolve;
22 * either sample/evolve/WebPage.class
23 * or sample/evolve/sample/evolve/WebPage.class.
35 "Usage: java sample.evolve.DemoServer <port number>");
40 htmlfileBase = "sample/evolve/";
43 private static final String ver0 = "sample/evolve/WebPage.class.0";
44 private static final String ver1 = "sample/evolve/WebPage.class.1";
62 VersionManager.update("sample.evolve.WebPage");
93 = new FileOutputStream("sample/evolve/WebPage.class"); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
sample.h | 35 /** \page sample Sample Format Specifications 39 * PulseAudio is capable of handling a multitude of sample formats, rates 42 * \section format_sec Sample Format 44 * PulseAudio supports the following sample formats: 60 * The floating point sample formats have the range from -1.0 to 1.0. 62 * The sample formats that are sensitive to endianness have convenience 65 * \section rate_sec Sample Rates 67 * PulseAudio supports any sample rate between 1 Hz and 192000 Hz. There is no 68 * point trying to exceed the sample rate of the output device though as th [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
sample.h | 35 /** \page sample Sample Format Specifications 39 * PulseAudio is capable of handling a multitude of sample formats, rates 42 * \section format_sec Sample Format 44 * PulseAudio supports the following sample formats: 60 * The floating point sample formats have the range from -1.0 to 1.0. 62 * The sample formats that are sensitive to endianness have convenience 65 * \section rate_sec Sample Rates 67 * PulseAudio supports any sample rate between 1 Hz and 192000 Hz. There is no 68 * point trying to exceed the sample rate of the output device though as th [all...] |
/external/chromium_org/components/nacl/renderer/ |
histogram.cc | 12 int32_t sample, 26 counter->Add(sample); 30 int32_t sample, 39 counter->Add(sample); 90 void HistogramTimeSmall(const std::string& name, int64_t sample) { 91 if (sample < 0) 92 sample = 0; 100 counter->AddTime(base::TimeDelta::FromMilliseconds(sample)); 106 void HistogramTimeMedium(const std::string& name, int64_t sample) { 107 if (sample < 0 183 int sample = status \/ 100; local [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
AsciiHprofWriter.java | 54 List<HprofData.Sample> samples 55 = new ArrayList<HprofData.Sample>(data.getSamples()); 58 for (HprofData.Sample sample : samples) { 59 HprofData.StackTrace stackTrace = sample.stackTrace; 60 int count = sample.count; 76 for (HprofData.Sample sample : samples) { 78 HprofData.StackTrace stackTrace = sample.stackTrace; 79 int count = sample.count [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
api_reference.html | 42 <h2 id="samples">Sample {{platformTitle}}</h2> 44 {{#sample:samplesForApi}} 45 <li><strong><a href="samples#{{sample.id}}">{{sample.name}}</a></strong> 46 {{?sample.description}} 47 – {{sample.description}} 48 {{/sample.description}}</li>
|