Home
last modified time | relevance | path

Searched defs:invisible (Results 1 – 7 of 7) sorted by relevance

/external/turbine/java/com/google/turbine/bytecode/
DLowerAttributes.java88 List<AnnotationInfo> invisible = new ArrayList<>(); in addAllAnnotations() local
106 List<TypeAnnotationInfo> invisible = new ArrayList<>(); in addAllTypeAnnotations() local
127 List<AnnotationInfo> invisible = new ArrayList<>(); in addParameterAnnotations() local
/external/autotest/client/site_tests/video_MediaRecorderPerf/
Dvideo_MediaRecorderPerf.py76 keyframe, invisible, discardable): argument
/external/harfbuzz_ng/src/
Dhb-buffer.hh95 hb_codepoint_t invisible; /* 0 or something else. */ member
Dhb-ot-shape.cc644 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local
Dhb-buffer.cc1198 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph()
/external/ImageMagick/coders/
Dpng.c708 invisible[MNG_MAX_OBJECTS], member
/external/python/cpython3/Lib/test/
Dtest_enum.py211 def invisible(self): member in TestEnum.test_dir_on_sub_with_behavior_on_super.SuperEnum