Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 25 of 42) sorted by relevance

12

/packages/modules/GeoTZ/validation/geonames/known_diffs/
Dknown_diffs500.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
117 comment: "Add a comment here"
132 comment: "Add a comment here"
147 comment: "Add a comment here"
[all …]
Dknown_diffs1000.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
117 comment: "Add a comment here"
132 comment: "Add a comment here"
147 comment: "Add a comment here"
[all …]
Dknown_diffs15000.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
117 comment: "Add a comment here"
132 comment: "Add a comment here"
147 comment: "Add a comment here"
[all …]
Dknown_diffs5000.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
119 comment: "Add a comment here"
134 comment: "Add a comment here"
149 comment: "Add a comment here"
[all …]
/packages/modules/StatsD/lib/libkll/tests/
Dsampler_test.cpp51 sampler.Add(4); in TEST_F()
53 sampler.Add(10); in TEST_F()
59 sampler.Add(4); in TEST_F()
61 sampler.Add(10); in TEST_F()
63 sampler.Add(14); in TEST_F()
65 sampler.Add(24); in TEST_F()
79 sampler.Add(4); in TEST_F()
87 sampler.Add(1); in TEST_F()
88 sampler.Add(2); in TEST_F()
105 sampler.Add(1); in TEST_F()
[all …]
Dcompactor_stack_test.cpp70 sampler.Add(dis(gen)); in TEST_P()
123 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
135 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
149 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
160 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
174 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
198 compactor_stack.Add(random.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_P()
211 compactor_stack.Add(10); in TEST_P()
231 compactor_stack.Add(random.UnbiasedUniform(std::numeric_limits<uint32_t>::max())); in TEST_P()
235 compactor_stack.Add(random.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_P()
[all …]
Dkll_test.cpp37 aggregator->Add(i); in TEST()
53 aggregator->Add(i); in TEST()
93 aggregator->Add(i); in TEST()
125 aggregator->Add(i); in TEST()
/packages/modules/NeuralNetworks/tools/systrace_parser/
Dcontract-between-code-and-parser.txt35 … t0: t_m_w:B|T1|[NN_LR_PP]funcP Add (t1-t0) to total ti…
45 … t0: t_m_w:B|T1|[NN_LA_PP]funcE1 Add (t3-t0) to total ti…
48 … t3: t_m_w:E|T1 Add (t2-t1) to total ti…
68 … t0: t_m_w:B|T1|[NN_LC_PTR]funcC1 Add (t1-t0) to total ti…
71 …; t3: t_m_w:E|T1 Add (t2-t1) to total ti…
82 … t0: t_m_w:B|T1|[NN_LR_PE]funcR2 Add (t2-t1) to total ti…
86Add (t3-t0) to total ti…
97 … t0: t_m_w:B|T1|[NN_LR_PE]funcR3 Add (t3-t0) to total ti…
114 … t0: t_m_w:B|T1|[NN_LR_PC]funcR5 Add (t5-t0) - (t4-r1) t…
118 … t4: t_m_w:E|T1 Add (t4-t1) to total ti…
[all …]
/packages/modules/vndk/apex/
DREADME.md1 # Add a new VNDK APEX
6 1. Add a new definition in `Android.bp`
31 2. Add `apex_manifest.v30.json`
40 3. Add keys/ceritificate
/packages/apps/Camera2/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/packages/modules/adb/daemon/
Dwatchdog.cpp105 g_property_monitor.Add(property, [property](std::string value) { in Initialize()
114 g_property_monitor.Add("persist.adb.watchdog.timeout_secs", [](std::string value) { in Initialize()
Dproperty_monitor_test.cpp58 pm->Add(prop_name, [](std::string value) { return value != "1"; }); in RegisterExitCallback()
66 pm->Add(property_name, [output, property_name](std::string value) { in RegisterCallback()
Dproperty_monitor.h47 void Add(std::string property, std::function<PropertyMonitorCallback> callback);
Dproperty_monitor.cpp70 void PropertyMonitor::Add(std::string property, std::function<PropertyMonitorCallback> callback) { in Add() function in PropertyMonitor
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md60 #### Add an operation
199 Add a placeholder ADD operation after each model output to make it as an internal operand. Will ski…
201 #### Add variation to example
208 # Add two groups of variations [default, nchw] and [default, relaxed, quant8]
221 # Add two groups of variations [nchw] and [default, relaxed, quant8]
233 - **AllInputsAsInternalCoverter:** Add a placeholder ADD operation before each model input to make …
445 # Add two more groups of variations
/packages/modules/StatsD/lib/libkll/
Dkll.cpp48 void KllQuantile::Add(const int64_t value) { in Add() function in dist_proc::aggregation::KllQuantile
49 compactor_stack_.Add(value); in Add()
Dcompactor_stack.cpp55 void CompactorStack::Add(const int64_t value) { in Add() function in dist_proc::aggregation::internal::CompactorStack
61 sampler_->Add(value); in Add()
Dsampler.cpp35 void KllSampler::Add(const int64_t item) { in Add() function in dist_proc::aggregation::internal::KllSampler
/packages/apps/Launcher3/
Dbuglist_with_title.txt11 161273376 xuqiu P2 FIXED [Overview Actions] Add logging and helpful messages ----
23 162861289 hyunyoungs P2 FIXED Add FocusIndicator support to DEVICE_SEARCH feature in S -…
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md10 * Add Value::XXXMember(...) overloads for std::string (#335)
56 * Add `Key()` to handler concept (#134)
/packages/modules/adb/fdevent/
Dfdevent.cpp105 void fdevent_context::Add(fdevent* fde, unsigned events) { in Add() function in fdevent_context
231 fdevent_get_ambient()->Add(fde, events); in fdevent_add()
/packages/modules/Wifi/service/tests/
DOWNERS1 # Add owners from connectivity for the time of the NetworkSelection
/packages/modules/StatsD/lib/libkll/include/
Dsampler.h45 void Add(int64_t item);
Dcompactor_stack.h47 void Add(const int64_t value);
Dkll.h50 void Add(int64_t value);

12