| /external/libmojo/third_party/jinja2/ |
| ext.py | 535 prefix, comment = token_value.split(None, 1) 582 for extension in options.get('extensions', '').split(','):
|
| filters.py | 63 attribute = attribute.split('.') 186 for item in re.compile(r'([-\s]+)(?u)').split(s): 468 words = s.split(' ') 486 split words apart if they are longer than `width`. By default, the newlines
|
| /external/libunwind/doc/ |
| unw_get_proc_info_by_ip.tex | 46 members. If a single function/routine is split into multiple,
|
| /external/libxml2/ |
| gentest.py | 481 type = string.split(line[15:])[0] 484 type = string.split(line[19:], '(')[0]
|
| /external/lisa/libs/utils/ |
| energy.py | 248 headers = f.readline().strip().split(',') 475 for kv_pair in out.split():
|
| /external/llvm/tools/llvm-profdata/ |
| llvm-profdata.cpp | 213 std::tie(WeightStr, FileName) = WeightedFilename.split(','); 245 Data.split(Entries, '\n', /*MaxSplit=*/-1, /*KeepEmpty=*/false);
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
| parsetree.py | 213 ns, defname = keyword.split(':') 288 re.S).split(self.attributes[key]):
|
| /external/parameter-framework/upstream/bindings/python/ |
| pfw.i | 151 bool split(const std::string& strDomain, const std::string& strConfigurableElementPath, std::string& strError);
|
| /external/parameter-framework/upstream/parameter/ |
| ConfigurableDomain.cpp | 470 bool CConfigurableDomain::split(CConfigurableElement *pConfigurableElement, core::Results &infos) function in class:CConfigurableDomain 488 " has no children to split configurable domain to"; 510 pDomainConfiguration->split(pConfigurableElement); [all...] |
| /external/protobuf/gtest/test/ |
| run_tests_util_test.py | 75 name_list = path.split(self.path_separator) 100 name_list = self.abspath(path).split(self.path_separator)
|
| /external/python/cpython2/Lib/ |
| binhex.py | 54 dir, file = os.path.split(name) 95 dir, file = os.path.split(name)
|
| formatter.py | 181 data = " ".join(data.split()) 412 for word in data.split():
|
| /external/python/cpython2/Lib/distutils/command/ |
| install.py | 299 py_version = (string.split(sys.version))[0] 514 self.extra_path = string.split(self.extra_path, ',')
|
| /external/python/cpython2/Lib/idlelib/ |
| EditorWindow.py | 43 for tgt in fullname.split('.'): 379 insertpt = int(self.text.index("iomark").split(".")[1]) 387 lineat = int(self.text.index("insert").split('.')[1]) 429 line, column = self.text.index(INSERT).split('.') 692 head, tail = os.path.split(filename) [all...] |
| MultiCall.py | 261 words = string.split(sequence[1:-1], '-') 404 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| /external/python/cpython2/Lib/plat-irix5/ |
| flp.py | 255 slist = string.split(str) 284 name = string.join(string.split(name),'')
|
| /external/python/cpython2/Lib/plat-irix6/ |
| flp.py | 254 slist = str.split() 283 name = ''.join(name.split())
|
| /external/python/cpython2/Lib/test/ |
| test_locale.py | 15 if int(os.uname()[2].split('.')[0]) < 10: 372 self.assertEqual('\xec\xa0\xbc'.split(), ['\xec\xa0\xbc'])
|
| /external/python/cpython2/Tools/i18n/ |
| pygettext.py | 248 lines = s.split('\n') 294 # split off top-most name 295 parts = dotted_name.split('.', 1)
|
| /external/r8/src/test/java/com/android/tools/r8/ir/regalloc/ |
| RegisterMoveSchedulerTest.java | 92 public BasicBlock split(IRCode code, ListIterator<BasicBlock> blockIterator) { method in class:RegisterMoveSchedulerTest.CollectMovesIterator 97 public BasicBlock split(int instructions, IRCode code, ListIterator<BasicBlock> blockIterator) { method in class:RegisterMoveSchedulerTest.CollectMovesIterator
|
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
| SafeConstructor.java | 204 String[] digits = value.split(":"); 253 String[] digits = value.split(":");
|
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| CodeGenInstruction.cpp | 389 Selection = Selection.split('|').second; 390 Res += Selection.split('|').first;
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| StringRef.cpp | 328 void StringRef::split(SmallVectorImpl<StringRef> &A, 333 // Count down from MaxSplit. When MaxSplit is -1, this will just split 342 // Push this split. 355 void StringRef::split(SmallVectorImpl<StringRef> &A, char Separator, 359 // Count down from MaxSplit. When MaxSplit is -1, this will just split 368 // Push this split.
|
| /external/v8/tools/profviz/ |
| worker.js | 95 content_lines = content.split("\n");
|
| /external/v8/tools/vim/ |
| ninja-build.vim | 57 if "use_goma=1" in os.getenv('GYP_DEFINES', '').split(' '):
|