HomeSort by relevance Sort by last modified time
    Searched full:sample (Results 301 - 325 of 1478) sorted by null

<<11121314151617181920>>

  /external/opencore/fileformats/mp4/parser/include/
samplesizeatom.h 24 This SampleSizeAtom Class contains the sample count and a table giving the
25 size of each sample.
  /external/oprofile/daemon/
opd_stats.c 45 printf("Nr. sample dumps: %lu\n", opd_stats[OPD_DUMP_COUNT]);
51 printf("Nr. samples lost due to sample file open failure: %lu\n",
  /external/skia/src/core/
SkBitmapProcState.h 51 // If a shader proc is present, then the corresponding matrix/sample procs
95 sample procs, this return the maximum count that can be stored in the
SkBitmapSampler.h 37 /** Given a pixel center at [x,y], return the color sample
39 virtual SkPMColor sample(SkFixed x, SkFixed y) const = 0;
  /external/v8/src/
platform-macos.cc 556 TickSample sample; local
587 sample.pc = reinterpret_cast<Address>(state.REGISTER_FIELD(ip));
588 sample.sp = reinterpret_cast<Address>(state.REGISTER_FIELD(sp));
589 sample.fp = reinterpret_cast<Address>(state.REGISTER_FIELD(bp));
590 sampler_->SampleStack(&sample);
595 // We always sample the VM state.
596 sample.state = Logger::state();
598 sampler_->Tick(&sample);
  /external/v8/test/es5conform/
testcfg.py 99 return ['sample', 'sample=shell']
  /external/v8/test/sputnik/
testcfg.py 103 return ['sample', 'sample=shell']
  /build/tools/droiddoc/src/
SampleTagInfo.java 32 * The @sample tag copies the text from the given file, stripping leading and
44 * {@sample samples/ApiDemos/src/com/google/app/Notification1.java}
46 * {@sample samples/ApiDemos/src/com/google/app/Notification1.java Bleh}
86 boolean trim = "@sample".equals(name);
  /dalvik/libcore/support/src/test/java/tests/support/
Support_TimeZone.java 25 * Sample java.util.TimeZone subclass to test getDSTSavings() and getOffset(long)
  /development/build/tools/
sdk_clean.sh 3 # This script processes a set of files given as arguments as sample code to be released
  /development/samples/BrowserPlugin/
README 32 The sample plugin is intended to give plugin developers a point of reference to
35 market or adb. The sample plugin attempts to exercise as many of the APIs as
50 The sample plugin is packaged as one plugin but contains many unique sub-plugins
143 This plugin plays a raw audio file located at /sdcard/sample.raw (need to supply
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 54 * @param userId the userId of the sample SyncAdapter user object
167 * @param userId the userId of the sample SyncAdapter user object
187 * @param email email id of the sample SyncAdapter user
248 * @param userId sample SyncAdapter user id
  /development/samples/SearchableDictionary/
_index.html 1 <p>A sample application that demonstrates Android's search framework.</p>
  /development/samples/VoiceRecognitionService/res/values/
strings.xml 22 <string name="service_name">Sample Recognizer</string>
  /external/bluetooth/bluez/sbc/
formats.h 53 uint32_t sample_rate; /* sample rate */
  /external/grub/docs/
menu.lst 2 # Sample boot menu configuration file
  /external/gtest/samples/
sample1.h 30 // A sample program demonstrating using Google C++ testing framework.
sample4.cc 30 // A sample program demonstrating using Google C++ testing framework.
sample4.h 30 // A sample program demonstrating using Google C++ testing framework.
  /external/icu4c/samples/props/
props.cpp 16 * This file contains sample code that illustrates the use of the ICU APIs
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 6 # for for the ICU sample program "ufortune".
  /external/icu4c/test/intltest/
tmsgfmt.h 45 void sample(void);
  /external/iproute2/examples/
SYN-DoS.rate.limit 3 # sample script on using the ingress capabilities
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 1 # $KAME: racoon.conf.sample,v 1.28 2002/10/18 14:33:28 itojun Exp $
  /external/jpeg/
wrppm.c 9 * The extended 2-byte-per-sample raw PPM/PGM formats are supported.
25 * (to write standard byte-per-sample PPM/PGM files), or output
26 * nonstandard word-per-sample PPM/PGM files. Downscaling is done
43 /* The word-per-sample format always puts the LSB first. */

Completed in 146 milliseconds

<<11121314151617181920>>