Searched defs:begin (Results 76 - 100 of 932) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/TableGen/
H A DSetTheory.h128 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { argument
129 while (begin != end)
130 evaluate(*begin++, Elts, Loc);
/external/llvm/utils/abtest/
H A Dmark_aarch64fns.py18 begin = INVALID variable
40 if m and begin == INVALID:
43 begin = last_globl variable
45 if line == "\n" and begin != INVALID:
47 triple = (funcname, begin, end)
48 begins[begin] = triple
49 begin = INVALID variable
63 in_func, begin, end = triple
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.h106 const_iterator begin() const { return m_Objects.begin(); } function in class:CPDF_Array
H A Dcpdf_dictionary.h97 const_iterator begin() const { return m_Map.begin(); } function in class:CPDF_Dictionary
/external/perfetto/include/perfetto/protozero/
H A Dscattered_stream_writer.h91 uint8_t* begin = write_ptr_; local
94 return begin;
/external/perfetto/src/protozero/
H A Dscattered_stream_writer.cc36 write_ptr_ = range.begin;
66 uint8_t* begin = write_ptr_; local
69 memset(begin, 0, size);
71 return begin;
/external/perfetto/src/protozero/test/
H A Dfake_scattered_buffer.cc48 uint8_t* begin = chunk.get(); local
49 memset(begin, 0, chunk_size_);
51 return {begin, begin + chunk_size_};
/external/piex/src/binary_parse/
H A Dcached_paged_byte_array.h44 virtual void getPage(size_t page_index, const unsigned char** begin,
52 const unsigned char* begin; member in struct:piex::binary_parse::CachedPagedByteArray::CachedPage
/external/skia/src/core/
H A DSkBigPicture.h29 const SkPicture* const* begin() const { return fPics; } function in class:final::SnapshotArray
H A DSkRecorder.h26 SkDrawable* const* begin() const { return fArray.begin(); } function in class:SkDrawableList
/external/skqp/src/core/
H A DSkBigPicture.h29 const SkPicture* const* begin() const { return fPics; } function in class:final::SnapshotArray
H A DSkRecorder.h26 SkDrawable* const* begin() const { return fArray.begin(); } function in class:SkDrawableList
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTinyPtrVector.h58 iterator begin() const { function in class:llvm::TinyPtrVector
65 return Val.template get<VecTy *>()->begin();
73 return begin() + 1;
/external/swiftshader/third_party/LLVM/include/llvm/
H A DCallGraphSCCPass.h98 iterator begin() const { return Nodes.begin(); } function in class:llvm::CallGraphSCC
/external/swiftshader/third_party/LLVM/lib/Support/
H A DPathV2.cpp154 const_iterator begin(StringRef path) { function in namespace:llvm::sys::path
181 // Both POSIX and Windows treat paths that begin with exactly two separators
253 return Path.begin() == RHS.Path.begin() &&
266 const_iterator b = begin(path),
298 const_iterator b = begin(path),
320 const_iterator b = begin(path),
368 for (SmallVectorImpl<StringRef>::const_iterator i = components.begin(),
381 path.append(c.begin(), c.end());
390 path.append(i->begin(),
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h69 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare<T>());
75 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
84 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
97 typename MaxSpanTree::iterator begin() { function in class:llvm::MaximumSpanningTree
98 return MST.begin();
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DSetTheory.h122 void evaluate(Iter begin, Iter end, RecSet &Elts) { argument
123 while (begin != end)
124 evaluate(*begin++, Elts);
/external/syslinux/com32/hdt/
H A Dhdt-dump-memory.c91 char begin[24]={0}; local
94 snprintf(begin,sizeof(begin),"0x%016llx",map[i].addr);
98 add_s("memory.segment.start",begin);
108 char begin[24]={0}; local
111 snprintf(begin,sizeof(begin),"0x%016llx",nm[i].addr);
115 add_s("sanitized_memory.segment.start",begin);
/external/tensorflow/tensorflow/contrib/lite/schema/builtin_ops_header/
H A Dgenerator.cc63 const char* begin = name.c_str(); local
64 const char* ch = begin;
67 if (ch != begin) {
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
H A Dcifar10_train.py93 def begin(self): member in class:train._LoggerHook
/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util.h154 AttrValueMap::const_iterator begin() const { return attrs_->begin(); } function in class:tensorflow::AttrSlice
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dstl_util.h36 inline char* string_as_array(string* str) { return &*str->begin(); }
64 // the range [begin, end).
69 void STLDeleteContainerPairSecondPointers(ForwardIterator begin, argument
71 while (begin != end) {
72 ForwardIterator temp = begin;
73 ++begin;
80 // container which defines sensible begin(), end(), and clear() methods.
86 auto it = container->begin();
101 auto it = container->begin();
113 std::sort(v->begin(),
[all...]
/external/tensorflow/tensorflow/python/training/
H A Dsession_run_hook.py29 `hook.begin()`. The graph is finalized after the `begin()` method is called.
40 def begin(self):
70 call hooks.begin()
106 def begin(self): member in class:SessionRunHook
111 After the `begin()` call the graph will be finalized and the other callbacks
112 can not modify the graph anymore. Second call of `begin()` on the same
121 has two essential differences with the situation in which `begin` is called:
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dfunctions-original.cc34 // This is named like the begin() method which isn't renamed, but
36 void begin() {} function in namespace:blink
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DGeometricMean.java133 * @param begin first array element to include
142 final double[] values, final int begin, final int length) {
144 sumOfLogs.evaluate(values, begin, length) / length);
141 evaluate( final double[] values, final int begin, final int length) argument

Completed in 751 milliseconds

1234567891011>>