/external/opencore/fileformats/mp4/parser/src/ |
sampletableatom.cpp | 31 //HEADER FILES REQD FOR MULTIPLE SAMPLE RETRIEVAL API 209 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::SampleTableAtom Sample Description Atom Failed")); 232 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::SampleTableAtom Read AMR SAmple Entry Failed")); 272 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::Sample Sized Atom Failed")); 288 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::Sample to chunk atom failed")); 320 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::Sync Sample Atom Failed")); 340 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::AVC Sample Dependency Type Box failed")); 356 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::AVC Sample to group box failed")); 373 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::AVC Sample Dependency box failed")); 429 PVMF_MP4FFPARSER_LOGERROR((0, "ERROR =>SampleTableAtom::Read Sample Table Atom Failed")) [all...] |
/external/oprofile/daemon/ |
opd_printf.h | 15 /// log all sample file name manipulation; sample files open, close,
|
/frameworks/base/core/java/android/gesture/ |
Instance.java | 21 * An instance represents a sample if the label is available or a query if the 44 private Instance(long id, float[] sample, String sampleName) { 46 vector = sample; 51 float[] sample = vector; local 54 int size = sample.length; 56 sum += sample[i] * sample[i]; 61 sample[i] /= magnitude;
|
/packages/inputmethods/LatinIME/dictionaries/ |
sample.xml | 1 <!-- This is a sample wordlist that can be converted to a binary dictionary 13 <w f="128">sample</w>
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
small-class.txt | 2 # sample small-but-valid classfile
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
small-class.txt | 2 # sample small-but-valid classfile
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
small-class-1.txt | 2 # sample small-but-valid classfile
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
users.html | 3 <h1> Sample Sync Adapter </h1>
|
/external/dbus/test/data/valid-messages/ |
standard-acquire-service.message | 23 STRING 'org.freedesktop.DBus.Sample'
|
standard-service-exists.message | 23 STRING 'org.freedesktop.DBus.Sample'
|
/external/dhcpcd/ |
dhcpcd.conf | 1 # A sample configuration for dhcpcd.
|
/external/icu4c/test/cintltst/ |
cg7coll.h | 17 * Sample Rules: & Z < p , P 20 * Sample Rules: & c < ch , cH, Ch, CH 25 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&' 28 * Sample Rules: & aa ; a'-' & ee ; e'-' & ii ; i'-' & oo ; o'-' & uu ; u'-'
|
/frameworks/base/opengl/tests/testPauseResume/ |
Android.mk | 2 # OpenGL ES JNI sample
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
MockEnum.java | 24 enum Sample { 38 Sample larry = Sample.LARRY;
|
/development/samples/TicTacToeMain/res/values/ |
strings.xml | 21 <string name="welcome"><b>Welcome to the Tic-Tac-Toe Sample!</b></string>
22 <string name="explain1">This sample code demonstrates how to split an application in multiple projects by using the \'project library\' available in the Froyo SDK Tools.</string> 24 <string name="app_name">Tic-Tac-Toe Sample</string>
|
/external/icu4c/samples/ |
rules.mk | 2 # sample code rules for a single-target simple sample 23 # Make check: simply runs the sample, logged to a file
|
/frameworks/base/docs/html/resources/ |
index.jd | 5 This section provides technical articles, tutorials, sample code, and other 23 <dt><b>Sample Code</b></dt> 24 <dd>Fully-functioning sample applications that you can look at or build and run,
|
/frameworks/base/docs/html/resources/samples/ |
get.jd | 8 <p>To help you get started quickly, the Android SDK includes a variety of sample 22 <h3 id="downloading">Downloading the Sample Code</h3> 24 <p>The SDK sample code is available to you as a set of downloadable SDK 50 create a project for the "API Demos" sample app by starting a new Android 57 sample using the <code>android</code> tool, by executing this command:</p> 63 <h3 id="browsing">Browsing the Sample Code</h3> 67 structure of each sample and look at the source code in each of its files. </p> 70 href="{@docRoot}resources/samples/index.html">List of Sample Apps</a> first. 71 From there you can read a short summary of each sample application and what 73 to move through the directories and files of each sample. The browseable sourc [all...] |
/external/v8/test/cctest/ |
test-log-stack-tracer.cc | 40 TickSample* sample; member in struct:__anon6277 44 static void InitTraceEnv(TickSample* sample) { 45 trace_env.sample = sample; 50 trace_env.sample->fp = fp; 52 trace_env.sample->sp = 53 reinterpret_cast<Address>(trace_env.sample) - 10240; 54 StackTracer::Trace(trace_env.sample); 283 TickSample sample; local 284 InitTraceEnv(&sample); 304 TickSample sample; local 356 TickSample sample; local [all...] |
/external/icu4c/samples/ufortune/ |
readme.txt | 2 ufortune: a sample program demonstrating the use of ICU resource files by an application. 4 This sample demonstrates 11 ./ufortune.c source code for the sample 49 3. Build the sample 64 If in doubt, run the sample using "gmake check", and note the name of
|
/external/opencore/fileformats/mp4/composer/include/ |
sampletochunkatom.h | 19 This PVA_FF_SampleSizeAtom Class contains the sample count and a table giving the 20 size of each sample. 46 // Returns whether or not the new sample is the start of a new chunk 60 // Adding to and getting first chunk, samples per chunk, and sample 76 uint32 _currentChunkDataSize; // Ad up all sample sizes for the current chunk
|
/external/zlib/contrib/minizip/ |
ChangeLogUnzip | 34 - fix bugs in minizip.c sample for zipping big file 41 - add real minizip sample 50 - enhance miniunz sample, remove the bad unztst.c sample 61 - add a new sample, miniunz.c
|
/frameworks/base/awt/org/apache/harmony/awt/gl/color/ |
ColorScaler.java | 68 * Extracts min/max values from the sample model 69 * @param sm - sample model 193 int sample; local 197 sample = r.getSample(row, col, chan); 198 result[pos][chan] = (sample * normMultipliers[chan]); 234 int sample; local 238 sample = (int) (data[pos][chan] * normMultipliers[chan] + 0.5f); 239 r.setSample(row, col, chan, sample); 269 int sample; local 273 sample = r.getSample(row, col, chan) 280 float sample; local 305 int sample; local 316 float sample; local [all...] |
/external/opencore/baselibs/media_data_structures/src/ |
gau_object.h | 97 * @return the pointer of the sample we need, NULL for error 126 * @brief Hide all the GAU operation to get the next sample from the current bitstream 127 * @return the pointer of the sample we need, NULL for error 131 * @brief Hide all the GAU operation to get the sample immediately before a certain timestamp 133 * @param tsIn is the requested point refering to the sample 134 * @return the pointer of the sample we need, NULL for error 138 * @brief Hide all the GAU operation to get the sample at or immediately after a certain timestamp 140 * @param tsIn is the requested point refering to the sample 141 * @return the pointer of the sample we need, NULL for error 146 * @param tsIn is the requested point refering to the sample [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
samplesizeatom.cpp | 19 This PVA_FF_SampleSizeAtom Class contains the sample count and a table giving the 20 size of each sample. 76 if (_sampleCount == 0) // New sample fp actually FIRST sample 81 else // New sample differs from all other sample that were the same size 83 // Build vector of existing sample sizes, then add new one 90 _sampleCount += 1; // Increment for new sample 95 _sampleCount += 1; // Increment for new sample 98 else // elements in vector - i.e. differing sample size [all...] |