/external/turbine/java/com/google/turbine/bytecode/ |
D | LowerAttributes.java | 88 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/ |
D | utilities.less | 33 .invisible {
|
/external/auto/value/userguide/ |
D | why.md | 7 * **API-invisible** (callers cannot become dependent on your choice to use it)
|
/external/google-styleguide/ |
D | Rguide.md | 24 return(invisible(NULL)) 34 return(invisible(NULL))
|
/external/clang/test/Modules/Inputs/ |
D | DebugCXX.h | 34 Template<long> invisible;
|
/external/llvm/test/Transforms/ConstantMerge/ |
D | dont-merge.ll | 42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
|
/external/llvm-project/clang/test/Modules/Inputs/ |
D | DebugCXX.h | 37 Template<long> invisible;
|
/external/guava/refactorings/ |
D | CharMatcherRewrite.java | 142 return CharMatcher.invisible(); in after()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape.cc | 732 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()
|
D | hb-buffer.cc | 227 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()
|
D | hb-buffer.h | 354 hb_codepoint_t invisible);
|
/external/compiler-rt/test/tsan/Darwin/ |
D | ignored-interceptors.mm | 4 // TSan-invisible atomics as synchronization.
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | bug_985781.in | 55 <items presence="invisible" save="0">
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | ignore-noninstrumented.mm | 4 // TSan-invisible atomics as synchronization.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 43 If targets are invisible, i.e. red color does not appear in the
|
/external/llvm-project/llvm/test/Transforms/ConstantMerge/ |
D | dont-merge.ll | 42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
|
/external/python/cpython2/Doc/library/ |
D | curses.panel.rst | 81 screen invisible.
|
/external/python/cpython3/Doc/library/ |
D | curses.panel.rst | 83 screen invisible.
|
/external/google-styleguide/docguide/ |
D | philosophy.md | 26 remain invisible to users who don't need them.
|
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
D | compiler-gen-bbs-livedebugvalues.mir | 18 %invisible = add i32 %var, 1
|
/external/python/pyasn1/docs/source/pyasn1/type/opentype/ |
D | contents.rst | 41 "invisible" in serialization. However, like any other ASN.1 type,
|
/external/pdfium/testing/resources/ |
D | bug_306123.in | 51 <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/ |
D | README.txt | 53 conventions require f128s to be returned by invisible reference.
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/ |
D | GUIDE.md | 1217 `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/ |
D | README.txt | 53 conventions require f128s to be returned by invisible reference.
|