HomeSort by relevance Sort by last modified time
    Searched refs:sample (Results 226 - 250 of 591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 69 SampleInfo sample = new SampleInfo(label, target); local
70 samples.add(sample);
  /external/chromium/base/
tracked_objects.cc 870 bool Comparator::Acceptable(const Snapshot& sample) const {
874 if (sample.birth_thread()->ThreadName().find(required_) ==
880 if (sample.DeathThreadName().find(required_) == std::string::npos)
885 if (!strstr(sample.location().file_name(), required_.c_str()))
890 if (!strstr(sample.location().function_name(), required_.c_str()))
899 return tiebreaker_->Acceptable(sample);
1002 bool Comparator::WriteSortGrouping(const Snapshot& sample,
1008 sample.birth_thread()->ThreadName().c_str());
1013 if (sample.death_thread()) {
1015 sample.DeathThreadName().c_str())
    [all...]
  /external/chromium/webkit/glue/
webkitclient_impl.h 51 const char* name, int sample, int min, int max, int bucket_count);
53 const char* name, int sample, int boundary_value);
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 75 // alignment information, decoder support flags, minimum sample size, etc.
96 // Invoked when we have a valid decoded output sample. Retrieves the D3D
99 bool ProcessOutputSample(IMFSample* sample);
178 // Contains information about a decoded sample.
180 PendingSampleInfo(int32 buffer_id, IMFSample* sample);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 95 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const OVERRIDE;
120 PassRefPtr<CompositableValue> sample(int iteration, double offset) const;
AnimationStack.cpp 86 copyToCompositableValueMap(newAnimations->at(i)->sample().get(), result);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h 53 // Creates a frame from a raw sample with FourCC |format| and size |w| x |h|.
58 virtual bool Reset(uint32 fourcc, int w, int h, int dw, int dh, uint8 *sample,
177 // Tests if sample is valid. Returns true if valid.
178 static bool Validate(uint32 fourcc, int w, int h, const uint8 *sample,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.h 47 // Creates a frame from a raw sample with FourCC "format" and size "w" x "h".
51 bool Init(uint32 format, int w, int h, int dw, int dh, uint8* sample,
75 virtual bool Reset(uint32 format, int w, int h, int dw, int dh, uint8* sample,
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 110 // sample.
219 // While there are samples, skip them. Each sample consists of
224 return "truncated sample header";
225 ProfileDataSlot* sample =
227 ProfileDataSlot slots_this_sample = 2 + sample[1];
230 return "truncated sample";
232 if (sample[0] == 0 && sample[1] == 1 && sample[2] == 0) {
235 if (sample[0] < 1
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 110 // sample.
219 // While there are samples, skip them. Each sample consists of
224 return "truncated sample header";
225 ProfileDataSlot* sample =
227 ProfileDataSlot slots_this_sample = 2 + sample[1];
230 return "truncated sample";
232 if (sample[0] == 0 && sample[1] == 1 && sample[2] == 0) {
235 if (sample[0] < 1
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon_profiler.py 45 plot_data = [(i / 5000., sample) for i, sample in enumerate(samples)]
  /external/javassist/sample/vector/
VectorAssistant.java 1 package sample.vector;
5 import sample.preproc.Assistant;
11 * <ul>import java.util.Vector by sample.vector.VectorAssistant(int)</ul>
18 * import sample.vector.intVector;
25 * package sample.vector;
39 * <code>sample.vector.Sample</code> and <code>sample.vector.Sample2</code>
44 public final String packageName = "sample.vector.";
48 * This method is called by a <code>sample.preproc.Compiler</code>
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 2 # Auto-generated sample makefile
  /external/v8/src/
platform-openbsd.cc 748 TickSample* sample = CpuProfiler::TickSampleEvent(isolate); local
749 if (sample == NULL) sample = &sample_obj;
751 // Extracting the sample from the context is extremely machine dependent.
752 sample->state = isolate->current_vm_state();
757 sample->pc = reinterpret_cast<Address>(mcontext.__gregs[_REG_EIP]);
758 sample->sp = reinterpret_cast<Address>(mcontext.__gregs[_REG_ESP]);
759 sample->fp = reinterpret_cast<Address>(mcontext.__gregs[_REG_EBP]);
761 sample->pc = reinterpret_cast<Address>(mcontext.__gregs[_REG_RIP]);
762 sample->sp = reinterpret_cast<Address>(mcontext.__gregs[_REG_RSP])
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 153 """ Represents a manifest file containing information about the sample
172 Returns a list of paths to sample extension manifest.json files.
189 """ Returns metadata about the sample extensions given their manifest
205 sample = Sample(path, api_methods, self._base_dir)
207 if sample.is_app() == False:
208 samples.append(sample)
240 """ For each sample in the current manifest, create a zip file with the
241 sample contents in the sample's parent directory if not zip exists, o
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 17 package com.android.cts.verifier.sample;
32 * A sample CTS Verifier test case for testing file transfers using bluetooth sharing.
47 private static final String TEST_STRING = "Sample Test String";
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 17 package android.sample.cts;
32 * When this test builds, it also builds {@see android.sample.app.SampleDeviceActivity} into an APK
41 private static final String PACKAGE = "android.sample.app";
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi00.py 53 'Sec-WebSocket-Protocol': 'sample',
68 'Sec-WebSocket-Protocol': 'sample',
81 'Sec-WebSocket-Protocol: sample\r\n'
91 'Sec-WebSocket-Protocol: sample\r\n'
103 'Sec-WebSocket-Protocol': 'sample',
116 'Sec-WebSocket-Protocol: sample\r\n'
126 'Sec-WebSocket-Protocol: sample\r\n'
162 'Sec-WebSocket-Protocol': 'sample',
180 'Sec-WebSocket-Protocol': 'sample',
193 'Sec-WebSocket-Protocol: sample\r\n
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.cc 107 int* sample) {
109 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(1, sample));
117 int sample) {
142 counter->Add(sample);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 13 // HACK: [type] is not recognised by the docserver's sample crawler, so
31 // HACK: [type] is not recognised by the docserver's sample crawler, so
  /external/chromium_org/v8/src/
runtime-profiler.cc 201 Object* sample = sampler_window_[i]; local
202 if (sample != NULL) {
204 ? (function->shared() == JSFunction::cast(sample)->shared())
205 : (function == JSFunction::cast(sample));
232 // have a sample of the function, we mark it for optimizations
374 // the sample lookup in case of recursive functions.
sampler.h 54 // TickSample captures the information collected for each sample.
109 // If true next sample must be initiated on the profiler event processor
110 // thread right after latest sample is processed.
130 virtual void Tick(TickSample* sample) = 0;
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor.cc 14 #define UMA_HISTOGRAM_MBYTES(name, sample) \
16 (name), static_cast<int>((sample) / kMBytes), \
19 #define UMA_HISTOGRAM_MINUTES(name, sample) \
21 (name), (sample), \

Completed in 1796 milliseconds

1 2 3 4 5 6 7 8 91011>>