HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 476 - 500 of 7669) sorted by null

<<11121314151617181920>>

  /external/curl/tests/python_dependencies/impacket/
structure.py 194 two = format.split('=')
204 two = format.split('&')
215 two = format.split('-')
223 two = format.split('*')
295 two = format.split('&')
300 two = format.split('=')
305 two = format.split('-')
310 two = format.split('*')
375 two = format.split('&')
380 two = format.split('='
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 131 static const long double split = 0x1p32L + 1.0; local
133 static const long double split = 0x1p57L + 1.0;
138 p = a * split;
143 p = b * split;
  /build/make/tools/releasetools/
make_recovery_patch 48 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
make_recovery_patch.py 48 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
  /cts/apps/CameraITS/tests/inprog/
test_param_edge_mode.py 26 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/scene0/
test_burst_capture.py 25 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
Version.java 52 return getPackageInfo(context).versionName.split(" ");
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
AmUtils.java 49 String[] packages = output.split("\\n");
  /cts/hostsidetests/dexmetadata/app/src/com/android/cts/dexmetadata/
InstallDexMetadataTest.java 81 * Verify that we installed the .dm files for base (no split install).
91 * Verify that we installed the .dm files for base and split.
99 for (String split : mSplitCodePaths) {
100 assertTrue(mDexMetadataMap.containsKey(split));
105 * Verify that we installed the .dm files for base but not for split.
115 * Verify that we installed the .dm files for split but not for base.
122 for (String split : mSplitCodePaths) {
123 assertTrue(mDexMetadataMap.containsKey(split));
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 80 testString = line.split(":")[1].trim();
  /cts/tests/tests/hardware/src/android/hardware/cts/
GlUtils.java 57 return GLES20.glGetString(GLES20.GL_EXTENSIONS).split(" ");
  /cts/tools/junit/src/com/android/cts/junit/
SingleJUnitTestRunner.java 36 String[] classAndMethod = args[0].split("#");
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 53 String[] langCountry = locale.split("_");
  /development/tools/winscope/src/
transform_wm.js 189 var split = name.split('/');
190 var pkg = split[0];
191 var clazz = split.slice(1).join('/');
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
simple_server.py 22 sys_version = "Python/" + sys.version.split()[0]
33 self.status.split(' ',1)[0], self.bytes_sent
78 path,query = self.path.split('?',1)
100 k,v = h.split(':',1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
serve.py 16 if '.' not in fn.split(os.path.sep)[-1]:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
websucker.py 16 _v = __version__.split()
79 dir, base = os.path.split(path)
99 path = os.sep.join(path.split("/"))
115 head, tail = os.path.split(dir)
  /external/autotest/client/site_tests/build_RootFilesystemSize/
build_RootFilesystemSize.py 41 output_columns = output.split()
  /external/autotest/client/site_tests/platform_Perf/
platform_Perf.py 97 tokens = line.split()
113 tokens = line.split()
135 kernel_mapping = kernel_mapping.split(':')[2]
137 kernel_mapping).strip().split()
  /external/autotest/client/site_tests/platform_TabletMode/
platform_TabletMode.py 97 filename1 = screenshot1.split('/')[-1]
98 filename2 = screenshot2.split('/')[-1]
118 filename1 = screenshot1.split('/')[-1]
119 filename2 = screenshot2.split('/')[-1]
  /external/autotest/client/site_tests/security_RendererSandbox/
security_RendererSandbox.py 35 pids.append(proc.split()[0])
  /external/autotest/client/tools/
oprofile_diff 8 (samples, percent, symbol) = line.split()
  /external/autotest/server/site_tests/android_Invariants/
android_Invariants.py 37 tokens = self.host.run_output('ls -LZ %s' % path).split()
  /external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
platform_CryptohomeMigrateChapsToken.py 25 board_name = host.get_board().split(':')[1]
  /external/brotli/python/tests/
decompress_test.py 13 return test_data.split('.compressed')[0]

Completed in 702 milliseconds

<<11121314151617181920>>