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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
note-gnu-property.s 25 .long end - begin /* Data length */
29 begin: label
note-gnu-property2.s 15 .long end - begin /* Data length */
19 begin: label
  /external/clang/test/Profile/
profile-summary.c 6 int begin(int i) { function
19 begin(0);
  /external/compiler-rt/test/profile/Linux/
instrprof-basic.c 6 int begin(int i) { function
21 begin(0);
  /external/compiler-rt/test/profile/
instrprof-basic.c 20 int begin(int i) { function
35 begin(0);
  /external/elfutils/libdw/
dwarf_haspc.c 44 Dwarf_Addr begin; local
48 &begin, &end)) > 0)
49 if (pc >= begin && pc < end)
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi_temprename.h 30 * begin == end == -1 indicates that the register can be reused without
31 * limitations. Otherwise, "begin" indicates the first instruction in which
34 * Hence, a register R2 can be merged with a register R1 if R1.end <= R2.begin.
37 int begin; member in struct:lifetime
  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.h 24 const_iterator begin() const { return m_List.begin(); } function in class:CPDFSDK_AnnotIteration
  /external/skia/src/gpu/gl/
GrGLGpuCommandBuffer.cpp 14 void GrGLGpuRTCommandBuffer::begin() { function in class:GrGLGpuRTCommandBuffer
  /external/skqp/src/gpu/gl/
GrGLGpuCommandBuffer.cpp 13 void GrGLGpuRTCommandBuffer::begin() { function in class:GrGLGpuRTCommandBuffer
  /build/soong/cc/
tidy.go 47 func (tidy *tidyFeature) begin(ctx BaseModuleContext) { func
xom.go 33 func (xom *xom) begin(ctx BaseModuleContext) {} func
coverage.go 124 func (cov *coverage) begin(ctx BaseModuleContext) { func
  /external/guice/extensions/persist/src/com/google/inject/persist/
UnitOfWork.java 47 void begin(); method in interface:UnitOfWork
  /external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
ModifierHolder.java 17 final JavaToken begin; field in class:ModifierHolder
19 ModifierHolder(JavaToken begin, EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations) {
20 this.begin = begin;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.h 49 void (*begin)(struct quad_stage *qs); member in struct:quad_stage
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_train.py 93 def begin(self): member in class:train._LoggerHook
  /external/libchrome/base/containers/
adapters.h 29 Iterator begin() const { return t_.rbegin(); } function in class:base::internal::ReversedAdapter
46 Iterator begin() const { return Iterator(&t_[N]); } function in class:base::internal::ReversedAdapter
  /external/llvm/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.h 40 const_prop_iterator begin() const { return properties_.begin(); } function in class:CFX_CSSDeclaration
44 return custom_properties_.begin();
  /external/perfetto/include/perfetto/protozero/
contiguous_memory_range.h 28 uint8_t* begin; member in struct:protozero::ContiguousMemoryRange
31 inline bool is_valid() const { return begin != nullptr; }
32 inline void reset() { begin = nullptr; }
33 inline size_t size() { return static_cast<size_t>(end - begin); }
  /external/skia/modules/sksg/include/
SkSGInvalidationController.h 33 const SkRect* begin() const { return fRects.begin(); } function in class:sksg::InvalidationController
  /external/skia/src/core/
SkGaussFilter.h 26 const double* begin() const { return &fBasis[0]; } function in class:SkGaussFilter
  /external/skia/tests/
RecordPatternTest.cpp 109 int start, begin, end; local
117 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
118 REPORTER_ASSERT(r, begin == start);
128 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
137 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
138 REPORTER_ASSERT(r, begin == start);
141 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
  /external/skqp/modules/sksg/include/
SkSGInvalidationController.h 33 const SkRect* begin() const { return fRects.begin(); } function in class:sksg::InvalidationController

Completed in 2025 milliseconds

1 2 3 4 5 6 7 8 91011>>