Searched refs:Add (Results 1 - 25 of 1221) sorted by relevance

1234567891011>>

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderVersion.cpp75 m_ecBlocksArray.Add(ecBlocks1);
76 m_ecBlocksArray.Add(ecBlocks2);
77 m_ecBlocksArray.Add(ecBlocks3);
78 m_ecBlocksArray.Add(ecBlocks4);
91 m_alignmentPatternCenters.Add(6);
92 m_alignmentPatternCenters.Add(18);
95 m_alignmentPatternCenters.Add(6);
96 m_alignmentPatternCenters.Add(22);
99 m_alignmentPatternCenters.Add(6);
100 m_alignmentPatternCenters.Add(2
[all...]
H A DBC_QRCoderECBlocks.cpp29 m_ecBlocksArray.Add(ecBlocks);
36 m_ecBlocksArray.Add(ecBlocks1);
37 m_ecBlocksArray.Add(ecBlocks2);
/external/mesa3d/
H A Dcommon.py87 opts.Add(EnumOption('build', 'build type', 'debug',
90 opts.Add(BoolOption('verbose', 'verbose output', 'no'))
91 opts.Add(EnumOption('machine', 'use machine-specific assembly code',
94 opts.Add(EnumOption('platform', 'target platform', host_platform,
97 opts.Add(BoolOption('embedded', 'embedded build', 'no'))
98 opts.Add(BoolOption('analyze',
100 opts.Add(BoolOption('asan', 'enable Address Sanitizer', 'no'))
101 opts.Add('toolchain', 'compiler toolchain', default_toolchain)
102 opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support',
104 opts.Add(BoolOptio
[all...]
/external/v8/src/
H A Dexternal-reference-table.cc41 Add(nullptr, "nullptr");
76 Add(ExternalReference::roots_array_start(isolate).address(),
78 Add(ExternalReference::address_of_stack_limit(isolate).address(),
80 Add(ExternalReference::address_of_real_stack_limit(isolate).address(),
82 Add(ExternalReference::new_space_allocation_limit_address(isolate).address(),
84 Add(ExternalReference::new_space_allocation_top_address(isolate).address(),
86 Add(ExternalReference::mod_two_doubles_operation(isolate).address(),
88 Add(ExternalReference::handle_scope_next_address(isolate).address(),
90 Add(ExternalReference::handle_scope_limit_address(isolate).address(),
92 Add(ExternalReferenc
[all...]
H A Dstring-stream.cc81 void StringStream::Add(Vector<const char> format, Vector<FmtElm> elms) { function in class:v8::StringStream
111 Add(value);
133 Add("\\x%02x", value);
135 Add("\\u%04x", value);
143 Add(Vector<const char>(formatted.start(), length));
150 Add("-inf");
152 Add("inf");
154 Add("nan");
158 Add(formatted.start());
166 Add(formatte
[all...]
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
H A DAdd.java14 public class Add implements IExpression { class in inherits:IExpression
20 public Add(final IExpression l, final IExpression r) { method in class:Add
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp145 /// Add an Objective-C type parameter list to the given record.
161 /// Add to the record the first declaration from each module file that
210 // Add a slot to the record for the number of specializations.
1673 Abv->Add(BitCodeAbbrevOp(serialization::DECL_FIELD));
1675 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1676 Abv->Add(BitCodeAbbrevOp(0)); // LexicalDeclContext
1677 Abv->Add(BitCodeAbbrevOp(0)); // isInvalidDecl
1678 Abv->Add(BitCodeAbbrevOp(0)); // HasAttrs
1679 Abv->Add(BitCodeAbbrevOp(0)); // isImplicit
1680 Abv->Add(BitCodeAbbrevO
[all...]
/external/v8/src/parsing/
H A Dpreparse-data.cc22 function_store_.Add(start);
23 function_store_.Add(end);
24 function_store_.Add(num_parameters);
25 function_store_.Add(function_length);
26 function_store_.Add(properties);
27 function_store_.Add(
30 function_store_.Add(num_inner_functions);
/external/llvm/unittests/IR/
H A DAsmWriterTest.cpp27 std::unique_ptr<BinaryOperator> Add(BinaryOperator::CreateAdd(Undef, Undef));
28 Add->setMetadata(
32 Add->print(OS);
/external/v8/src/crankshaft/
H A Dhydrogen-store-elimination.cc20 flags.Add(kArrayElements);
21 flags.Add(kArrayLengths);
22 flags.Add(kStringLengths);
23 flags.Add(kBackingStoreFields);
24 flags.Add(kDoubleArrayElements);
25 flags.Add(kDoubleFields);
26 flags.Add(kElementsPointer);
27 flags.Add(kInobjectFields);
28 flags.Add(kExternalMemory);
29 flags.Add(kStringChar
[all...]
/external/webrtc/webrtc/system_wrappers/include/
H A Dtrace.h26 #define WEBRTC_TRACE true ? (void) 0 : Trace::Add
28 #define WEBRTC_TRACE Trace::Add
81 static void Add(const TraceLevel level,
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp46 // Add a basic block to the function... again, it automatically inserts
55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, local
59 BB->getInstList().push_back(Add);
62 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/external/swiftshader/third_party/LLVM/examples/ModuleMaker/
H A DModuleMaker.cpp40 // Add a basic block to the function... again, it automatically inserts
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, local
53 BB->getInstList().push_back(Add);
56 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DOcamlGC.cpp29 static GCRegistry::Add<OcamlGC>
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc31 mset.Add(1, true, 2);
37 mset.Add(3, true, 4);
38 mset.Add(5, false, 6);
50 mset.Add(1, true, 2);
54 mset.Add(1, true, 2);
68 mset.Add(1, true, 2);
78 mset.Add(1, true, 2);
79 mset.Add(1, true, 2);
80 mset.Add(3, true, 4);
81 mset.Add(
[all...]
/external/llvm/lib/CodeGen/
H A DBuiltinGCs.cpp125 static GCRegistry::Add<ErlangGC> A("erlang",
127 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC");
128 static GCRegistry::Add<ShadowStackGC>
130 static GCRegistry::Add<StatepointGC> D("statepoint-example",
132 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc66 field.Add(5);
72 field.Add(42);
108 field.Add(i * i);
127 field1.Add(5);
128 field1.Add(42);
154 field1.Add(i * i);
156 field2.Add(5);
157 field2.Add(42);
173 field1.Add(5);
174 field1.Add(4
[all...]
/external/pdfium/fpdfsdk/javascript/
H A DJS_KeyValue.cpp23 Add(pNewObjData);
30 Add(pNewObjData);
37 Add(pNewObjData);
44 Add(pNewObjData);
50 Add(pNewObjData);
56 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) { function in class:CJS_GlobalVariableArray
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs70 Assert.Throws<ArgumentNullException>(() => map.Add(0, nullValue));
72 map.Add(1, nonNullValue);
80 Assert.Throws<ArgumentNullException>(() => map.Add(null, new ForeignMessage()));
94 map.Add("a", "v1");
95 map.Add("b", "v2");
96 map.Add("c", "v3");
98 map.Add("d", "v4");
107 map1.Add("a", "v1");
108 map1.Add("b", "v2");
111 map2.Add("
[all...]
/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.cc43 void TraceEventMemoryOverhead::Add(const char* object_type, function in class:base::trace_event::TraceEventMemoryOverhead
45 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes);
48 void TraceEventMemoryOverhead::Add(const char* object_type, function in class:base::trace_event::TraceEventMemoryOverhead
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(StringValue));
89 Add("BinaryValue", sizeof(BinaryValue) + binary_value->GetSize());
95 Add("DictionaryValue", sizeof(DictionaryValue));
106 Add("ListValu
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas245 FIList.Add(123);
265 FIList.Add(100);
266 FIList.Add(200);
267 FIList.Add(300);
268 FIList.Add(400);
280 FIList.Add(100);
281 FIList.Add(200);
282 FIList.Add(300);
283 FIList.Add(400);
297 ReturnValue := FIList.Add(Valu
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DStackList.cs54 Add(item);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.h26 void Add(u32 stack_id);
/external/libchrome/base/metrics/
H A Dhistogram_delta_serialization_unittest.cc27 histogram->Add(1);
28 histogram->Add(10);
29 histogram->Add(100);
30 histogram->Add(1000);
/external/pdfium/core/fpdfdoc/
H A Dclines.h27 int32_t Add(const CPVT_LineInfo& lineinfo);

Completed in 813 milliseconds

1234567891011>>