Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dalign_structs.py26 stripped = line.strip()
27 return stripped.startswith("/*") and not stripped.endswith("*/")
52 stripped = line.lstrip()
53 return (stripped == "") or stripped.startswith("/*") or stripped.startswith("//")
/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
DEmuMetadataGenerator.java330 String stripped = line.strip(); in main() local
332 if (stripped.isEmpty()) { in main()
337 if (stripped.startsWith(ANNOTATIONS.get(j))) { in main()
346 fieldDescription += stripped; in main()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreg.py1473 stripped = False
1479 stripped = True
1484 if stripped:
1497 stripped = False
1503 stripped = True
1508 if stripped:
Dgenerator.py519 stripped = []
558 stripped.append(elem)
561 return stripped
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js15347 var stripped = expansion.replace(/##/g, "");
15349 while (stripped.indexOf("#" + (numArgs + 1)) !== -1) {
Dkatex.mjs15001 const stripped = expansion.replace(/##/g, "");
15003 while (stripped.indexOf("#" + (numArgs + 1)) !== -1) {
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal774 * except with the TagType modifier stripped.