Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 20 of 20) sorted by relevance

/development/vndk/tools/sourcedr/ninja/
Dninja.py33 def open(path, mode, encoding=None): argument
277 def __init__(self, lines_iterable, path='<stdin>', encoding='utf-8'): argument
278 self.encoding = encoding
547 def parse(self, path, encoding, depfile=None): argument
558 self._parse_internal(path, encoding, EvalEnv())
560 self.parse_dep_file(depfile, encoding)
564 def _parse_internal(self, path, encoding, env): argument
566 with open(path, 'r', encoding=encoding) as fp:
567 self._push_context(Lexer(fp, path, encoding), env)
839 self._parse_internal(path, self._lexer.encoding, env)
[all …]
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DAudioRecorder.java48 private void startRecording(int sampleRate, int channelMask, int encoding) { in startRecording() argument
58 .setEncoding(encoding) in startRecording()
61 int minBufferSize = AudioRecord.getMinBufferSize(sampleRate, channelMask, encoding); in startRecording()
/development/scripts/
Dcargo2rulesmk.py470 with open(self.outf_name, "a", encoding="utf-8") as outf:
799 with open(name, "w", encoding="utf-8") as outf:
810 with open("./Cargo.toml", "r", encoding="utf-8") as inf:
851 with open(cargo_toml, "r", encoding="utf-8") as in_file:
857 with open(cargo_toml, "a", encoding="utf-8") as out_file:
890 with open(cargo_toml, "w", encoding="utf-8") as out_file:
910 with open(cargo_out, "a+", encoding="utf-8") as out_file:
961 with open(CARGO_OUT, "r", encoding="utf-8") as cargo_out:
1025 with open("rules.mk", "a", encoding="utf-8") as outf:
1283 with open(args.config, "r", encoding="utf-8") as f:
[all …]
Dboardconfig_usage_analysis.py102 for line in open(board_config_mk, encoding='latin1'):
128 with open(makefile, encoding='latin1') as mk_file:
Dstack_core.py140 return ln.encode().decode(encoding='utf8', errors='ignore')
269 encoding='utf8')
/development/treble/
Dread_build_trace_gz.py38 self._trace_file = gzip.open(trace_file, 'rt', encoding='utf-8')
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradle.properties13 # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding
/development/tools/ndk/ndkabidump/
Dsoong.py80 encoding="utf-8",
/development/python-packages/adb/adb/
D__init__.py186 version_output = subprocess.check_output(adb_path + ['version'], encoding='utf-8')
230 self.adb_cmd + ['shell', 'echo'], encoding='utf-8')
315 cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, encoding='utf-8')
/development/vndk/snapshot/
Dcollect_licenses.py85 with open(filepath, 'rt', encoding='utf-8') as file_to_check:
Dutils.py58 output = subprocess.check_output(cmd, encoding='utf-8')
/development/samples/PictureInPicture/ComposePip/
Dgradle.properties9 org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
/development/samples/NsdManagerSample/
Dgradle.properties9 org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
/development/samples/VirtualDeviceManager/common/proto/
Dremote_event.proto175 int32 encoding = 3; field
/development/tools/privapp_permissions/
Dprivapp_permissions.py156 return output.decode(encoding='UTF-8')
477 return output.decode(encoding='UTF-8')
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduParser.java912 String encoding = new String(partDataEncoding); in parseParts() local
913 if (encoding.equalsIgnoreCase(PduPart.P_BASE64)) { in parseParts()
916 } else if (encoding.equalsIgnoreCase(PduPart.P_QUOTED_PRINTABLE)) { in parseParts()
/development/tools/external_crates/
DCargo.lock430 "percent-encoding",
715 "percent-encoding",
1989 name = "percent-encoding"
2691 "percent-encoding",
/development/tools/cargo_embargo/testdata/either/
Dcargo.metadata849 "encoding",
1115 "encoding",
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata4966 "encoding",
5232 "encoding",
5598 "encoding",
6669 "encoding",
6831 "encoding",
7036 "encoding",
7067 "encoding",
7149 "encoding",
7322 "encoding",
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata1586 "encoding",
1825 "encoding",
2547 "encoding",
2877 "encoding",
7134 "encoding"
8857 "encoding"
9831 "multimedia::encoding",
9832 "encoding"
13072 "encoding"
13596 "encoding",
[all …]