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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachinePassRegistry.cpp 20 /// Add - Adds a function pass to the registration list.
22 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) {
  /external/v8/tools/clang/rewrite_to_chrome_style/
EditTracker.cpp 12 void EditTracker::Add(const clang::SourceManager& source_manager,
  /prebuilts/go/darwin-x86/misc/cgo/test/
cthread.go 21 //export Add
22 func Add(x int) {
35 t.Skip("the iOS exec wrapper is unable to properly handle the panic from Add")
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/sysdll/
sysdll.go 15 // the case registered with Add is also the same case used with
22 // Add notes that dll is a system32 DLL which should only be loaded
25 func Add(dll string) string {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue19467.dir/
mysync.go 13 func (wg *WaitGroup) Add(x int) {
20 wg.Add(-1)
  /prebuilts/go/linux-x86/misc/cgo/test/
cthread.go 21 //export Add
22 func Add(x int) {
35 t.Skip("the iOS exec wrapper is unable to properly handle the panic from Add")
  /prebuilts/go/linux-x86/src/internal/syscall/windows/sysdll/
sysdll.go 15 // the case registered with Add is also the same case used with
22 // Add notes that dll is a system32 DLL which should only be loaded
25 func Add(dll string) string {
  /prebuilts/go/linux-x86/test/fixedbugs/issue19467.dir/
mysync.go 13 func (wg *WaitGroup) Add(x int) {
20 wg.Add(-1)
  /system/keymaster/android_keymaster/
operation_table.cpp 25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) {
  /external/llvm/lib/CodeGen/
MachinePassRegistry.cpp 34 /// Add - Adds a function pass to the registration list.
36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) {
  /external/tensorflow/tensorflow/go/
util_test.go 58 func Add(g *Graph, name string, x, y Output) (Output, error) {
60 Type: "Add",
  /external/v8/src/
find-and-replace-pattern.h 19 void Add(Handle<Map> map_to_find, Handle<Object> obj_to_replace) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.cc 23 void IgnoreSet::Add(u32 stack_id) {
  /external/libmojo/ui/gfx/geometry/
vector2d.cc 18 void Vector2d::Add(const Vector2d& other) {
  /external/nanopb-c/generator/google/protobuf/
descriptor_database.py 43 def Add(self, file_desc_proto):
47 file_desc_proto: The FileDescriptorProto to add.
64 using the Add method or else an error will be raised.
88 this database using the Add method or else an error will be raised.
  /external/tensorflow/tensorflow/core/framework/
unique_tensor_references.cc 33 void UniqueTensorReferences::Add(const Tensor& tensor) {
  /frameworks/base/media/mca/filterfw/native/core/
statistics.cpp 34 void IncrementalGaussian::Add(float value) {
  /hardware/qcom/display/msm8909/sdm/include/utils/
factory.h 42 int Add(const std::string &name, const Creator &creator) {
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
factory.h 42 int Add(const std::string &name, const Creator &creator) {
  /hardware/qcom/display/msm8998/sdm/include/utils/
factory.h 42 int Add(const std::string &name, const Creator &creator) {
  /prebuilts/go/darwin-x86/src/net/textproto/
header.go 11 // Add adds the key, value pair to the header.
13 func (h MIMEHeader) Add(key, value string) {
  /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) {
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
87 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
98 wg.Add(-1)
123 // Wait must be synchronized with the first Add
    [all...]
  /prebuilts/go/linux-x86/src/net/textproto/
header.go 11 // Add adds the key, value pair to the header.
13 func (h MIMEHeader) Add(key, value string) {
  /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) {
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
87 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
98 wg.Add(-1)
123 // Wait must be synchronized with the first Add
    [all...]
  /system/core/init/
test_function_map.h 33 void Add(const std::string& name, const BuiltinFunctionNoArgs function) {
34 Add(name, 0, 0, false, [function](const BuiltinArguments&) {
40 void Add(const std::string& name, std::size_t min_parameters, std::size_t max_parameters,

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011>>