HomeSort by relevance Sort by last modified time
    Searched refs:Start (Results 1 - 25 of 1900) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
two_runtimes_test.cc 33 runtime_->Start();
38 runtime_->Start();
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope.cs 36 /// Rules can have start/stop info.
41 /// Gets the start element from the input stream
43 object Start
ParserRuleReturnScope.cs 48 * from start and stop using the input stream's toString() method. I
64 public TToken Start
90 object IRuleReturnScope.Start
94 return Start;
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
42 /// Gets the start element from the input stream
44 new TLabel Start
  /external/llvm/lib/CodeGen/
SafeStackLayout.cpp 27 OS << " " << i << ": [" << Regions[i].Start << ", " << Regions[i].End
52 unsigned Start = AdjustStackOffset(LastRegionEnd, Obj.Size, Obj.Alignment);
53 unsigned End = Start + Obj.Size;
54 Regions.emplace_back(Start, End, Obj.Range);
62 unsigned Start = AdjustStackOffset(0, Obj.Size, Obj.Alignment);
63 unsigned End = Start + Obj.Size;
64 DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n");
66 DEBUG(dbgs() << " Examining region: " << R.Start << " .. " << R.End
68 assert(End >= R.Start);
69 if (Start >= R.End)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SafeStackLayout.cpp 33 OS << " " << i << ": [" << Regions[i].Start << ", " << Regions[i].End
59 unsigned Start = AdjustStackOffset(LastRegionEnd, Obj.Size, Obj.Alignment);
60 unsigned End = Start + Obj.Size;
61 Regions.emplace_back(Start, End, Obj.Range);
69 unsigned Start = AdjustStackOffset(0, Obj.Size, Obj.Alignment);
70 unsigned End = Start + Obj.Size;
71 LLVM_DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n");
73 LLVM_DEBUG(dbgs() << " Examining region: " << R.Start << " .. " << R.End
75 assert(End >= R.Start);
76 if (Start >= R.End)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/
LegacyRegion2.c 37 Start to (Start + Length - 1).
39 Start to (Start + Length - 1).
42 @param Start[in] The beginning of the physical address of the region whose attributes
54 @retval EFI_INVALID_PARAMETER If Start or Length describe an address not in the Legacy Region.
61 IN UINT32 Start,
67 if ((Start < 0xC0000) || ((Start + Length - 1) > 0xFFFFF)) {
82 @param Start[in] The beginning of the physical address of the region whose
    [all...]
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRuleReturnScope`1.cs 37 * the start property is a tree nodes not Token object
47 public TTree Start
60 object IRuleReturnScope.Start
64 return Start;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
CpuFlushCache.c 29 IN EFI_PHYSICAL_ADDRESS Start,
40 Start - Start address
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RuleReturnScope.cs 35 /// Rules can have start/stop info.
40 /// Gets the start element from the input stream
42 TLabel Start {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 19 import com.google.clearsilver.jsilver.syntax.node.Start;
28 private final Start root;
30 TemplateSyntaxTree(Start root) {
34 public Start getRoot() {
  /external/llvm/include/llvm/Support/
SMLoc.h 50 SMLoc Start, End;
53 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) {
54 assert(Start.isValid() == End.isValid() &&
55 "Start and end should either both be valid or both be invalid!");
58 bool isValid() const { return Start.isValid(); }
  /external/pdfium/xfa/fwl/
ifwl_adaptertimermgr.h 14 virtual void Start(CFWL_Timer* pTimer,
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
Profiling.h 33 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
SMLoc.h 51 SMLoc Start, End;
55 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) {
56 assert(Start.isValid() == End.isValid() &&
57 "Start and End should either both be valid or both be invalid!");
60 bool isValid() const { return Start.isValid(); }
  /external/tensorflow/tensorflow/core/profiler/internal/
profiler_interface.h 37 virtual Status Start() = 0;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/
LegacyRegion2OnLegacyRegionThunk.c 36 Start to (Start + Length - 1).
38 Start to (Start + Length - 1).
41 @param Start[in] The beginning of the physical address of the region whose attributes
53 @retval EFI_INVALID_PARAMETER If Start or Length describe an address not in the Legacy Region.
60 IN UINT32 Start,
66 if ((Start < 0xC0000) || ((Start + Length - 1) > 0xFFFFF)) {
75 Start,
    [all...]
  /external/clang/lib/Analysis/
FormatStringParsing.h 33 const char *Start, const char *&Beg,
38 const char *Start, const char *&Beg, const char *E,
42 FormatSpecifier &CS, const char *Start,
58 const char *Start;
62 : Start(nullptr), Stop(stop) {}
63 SpecifierResult(const char *start,
65 : FS(fs), Start(start), Stop(false) {}
67 const char *getStart() const { return Start; }
69 bool hasValue() const { return Start != nullptr;
    [all...]
  /external/perfetto/include/perfetto/tracing/ipc/
service_ipc_host.h 42 // Start listening on the Producer & Consumer ports. Returns false in case of
44 virtual bool Start(const char* producer_socket_name,
50 virtual bool Start(base::ScopedFile producer_socket_fd,
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SyncTimer.c 37 UINT64 Start;
40 TimerFrequency = GetPerformanceCounterProperties (&Start, &End);
45 if (End < Start) {
47 mCycle = Start - End;
50 mCycle = End - Start;
55 Start Timer for SMM AP Sync.
71 @param Timer The start timer from the begin.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseCacheMaintenanceLib/
X86Cache.c 135 UINTN Start, End;
143 Start = (UINTN)Address;
144 End = (Start + Length + (CACHE_LINE_SIZE - 1)) & ~(CACHE_LINE_SIZE - 1);
145 Start &= ~(CACHE_LINE_SIZE - 1);
148 Start = (UINTN)AsmFlushCacheLine ((VOID*)Start) + CACHE_LINE_SIZE;
149 } while (Start != End);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCacheMaintenanceLib/
X86Cache.c 128 UINTN Start;
152 Start = (UINTN)Address;
156 End = (Start + Length + (CacheLineSize - 1)) & ~(CacheLineSize - 1);
157 Start &= ~((UINTN)CacheLineSize - 1);
160 Start = (UINTN)AsmFlushCacheLine ((VOID*)Start) + CacheLineSize;
161 } while (Start != End);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
LegacyRegion.c 40 Start to (Start + Length - 1).
42 Start to (Start + Length - 1).
45 @param Start[in] The beginning of the physical address of the region whose attributes
57 @retval EFI_INVALID_PARAMETER If Start or Length describe an address not in the Legacy Region.
64 IN UINT32 Start,
70 return QNCLegacyRegionManipulation (Start, Length, On, NULL, Granularity);
82 @param Start[in] The beginning of the physical address of the region whose
93 @retval EFI_INVALID_PARAMETER If Start or Length describe an address not in the Legacy Region.
    [all...]
  /external/compiler-rt/lib/esan/
esan_shadow.h 93 uptr Start;
140 static inline bool getAppRegion(u32 i, uptr *Start, uptr *End) {
143 *Start = AppRegions[i].Start;
151 if (Mem >= AppRegions[i].Start && Mem < AppRegions[i].End)
162 static inline bool getShadowRegion(u32 i, uptr *Start, uptr *End) {
176 *Start = appToShadow(AppRegions[AppIdx].Start);
183 *Start = Min(*Start, appToShadow(AppRegions[AppIdx].Start))
    [all...]
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
time_utils.h 19 void Start();

Completed in 737 milliseconds

1 2 3 4 5 6 7 8 91011>>