/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer_config.json | 7 "rstrip": false, boolean 15 "rstrip": false, boolean 23 "rstrip": false, boolean 31 "rstrip": false, boolean 39 "rstrip": false, boolean 47 "rstrip": false, boolean 55 "rstrip": false, boolean 63 "rstrip": false, boolean 71 "rstrip": false, boolean 79 "rstrip": false, boolean [all …]
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer_config.json | 7 "rstrip": false, boolean 15 "rstrip": false, boolean 23 "rstrip": false, boolean 31 "rstrip": false, boolean 39 "rstrip": false, boolean 47 "rstrip": false, boolean 55 "rstrip": false, boolean 63 "rstrip": false, boolean 71 "rstrip": false, boolean 79 "rstrip": false, boolean [all …]
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer_config.json | 7 "rstrip": false, boolean 15 "rstrip": false, boolean 23 "rstrip": false, boolean 31 "rstrip": false, boolean 39 "rstrip": false, boolean 47 "rstrip": false, boolean 55 "rstrip": false, boolean 63 "rstrip": false, boolean 71 "rstrip": false, boolean 79 "rstrip": false, boolean [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/preprocessed/ |
D | boost_mpl_preprocess.py | 33 line = re.sub(r'20', '%TWENTY%', line.rstrip()) 34 line = re.sub(r'11', '%ELEVEN%', line.rstrip()) 35 line = re.sub(r'10(?![0-9])', '%TEN%', line.rstrip()) 36 line = re.sub(r'%TWENTY%', re.escape(str(i+10)), line.rstrip()) 37 line = re.sub(r'%ELEVEN%', re.escape(str(i + 1)), line.rstrip()) 38 line = re.sub(r'%TEN%', re.escape(str(i)), line.rstrip()) 47 line = re.sub(r'20', '%TWENTY%', line.rstrip()) 48 line = re.sub(r'11', '%ELEVEN%', line.rstrip()) 49 line = re.sub(r'10(?![0-9])', '%TEN%', line.rstrip()) 50 line = re.sub(r'%TWENTY%', re.escape(str(i+10)), line.rstrip()) [all …]
|
/aosp_15_r20/external/iptables/ |
H A D | iptables-test.py | 240 table = line.rstrip()[1:] 269 table = line.rstrip()[1:] 273 chain_array = line.rstrip()[1:].split(",") 293 res = item[2].rstrip() 368 out = out.decode('utf-8').rstrip() 436 chain_array = line.rstrip()[1:].split(",") 442 external_cmd = line.rstrip()[1:] 447 table = line.rstrip()[1:] 471 res = item[2].rstrip() 473 variant = item[3].rstrip() [all …]
|
H A D | xlate-test.py | 50 translation = output.rstrip(" \n") 53 result.append(magenta("src: ") + sourceline.rstrip(" \n")) 111 result.append(args.nft + " call failed: " + error.rstrip('\n')) 146 sourceline = replayline = line.rstrip("\n") 150 expected = payload.readline().rstrip(" \n") 153 expected += "\n" + next_expected.rstrip(" \n")
|
/aosp_15_r20/external/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 106 function_name = self.pipe.stdout.readline().rstrip() 109 file_name = self.pipe.stdout.readline().rstrip() 163 function_name = self.pipe.stdout.readline().rstrip() 164 file_name = self.pipe.stdout.readline().rstrip() 205 return self.r.readline().rstrip() 288 fragments = lines[0].rstrip().split() 420 result.append(' #%s %s' % (str(self.frame_no), symbolized_frame.rstrip())) 431 return [line.rstrip()] 434 self.current_line = line.rstrip()
|
H A D | symbolize.py | 60 print line.rstrip().encode('utf-8') 75 function_name = p.stdout.readline().rstrip() 76 file_name = p.stdout.readline().rstrip() 97 print line.rstrip().encode('utf-8')
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/ |
H A D | parse_requirements_txt.bzl | 93 result.requirements[-1] = (result.requirements[-1][0], buffer.rstrip(" \n")) 96 result.options.append(buffer.rstrip(" \n")) 114 result.options.append(buffer.rstrip("\n")) 117 result.options.append(buffer.rstrip("\n")) 128 result.requirements[-1] = (result.requirements[-1][0], buffer.rstrip(" \n"))
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/examples/ |
H A D | wps-nfc.py | 84 return ret.rstrip().decode("hex") 94 return ret.rstrip().decode("hex") 104 return ret.rstrip().decode("hex") 113 return ret.rstrip().decode("hex") 121 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").rstrip() 123 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_cmd_line.py | 132 self.assertEqual(out.rstrip(), b'{}') 136 self.assertEqual(out.rstrip(), b"{'showrefcount': True}") 214 self.assertEqual(res.out.rstrip(), ascii(ch).encode('ascii')) 297 self.assertEqual(proc.stdout.rstrip(), ascii(arg)) 424 self.assertEqual(stdout.rstrip(), expected) 685 return proc.stdout.rstrip() 765 return proc.stdout.rstrip() 802 self.assertEqual(proc.stdout.rstrip(), name) 840 self.assertEqual(proc.stdout.rstrip(), 'False') 846 self.assertEqual(proc.stdout.rstrip(), 'True')
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/scripts/ |
D | unbalanced_allocs.py | 26 print('Unbalanced ' + line.rstrip()); 28 print(l.rstrip()) 65 print(line.rstrip()) 73 print(line.rstrip())
|
/aosp_15_r20/external/toolchain-utils/llvm_tools/ |
H A D | revert_checker.py | 131 if line.rstrip() == sep: 138 sha = sha.rstrip() 144 line = line.rstrip() 145 if line.rstrip() == sep: 150 yield _LogEntry(sha, "\n".join(commit_message).rstrip())
|
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/ |
H A D | otConverters_test.py | 64 xml = writer.file.getvalue().decode("utf-8").rstrip() 112 xml = writer.file.getvalue().decode("utf-8").rstrip() 140 xml = writer.file.getvalue().decode("utf-8").rstrip() 154 xml = writer.file.getvalue().decode("utf-8").rstrip() 165 xml = writer.file.getvalue().decode("utf-8").rstrip() 190 xml = writer.file.getvalue().decode("utf-8").rstrip()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | calendar.py | 326 s = s.rstrip() 328 s += self.formatweekheader(w).rstrip() 331 s += self.formatweek(week, w).rstrip() 345 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip()) 354 a(formatstring(names, colwidth, c).rstrip()) 357 a(formatstring(headers, colwidth, c).rstrip()) 368 a(formatstring(weeks, colwidth, c).rstrip())
|
/aosp_15_r20/external/cronet/build/android/gyp/util/ |
H A D | diff_utils.py | 21 if line.rstrip().endswith('# OMIT FROM EXPECTATIONS'): 35 '{}\n'.format(l.rstrip()) for l in actual_data.splitlines() if l.strip() 55 expected_lines = [l.rstrip() for l in f_expected.readlines()] 57 _SkipOmitted(line).rstrip() for line in actual_data.splitlines()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 67 self.data = data.rstrip() 141 return self.data.split('\n')[num - 1].rstrip() 329 pattern_stream = StringStream(self.data.rstrip(), 'pattern') 339 state.result.log += state.g['output'].data.rstrip() + '\n' 456 for line in result.log.rstrip().split('\n'): 457 print(' ' + line.rstrip())
|
/aosp_15_r20/external/skia/toolchain/ |
H A D | download_windows_amd64_toolchain.bzl | 105 …"/c", "(Get-ChildItem -Path VC/Tools/MSVC | sort Name | select -Last 1).BaseName"]).stdout.rstrip() 106 …c", "(Get-ChildItem -Path win_sdk/Include | sort Name | select -Last 1).BaseName"]).stdout.rstrip() 108 … msvc_version = ctx.execute(["bash", "-c", "ls VC/Tools/MSVC | sort | tail -1"]).stdout.rstrip() 109 …in_sdk_version = ctx.execute(["bash", "-c", "ls win_sdk/Include | sort | tail -1"]).stdout.rstrip()
|
/aosp_15_r20/external/python/cpython3/Tools/clinic/ |
D | cpp.py | 86 self.continuation = line[:-1].rstrip() + " " 121 line = before.rstrip() + ' ' + after.lstrip() 125 line = before.rstrip() 132 line = before.rstrip()
|
/aosp_15_r20/external/angle/build/android/gyp/util/ |
H A D | diff_utils.py | 22 if line.rstrip().endswith('# OMIT FROM EXPECTATIONS'): 36 '{}\n'.format(l.rstrip()) for l in actual_data.splitlines() if l.strip() 58 expected_lines = [l.rstrip() for l in f_expected.readlines()] 60 _SkipOmitted(line).rstrip() for line in actual_data.splitlines()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | calendar.py | 361 s = s.rstrip() 363 s += self.formatweekheader(w).rstrip() 366 s += self.formatweek(week, w).rstrip() 380 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip()) 389 a(formatstring(names, colwidth, c).rstrip()) 392 a(formatstring(headers, colwidth, c).rstrip()) 403 a(formatstring(weeks, colwidth, c).rstrip())
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | calendar.py | 361 s = s.rstrip() 363 s += self.formatweekheader(w).rstrip() 366 s += self.formatweek(week, w).rstrip() 380 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip()) 389 a(formatstring(names, colwidth, c).rstrip()) 392 a(formatstring(headers, colwidth, c).rstrip()) 403 a(formatstring(weeks, colwidth, c).rstrip())
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | calendar.py | 361 s = s.rstrip() 363 s += self.formatweekheader(w).rstrip() 366 s += self.formatweek(week, w).rstrip() 380 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip()) 389 a(formatstring(names, colwidth, c).rstrip()) 392 a(formatstring(headers, colwidth, c).rstrip()) 403 a(formatstring(weeks, colwidth, c).rstrip())
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | calendar.py | 361 s = s.rstrip() 363 s += self.formatweekheader(w).rstrip() 366 s += self.formatweek(week, w).rstrip() 380 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip()) 389 a(formatstring(names, colwidth, c).rstrip()) 392 a(formatstring(headers, colwidth, c).rstrip()) 403 a(formatstring(weeks, colwidth, c).rstrip())
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | calendar.py | 361 s = s.rstrip() 363 s += self.formatweekheader(w).rstrip() 366 s += self.formatweek(week, w).rstrip() 380 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip()) 389 a(formatstring(names, colwidth, c).rstrip()) 392 a(formatstring(headers, colwidth, c).rstrip()) 403 a(formatstring(weeks, colwidth, c).rstrip())
|