Searched defs:begin (Results 51 - 65 of 65) sorted by relevance

123

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h117 const_fde_iterator begin() const { return m_FDEs.begin(); } function in class:mcld::EhFrame::CIE
118 fde_iterator begin() { return m_FDEs.begin(); } function in class:mcld::EhFrame::CIE
194 const_cie_iterator cie_begin() const { return m_CIEs.begin(); }
195 cie_iterator cie_begin() { return m_CIEs.begin(); }
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h163 const_iterator begin() const { return m_OutputSectCmds.begin(); } function in class:mcld::OutputSectDesc
164 iterator begin() { return m_OutputSectCmds.begin(); } function in class:mcld::OutputSectDesc
/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp164 const uint32_t* begin = alphabet->data; local
165 const uint32_t* end = begin + n_entries;
169 auto p = std::lower_bound(begin, end, c << 11);
H A DLayout.cpp483 Iter begin () const { function in class:android::BidiText
711 std::reverse(items.begin(), items.end());
/frameworks/native/services/sensorservice/
H A Dvec.h314 iterator begin() { return base::v; } function in class:android::vec
316 const_iterator begin() const { return base::v; } function in class:android::vec
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py118 def begin(self, type, name): member in class:VerbosePrinter
138 def begin(self, type, name): member in class:QuietPrinter
478 printer.begin(TASK_INSTRUMENTATION_TEST, current_test)
656 printer.begin(TASK_INSTRUMENTATION, name)
666 printer.begin(type, name)
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java70 * This is returned from {@link #begin} when begin succeeds but the operation uses
479 public OperationResult begin(String alias, int purpose, boolean pruneable, method in class:KeyStore
482 return mBinder.begin(getToken(), alias, purpose, pruneable, args, entropy, uid);
489 public OperationResult begin(String alias, int purpose, boolean pruneable, method in class:KeyStore
491 return begin(alias, purpose, pruneable, args, entropy, UID_SELF);
530 * {@link #begin(String, int, boolean, KeymasterArguments, byte[], KeymasterArguments) begin}.
/frameworks/native/libs/ui/
H A DRegion.cpp94 static void reverseRectsResolvingJunctions(const Rect* begin, const Rect* end, argument
105 } while (current->top == lastTop && current >= begin);
113 while (current >= begin) {
196 reverseRectsResolvingJunctions(r.begin(), r.end(), reversed, direction_RTL);
199 reverseRectsResolvingJunctions(reversed.begin(), reversed.end(),
235 const_iterator cur = begin();
271 return begin() == region.begin();
516 const_iterator cur = reg.begin();
650 Region::const_iterator head = dst.begin();
824 Region::const_iterator Region::begin() const { function in class:android::Region
[all...]
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp245 const Vector2& normal, Vertex* buffer, int& currentIndex, bool begin) {
252 referencePoint += rotated * (begin ? -1 : 1);
530 b) 2, 2 * roundDivOff | First half of begin cap's perimeter
540 b) 2, 2*(rD - rDO + 1), | Last half of begin cap's perimeter
244 storeBeginEnd(const PaintInfo& paintInfo, const Vertex& center, const Vector2& normal, Vertex* buffer, int& currentIndex, bool begin) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java441 * @param begin Adapter position for range start (inclusive).
445 private void updateRange(int begin, int end, boolean selected) { argument
446 assert(end >= begin);
447 for (int i = begin; i <= end; i++) {
559 public Range(int begin) { argument
560 if (DEBUG) Log.d(TAG, "New Ranger created beginning @ " + begin);
561 mBegin = begin;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java928 void begin() { method in class:GraphRunner
/frameworks/native/opengl/libagl/
H A Degl.cpp281 const_iterator begin() const { return storage; } function in struct:android::egl_window_surface_v2_t::Region
468 Region::const_iterator cur = clip.begin();
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1745 * @param begin The start of the time range to query in UTC millis since
1752 long begin, long end) {
1754 ContentUris.appendId(builder, begin);
1770 * @param begin The start of the time range to query in UTC millis since
1781 long begin, long end, String searchQuery) {
1783 ContentUris.appendId(builder, begin);
1791 * The content:// style URL for querying an instance range. The begin
1807 * term. The begin, end, and search string should be appended as path
1823 private static final String DEFAULT_SORT_ORDER = "begin ASC";
1829 public static final String BEGIN = "begin";
1751 query(ContentResolver cr, String[] projection, long begin, long end) argument
1780 query(ContentResolver cr, String[] projection, long begin, long end, String searchQuery) argument
2263 insert(ContentResolver cr, long eventId, long begin, long end, long alarmTime, int minutes) argument
2413 alarmExists(ContentResolver cr, long eventId, long begin, long alarmTime) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java69 private void begin(String name) { method in class:GLLogWrapper
1178 begin("glActiveTexture");
1186 begin("glAlphaFunc");
1195 begin("glAlphaFuncx");
1204 begin("glBindTexture");
1213 begin("glBlendFunc");
1223 begin("glClear");
1232 begin("glClearColor");
1244 begin("glClearColor");
1256 begin("glClearDepth
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 3250 milliseconds

123