| /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
| StringRef.h | 713 /// Split into two substrings around the first occurrence of a separator 721 /// \param Separator The character to split on. 722 /// \returns The split substrings. 724 std::pair<StringRef, StringRef> split(char Separator) const { 731 /// Split into two substrings around the first occurrence of a separator 739 /// \param Separator - The string to split on. 740 /// \return - The split substrings. 742 std::pair<StringRef, StringRef> split(StringRef Separator) const { 749 /// Split into substrings around the occurrences of a separator string. 760 /// \param Separator - The string to split on [all...] |
| /prebuilts/clang/host/linux-x86/clang-3960126/tools/scan-view/share/ |
| startfile.py | 132 kde_version = line.split(':')[-1].strip()
|
| /prebuilts/clang/host/linux-x86/clang-3977809/bin/ |
| clang | 24 args.extend(shlex.split(f.read()))
|
| clang++ | 24 args.extend(shlex.split(f.read()))
|
| /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
| StringRef.h | 713 /// Split into two substrings around the first occurrence of a separator 721 /// \param Separator The character to split on. 722 /// \returns The split substrings. 724 std::pair<StringRef, StringRef> split(char Separator) const { 731 /// Split into two substrings around the first occurrence of a separator 739 /// \param Separator - The string to split on. 740 /// \return - The split substrings. 742 std::pair<StringRef, StringRef> split(StringRef Separator) const { 749 /// Split into substrings around the occurrences of a separator string. 760 /// \param Separator - The string to split on [all...] |
| /prebuilts/clang/host/linux-x86/clang-3977809/tools/scan-view/share/ |
| startfile.py | 132 kde_version = line.split(':')[-1].strip()
|
| /prebuilts/clang/host/linux-x86/clang-4053586/bin/ |
| clang | 24 args.extend(shlex.split(f.read()))
|
| clang++ | 24 args.extend(shlex.split(f.read()))
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| StringRef.h | 713 /// Split into two substrings around the first occurrence of a separator 721 /// \param Separator The character to split on. 722 /// \returns The split substrings. 724 std::pair<StringRef, StringRef> split(char Separator) const { 731 /// Split into two substrings around the first occurrence of a separator 739 /// \param Separator - The string to split on. 740 /// \return - The split substrings. 742 std::pair<StringRef, StringRef> split(StringRef Separator) const { 749 /// Split into substrings around the occurrences of a separator string. 760 /// \param Separator - The string to split on [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-view/share/ |
| startfile.py | 132 kde_version = line.split(':')[-1].strip()
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
| type_printers.py | 76 for name in arg.split():
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
| type_printers.py | 76 for name in arg.split():
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 132 split(Pred, PB_DS_CLASS_C_DEC&);
|
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 132 split(Pred, PB_DS_CLASS_C_DEC&);
|
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 132 split(Pred, PB_DS_CLASS_C_DEC&);
|
| split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
| test_compat.py | 31 data = "The quick brown fox jumped over the lazy dog.".split()
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| version.py | 173 # string is split up into a tuple of integer and string components, and 178 # numbers: just split on period and compare the numbers as tuples. 274 self.component_re.split(vstring))
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
| configHandler.py | 490 eventName,default='').split() 509 eventName,default='').split() 523 binding=self.GetOption('keys',keySetName,eventName,default='').split() 667 value=string.split(value,';')
|
| macosxSupport.py | 153 if tuple(map(int, tkversion.split('.'))) < (8, 4, 14):
|