HomeSort by relevance Sort by last modified time
    Searched defs:Add (Results 126 - 150 of 624) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libchrome/base/trace_event/
trace_event_memory_overhead.cc 43 void TraceEventMemoryOverhead::Add(const char* object_type,
45 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes);
48 void TraceEventMemoryOverhead::Add(const char* object_type,
61 Add("std::string", sizeof(std::string) + std::max<size_t>(capacity, 32u));
66 Add("RefCountedString", sizeof(RefCountedString));
76 Add("FundamentalValue", sizeof(Value));
82 Add("StringValue", sizeof(Value));
89 Add("BinaryValue", sizeof(BinaryValue) + binary_value->GetSize());
95 Add("DictionaryValue", sizeof(DictionaryValue));
106 Add("ListValue", sizeof(ListValue))
    [all...]
  /external/lzma/CPP/Windows/Control/
ImageList.h 59 int Add(HBITMAP hbmImage, HBITMAP hbmMask = 0)
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 51 public void Add(TKey key, TValue value)
87 public void Add(KeyValuePair<TKey, TValue> item)
  /external/skia/src/core/
SkMaskCache.cpp 90 void SkMaskCache::Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
94 return CHECK_LOCAL(localCache, add, Add, new RRectBlurRec(key, mask, data));
185 void SkMaskCache::Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
189 return CHECK_LOCAL(localCache, add, Add, new RectsBlurRec(key, mask, data));
SkTypefaceCache.cpp 18 void SkTypefaceCache::add(SkTypeface* face) { function in class:SkTypefaceCache
69 void SkTypefaceCache::Add(SkTypeface* face) {
71 Get().add(face);
  /external/skqp/src/core/
SkMaskCache.cpp 90 void SkMaskCache::Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
94 return CHECK_LOCAL(localCache, add, Add, new RRectBlurRec(key, mask, data));
185 void SkMaskCache::Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
189 return CHECK_LOCAL(localCache, add, Add, new RectsBlurRec(key, mask, data));
SkTypefaceCache.cpp 18 void SkTypefaceCache::add(SkTypeface* face) { function in class:SkTypefaceCache
69 void SkTypefaceCache::Add(SkTypeface* face) {
71 Get().add(face);
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 54 BinaryOperator *Add = BinaryOperator::Create(Instruction::Add, V, V);
58 BinaryOperator *AddClone = this->clone(Add);
71 Add->setHasNoUnsignedWrap();
75 AddClone = this->clone(Add);
88 Add->setHasNoSignedWrap();
92 AddClone = this->clone(Add);
105 Add->setHasNoUnsignedWrap(false);
109 AddClone = this->clone(Add);
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
example.h 33 void Add(const int32 feature_idx, const T value) {
74 void Add(const int32 feature_idx, const float value) {
79 multidimensional_values.Add(feature_idx, value);
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
graph_transformations.h 72 Add(t);
75 void Add(GraphTransformation* transformation) {
  /external/tensorflow/tensorflow/core/kernels/
record_yielder.cc 174 bool RecordYielder::Add(std::vector<string>* values) {
219 if (values.size() >= kRecords && Add(&values)) {
233 Add(&values);
  /external/tensorflow/tensorflow/core/lib/monitoring/
sampler.h 57 void Add(double sample);
70 // We automatically add -DBL_MAX and DBL_MAX to the ranges, so that no sample
101 // user to add a sample to each histogram value.
175 inline void SamplerCell::Add(const double sample) { histogram_.Add(sample); }
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
merge.py 214 @tf_export('keras.layers.Add')
215 class Add(_Merge):
231 added = keras.layers.Add()([x1, x2]) # equivalent to added =
232 keras.layers.add([x1, x2])
378 shape_set.add(tuple(reduced_inputs_shapes[i]))
553 @tf_export('keras.layers.add')
554 def add(inputs, **kwargs): function
555 """Functional interface to the `Add` layer.
573 added = keras.layers.add([x1, x2])
579 return Add(**kwargs)(inputs
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 28 void Add(float value);
53 void Add(float measurement) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 77 return F.add(B, K, E);
128 static data_type Add(data_type B, key_type K, context_type F) {
129 return F.add(B, K);
162 static data_type Add(data_type L, key_type K, context_type F) {
163 return F.add(K, L);

Completed in 1335 milliseconds

1 2 3 4 56 7 8 91011>>