HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 326 - 350 of 826) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Dominators.h 73 const BasicBlock *Start;
78 Start(Start_), End(End_) {}
81 : Start(Pair.first), End(Pair.second) {}
84 : Start(Pair.first), End(Pair.second) {}
87 return Start;
94 /// Check if this is the only edge between Start and End.
173 /// If BBE is not a unique edge between start and end of the edge, it can
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 302 if err := c.Start(); err != nil {
334 // Start starts the specified command but does not wait for it to complete.
338 func (c *Cmd) Start() error {
438 // The command must have been started by Start.
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 302 if err := c.Start(); err != nil {
334 // Start starts the specified command but does not wait for it to complete.
338 func (c *Cmd) Start() error {
438 // The command must have been started by Start.
  /system/bt/bta/hearing_aid/
hearing_aid_audio_source.cc 265 void HearingAidAudioSource::Start(const CodecConfiguration& codecConfiguration,
  /art/compiler/debug/
elf_debug_line_writer.h 50 void Start() {
51 builder_->GetDebugLine()->Start();
141 // previous stack map as the start of the range. This ensures that the PC is
  /art/dex2oat/linker/
elf_writer_quick.cc 105 void Start() OVERRIDE;
184 void ElfWriterQuick<ElfTypes>::Start() {
185 builder_->Start();
219 rodata->Start();
232 text->Start();
  /art/runtime/base/
timing_logger.cc 56 void CumulativeLogger::Start() {
119 os << "Start Dumping histograms for " << iterations_ << " iterations"
  /cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/
JvmtiRedefineClassesTest.java 100 private void Start() {
109 reporter.accept("Pre Start private method call");
110 Start();
111 reporter.accept("Post Start private method call");
165 * private void Start() {
172 * reporter.accept("TRANSFORMED - pre Start private method call");
173 * Start();
174 * reporter.accept("TRANSFORMED - post Start private method call");
251 "Pre Start private method call",
253 "Post Start private method call"
    [all...]
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 328 bool LibvirtManager::Start() const {
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.h 97 EFI_PHYSICAL_ADDRESS Start;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c 128 Argv[1] - Address to start disassembling from
210 Argv[1] - Address to start disassembling from
229 UINT64 Start, Stop, TimeStamp;
234 TicksPerSecond = GetPerformanceCounterProperties (&Start, &Stop);
235 if (Start < Stop) {
243 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop);
250 Delta = CountUp?(Stop - Start):(Start - Stop);
263 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop);
267 Delta = CountUp?(Stop - Start):(Start - Stop);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 190 def Start(self):
239 self.Start()
514 def Start(self):
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 261 UINT64 Start;
265 Start = mach_absolute_time ();
281 return (Start * sTimebaseInfo.numer) / sTimebaseInfo.denom;
296 struct timeval start, end; local
306 gettimeofday (&start, NULL);
307 end.tv_sec = start.tv_sec + rq.tv_sec;
308 MicroSec = (start.tv_usec + rq.tv_nsec/1000);
318 gettimeofday (&start, NULL);
319 if (start.tv_sec > end.tv_sec) {
321 } if ((start.tv_sec == end.tv_sec) && (start.tv_usec > end.tv_usec))
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 134 UINT16 Start[18];
161 Start[0] = 0;
162 Start[1] = 0;
165 WordOfStart = Start[Index];
167 Start[Index + 1] = (UINT16) (WordOfStart + (WordOfCount << (16 - Index)));
170 if (Start[17] != 0) {
179 Start[Index] >>= JuBits;
188 Index = (UINT16) (Start[TableBits + 1] >> JuBits);
207 NextCode = (UINT16) (Start[Len] + Weight[Len]);
211 for (Index = Start[Len]; Index < NextCode; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 33 UINT64 Start;
200 @param[in] Start The start address of new memory map entry.
209 IN UINT64 Start,
225 Entry->Start = Start;
272 EFI_PHYSICAL_ADDRESS Start;
275 Start = Memory;
296 if (Entry->Start > End) {
297 if ((Entry->Start == End + 1) && (Entry->Type == Type)) {
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SmmCpuFeaturesLib/
SmmCpuFeaturesLib.c 409 #define SMM_REGISTER_RANGE(Start, End) { Start, End, End - Start + 1 }
415 EFI_SMM_SAVE_STATE_REGISTER Start;
521 if (Register >= mSmmCpuRegisterRanges[Index].Start && Register <= mSmmCpuRegisterRanges[Index].End) {
522 return Register - mSmmCpuRegisterRanges[Index].Start + Offset;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.c 902 UINTN Start;
913 Start = (UINTN)(UINT8*) FwVolHeader - PcdGet32 (PcdOvmfFdBaseAddress);
914 ASSERT (Start % BlockSize == 0 && Length % BlockSize == 0);
920 for (Offset = Start; Offset < Start + Length; Offset += BlockSize) {
930 Start / BlockSize,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.c 484 UINTN Start;
500 Start = StrLen(Command);
501 while ((Start != 0)
502 && (*(Command + Start - 1) != L'\\')
503 && (*(Command + Start - 1) != L'/')
504 && (*(Command + Start - 1) != L':')) {
505 --Start;
511 TitleLength = StrSize(Command + Start) + (StrLen(StartString) + StrLen(EndString)) * sizeof(CHAR16);
517 StrCatS(TitleString, TitleLength/sizeof(CHAR16), Command + Start);
720 UINTN Start;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
Platform.c 801 EFI_DEVICE_PATH_PROTOCOL *Start;
810 Start = DevicePath;
818 return ((UINTN)DevicePath - (UINTN)Start) + sizeof(EFI_DEVICE_PATH_PROTOCOL);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 526 public virtual void Start() {
528 t.Start();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 676 public virtual void Start()
679 t.Start();
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 38 SourceLocation Start;

Completed in 1860 milliseconds

<<11121314151617181920>>