HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 1576 - 1600 of 7805) sorted by null

<<61626364656667686970>>

  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/doclava/
ChecksConfig.kt 39 val hidden: List<Int>,
61 hidden = (2..6) + (19..30)
73 hidden = listOf(22)
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
ChangeTransformTest.java 57 // hidden properties of the View to execute.
80 // hidden properties of the View to execute.
103 // hidden properties of the View to execute.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-alpha/
tlspic1.s 4 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8
49 /* GD against hidden symbol */
78 /* IE against local and hidden */
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/
tlspic1.s 8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8
57 /* GD against hidden symbol */
100 /* IE against local and hidden */
  /art/runtime/
hidden_api.h 31 // Hidden API enforcement policy
196 // This function might print warnings into the log if the member is hidden.
205 // Decode hidden API access flags.
219 // Member is hidden. Invoke `fn_caller_in_platform` and find the origin of the access.
226 // Member is hidden and caller is not in the platform.
237 // This function might print warnings into the log if the member is hidden.
  /external/llvm/utils/vim/
vimrc 161 " Chop off " (Hidden)", if present, and move it to the menu.
162 let l:hidden = stridx(l:value, " (Hidden)")
163 if l:hidden != -1
164 let l:menu .= " (Hidden)"
165 let l:value = l:value[:l:hidden-1]
  /external/swiftshader/third_party/LLVM/utils/vim/
vimrc 154 " Chop off " (Hidden)", if present, and move it to the menu.
155 let l:hidden = stridx(l:value, " (Hidden)")
156 if l:hidden != -1
157 let l:menu .= " (Hidden)"
158 let l:value = l:value[:l:hidden-1]
  /external/wayland-protocols/flinger_headers/
hwcomposer2_arc_private.h 132 static inline const char* getArcPrivateHiddenName(hwc2_arc_private_hidden_t hidden)
134 switch (hidden) {
279 /* arcSetLayerHidden(..., hidden)
284 * Indicates whether the layer should be hidden or not. This flag is set by the
288 * hidden - the setting to use.
295 int32_t /* hwc2_arc_private_hidden_t */ hidden);
  /frameworks/base/core/java/android/webkit/
WebStorage.java 133 // Must be a no-op for backward compatibility: see the hidden constructor for reason.
144 // Must be a no-op for backward compatibility: see the hidden constructor for reason.
155 // Must be a no-op for backward compatibility: see the hidden constructor for reason.
167 // Must be a no-op for backward compatibility: see the hidden constructor for reason.
176 // Must be a no-op for backward compatibility: see the hidden constructor for reason.
185 // Must be a no-op for backward compatibility: see the hidden constructor for reason.
  /system/keymaster/contexts/
keymaster1_passthrough_context.cpp 147 AuthorizationSet hidden; local
148 keymaster_error_t error = BuildHiddenAuthorizations(additional_params, &hidden,
154 error = DeserializeIntegrityAssuredBlob(blob, hidden, &key_material, &hw_enforced, &sw_enforced);
224 AuthorizationSet hidden;
225 error = BuildHiddenAuthorizations(key_description, &hidden, softwareRootOfTrust);
229 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob);
  /bionic/libc/arch-common/bionic/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
49 * This function must be global *and* hidden. Only the
  /cts/tests/signature/api-check/hidden-api-blacklist-27-api/
AndroidTest.xml 16 <configuration description="Config for CTS Hidden API Signature test cases">
34 <option name="instrumentation-arg" key="hidden-api-files" value="blacklist.api" />
  /cts/tests/signature/api-check/hidden-api-blacklist-current-api/
AndroidTest.xml 16 <configuration description="Config for CTS Hidden API Signature test cases">
35 <option name="instrumentation-arg" key="hidden-api-files" value="blacklist.api,dark_greylist.api" />
  /cts/tests/signature/api-check/hidden-api-blacklist-debug-class/
AndroidTest.xml 16 <configuration description="Config for CTS Hidden API Signature test cases">
35 <option name="instrumentation-arg" key="hidden-api-files" value="blacklist.api,dark_greylist.api" />
  /cts/tests/tests/icu/
AndroidTest.xml 34 <option name="hidden-api-checks" value="false"/>
44 <option name="hidden-api-checks" value="false"/>
  /development/vndk/tools/vtable-dumper/
vndk_vtable_dumper.cpp 23 using llvm::cl::Hidden;
57 P.second->setHiddenFlag(Hidden);
  /external/antlr/antlr-3.4/runtime/CSharp2/
API CHANGES.TXT 19 Antlr.Runtime.BaseRecognizer.HIDDEN renamed to Antlr.Runtime.BaseRecognizer.Hidden
  /external/clang/test/CodeGenCXX/
cfi-stats.cpp 1 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-vcall,cfi-nvcall,cfi-derived-cast,cfi-unrelated-cast,cfi-icall -fsanitize-stats -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-vcall,cfi-nvcall,cfi-derived-cast,cfi-unrelated-cast,cfi-icall -fsanitize-trap=cfi-vcall -fwhole-program-vtables -fsanitize-stats -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/Profile/
cxx-templates.cpp 13 // T0GEN: @[[T0C:__profc__Z4loopILj0EEvv]] = linkonce_odr hidden global [2 x i64] zeroinitializer
14 // T100GEN: @[[T100C:__profc__Z4loopILj100EEvv]] = linkonce_odr hidden global [2 x i64] zeroinitializer
  /external/compiler-rt/lib/builtins/arm/
aeabi_div0.c 33 int __attribute__((weak)) __attribute__((visibility("hidden")))
38 long long __attribute__((weak)) __attribute__((visibility("hidden")))
  /external/libcxx/docs/DesignDocs/
VisibilityMacros.rst 19 Mark a symbol as hidden so it will not be exported from shared libraries.
44 Mark a function as hidden and force inlining whenever possible.
73 if `-fvisibility=hidden` is specified. Additionally applying a visibility
114 Mark a symbol as hidden so it will not be exported from shared libraries. This
119 When building libc++ with hidden visibility, we want explicit template
124 libc++ DSO built with hidden visibility without encountering missing symbols.
136 either hidden (via this macro) or inline, so that they don't leak into client
146 as hidden as that will prevent the dylib definition from being found.
  /external/libunwind/src/arm/
Gregs.c 27 HIDDEN int
75 HIDDEN int
  /external/libunwind/src/hppa/
Gregs.c 28 HIDDEN int
72 HIDDEN int
  /external/libunwind/src/mips/
Gregs.c 29 HIDDEN int
97 HIDDEN int
  /external/libunwind/src/ppc32/
Gregs.c 30 HIDDEN int
73 HIDDEN int

Completed in 1281 milliseconds

<<61626364656667686970>>