Searched defs:hidden (Results 1 - 25 of 35) sorted by relevance

12

/external/libselinux/src/
H A Ddso.h5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
/external/selinux/libselinux/src/
H A Ddso.h5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
H A Dseusers.c91 int require_seusers hidden = 0; variable
/external/selinux/libsemanage/src/
H A Ddso.h5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
/external/selinux/libsepol/cil/src/
H A Ddso.h9 # define hidden __attribute__ ((visibility ("hidden"))) macro
13 extern __typeof (fct) fct __asm (#internal) hidden;
22 # define hidden macro
/external/selinux/libsepol/src/
H A Ddso.h9 # define hidden __attribute__ ((visibility ("hidden"))) macro
13 extern __typeof (fct) fct __asm (#internal) hidden;
22 # define hidden macro
/external/libopus/src/
H A Dmlp.c96 opus_val16 hidden[MAX_NEURONS];
105 hidden[j] = tansig_approx(sum);
112 sum = MAC16_16(sum, hidden[k], *W++);
120 float hidden[MAX_NEURONS]; local
129 hidden[j] = tansig_approx(sum);
136 sum = sum + hidden[k]**W++;
/external/clang/test/Modules/
H A Dmodule-private.cpp15 HiddenStruct hidden; // \ local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb162 def hidden?
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragment.java27 private boolean hidden; field in class:ShadowFragment
146 hidden = isHidden;
160 return hidden;
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp416 bool hidden = false; local
421 // If this relocation is hidden, skip it.
422 if (error(rel_cur->getHidden(hidden))) goto skip_print_rel;
423 if (hidden) goto skip_print_rel;
458 bool hidden; local
462 if (error(Reloc.getHidden(hidden)))
464 if (hidden)
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2917 private Token newToken(int type, String text, boolean hidden) { argument
2919 if (hidden) {
2934 private Token newToken(int type, boolean hidden) { argument
2935 return newToken(type, yytext(), hidden);
/external/tcpdump/
H A Dprint-l2tp.c458 int hidden = FALSE; local
487 hidden = TRUE;
505 if (hidden) {
/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp2 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
4 #define HIDDEN __attribute__((visibility("hidden")))
9 // When H is hidden, it should make X hidden, even if the template argument
19 // CHECK-HIDDEN: _ZN6test301bE = hidden global
34 // CHECK-HIDDEN: @_ZN6test251aE = hidden global
42 // CHECK-HIDDEN: @_ZN6test285myvecE = hidden global
46 #pragma GCC visibility push(hidden)
70 // Unlike gcc we propagate the information that foo not only is hidden, but
71 // has been explicitly marked as so. This lets us produce a hidden undefine
321 A::hidden = 0; member in class:Test12::A
792 HIDDEN void hidden() {} function in class:test39::A::B
[all...]
/external/doclava/src/com/google/doclava/
H A DDoclava.java122 boolean hidden) {
123 if (hidden && !checkLevel(SHOW_HIDDEN)) {
232 } else if (a[0].equals("-hidden")) {
616 if (option.equals("-hidden")) {
1040 * Writes the list of classes that must be present in order to provide the non-hidden APIs known
1050 // If a class is public and not hidden, then it and everything it derives
1357 * Returns true if the given element is hidden.
1390 * Filters out hidden and removed elements.
1419 * Filters hidden elements out of method return values.
1530 // (unless the class is hidden o
121 checkLevel(boolean pub, boolean prot, boolean pkgp, boolean priv, boolean hidden) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dmsdos_fs.h35 #define ATTR_HIDDEN 2 /* hidden */
124 __le32 hidden; /* hidden sectors (unused) */ member in struct:fat_boot_sector
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp50 JS_STATIC_PROP_ENTRY(hidden)
1700 FX_BOOL Field::hidden(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) function in class:Field
/external/elfutils/src/src/
H A Dld.h451 unsigned int hidden:1; member in struct:symbol
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/
H A Dobjects.cc2928 // Store on the holder which may be hidden behind the receiver.
4687 Handle<Name> hidden = object->GetIsolate()->factory()->hidden_string(); local
4688 LookupIterator it(object, hidden, LookupIterator::OWN_SKIP_INTERCEPTOR);
4700 // in the descriptor array matches the hidden string. Since the
4701 // hidden strings hash code is zero (and no other name has hash
4724 // Access check is always skipped for the hidden string anyways.
11681 // hidden and set the new prototype on that object.
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 872 milliseconds

12