| /sdk/attribute_stats/src/ |
| Analyzer.java | 468 String[] lines = metadata.split("\n");
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
| ExtractStringInputPage.java | 584 String[] folderSegments = wsFolderPath.split(SdkConstants.RES_QUALIFIER_SEP);
|
| /tools/test/connectivity/acts/framework/acts/ |
| test_runner.py | 386 module_ref_name = module.__name__.split('.')[-1]
|
| /tools/test/connectivity/acts/tests/google/bt/pts/ |
| gatts_lib.py | 106 args = user_input.split()
|
| /tools/test/connectivity/acts/tests/google/tel/lab/ |
| TelLabEmergencyCallTest.py | 191 sim_model = (self.anritsu.get_simulation_model()).split(",") [all...] |
| TelLabVoiceTest.py | 163 sim_model = (self.anritsu.get_simulation_model()).split(",")
|
| /tools/tradefederation/core/prod-tests/src/com/android/media/tests/ |
| AudioLoopbackTestHelper.java | 371 final String[] tokens = line.split(splitOn);
|
| /tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
| DeviceSetup.java | 475 String[] parts = prop.split("=", 2); [all...] |
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| GTest.java | 678 public Collection<IRemoteTest> split(int shardCountHint) { method in class:GTest
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
| InstrumentationFileTestTest.java | 525 String[] str = line.split("#");
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
| RVCVXCheckAnalyzer.java | 406 String[] items = line.split(" "); 520 String[] items = line.split(" "); [all...] |
| /development/build/tools/ |
| sdk_repo.mk | 116 # Similarly capture all sys-img.xml that are now split out of repository.xml
|
| /development/vndk/tools/definition-tool/assets/insight/ |
| insight.js | 396 let parts = path.split(/\/+/g);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| httplib.py | 373 [version, status, reason] = line.split(None, 2)
376 [version, status] = line.split(None, 1)
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_xmlrpc.py | [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
| case.py | 259 return doc and doc.split("\n")[0].strip() or None
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
| test_case.py | [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
| InfDefineObject.py | 752 ModulePath = os.path.split(self.CurrentLine[0])[0]
[all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
| DecParser.py | 235 # Split comment and DEC content, concatenate lines if end of char is '\'
563 TokenList = Line.split(DT.TAB_VALUE_SPLIT)
[all...] |
| /external/autotest/client/bin/ |
| job.py | 218 msg_tag = self._logger.global_filename.split('.', 1)[1] 684 kernel = {"kernel": running_id.split("::")[0]} [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
| PKIXNameConstraintValidator.java | 936 String[] domainParts = Strings.split(tempDomain, '.'); 937 String[] testDomainParts = Strings.split(testDomain, '.'); [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| PKIXNameConstraintValidator.java | 673 String[] domainParts = Strings.split(tempDomain, '.'); 674 String[] testDomainParts = Strings.split(testDomain, '.'); [all...] |
| /external/clang/lib/Driver/ |
| ToolChains.cpp | [all...] |
| /external/deqp/framework/delibs/coding_guidelines/ |
| prettify.js | 1 function H(){var x=navigator&&navigator.userAgent&&/\bMSIE 6\./.test(navigator.userAgent);H=function(){return x};return x}(function(){function x(b){b=b.split(/ /g);var a={};for(var c=b.length;--c>=0;){var d=b[c];if(d)a[d]=null}return a}var y="break continue do else for if return while ",U=y+"auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile ",D=U+"catch class delete false import new operator private protected public this throw true try ",
|
| /external/deqp/modules/gles2/scripts/ |
| genutil.py | 46 lines = text.split("\n") 96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")])
|