Searched defs:end (Results 226 - 250 of 455) sorted by relevance

1234567891011>>

/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp82 out.append(mImpl->end());
216 String16 PseudoMethodAccent::end() { function in class:PseudoMethodAccent
275 bool end = false; local
277 while (!end && i < I) {
282 end = true;
287 end = true;
299 bool end = false; local
301 while (!end && htmlCodePos < I) {
307 end = true;
315 end
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp362 bool end = false; local
364 while (!end && i + 1 < I) {
369 end = true;
374 end = true;
386 bool end = false; local
388 while (!end && html_code_pos < I) {
394 end = true;
400 end = true;
455 // Word end
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp85 const char* end = path.end(); local
86 for (const char* current = start; current != end; ++current) {
100 const char* end = path.end(); local
101 for (const char* current = end - 1; current != start - 1; --current) {
110 const char* end = path.end(); local
112 for (const char* c = path.begin(); c != end; ++c) {
117 return StringPiece(last_dir_sep, end
122 const char* const end = filename.end(); local
[all...]
H A DUtil.h50 T end; member in struct:aapt::util::Range
125 using std::end;
127 const auto end_iter = end(container);
236 iterator(android::StringPiece s, char sep, android::StringPiece tok, bool end);
248 iterator end() { return end_; } function in class:aapt::Tokenizer
/frameworks/base/tools/bit/
H A Dutil.cpp135 while (b != before.end() && a != after.end()) {
188 ssize_t end = N - 1; local
189 while (end >= begin && spacechr(str[end])) {
190 end--;
192 return string(str, begin, end-begin+1);
216 int end = 0; local
217 for (; end < N; end
[all...]
/frameworks/base/tools/incident_report/
H A Dmain.cpp302 for (vector<string>::const_iterator it=sections.begin(); it!=sections.end(); it++) {
308 char* end; local
309 int id = strtol(name.c_str(), &end, 0);
310 if (*end == '\0') {
524 for (vector<string>::const_iterator it=sections.begin(); it!=sections.end(); it++) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java174 animatorSet.end();
182 animatorSet.end();
207 private void end() { method in class:AnimatedVectorDrawable_Delegate.AnimatorSetHolder
208 mAnimatorSet.end();
212 end();
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h159 iterator end() { return iterator(BinaryTreeBase<Input>::m_Root.node.right); } function in class:mcld::BinaryTree
165 const_iterator end() const { function in class:mcld::BinaryTree
H A DModule.h80 const_obj_iterator obj_end() const { return m_ObjectList.end(); }
81 obj_iterator obj_end() { return m_ObjectList.end(); }
89 const_lib_iterator lib_end() const { return m_LibraryList.end(); }
90 lib_iterator lib_end() { return m_LibraryList.end(); }
98 const_input_iterator input_end() const { return m_MainTree.end(); }
99 input_iterator input_end() { return m_MainTree.end(); }
111 iterator end() { return m_SectionTable.end(); } function in class:mcld::Module
112 const_iterator end() const { return m_SectionTable.end(); } function in class:mcld::Module
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h45 iterator end() { return m_SectionList.end(); } function in class:mcld::ELFSegment
46 const_iterator end() const { return m_SectionList.end(); } function in class:mcld::ELFSegment
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h49 const_dot_iterator dot_end() const { return m_DotAssignments.end(); }
50 dot_iterator dot_end() { return m_DotAssignments.end(); }
98 const_iterator end() const { return m_InputList.end(); } function in class:mcld::SectionMap::Output
99 iterator end() { return m_InputList.end(); } function in class:mcld::SectionMap::Output
116 const_dot_iterator dot_end() const { return m_DotAssignments.end(); }
117 dot_iterator dot_end() { return m_DotAssignments.end(); }
179 const_iterator end() const { return m_OutputDescList.end(); } function in class:mcld::SectionMap
180 iterator end() { return m_OutputDescList.end(); } function in class:mcld::SectionMap
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h158 iterator end() { function in class:mcld::GCFactoryBase
164 const_iterator end() const { function in class:mcld::GCFactoryBase
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp133 } // end of if
134 } // end of for
176 size_t end = name_field.find_first_of(" :"); local
179 name_field.substr(begin, end - begin).getAsInteger(10, name_offset);
181 if (name_field[end] == ':') {
183 begin = end + 1;
184 end = name_field.find_first_of(' ', begin);
185 name_field.substr(begin, end - begin).getAsInteger(10, pNestedOffset);
191 end = pArchiveRoot.getStrTable().find_first_of('\n', begin);
193 pArchiveRoot.getStrTable().substr(begin, end
[all...]
H A DGarbageCollection.cpp90 if (it == m_ReachedSections.end())
148 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
292 SectionVecTy::iterator entry_it, entry_end = pEntry.end();
316 SectionListTy::iterator it, end = reach_list->end(); local
317 for (it = reach_list->begin(); it != end; ++it) {
318 if (m_ReferencedSections.find(*it) == m_ReferencedSections.end())
336 if (m_ReferencedSections.find(section) == m_ReferencedSections.end()) {
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp74 current->end++;
79 m_OutputSymbols[current->end]);
81 current->end++;
121 while (pos != current->end) {
130 if (current->end == pos || current->empty()) {
134 while (pos != current->end) {
141 if (pos != current->end)
157 rear = current->end - 1;
161 current->end--;
180 current->prev->end
289 SymbolCategory::iterator SymbolCategory::end() { function in class:mcld::SymbolCategory
297 SymbolCategory::const_iterator SymbolCategory::end() const { function in class:mcld::SymbolCategory
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java241 private static boolean replace(ArrayList<String> lines, Position start, Position end, argument
244 fixPosition(lines, end);
245 if (start.line != end.line) {
249 for (int i = start.line + 1; i < end.line; i++) {
253 String endLine = lines.get(end.line);
254 String newEndLine = replaceWithSpaces(endLine, 0, end.charIndex - 1);
255 lines.set(end.line, newEndLine);
257 } else if (end.charIndex - start.charIndex >= text.length()) {
261 String spacedText = replaceWithSpaces(replacedText, endTextIndex, end.charIndex - 1);
266 String newLine = replaceWithSpaces(line, start.charIndex, end
272 replaceRange(String line, int start, int end, String newText) argument
397 replaceWithSpaces(String line, int start, int end) argument
[all...]
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp348 char* end = result; local
350 strcpy(end, src[i]);
351 end += strlen(src[i]);
352 *end = '\n';
353 end++;
355 *end = '\0';
/frameworks/native/cmds/installd/
H A Dinstalld.cpp99 char *end = strrchr(path, '/'); local
100 if (end == NULL) {
104 const char *apk_end = apk_path + (end - path); // strrchr(apk_path, '/');
106 strcpy(end + 1, "oat/"); // path = /system/framework/oat/\0
109 end = strrchr(path, '.');
110 if (end == NULL) {
114 strcpy(end + 1, "odex");
/frameworks/native/include/private/ui/
H A DRegionHelper.h203 RECT const * const end = rects + count; local
205 while (rects != end && rects->top == top) {
209 if (rects != end) {
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp165 const char* const end = txt+len; local
169 while (txt < end) {
172 while (txt < end && *txt != '\n') txt++;
175 while (txt < end && *txt == '\n') txt++;
192 while (txt < end) {
H A DDebug.cpp152 char* end = typetostring(typeCode, buffer); local
153 *end = 0;
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp229 ALOGE("%s: Expected end of line or trailing comment, got '%s'.",
250 char* end; local
251 int32_t code = int32_t(strtol(codeToken.string(), &end, 0));
252 if (*end) {
306 char* end; local
307 int32_t scanCode = int32_t(strtol(scanCodeToken.string(), &end, 0));
308 if (*end) {
339 axisInfo.splitValue = int32_t(strtol(splitToken.string(), &end, 0));
340 if (*end) {
381 axisInfo.flatOverride = int32_t(strtol(flatToken.string(), &end,
413 char* end; local
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h49 iterator end() { return data_ + size_; } function in class:android::pdx::ByteBuffer
50 const_iterator end() const { return data_ + size_; } function in class:android::pdx::ByteBuffer
108 inline ptrdiff_t PointerDistance(const void* end, const void* begin) { argument
109 return static_cast<const uint8_t*>(end) - static_cast<const uint8_t*>(begin);
215 std::copy(initializer.begin(), initializer.end(), buffer_.begin());
225 std::copy(initializer.begin(), initializer.end(), buffer_.begin());
253 iterator end() { return buffer_.end(); } function in class:android::pdx::Payload
254 const_iterator end() const { return buffer_.end(); } function in class:android::pdx::Payload
[all...]
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp195 int start, end; local
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp97 int start, end; local

Completed in 5397 milliseconds

1234567891011>>