Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 50) sorted by relevance

12

/build/make/tools/droiddoc/templates-pdk/
Dhead_tag.cs6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
12 <link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="te…
14 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" /…
16 <script src="<?cs var:toroot ?>assets/search_autocomplete.js" type="text/javascript"></script>
17 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
18 <script src="<?cs var:toroot ?>assets/android-developer-docs.js" type="text/javascript"></script>
19 <script src="<?cs var:toroot ?>assets/prettify.js" type="text/javascript"></script>
20 <script type="text/javascript">
24 <script src="<?cs var:toroot ?>assets/android-developer-reference.js" type="text/javascript"></scri…
25 <script src="<?cs var:toroot ?>navtree_data.js" type="text/javascript"></script><?cs
[all …]
Dtrailer.cs2 <script type="text/javascript">
/build/make/tools/releasetools/
Dota_metadata_pb2.py37 type=None),
41 type=None),
45 type=None),
49 type=None),
68 number=1, type=9, cpp_type=9, label=1,
75 number=2, type=9, cpp_type=9, label=3,
82 number=3, type=9, cpp_type=9, label=3,
89 number=4, type=9, cpp_type=9, label=1,
120 number=1, type=9, cpp_type=9, label=3,
127 number=2, type=9, cpp_type=9, label=3,
[all …]
Dota_utils.py256 metadata_proto.type = ota_metadata_pb2.OtaMetadata.AB
259 metadata_proto.type = ota_metadata_pb2.OtaMetadata.BLOCK
295 if metadata_proto.type == ota_metadata_pb2.OtaMetadata.AB:
297 elif metadata_proto.type == ota_metadata_pb2.OtaMetadata.BLOCK:
/build/soong/scripts/
Dconv_linker_config.py72 if getattr(type(pb), args.key).DESCRIPTOR.label == FieldDescriptor.LABEL_REPEATED:
100 type=str,
106 type=str,
116 type=str,
126 type=str,
132 type=str,
137 type=str,
142 type=str,
152 type=str,
158 type=str,
[all …]
Djsonmodify.py86 parser.add_argument("-v", "--value", type=SetValue,
90 parser.add_argument("-s", "--replace", type=Replace,
94 parser.add_argument("-r", "--remove", type=Remove,
98 parser.add_argument("-a", "--append_list", type=AppendList,
/build/make/tools/product_config/src/com/android/build/config/
DOutputChecker.java55 public final VarType type; field in OutputChecker.Variable
59 public Variable(String name, VarType type, Str original) { in Variable() argument
60 this(name, type, original, null); in Variable()
63 public Variable(String name, VarType type, Str original, Value updated) { in Variable() argument
65 this.type = type; in Variable()
74 return new Variable(name, type, original, updated); in addUpdated()
110 + " kati processing for " + var.type + " variable " + var.name + ".\n" in reportErrors()
DConfigBase.java65 public void addProductVar(String name, VarType type) { in addProductVar() argument
66 mProductVars.put(name, type); in addProductVar()
DDumpConfigParser.java152 final VarType type = "list".equals(fields.get(1)) ? VarType.LIST : VarType.SINGLE; in parseImpl() local
153 makeConfig.addProductVar(fields.get(2), type); in parseImpl()
156 System.out.println(" VAR: " + type + " " + fields.get(2)); in parseImpl()
/build/make/target/board/generic_arm64/sepolicy/
Dfile.te3 type persist_file, file_type;
5 # Default type for anything under /firmware.
6 type firmware_file, fs_type, contextmount_type;
/build/make/tools/
Dextract_kernel.py201 type=argparse.FileType('rb'),
208 type=argparse.FileType('wb'),
215 type=argparse.FileType('wb'),
222 type=argparse.FileType('wb'),
229 type=argparse.FileType('wb'),
Dmk2bp_catalog.py313 parser.add_argument("--device", type=str, required=True,
315 parser.add_argument("--title", type=str,
317 parser.add_argument("--codesearch", type=str,
320 parser.add_argument("--out_dir", type=str,
325 parser.add_argument("--mode", type=str,
/build/soong/cc/ndkstubgen/
D__init__.py110 type=os.path.realpath, # type: ignore
116 type=os.path.realpath, # type: ignore
120 type=os.path.realpath, # type: ignore
124 type=os.path.realpath, # type: ignore
D.gitignore133 # Pyre type checker
136 # pytype static type analyzer
/build/soong/cc/ndk_api_coverage_parser/
D__init__.py106 parser.add_argument('symbol_file', type=os.path.realpath, help='Path to symbol file.')
108 'output_file', type=os.path.realpath,
111 '--api-map', type=os.path.realpath, required=True,
D.gitignore133 # Pyre type checker
136 # pytype static type analyzer
/build/make/target/board/mainline_arm64/sepolicy/
Dfile.te3 type persist_file, file_type;
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-1.6.2.min.js16type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsBy… method
17type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\…
Djquery-resizable.min.js12type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.s…
19type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.check… property
29 …],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEven…
/build/make/tools/rbcrun/testdata/
Dshell.star1 # Tests "queue" data type
/build/soong/linkerconfig/proto/
DAndroid.bp11 type: "lite",
/build/bazel/rules_cc/cc/
Dfind_cc_toolchain.bzl38 C++ toolchain type:
47 We advise to depend on both `_cc_toolchain` attr and on the toolchain type for
50 Bazel version is not needed), it's enough to only keep the toolchain type.
/build/soong/cc/symbolfile/
D.gitignore133 # Pyre type checker
136 # pytype static type analyzer
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto64 // Indicates the delivery type (e.g. on-demand) of the module.
95 // Indicates the delivery type for persistent install.
109 // Indicates the delivery type for instant install.
/build/soong/scripts/hiddenapi/
Dmerge_csv.py39 default='-', type=argparse.FileType('w'))

12