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

<<71727374757677787980>>

  /development/samples/browseable/AppRestrictionSchema/res/xml/
app_restrictions.xml 67 <!-- Hidden restriction -->
72 android:restrictionType="hidden"
  /development/vndk/tools/header-checker/header-abi-util/src/
collect_exported_headers.cpp 28 // Ignore swap files and hidden files / dirs. Do not recurse into them too.
64 // Ignore swap files and hidden files / dirs. Do not recurse into them too.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 40 * so that whitespace etc... can go to the parser on a "hidden" channel.
50 public const int Hidden = 99;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 51 HIDDEN = HIDDEN_CHANNEL = :hidden
  /external/autotest/client/site_tests/security_DeviceJail_Filesystem/
security_DeviceJail_Filesystem.py 71 # All other devices should be hidden.
72 raise error.TestError('Device should be hidden: %s' % filename)
  /external/clang/test/CodeGen/
attributes.c 51 // CHECK: define hidden void @t4() [[NUW]] {
52 void t4() __attribute__((visibility("hidden")));
  /external/clang/test/CodeGenCXX/
const-init-cxx1y.cpp 49 // CHECK: @_ZGRN34HiddenVariableTemplateWithConstRef1iIvEE_ = linkonce_odr hidden constant i32 5, align 4
53 __attribute__((visibility("hidden"))) const int &i = 5;
  /external/clang/test/CodeGenObjC/
interface-layout-64.m 8 // CHECK: @"OBJC_IVAR_$_I5._iv6_synth" = hidden global i64 16, section "__DATA, __objc_ivar", align 8
9 // CHECK: @"OBJC_IVAR_$_I5._iv7_synth" = hidden global i64 20, section "__DATA, __objc_ivar", align 8
  /external/dng_sdk/source/
dng_gain_map.h 143 // Hidden copy constructor and assignment operator.
207 // Hidden copy constructor and assignment operator.
dng_image_writer.h 118 // Hidden copy constructor and assignment operator.
158 // Hidden copy constructor and assignment operator.
531 // Hidden copy constructor and assignment operator.
575 // Hidden copy constructor and assignment operator.
598 // Hidden copy constructor and assignment operator.
660 // Hidden copy constructor and assignment operator.
753 // Hidden copy constructor and assignment operator.
984 // Hidden copy constructor and assignment operator.
  /external/doclava/src/com/google/doclava/
DocInfo.java 51 * Hidden and removed elements should not be appear in api.txt files, nor
53 * @return true if the element is either hidden or removed.
  /external/guava/
javadoc-stylesheet.css 74 overflow:hidden;
125 overflow:hidden;
138 overflow:hidden;
145 overflow:hidden;
368 overflow:hidden;
463 h1.hidden {
464 visibility:hidden;
465 overflow:hidden;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DurationFormat.java 49 * @hide draft / provisional / internal are hidden on Android
58 * @hide draft / provisional / internal are hidden on Android
  /external/icu/icu4c/source/config/
mh-darwin 15 LIBCFLAGS += -fvisibility=hidden
16 LIBCXXFLAGS += -fvisibility=hidden
  /external/libjpeg-turbo/java/doc/
stylesheet.css 74 overflow:hidden;
125 overflow:hidden;
138 overflow:hidden;
145 overflow:hidden;
368 overflow:hidden;
463 h1.hidden {
464 visibility:hidden;
465 overflow:hidden;
  /external/libopus/src/
mlp_train.c 120 double hidden[MAX_NEURONS]; local
151 hidden[i] = tansig_approx(sum);
157 sum += W1[i*(hiddenDim+1)+j+1]*hidden[j];
172 W1_grad[i*(hiddenDim+1)+j+1] += grad*error[i]*hidden[j];
180 grad *= 1-hidden[i]*hidden[i];
432 fprintf (stderr, "usage: mlp_train <inputs> <hidden> <outputs> <nb samples> <nb epoch>\n");
476 printf ("\n/* hidden layer */\n");
  /external/libunwind/src/aarch64/
Gregs.c 29 HIDDEN int
107 HIDDEN int
  /external/libunwind/src/ia64/
Gglobal.c 30 HIDDEN struct ia64_global_unwind_state unw =
52 HIDDEN void
  /external/libunwind/src/
os-hpux.c 36 HIDDEN define_lock(os_map_lock);
38 HIDDEN struct map_info *
  /external/libunwind/src/ppc64/
Gregs.c 30 HIDDEN int
74 HIDDEN int
  /external/linux-kselftest/tools/testing/selftests/x86/
sysret_ss_attrs.c 2 * sysret_ss_attrs.c - test that syscalls return valid hidden SS attributes
15 * the hidden attributes set to an unusable state. Make sure the kernel
  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 31 cl::init(80), cl::Hidden);
37 cl::init(51), cl::Hidden);
  /external/llvm/test/CodeGen/AArch64/
arm64-2012-05-22-LdStOptBug.ll 12 @"OBJC_IVAR_$_UIScreen._bounds" = external hidden global i64, section "__DATA, __objc_ivar", align 8
14 define hidden %struct.CGRect @t(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
  /external/llvm/test/Linker/
only-needed-named-metadata.ll 28 @U_linkonce = linkonce_odr hidden global i32 6
31 define linkonce_odr hidden i32 @unused_linkonce() { ret i32 8 }
  /external/llvm/test/Object/
objdump-symbol-table.test 40 ELF-shared: 000012b8 l *ABS* 00000000 .hidden _GLOBAL_OFFSET_TABLE_
41 ELF-shared: 00001248 l *ABS* 00000000 .hidden _DYNAMIC

Completed in 1448 milliseconds

<<71727374757677787980>>