Home
last modified time | relevance | path

Searched refs:invisible (Results 1 – 25 of 97) sorted by relevance

1234

/external/turbine/java/com/google/turbine/bytecode/
DLowerAttributes.java88 List<AnnotationInfo> invisible = new ArrayList<>(); in addAllAnnotations() local
93 (annotation.isRuntimeVisible() ? visible : invisible).add(annotation); in addAllAnnotations()
98 if (!invisible.isEmpty()) { in addAllAnnotations()
99 attributes.add(new Attribute.RuntimeInvisibleAnnotations(invisible)); in addAllAnnotations()
106 List<TypeAnnotationInfo> invisible = new ArrayList<>(); in addAllTypeAnnotations() local
108 (annotation.anno().isRuntimeVisible() ? visible : invisible).add(annotation); in addAllTypeAnnotations()
113 if (!invisible.isEmpty()) { in addAllTypeAnnotations()
115 new Attribute.RuntimeInvisibleTypeAnnotations(ImmutableList.copyOf(invisible))); in addAllTypeAnnotations()
127 List<AnnotationInfo> invisible = new ArrayList<>(); in addParameterAnnotations() local
134 invisible.add(annotation); in addParameterAnnotations()
[all …]
/external/fmtlib/doc/bootstrap/
Dutilities.less33 .invisible {
/external/auto/value/userguide/
Dwhy.md7 * **API-invisible** (callers cannot become dependent on your choice to use it)
/external/google-styleguide/
DRguide.md24 return(invisible(NULL))
34 return(invisible(NULL))
/external/clang/test/Modules/Inputs/
DDebugCXX.h34 Template<long> invisible;
/external/llvm/test/Transforms/ConstantMerge/
Ddont-merge.ll42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
/external/llvm-project/clang/test/Modules/Inputs/
DDebugCXX.h37 Template<long> invisible;
/external/guava/refactorings/
DCharMatcherRewrite.java142 return CharMatcher.invisible(); in after()
/external/harfbuzz_ng/src/
Dhb-ot-shape.cc732 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local
734 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables()
740 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
Dhb-buffer.cc227 invisible = 0; in reset()
1200 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument
1205 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph()
1222 return buffer->invisible; in hb_buffer_get_invisible_glyph()
Dhb-buffer.h354 hb_codepoint_t invisible);
/external/compiler-rt/test/tsan/Darwin/
Dignored-interceptors.mm4 // TSan-invisible atomics as synchronization.
/external/pdfium/testing/resources/javascript/xfa_specific/
Dbug_985781.in55 <items presence="invisible" save="0">
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dignore-noninstrumented.mm4 // TSan-invisible atomics as synchronization.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt43 If targets are invisible, i.e. red color does not appear in the
/external/llvm-project/llvm/test/Transforms/ConstantMerge/
Ddont-merge.ll42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
/external/python/cpython2/Doc/library/
Dcurses.panel.rst81 screen invisible.
/external/python/cpython3/Doc/library/
Dcurses.panel.rst83 screen invisible.
/external/google-styleguide/docguide/
Dphilosophy.md26 remain invisible to users who don't need them.
/external/llvm-project/llvm/test/DebugInfo/AArch64/
Dcompiler-gen-bbs-livedebugvalues.mir18 %invisible = add i32 %var, 1
/external/python/pyasn1/docs/source/pyasn1/type/opentype/
Dcontents.rst41 "invisible" in serialization. However, like any other ASN.1 type,
/external/pdfium/testing/resources/
Dbug_306123.in51 <field y="283mm" x="47mm" w="62mm" h="9mm" presence="invisible">
393 <draw minH="7.234mm" w="67mm" presence="invisible" x="0.001mm">
534 <draw minH="7.234mm" w="67mm" presence="invisible" x="0.001mm">
541 <draw minH="7.234mm" w="67mm" presence="invisible">
555 <draw minH="7.234mm" w="67mm" presence="invisible">
/external/llvm/lib/Target/SystemZ/
DREADME.txt53 conventions require f128s to be returned by invisible reference.
/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
DGUIDE.md1217 `invisible` | `--layout-invisible` | Assigns `visibility: hidden`
1261 <div class="demo">Before invisible span <span class="invisible">Not displayed</span> After invisibl…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DREADME.txt53 conventions require f128s to be returned by invisible reference.

1234