| /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/ |
| clang-include-fixer.el | 63 "Invoke the Include Fixer to insert missing C++ headers." 184 (insert "\nProcess " (process-name process) 194 ((clang-include-fixer--insert-line stdout (current-buffer))) 195 (t (erase-buffer) (insert-buffer-substring stdout))) 199 (defun clang-include-fixer--insert-line (from to) 200 "Insert a single missing line from the buffer FROM into TO. 203 line missing from TO, insert that line into TO so that the buffer 224 ;; have to insert more than a line. Move to the beginning of 238 (insert-buffer-substring from from-begin from-end)) 246 clang-include-fixer to insert the selected header. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/ |
| clang-include-fixer.el | 63 "Invoke the Include Fixer to insert missing C++ headers." 184 (insert "\nProcess " (process-name process) 194 ((clang-include-fixer--insert-line stdout (current-buffer))) 195 (t (erase-buffer) (insert-buffer-substring stdout))) 199 (defun clang-include-fixer--insert-line (from to) 200 "Insert a single missing line from the buffer FROM into TO. 203 line missing from TO, insert that line into TO so that the buffer 224 ;; have to insert more than a line. Move to the beginning of 238 (insert-buffer-substring from from-begin from-end)) 246 clang-include-fixer to insert the selected header. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/ |
| clang-include-fixer.el | 63 "Invoke the Include Fixer to insert missing C++ headers." 184 (insert "\nProcess " (process-name process) 194 ((clang-include-fixer--insert-line stdout (current-buffer))) 195 (t (erase-buffer) (insert-buffer-substring stdout))) 199 (defun clang-include-fixer--insert-line (from to) 200 "Insert a single missing line from the buffer FROM into TO. 203 line missing from TO, insert that line into TO so that the buffer 224 ;; have to insert more than a line. Move to the beginning of 238 (insert-buffer-substring from from-begin from-end)) 246 clang-include-fixer to insert the selected header. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/ |
| clang-include-fixer.el | 63 "Invoke the Include Fixer to insert missing C++ headers." 184 (insert "\nProcess " (process-name process) 194 ((clang-include-fixer--insert-line stdout (current-buffer))) 195 (t (erase-buffer) (insert-buffer-substring stdout))) 199 (defun clang-include-fixer--insert-line (from to) 200 "Insert a single missing line from the buffer FROM into TO. 203 line missing from TO, insert that line into TO so that the buffer 224 ;; have to insert more than a line. Move to the beginning of 238 (insert-buffer-substring from from-begin from-end)) 246 clang-include-fixer to insert the selected header. [all...] |
| /prebuilts/devtools/tools/lib/ |
| asm-tree-4.0.jar | |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| basic_string.h | 1185 insert(iterator __p, size_type __n, _CharT __c) function in class:basic_string 1202 insert(iterator __p, _InputIterator __beg, _InputIterator __end) function in class:basic_string 1213 insert(iterator __p, initializer_list<_CharT> __l) function in class:basic_string 1233 insert(size_type __pos1, const basic_string& __str) function in class:basic_string 1255 insert(size_type __pos1, const basic_string& __str, function in class:basic_string 1296 insert(size_type __pos, const _CharT* __s) function in class:basic_string 1319 insert(size_type __pos, size_type __n, _CharT __c) function in class:basic_string 1337 insert(iterator __p, _CharT __c) function in class:basic_string [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
| bitmap_allocator.h | 102 // insert(iterator, const_reference), erase(iterator), 129 insert(iterator __pos, const_reference __x); 140 this->insert(this->end(), __x); 158 insert(iterator __pos, const_reference __x) function in class:__detail::__mini_vector 584 // and insert the new one in its correct position. 595 // We may insert the new free list before _temp; 596 __free_list.insert(__temp, __addr);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| basic_string.h | 1185 insert(iterator __p, size_type __n, _CharT __c) function in class:basic_string 1202 insert(iterator __p, _InputIterator __beg, _InputIterator __end) function in class:basic_string 1213 insert(iterator __p, initializer_list<_CharT> __l) function in class:basic_string 1233 insert(size_type __pos1, const basic_string& __str) function in class:basic_string 1255 insert(size_type __pos1, const basic_string& __str, function in class:basic_string 1296 insert(size_type __pos, const _CharT* __s) function in class:basic_string 1319 insert(size_type __pos, size_type __n, _CharT __c) function in class:basic_string 1337 insert(iterator __p, _CharT __c) function in class:basic_string [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
| bitmap_allocator.h | 102 // insert(iterator, const_reference), erase(iterator), 129 insert(iterator __pos, const_reference __x); 140 this->insert(this->end(), __x); 158 insert(iterator __pos, const_reference __x) function in class:__detail::__mini_vector 584 // and insert the new one in its correct position. 595 // We may insert the new free list before _temp; 596 __free_list.insert(__temp, __addr);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
| PyShell.py | 155 lineno = int(float(text.index("insert"))) 164 lineno = int(float(text.index("insert"))) 169 text.tag_remove("BREAK", "insert linestart",\ 170 "insert lineend +1char") 333 "Extend base class: forbid insert/delete before the I/O mark" 335 def insert(self, index, chars, tags=None): member in class:ModifiedUndoDelegator 342 UndoDelegator.insert(self, index, chars, tags) 675 _sys.path.insert(0, _dir) 858 ms.insert(2, ("shell", "She_ll")) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
| PyShell.py | 155 lineno = int(float(text.index("insert"))) 164 lineno = int(float(text.index("insert"))) 169 text.tag_remove("BREAK", "insert linestart",\ 170 "insert lineend +1char") 333 "Extend base class: forbid insert/delete before the I/O mark" 335 def insert(self, index, chars, tags=None): member in class:ModifiedUndoDelegator 342 UndoDelegator.insert(self, index, chars, tags) 675 _sys.path.insert(0, _dir) 858 ms.insert(2, ("shell", "She_ll")) [all...] |
| /prebuilts/go/darwin-x86/src/net/http/ |
| transport_test.go | 77 func (tcs *testConnSet) insert(c net.Conn) { func 102 connSet.insert(tc) [all...] |
| /prebuilts/go/linux-x86/src/net/http/ |
| transport_test.go | 77 func (tcs *testConnSet) insert(c net.Conn) { func 102 connSet.insert(tc) [all...] |
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
| SymbolTable.h | 256 parameters.insert(parameters.begin(), p); 262 mangledName.insert(0, prefix); 366 bool insert(TSymbol& symbol, bool separateNameSpaces) function in class:glslang::TSymbolTableLevel 375 // Give it a name and insert its members in the symbol table, pointing to the container. 391 // insert, and whatever happens is okay 392 level.insert(tLevelPair(insertName, &symbol)); 396 return level.insert(tLevelPair(insertName, &symbol)).second; 403 // See insert() for comments on basic explanation of insert. 417 if (! level.insert(tLevelPair(member->getMangledName(), member)).second 620 bool insert(TSymbol& symbol) function in class:glslang::TSymbolTable [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| PyShell.py | 155 lineno = int(float(text.index("insert"))) 164 lineno = int(float(text.index("insert"))) 169 text.tag_remove("BREAK", "insert linestart",\ 170 "insert lineend +1char") 333 "Extend base class: forbid insert/delete before the I/O mark" 335 def insert(self, index, chars, tags=None): member in class:ModifiedUndoDelegator 342 UndoDelegator.insert(self, index, chars, tags) 675 _sys.path.insert(0, _dir) 858 ms.insert(2, ("shell", "She_ll")) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| PyShell.py | 155 lineno = int(float(text.index("insert"))) 164 lineno = int(float(text.index("insert"))) 169 text.tag_remove("BREAK", "insert linestart",\ 170 "insert lineend +1char") 333 "Extend base class: forbid insert/delete before the I/O mark" 335 def insert(self, index, chars, tags=None): member in class:ModifiedUndoDelegator 342 UndoDelegator.insert(self, index, chars, tags) 675 _sys.path.insert(0, _dir) 858 ms.insert(2, ("shell", "She_ll")) [all...] |
| /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/ |
| asm-tree-3.3.jar | |
| /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3.1/ |
| asm-tree-3.3.1.jar | |
| /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/ |
| asm-tree-4.0.jar | |
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| Normalizer2Impl.java | 182 insert(c, cc); method 202 insert(c, leadCC); // insert first code point method 307 * previousCC() is normally only called from insert(). 318 private void insert(int c, int cc) { method in class:Normalizer2Impl.ReorderingBuffer 320 // insert c at codePointLimit, after the character with prevCC<=cc 322 str.insert(codePointLimit, (char)c); 327 str.insert(codePointLimit, Character.toChars(c)); [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| Normalizer2Impl.java | 180 insert(c, cc); method 200 insert(c, leadCC); // insert first code point method 305 * previousCC() is normally only called from insert(). 316 private void insert(int c, int cc) { method in class:Normalizer2Impl.ReorderingBuffer 318 // insert c at codePointLimit, after the character with prevCC<=cc 320 str.insert(codePointLimit, (char)c); 325 str.insert(codePointLimit, Character.toChars(c)); [all...] |
| /frameworks/base/core/java/android/widget/ |
| RemoteViewsAdapter.java | 602 public void insert(int position, RemoteViews v, long itemId, int[] visibleWindow) { method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache [all...] |
| /packages/apps/Email/tests/src/com/android/email/provider/ |
| ProviderTests.java | [all...] |
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| TelephonyProvider.java | 2615 public synchronized Uri insert(Uri url, ContentValues initialValues) { method in class:TelephonyProvider [all...] |
| /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
| AccessPermissionWithDiffSigTest.java | 147 resolver.insert(uri, new ContentValues()); 186 resolver.insert(uri, new ContentValues()); 718 getContext().getContentResolver().insert(uri, new ContentValues()); 723 getContext().getContentResolver().insert(uri, new ContentValues()); [all...] |