Home
last modified time | relevance | path

Searched refs:collected (Results 1 – 25 of 94) sorted by relevance

1234

/external/chromium_org/courgette/
Dstreams_unittest.cc56 courgette::SinkStream collected; in TEST() local
58 EXPECT_TRUE(out.CopyTo(&collected)); in TEST()
60 const uint8* collected_buffer = collected.Buffer(); in TEST()
61 size_t collected_length = collected.Length(); in TEST()
96 courgette::SinkStream collected; in TEST() local
98 EXPECT_TRUE(out.CopyTo(&collected)); in TEST()
101 bool can_init = in.Init(collected.Buffer(), collected.Length()); in TEST()
168 courgette::SinkStream collected; in TEST() local
169 EXPECT_TRUE(out.CopyTo(&collected)); in TEST()
171 bool can_init_in = in.Init(collected.Buffer(), collected.Length()); in TEST()
/external/chromium_org/components/metrics/proto/
Dsampled_profile.proto13 // Protocol buffer for collected sample-based profiling data.
23 // profiles are collected once per uniformly sized period interval. Within
24 // each interval, the sampled data is collected at a random time. For
25 // example, if the interval is 60 s, then data would be collected at a
29 // The profile was collected upon resume from suspend.
32 // The profile was collected upon restoring a previous session.
50 // Number of milliseconds after a resume that profile was collected. Only set
59 // collected. Only set when |trigger_event| is RESTORE_SESSION.
62 // The actual perf data that was collected.
Dhistogram_event.proto5 // Histogram-collected metrics.
Dchrome_user_metrics_extension.proto61 // A list of all collected sample-based profiles since the last UMA upload.
Dprofiler_event.proto5 // Performance metrics collected via Chrome's built-in profiler.
/external/clang/lib/StaticAnalyzer/Core/
DCheckerRegistry.cpp46 CheckerOptInfo &opt, CheckerInfoSet &collected) { in collectCheckers() argument
75 collected.insert(&*i); in collectCheckers()
77 collected.remove(&*i); in collectCheckers()
/external/chromium_org/tools/clang/blink_gc_plugin/tests/
Dpure_virtual_trace.txt2 ./pure_virtual_trace.h:14:5: warning: [blink-gc] Garbage collected class 'A' is not permitted to de…
Dclass_overrides_new.txt2 ./class_overrides_new.h:13:5: warning: [blink-gc] Garbage collected class 'HeapObject' is not permi…
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dweakref.pxd19 # receives notification when ob is garbage collected; it should
30 # receives notification when ob is garbage collected; it should
/external/chromium_org/chrome/common/extensions/api/
Dlog_private.idl60 // Events will be sent to a log file which can be collected
81 // Contains webapp specific logs including those collected with
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc134 uptr collected = 0; in GC() local
144 collected++; in GC()
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli91 is not garbage collected and must be destroyed with [dispose ee].
97 execution engine is not garbage collected and must be destroyed with
105 engine is not garbage collected and must be destroyed with [dispose ee].
/external/qemu/docs/
DANDROID-ELFF.TXT18 system. Routine information, collected by the library includes:
/external/chromium_org/components/enhanced_bookmarks/proto/
Dmetadata.proto24 // Information about the original collected image.
/external/chromium_org/components/rappor/proto/
Drappor_metric.proto5 // Contains information collected by the RAPPOR (Randomized Aggregatable
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImplMac.mm31 // "create" or "copy" function as an autoreleased and garbage collected
/external/chromium_org/third_party/lcov/
Dlcovrc153 # Specify if function coverage data should be collected and processed.
156 # Specify if branch coverage data should be collected and processed.
/external/clang/test/Analysis/
Dretain-release-path-notes-gc.m43 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
48 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
50 …e garbage collector. An object must have a 0 retain count to be garbage collected. After this call…
51 …ctor. Since it now has a 0 retain count the object can be automatically collected by the garbage c…
66 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
71 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
140 …t with a +1 retain count. Core Foundation objects are not automatically garbage collected</string>
142 …t with a +1 retain count. Core Foundation objects are not automatically garbage collected</string>
283 …t with a +1 retain count. Core Foundation objects are not automatically garbage collected</string>
285 …t with a +1 retain count. Core Foundation objects are not automatically garbage collected</string>
[all …]
/external/chromium_org/third_party/WebKit/Source/core/testing/
DGCObservation.idl36 // been collected is the common case, though.
/external/nanopb-c/examples/using_union_messages/
DREADME.txt42 three messages: MsgType1, MsgType2 and MsgType3, which are collected together
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.opaque_type_indexing.txt57 Results from the indexing operations are collected using transform feedback,
/external/libexif/m4m/
Dgp-config-msg.m413 dnl print all the output messages we collected in the mean time
/external/lldb/test/pexpect-2.4/examples/
DREADME7 response from each host is collected and printed. For example,
/external/iptables/extensions/
Dlibxt_rateest.man1 The rate estimator can match on estimated rates as collected by the RATEEST
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
Dbuild.properties92 # The location underwhich all of the build output will be collected. This will be

1234