/external/icu4c/samples/ucnv/ |
Makefile | 2 # sample code makefile 22 # the actual rules (this is a simple sample)
|
/external/icu4c/samples/ugrep/ |
Makefile | 2 # sample code makefile 21 # the actual rules (this is a simple sample)
|
/external/icu4c/samples/ustring/ |
Makefile | 2 # sample code makefile 19 # the actual rules (this is a simple sample)
|
/external/qemu/distrib/sdl-1.2.12/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...] |
/frameworks/base/media/jni/soundpool/ |
SoundPool.cpp | 177 sp<Sample> sample = new Sample(++mNextSampleID, path); local 178 mSamples.add(sample->sampleID(), sample); 179 doLoad(sample); 180 return sample->sampleID(); 188 sp<Sample> sample = new Sample(++mNextSampleID, fd, offset, length) local 213 sp<Sample> sample; local 611 sp<Sample> sample; local 655 sp<Sample> sample = mSample; local [all...] |
SoundPool.h | 51 class Sample : public RefBase { 54 Sample(int sampleID, const char* url); 55 Sample(int sampleID, int fd, int64_t offset, int64_t length); 56 ~Sample(); 95 void set(const sp<Sample>& sample, int channelID, float leftVolume, 97 sp<Sample> sample() { return mSample; } function in class:android::SoundEvent 107 sp<Sample> mSample; 124 void play(const sp<Sample>& sample, int channelID, float leftVolume, float rightVolume [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
sampletochunkatom.cpp | 19 This PVA_FF_SampleSizeAtom Class contains the sample count and a table giving the 20 size of each sample. 79 // Check to see if this sample fp the start of a new chunk 105 // first sample in this chunk 133 // Just another sample in this chunk - update entry 138 samples += 1; // Increment the sample count for thic chunk 157 // This method uses three heuristics to determine when a sample fp the start of 164 // Also note that the first sample received fp also the start of a new chunk (degenerate case) 166 // If this fp the first sample received - it fp the start of a new chunk 170 // First sample - new chun [all...] |
trackfragmentrunatom.cpp | 37 // initialise vectors to store sample parameters 47 // Delete sample parameter vectors 52 // will be used to set tf_flags and denotes sample parameter present 69 // add new sample entry 91 (*_psampleEntriesVec)[size-1].sampleDuration = delta; // add sample duration for last sample.. same as second last sample 92 // last sample duration added while rendering 119 size += 4; // sample count; 126 size += 4; // sample duratio [all...] |
/dalvik/dx/tests/003-magic-version-access/ |
small-class.txt | 2 # sample small-but-valid classfile
|
/dalvik/dx/tests/007-no-superclass/ |
small-class.txt | 2 # sample small-but-valid classfile
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
MockEnum2.java | 25 enum Sample { 37 Sample samEnum; 39 Sample larry = Sample.LARRY;
|
/development/samples/LunarLander/ |
_index.html | 1 <p>A sample game. Your objective: to land on the moon.
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
view_friends.html | 3 <h1> Sample Sync Adapter </h1>
|
/development/samples/TicTacToeLib/ |
README.txt | 0 Sample: TicTacToeLib and TicTacToeMain.
|
/development/testrunner/ |
Android.mk | 5 # where to install the sample files on the device
|
/external/icu4c/samples/layout/ |
FontMap.GDI | 4 # This is a sample FontMap file for Windows.
|
FontMap.Gnome | 3 # This is a sample FontMap file for Linux.
|
/external/srec/config/en.us/ |
run-chmod.sh | 5 chmod 777 ./run-change-sample-rate2.sh
|
/external/tremolo/ |
README | 3 with sample files available here:
|
/frameworks/base/opengl/tests/gl2_java/ |
Android.mk | 2 # OpenGL ES 2.0 Java sample
|
/device/sample/products/ |
sample_addon.mk | 9 device/sample/frameworks/PlatformLibrary/com.example.android.platform_library.xml:system/etc/permissions/com.example.android.platform_library.xml 17 device/sample/sdk_addon/manifest.ini:manifest.ini \ 18 device/sample/sdk_addon/hardware.ini:hardware.ini \ 19 $(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi) 24 #$(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
|
/development/samples/SampleSyncAdapter/ |
_index.html | 1 <p>This sample demonstrates how an application can communicate with a 3 content provider. The sample uses two related parts of the Android framework 15 stores them to the account manager. This sample demonstrates how to write an 21 account type and ContentProvider authority to the sync manager. This sample 28 <p> The cloud-based service for this sample application is running at: </p> 31 <p>When you install this sample application, a new syncable "SampleSyncAdapter"
|
/external/skia/src/core/ |
SkBitmapSamplerTemplate.h | 31 virtual SkPMColor sample(SkFixed x, SkFixed y) const function 47 virtual SkPMColor sample(SkFixed x, SkFixed y) const function 62 virtual SkPMColor sample(SkFixed x, SkFixed y) const function 77 virtual SkPMColor sample(SkFixed x, SkFixed y) const function 92 virtual SkPMColor sample(SkFixed x, SkFixed y) const function 107 virtual SkPMColor sample(SkFixed x, SkFixed y) const function
|
/frameworks/base/core/java/android/gesture/ |
InstanceLearner.java | 50 Instance sample = instances.get(i); local 51 if (sample.vector.length != vector.length) { 56 distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType); 58 distance = GestureUtils.squaredEuclideanDistance(sample.vector, vector); 66 Double score = label2score.get(sample.label); 68 label2score.put(sample.label, weight);
|
/external/opencore/nodes/common/include/ |
pvmf_track_level_info_extension.h | 65 * Provides the timestamp for a specified sample number in a specific track 68 * by GetAvailableTracks() function. The sample number to timestamp conversion would be performed on the track 70 * @param aSampleNum, the sample number in the specified track to return the timestamp. The sample number is 72 * @param aTimestamp, a reference to PVMFTimestamp which will be filled with timestamp value for the specified sample 75 * @return PVMFSuccess if timestamp is returned for the specified sample number, PVMFErrInvalidState if the information 81 * Provides the sample number that is closest and before the specified timestamp in a specific track 84 * by GetAvailableTracks() function. The timestamp to sample number conversion would be performed on the track 86 * @param aTimestamp, the timestamp in the specified track to return the sample number for. 88 * @param aSampleNum, a reference to an integer which will be filled with the sample number (0-based index) value closest but befor [all...] |