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

1 2 3 4 5 6 78 91011>>

  /art/compiler/
elf_builder.h 256 Elf_Word Add(const void* data, size_t length) {
299 Elf_Word Add(const std::string& name) {
303 return CachedSection::Add(name.c_str(), name.length() + 1);
357 CachedSection::Add(&null_symbol, sizeof(null_symbol));
363 void Add(Elf_Word name,
377 Add(name, section_index, addr, size, binding, type);
380 void Add(Elf_Word name,
393 CachedSection::Add(&sym, sizeof(sym));
696 dynstr_.Add(""); // dynstr should start with empty string.
698 Elf_Word oatdata = dynstr_.Add("oatdata")
    [all...]
  /art/runtime/
reference_table.h 45 void Add(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
  /bionic/libc/malloc_debug/
FreeTrackData.h 54 void Add(const Header* header);
TrackData.h 54 void Add(const Header* header, bool backtrace_found);
  /bionic/linker/
linker_cfi.h 62 void Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check);
64 // Add a DSO to CFI shadow.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscOemStringFunction.c 68 // Make handle chosen by smbios protocol.add automatically.
76 // Now we have got the full smbios record, call smbios protocol to add this record.
79 Status = Smbios-> Add(
MiscSystemOptionStringFunction.c 70 // Make handle chosen by smbios protocol.add automatically.
78 // Now we have got the full smbios record, call smbios protocol to add this record.
81 Status = Smbios-> Add(
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOGBDA.ASL 85 Add(PARM, 0x100, PARM) // Adjust panel type, 0 = VBT default
87 Add(PARM, 0x10000, PARM) // Adjust the lid state, 0 = Unknown
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOemStringFunction.c 84 // Make handle chosen by smbios protocol.add automatically.
92 // Now we have got the full smbios record, call smbios protocol to add this record.
95 Status = Smbios-> Add(
MiscPhysicalArrayFunction.c 80 // Make handle chosen by smbios protocol.add automatically.
103 // Now we have got the full smbios record, call smbios protocol to add this record.
106 Status = Smbios-> Add(
MiscResetCapabilitiesFunction.c 77 // Make handle chosen by smbios protocol.add automatically.
87 // Now we have got the full smbios record, call smbios protocol to add this record.
90 Status = Smbios-> Add(
MiscSystemLanguageStringFunction.c 85 // Make handle chosen by smbios protocol.add automatically.
95 // Now we have got the full smbios record, call smbios protocol to add this record.
98 Status = Smbios-> Add(
MiscSystemOptionStringFunction.c 86 // Make handle chosen by smbios protocol.add automatically.
95 // Now we have got the full smbios record, call smbios protocol to add this record.
98 Status = Smbios-> Add(
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 95 Add(item);
  /external/dng_sdk/source/
dng_spline.h 70 void Add (real64 x, real64 y);
  /external/libchrome/base/
scoped_observer.h 30 void Add(Source* source) {
  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.h 30 uint16_t Add(TrapFnc fnc, const void* aux, bool safe) override;
  /external/libmojo/mojo/edk/system/
awakable_list.h 39 void Add(Awakable* awakable, MojoHandleSignals signals, uintptr_t context);
42 // Add and remove Watchers to this AwakableList.
  /external/llvm/lib/CodeGen/
MachinePassRegistry.cpp 34 /// Add - Adds a function pass to the registration list.
36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) {
  /external/llvm/test/MC/Mips/
micromips-multiply-instructions.s 6 # for Multiply Add/Sub instructions.
8 # Multiply Add/Sub Instructions
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 17 # FIXME: Add the instructions carried forward from older ISA's
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 17 # FIXME: Add the instructions carried forward from older ISA's
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 58 CantFindFiles.Add(name);
59 CantFindCodes.Add(systemError);
188 FailedCodes.Add(systemError);
189 FailedFiles.Add(name);
  /external/protobuf/python/google/protobuf/internal/
descriptor_database_test.py 53 db.Add(file_desc_proto)
  /external/regex-re2/re2/
filtered_re2.h 11 // engine. The overall flow is: Add all the regexps using Add, then
40 RE2::ErrorCode Add(const StringPiece& pattern,
44 // Prepares the regexps added by Add for filtering. Returns a set
49 // all Add calls are done.

Completed in 577 milliseconds

1 2 3 4 5 6 78 91011>>