/system/tools/aidl/build/ |
D | aidl_gen_rule.go | 107 func (g *aidlGenRule) aidlInterface(ctx android.BaseModuleContext) *aidlInterface { 108 return ctx.GetDirectDepWithTag(g.properties.BaseName, interfaceDep).(*aidlInterface) 111 func (g *aidlGenRule) getImports(ctx android.ModuleContext) map[string]string { 112 iface := g.aidlInterface(ctx) 113 return iface.getImports(g.properties.Version) 116 func (g *aidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { 117 srcs, imports := getPaths(ctx, g.properties.Srcs, g.properties.AidlRoot) 119 g.deps = getDeps(ctx, g.getImports(ctx)) 126 g.implicitInputs = append(g.implicitInputs, genDirTimestamp) 127 g.implicitInputs = append(g.implicitInputs, g.deps.implicits...) [all …]
|
D | aidl_interface_backends.go | 266 g := aidlImplementationGeneratorProperties{ 307 mctx.CreateModule(wrapLibraryFactory(cc.BinaryFactory), g.ModuleProperties...) 546 g := &aidlImplementationGenerator{} 547 g.AddProperties(&g.properties) 548 android.InitAndroidModule(g) 549 return g 565 func (g *aidlImplementationGenerator) DepsMutator(ctx android.BottomUpMutatorContext) { 568 func (g *aidlImplementationGenerator) GenerateAndroidBuildActions(ctx android.ModuleContext) { 571 func (g *aidlImplementationGenerator) GenerateImplementation(ctx android.TopDownMutatorContext) { 572 …mports := wrap("", getImportsWithVersion(ctx, g.properties.AidlInterfaceName, g.properties.Version… [all …]
|
D | message_check_compatibility.txt | 4 Above AIDL file(s) has changed in a backward-incompatible way, e.g. removing 7 when a module using the interface is updated, e.g., Maineline modules.
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 225 func (g *hidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { 226 g.genOutputDir = android.PathForModuleGen(ctx) 228 for _, input := range g.properties.Inputs { 229 g.genInputs = append(g.genInputs, android.PathForModuleSrc(ctx, input)) 233 for _, src := range g.properties.Inputs { 239 switch g.properties.Language { 241 g.genOutputs = append(g.genOutputs, android.PathForModuleGen(ctx, "lint.json")) 244 …g.genOutputs = append(g.genOutputs, android.PathForModuleGen(ctx, intf+"_inheritance_hierarchy.jso… 247 for _, output := range g.properties.Outputs { 248 g.genOutputs = append(g.genOutputs, android.PathForModuleGen(ctx, output)) [all …]
|
/system/extras/simpleperf/scripts/inferno/ |
D | svg_renderer.py | 39 g = 60 + int(180 * hash_to_float(method)) 41 return (r, g, b) 46 g = 180 + int(70 * hash_to_float((method))) 48 return (r, g, b) 53 g = 110 + 105 * (1 - callsite.weight() / total_weight) 55 return (r, g, b) 76 r, g, b = get_dso_color(callsite.dso) 78 r, g, b = get_legacy_color(method) 80 r, g, b = get_heat_color(callsite, total_weight) 82 r_border, g_border, b_border = [max(0, color - 50) for color in [r, g, b]] [all …]
|
/system/logging/logd/ |
D | LogPermissions.cpp | 110 gid_t g[4] = { (gid_t)-1, (gid_t)-1, (gid_t)-1, (gid_t)-1 }; in checkSupplementaryGroup() local 112 sscanf(line + sizeof(gid_string) - 1, "%u\t%u\t%u\t%u", &g[0], in checkSupplementaryGroup() 113 &g[1], &g[2], &g[3]); in checkSupplementaryGroup() 116 if ((gid == g[0]) && (gid == g[1]) && (gid == g[2]) && in checkSupplementaryGroup() 117 (gid == g[3])) { in checkSupplementaryGroup()
|
/system/tools/hidl/c2hal/ |
D | README.md | 13 c2hal [-g] [-o dir] -p package (-r interface-root)+ (header-filepath)+ 21 -g: Enabling this flag changes the behavior of c2hal to parse opengl files. 41 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 42 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 43 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 44 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 45 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 46 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
|
/system/security/keystore/ |
D | test-keystore | 120 keystore system g baz 125 keystore root g baz 135 keystore app_0 g baz 157 keystore app_0 g 160 keystore app_0 g 0x 193 keystore app_0 g 0x 243 keystore root g baz 254 keystore root g baz
|
/system/extras/cpu_loads/ |
D | Android.bp | 25 "-g", 38 "-g", 51 "-g", 64 "-g", 77 "-g", 109 "-g",
|
/system/update_engine/aosp/ |
D | dynamic_partition_test_utils.h | 99 const DynamicPartitionGroup& g) { 100 os << "{" << g.name() << ", " << g.size() << ", "; 101 VectorToStream(os, g.partition_names()); 125 auto* g = manifest->mutable_dynamic_partition_metadata()->add_groups(); in AddGroup() local 126 g->set_name(group); in AddGroup() 127 g->set_size(group_size); in AddGroup() 128 return g; in AddGroup() 170 auto* g = AddGroup(&manifest, std::string(kDefaultGroup), kDefaultGroupSize); in PartitionSizesToManifest() local 172 AddPartition(&manifest, g, pair.first, pair.second); in PartitionSizesToManifest()
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 35 * For e.g. "dummy0" 37 * For e.g. 192.0.2.0/24 or 2001:db8:1::/48. 42 * For e.g. 10.0.0.1 or 2001:db8:1::cafe. 58 * For e.g. "dummy0" 60 * For e.g. 192.0.2.0/24 or 2001:db8:1::/48. 65 * For e.g. 10.0.0.1 or 2001:db8:1::cafe. 78 * For e.g. "dummy0". 90 * For e.g. "dummy0". 109 * @param inputIfName Input interface. For e.g. "dummy0". 110 * @param outputIfName Output interface. For e.g. "rmnet_data7".
|
/system/libufdt/tests/testdata/ |
D | overlay_2_layers-overlay.dts | 5 g = "g";
|
/system/core/healthd/ |
D | AnimationParser.cpp | 58 int* g = &field->color_g; in parse_text_field() local 64 if (sscanf(in, "c c %d %d %d %d %n%*s%n", r, g, b, a, &start, &end) == 4) { in parse_text_field() 67 } else if (sscanf(in, "c %d %d %d %d %d %n%*s%n", y, r, g, b, a, &start, &end) == 5) { in parse_text_field() 69 } else if (sscanf(in, "%d c %d %d %d %d %n%*s%n", x, r, g, b, a, &start, &end) == 5) { in parse_text_field() 71 } else if (sscanf(in, "%d %d %d %d %d %d %n%*s%n", x, y, r, g, b, a, &start, &end) != 6) { in parse_text_field()
|
/system/timezone/input_tools/version/ |
D | tzupdate.properties | 3 # This should be the tzdata version. e.g. "2015a". 6 # This is used to indicate when Android has issued a revision. e.g. "1", "2".
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/ |
D | sha2.c | 88 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local 112 g = ctx->h[6]; in sha2processBlock() 118 uint32_t ch = (e & f) ^ ((~e) & g); in sha2processBlock() 124 h = g; in sha2processBlock() 125 g = f; in sha2processBlock() 141 ctx->h[6] += g; in sha2processBlock()
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 807 thread.g.c, false); 931 getNodesMatchingFuncId(this.threadInfo.g), false); 1198 g: Math.floor(110 + 105 * (1 - widthPercentage * 0.01)), 1263 ofill="rgb(${color.r},${color.g},${color.b})" 1264 fill="rgb(${color.r},${color.g},${color.b})" 1265 style="stroke:rgb(${borderColor.r},${borderColor.g},${borderColor.b})"/> 1309 _adjustTextSizeForNode(g) { argument 1310 let text = g.find('text'); 1311 let width = parseFloat(g.find('rect').attr('width')) * this.svgWidth * 0.01; 1316 let methodName = g.find('title').text().split(' | ')[0]; [all …]
|
/system/extras/runconuid/ |
D | runconuid.cpp | 106 gid_t g; in lookup_gid() local 108 if (sscanf(c, "%d", &g) == 1) { in lookup_gid() 109 return g; in lookup_gid()
|
/system/extras/alloc-stress/ |
D | Android.bp | 30 "-g", 42 "-g",
|
/system/core/libutils/ |
D | Errors_test.cpp | 99 auto g = [&](bool success) -> status_t { in TEST() local 105 status_t a = g(true); in TEST() 108 status_t b = g(false); in TEST()
|
/system/linkerconfig/generator/tests/data/ |
D | library_list_b.txt | 3 g.so
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | port_contexts | 1 # portcon statements go here, e.g.
|