/build/tools/droiddoc/templates-sdk/ |
sample.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 19 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 20 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 21 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
|
sampleindex.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 21 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 23 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 24 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
|
/build/tools/droiddoc/templates-sdk-dev/ |
sample.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 19 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 20 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 21 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
|
sampleindex.cs | 5 <body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article"> 19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> 21 | <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> 23 | <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip" 24 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
|
/cts/suite/audio_quality/lib/src/audio/ |
AudioProtocol.cpp | 129 * param3 u32 samples 140 uint32_t samples = param.mBuffer->getSize() / (param.mStereo ? 4 : 2); local 141 mBuffer[5] = htonl(samples);
|
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenPlugin.groovy | 16 package com.example.android.samples.build
|
/development/samples/AccelerometerPlay/ |
Android.mk | 19 LOCAL_MODULE_TAGS := samples
|
/development/samples/UiAutomator/ |
Android.mk | 24 LOCAL_MODULE := uiautomator.samples
|
/external/deqp/executor/tools/ |
xeExtractSampleLists.cpp | 60 // Samples 61 for (int sampleNdx = 0; sampleNdx < sampleList.samples.getNumItems(); sampleNdx++) 63 const xe::ri::Sample& sample = static_cast<const xe::ri::Sample&>(sampleList.samples.getItem(sampleNdx));
|
/external/deqp/framework/egl/ |
egluConfigInfo.cpp | 62 case EGL_SAMPLES: return samples; 99 egl.getConfigAttrib(display, config, EGL_SAMPLES, &dst->samples);
|
/external/doclava/res/assets/templates/ |
sample.cs | 20 <p>The file containing the source code shown below is located in the corresponding directory in <code><sdk>/samples/android-<version>/...</code></p>
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
MapCreationTester.java | 130 entries[0] = entry(samples.e1.getKey(), samples.e0.getValue());
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
SetTestSuiteBuilder.java | 96 public SampleElements<E> samples() { method in class:SetTestSuiteBuilder.ReserializedSetGenerator 97 return gen.samples();
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultimapRemoveAllTester.java | 52 expectMissing(samples.e0); 63 expectMissing(samples.e0);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
MapCreationTester.java | 133 entries[0] = entry(samples.e1.getKey(), samples.e0.getValue());
|
/external/icu/icu4c/source/samples/cal/ |
Makefile.in | 1 ## Makefile.in for ICU - samples/cal 15 subdir = samples/cal
|
/external/icu/icu4c/source/samples/date/ |
Makefile.in | 1 ## Makefile.in for ICU - samples/date 15 subdir = samples/date
|
/external/icu/icu4c/source/test/perf/collationperf/ |
Makefile.in | 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglOffscreenBuffer.java | 63 int samples = 0;
local 65 samples = settings.getSamples();
|
/external/libvorbis/include/vorbis/ |
vorbisfile.h | 189 extern long ov_read_float(OggVorbis_File *vf,float ***pcm_channels,int samples, 193 void (*filter)(float **pcm,long channels,long samples,void *filter_param),void *filter_param);
|
/frameworks/av/include/media/stagefright/ |
MPEG4Writer.h | 125 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) 126 : mTrack(track), mTimeStampUs(timeUs), mSamples(samples) { 178 // In real time recording mode, new samples will be allowed to buffered into
|
/frameworks/ex/framesequence/samples/FrameSequenceSamples/ |
Android.mk | 38 LOCAL_AAPT_FLAGS += --extra-packages com.android.framesequence.samples
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/ |
Android.mk | 23 LOCAL_MODULE_TAGS := samples tests
|
/frameworks/rs/api/ |
rs_core.spec | 32 framework APIs interact, see the <a target="_parent" href="http://developer.android.com/guide/topics/renderscript/index.html">RenderScript developer guide</a> and the <a target="_parent" href="http://developer.android.com/resources/samples/RenderScript/index.html">RenderScript samples</a>.
|
/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 515 void logSamples (const vector<Sample>& samples, const string& name, const string& desc); 517 virtual void logAnalysis (const vector<Sample>& samples) = 0; 605 // Render samples 617 logSamples(results, "Samples", "Samples"); 625 void BaseCase::logSamples (const vector<Sample>& samples, const string& name, const string& desc) 631 for (size_t ndx = 0; ndx < samples.size(); ndx++) 633 if (samples[ndx].baseTime != 0 || samples[ndx].nullTime != 0) 650 for (size_t sampleNdx = 0; sampleNdx < samples.size(); sampleNdx++ [all...] |