| /external/python/google-api-python-client/scripts/ |
| D | buildprbody.py | 62 Generates a PR body given an input file `'allapis.dataframe'` and 63 writes it to disk with file name `'allapis.summary'`. 66 dataframe = pd.read_csv(directory / "allapis.dataframe") 97 with open(directory / "allapis.summary", "w") as f:
|
| D | README.md | 18 11. Copy the contents of `temp/allapis.summary` into the PR Body.
|
| D | buildprbody_test.py | 63 with open(CHANGE_SUMMARY_DIR / "allapis.summary") as f:
|
| D | changesummary.py | 358 with the same. The file `'allapis.dataframe'` is saved to the current 394 dataframe.to_csv(directory / "allapis.dataframe")
|
| D | changesummary_test.py | 183 result = pd.read_csv(TEMP_DIR / "allapis.dataframe")
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
| D | Opcode.java | 274 …EXECUTE_INLINE(allApis(0xee), "execute-inline", ReferenceType.NONE, Format.Format35mi, Opcode.ODE… enumConstant 280 …IGET_QUICK(combine(allApis(0xf2), allArtVersions(0xe3)), "iget-quick", ReferenceType.NONE, Format… 281 …IGET_WIDE_QUICK(combine(allApis(0xf3), allArtVersions(0xe4)), "iget-wide-quick", ReferenceType.NON… 282 …IGET_OBJECT_QUICK(combine(allApis(0xf4), allArtVersions(0xe5)), "iget-object-quick", ReferenceType… 283 …IPUT_QUICK(combine(allApis(0xf5), allArtVersions(0xe6)), "iput-quick", ReferenceType.NONE, Format… 284 …IPUT_WIDE_QUICK(combine(allApis(0xf6), allArtVersions(0xe7)), "iput-wide-quick", ReferenceType.NON… 285 …IPUT_OBJECT_QUICK(combine(allApis(0xf7), allArtVersions(0xe8)), "iput-object-quick", ReferenceType… 295 …INVOKE_VIRTUAL_QUICK(combine(allApis(0xf8), allArtVersions(0xe9)), "invoke-virtual-quick", Referen… 296 …INVOKE_VIRTUAL_QUICK_RANGE(combine(allApis(0xf9), allArtVersions(0xea)), "invoke-virtual-quick/ran… 421 private static List<VersionConstraint> allApis(int opcodeValue) { in allApis() method in Opcode
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/ |
| D | Opcode.java | 273 …EXECUTE_INLINE(allApis(0xee), "execute-inline", ReferenceType.NONE, Format.Format35mi, Opcode.ODE… enumConstant 279 …IGET_QUICK(combine(allApis(0xf2), allArtVersions(0xe3)), "iget-quick", ReferenceType.NONE, Format… 280 …IGET_WIDE_QUICK(combine(allApis(0xf3), allArtVersions(0xe4)), "iget-wide-quick", ReferenceType.NON… 281 …IGET_OBJECT_QUICK(combine(allApis(0xf4), allArtVersions(0xe5)), "iget-object-quick", ReferenceType… 282 …IPUT_QUICK(combine(allApis(0xf5), allArtVersions(0xe6)), "iput-quick", ReferenceType.NONE, Format… 283 …IPUT_WIDE_QUICK(combine(allApis(0xf6), allArtVersions(0xe7)), "iput-wide-quick", ReferenceType.NON… 284 …IPUT_OBJECT_QUICK(combine(allApis(0xf7), allArtVersions(0xe8)), "iput-object-quick", ReferenceType… 294 …INVOKE_VIRTUAL_QUICK(combine(allApis(0xf8), allArtVersions(0xe9)), "invoke-virtual-quick", Referen… 295 …INVOKE_VIRTUAL_QUICK_RANGE(combine(allApis(0xf9), allArtVersions(0xea)), "invoke-virtual-quick/ran… 420 private static List<VersionConstraint> allApis(int opcodeValue) { in allApis() method in Opcode
|
| /external/deqp/framework/egl/ |
| D | egluUtil.cpp | 479 EGLint allAPIs = 0; in getRenderableAPIsMask() local 482 allAPIs |= getConfigAttribInt(egl, display, *i, EGL_RENDERABLE_TYPE); in getRenderableAPIsMask() 484 return allAPIs; in getRenderableAPIsMask()
|
| /external/python/google-api-python-client/.github/workflows/ |
| D | main.yml | 78 output=$(cat temp/allapis.summary)
|
| /external/gfxstream-protocols/registry/vulkan/scripts/ |
| D | genRef.py | 150 allApis = apiAliases.copy() 151 allApis.append(apiName) 154 for name in allApis: 165 for name in allApis:
|