/build/make/tools/droiddoc/templates-pdk/ |
D | head_tag.cs | 6 <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 …]
|
D | trailer.cs | 2 <script type="text/javascript">
|
/build/make/tools/releasetools/ |
D | ota_metadata_pb2.py | 37 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 …]
|
D | ota_utils.py | 256 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/ |
D | conv_linker_config.py | 72 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 …]
|
D | jsonmodify.py | 86 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/ |
D | OutputChecker.java | 55 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()
|
D | ConfigBase.java | 65 public void addProductVar(String name, VarType type) { in addProductVar() argument 66 mProductVars.put(name, type); in addProductVar()
|
D | DumpConfigParser.java | 152 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/ |
D | file.te | 3 type persist_file, file_type; 5 # Default type for anything under /firmware. 6 type firmware_file, fs_type, contextmount_type;
|
/build/make/tools/ |
D | extract_kernel.py | 201 type=argparse.FileType('rb'), 208 type=argparse.FileType('wb'), 215 type=argparse.FileType('wb'), 222 type=argparse.FileType('wb'), 229 type=argparse.FileType('wb'),
|
D | mk2bp_catalog.py | 313 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__.py | 110 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 | .gitignore | 133 # Pyre type checker 136 # pytype static type analyzer
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | __init__.py | 106 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 | .gitignore | 133 # Pyre type checker 136 # pytype static type analyzer
|
/build/make/target/board/mainline_arm64/sepolicy/ |
D | file.te | 3 type persist_file, file_type;
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsBy… method 17 …type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\…
|
D | jquery-resizable.min.js | 12 …type=="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… 19 …type!=="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/ |
D | shell.star | 1 # Tests "queue" data type
|
/build/soong/linkerconfig/proto/ |
D | Android.bp | 11 type: "lite",
|
/build/bazel/rules_cc/cc/ |
D | find_cc_toolchain.bzl | 38 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 | .gitignore | 133 # Pyre type checker 136 # pytype static type analyzer
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.proto | 64 // 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/ |
D | merge_csv.py | 39 default='-', type=argparse.FileType('w'))
|