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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 14 // The main goroutine calls Add to set the number of
39 // Add adds delta, which may be negative, to the WaitGroup counter.
41 // If the counter goes negative, Add panics.
47 // Typically this means the calls to Add should execute before the statement
50 // new Add calls must happen after all previous Wait calls have returned.
52 func (wg *WaitGroup) Add(delta int) {
78 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
89 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
100 wg.Add(-1)
125 // Wait must be synchronized with the first Add
    [all...]
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 14 // The main goroutine calls Add to set the number of
39 // Add adds delta, which may be negative, to the WaitGroup counter.
41 // If the counter goes negative, Add panics.
47 // Typically this means the calls to Add should execute before the statement
50 // new Add calls must happen after all previous Wait calls have returned.
52 func (wg *WaitGroup) Add(delta int) {
78 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
89 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
100 wg.Add(-1)
125 // Wait must be synchronized with the first Add
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
SetExtensions.cs 45 public static bool add<T>( this HashSet<T> set, T item ) method in class:Antlr.Runtime.JavaExtensions.SetExtensions
47 return set.Add( item );
54 set.Add( item );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 62 functionDefinitions.Add($func.tree);
ProfileGrammar.g3 62 functionDefinitions.Add($func.tree);
  /external/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 84 static FrontendPluginRegistry::Add<AnnotateFunctionsAction>
87 static PragmaHandlerRegistry::Add<PragmaAnnotateHandler>
  /external/flatbuffers/tests/FlatBuffers.Test/
Program.cs 46 testResults.Add(true);
52 testResults.Add(false);
  /external/libvpx/libvpx/test/
md5_helper.h 22 void Add(const vpx_image_t *img) {
27 // we are shifting by 1 (chroma_shift) we add 1 before doing the shift.
46 void Add(const uint8_t *data, size_t size) {
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 78 // Add a basic block to the function. As before, it automatically inserts
94 // Create the add instruction, inserting it into the end of BB.
95 Value *Add = builder.CreateAdd(One, ArgX);
97 // Create the return instruction and add it to the basic block
98 builder.CreateRet(Add);
108 // Add a basic block to the FooF function.
121 // Create the return instruction and add it to the basic block.
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 64 realNames.Add(name);
69 names.Add((const wchar_t *)realNames[i]);
  /external/pdfium/xfa/fxfa/parser/
cxfa_arraynodelist.cpp 25 m_array.Add(pNode);
31 m_array.Add(pNewNode);
cxfa_resolveprocessor.cpp 54 rnd.m_Nodes.Add(rnd.m_pSC->GetThisObject());
60 rnd.m_Nodes.Add(pObjNode);
62 rnd.m_Nodes.Add(rnd.m_CurNode);
75 rnd.m_Nodes.Add(rnd.m_pSC->GetDocument()->GetRoot());
95 rnd.m_Nodes.Add(findNode);
109 nodes.Add(rnd.m_CurNode);
118 nodes.Add(rnd.m_pSC->GetDocument()->GetRoot());
122 rnd.m_Nodes.Add(pObjNode);
176 rnd.m_Nodes.Add(curNode);
192 rnd.m_Nodes.Add(curNode)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
HowToUseJIT.cpp 69 // Add a basic block to the function. As before, it automatically inserts
85 // Create the add instruction, inserting it into the end of BB.
86 Value *Add = builder.CreateAdd(One, ArgX);
88 // Create the return instruction and add it to the basic block
89 builder.CreateRet(Add);
100 // Add a basic block to the FooF function.
113 // Create the return instruction and add it to the basic block.
  /external/v8/src/
context-measure.cc 43 reference_map_.Add(object, SerializerReference::DummyReference());
46 deferred_objects_.Add(object);
external-reference-table.h 48 void Add(Address address, const char* name) {
54 refs_.Add(entry);
  /external/valgrind/none/tests/scripts/
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /prebuilts/go/darwin-x86/doc/progs/
image_package3.go 13 r := image.Rect(2, 1, 5, 5).Add(image.Pt(-4, -2))
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 28 tmp1.Lsh(numer, 1).Add(tmp1, numer).Add(tmp1, accum)
30 tmp2.Add(tmp2, numer)
39 accum.Add(accum, tmp1.Lsh(numer, 1))
  /prebuilts/go/linux-x86/doc/progs/
image_package3.go 13 r := image.Rect(2, 1, 5, 5).Add(image.Pt(-4, -2))
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 28 tmp1.Lsh(numer, 1).Add(tmp1, numer).Add(tmp1, accum)
30 tmp2.Add(tmp2, numer)
39 accum.Add(accum, tmp1.Lsh(numer, 1))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumbv6.s 19 # Add four nop instructions to ensure that the output is
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_bl_in_range.s 8 # Add padding so that target is just within branch range.
38 # Add padding so that target is just within of branch range.
arm_bl_out_of_range.s 8 # Add padding so that target is just out of branch range.
39 # Add padding so that target is just out of branch range.
arm_thm_jump11.s 8 # Add padding so that target is just in branch range.
48 # Add padding so that target is just in branch range.
arm_thm_jump8.s 8 # Add padding so that target is just in branch range.
48 # Add padding so that target is just in branch range.

Completed in 889 milliseconds

1 2 3 4 56 7 8 91011>>