/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/ |
README.md | 3 A sample application that provides a simple calculator. Supports basic 6 This sample also incorporates an MVC-style structure.
|
/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
strings.json | 15 "sampleApps": "Sample Apps", 16 "sampleExtensions": "Sample Extensions",
|
/external/chromium_org/media/formats/mp4/ |
sample_to_group_iterator.h | 15 // Sample To Group Box ('sbgp') can be used to find the group that a sample 16 // belongs to and the associated description of that sample group. It is 18 // through the compressed table to get the associated sample group description 25 // Advances the iterator to refer to the next sample. Return status 26 // indicating whether the sample is still valid. 29 // Returns whether the current sample is valid. 32 // Returns group description index for current sample.
|
/external/javassist/sample/ |
Test.java | 1 package sample; package 6 A very simple sample program 8 This program overwrites sample/Test.class (the class file of this 12 not modify sample/Test.class at all. 16 % javap sample.Test 28 CtClass cc = pool.get("sample.Test"); 31 System.out.println("g() is already defined in sample.Test."); 35 * is not defined in sample.Test.
|
/external/javassist/sample/evolve/ |
DemoLoader.java | 1 package sample.evolve; 13 * % java sample.evolve.DemoLoader <port number> 15 * Then DemoLoader launches sample.evolve.DemoServer with <port number>. 16 * It also translates sample.evolve.WebPage, which sample.evolve.DemoServer 27 * updatable. Then it runs main() in sample.evolve.DemoServer. 35 translator.makeUpdatable("sample.evolve.WebPage"); 36 cl.run("sample.evolve.DemoServer", args);
|
/external/javassist/sample/preproc/ |
package.html | 3 A sample preprocessor. 8 <p>This package is provided as a sample implementation of the
|
/frameworks/base/docs/downloads/training/ |
GoogleAuth.zip | |
/development/samples/browseable/CardReader/ |
_index.jd | 5 sample.group=Connectivity 9 This sample demonstrates how to implement a low-level NFC card reader, for 10 reading cards that do not contain NDEF or Android Beam data. This sample is 12 "{@docRoot}samples/CardEmulation/index.html">CardEmulation</a> sample. 16 In particular, this sample demonstrates how to disable Android Beam, select
|
/development/samples/wearable/ |
build.gradle | 38 samples.each { sample -> 39 File sampleDir = new File(sample) 40 task.dependsOn project.task([type: GradleBuild], "${sample}_${taskName}", { 41 buildFile = "${sample}/build.gradle" 42 dir = sample
|
/external/oprofile/libpp/ |
symbol_functors.cpp | 3 * Functors for symbol/sample comparison 26 if (lhs.sample.vma != rhs.sample.vma) 27 return lhs.sample.vma < rhs.sample.vma;
|
/external/chromium_org/base/metrics/ |
sample_map.cc | 14 typedef HistogramBase::Sample Sample; 20 void SampleMap::Accumulate(Sample value, Count count) { 26 Count SampleMap::GetCount(Sample value) const { 27 map<Sample, Count>::const_iterator it = sample_counts_.find(value); 35 for (map<Sample, Count>::const_iterator it = sample_counts_.begin(); 49 Sample min; 50 Sample max; 76 void SampleMapIterator::Get(Sample* min, Sample* max, Count* count) const [all...] |
/external/chromium_org/chrome/browser/chromeos/power/ |
power_data_collector.cc | 53 PowerSupplySample sample; local 54 sample.time = base::Time::Now(); 55 sample.external_power = (prop.external_power() != 57 sample.battery_percent = prop.battery_percent(); 58 sample.battery_discharge_rate = prop.battery_discharge_rate(); 59 AddSample(&power_supply_data_, sample); 63 SystemResumedSample sample; local 64 sample.time = base::Time::Now(); 65 sample.sleep_duration = sleep_duration; 66 AddSample(&system_resumed_data_, sample); [all...] |
/developers/build/templates/base/_MODULE_/ |
build.gradle.ftl | 28 <#if sample.repository?has_content> 30 <#list sample.repository as rep> 38 <#if !sample.auto_add_support_lib?has_content || sample.auto_add_support_lib == "true"> 39 <#if sample.minSdk?matches(r'^\d+$') && sample.minSdk?number < 7> 41 <#elseif sample.minSdk?matches(r'^\d+$') && sample.minSdk?number < 13> 52 <#list sample.dependency as dep> 55 <#list sample.dependency_external as dep [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/shaders/ |
Swizzle11.hlsl | 20 float4 SwizzleLookup(in float4 sample) 22 float lookup[6] = { sample[0], sample[1], sample[2], sample[3], 0.0f, 1.0f }; 26 int4 SwizzleLookup(in int4 sample) 28 int lookup[6] = { sample[0], sample[1], sample[2], sample[3], 0.0f, 1.0f } [all...] |
/external/llvm/test/Transforms/SampleProfile/ |
syntax.ll | 1 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-prefix=NO-DEBUG %s 2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefix=MISSING-FILE %s 3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCheck -check-prefix=BAD-FN-HEADER %s 4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLE-LINE %s 5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | FileCheck -check-prefix=BAD-LIN (…) [all...] |
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
samples.js | 7 var samples = document.getElementsByClassName('sample'); 14 var sample = samples[i]; 16 if (sample.getElementsByTagName('h2').length > 0) 17 sampleTitle = sample.getElementsByTagName('h2')[0].textContent; 18 if (sample.getAttribute('tags').toLowerCase().indexOf(searchText) < 0 && 20 sample.style.display = 'none'; 22 sample.style.display = '';
|
/external/chromium_org/components/metrics/chromeos/ |
serialization_utils.h | 21 // Deserializes a sample passed as a string and return a sample. 22 // The return value will either be a scoped_ptr to a Metric sample (if the 24 scoped_ptr<MetricSample> ParseSample(const std::string& sample); 30 // Serializes a sample and write it to filename. 36 // * serialized_message is the serialized version of sample (using ToString) 40 bool WriteMetricToFile(const MetricSample& sample, const std::string& filename);
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics.cc | 162 void ExternalMetrics::RecordHistogram(const metrics::MetricSample& sample) { 163 CHECK_EQ(metrics::MetricSample::HISTOGRAM, sample.type()); 165 sample.name(), sample.min(), sample.max(), sample.bucket_count())) { 166 DLOG(ERROR) << "Invalid histogram: " << sample.name(); 171 base::Histogram::FactoryGet(sample.name(), 172 sample.min(), 173 sample.max() 211 const metrics::MetricSample& sample = **it; local [all...] |
/external/javassist/sample/duplicate/ |
Main.java | 1 package sample.duplicate;
21 First, run sample.duplicate.Viewer without a metaobject.
23 % java sample.duplicate.Viewer
28 of sample.duplicate.DuplicatedObject.
30 % java sample.duplicate.Main
33 sample.duplicate.Viewer is loaded by javassist.tools.reflect.Loader so that
39 cl.makeReflective("sample.duplicate.Ball",
40 "sample.duplicate.DuplicatedObject",
42 cl.run("sample.duplicate.Viewer", args);
|
/external/strace/tests/ |
stat.test | 13 truncate_cmd='dd seek=46118400000 obs=1 count=0 if=/dev/null of=sample' 16 rm -f sample 25 $STRACE -efile find -L sample > /dev/null 2> $LOG && 26 LC_ALL=C grep -E -x 'stat(64)?\("sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}\) += 0|(new)?fstatat(64)?\(AT_FDCWD, "sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}, 0\) += 0' $LOG > /dev/null || 29 $STRACE -efile find sample > /dev/null 2> $LOG && 30 LC_ALL=C grep -E -x 'lstat(64)?\("sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}\) += 0|(new)?fstatat(64)?\(AT_FDCWD, "sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}, AT_SYMLINK_NOFOLLOW\) += 0' $LOG > /dev/null || 33 rm -f sample
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/ |
_index.jd | 5 sample.group=UI 8 <p>This sample demonstrates how to use a backward compatible 11 <p>The activity in this sample extends from
|
/development/samples/browseable/AdvancedImmersiveMode/ |
_index.jd | 5 sample.group=UI 15 This sample demonstrates how this feature interacts with some of the other 16 UI flags related to full-screen apps. The sample also shows how to implement a
|
/development/samples/browseable/BasicAndroidKeyStore/ |
_index.jd | 5 sample.group=Security 8 <p>This sample demonstrates how to use a {java.security.KeyStore} to 11 <p>To see this in action, run the sample application and click:</p>
|
/development/samples/browseable/DoneBar/ |
_index.jd | 5 sample.group=UI 8 <p>This sample demonstrates a user interface design pattern for simple data 9 entry from an {@link android.app.ActionBar}. The sample implements a custom
|
/development/samples/browseable/RenderScriptIntrinsic/ |
_index.jd | 5 sample.group=RenderScript 9 This sample demonstrates how to use <a href= 12 and shows a filtering result with various parameters. The sample also shows
|