Searched defs:hidden (Results 1 - 25 of 36) 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/libsepol/src/
H A Ddso.h5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
/external/clang/test/Modules/
H A Dmodule-private.cpp15 HiddenStruct hidden; // \ local
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_model_associator_unittest.cc22 bool hidden,
30 history_url.set_hidden(hidden);
41 bool hidden) {
46 typed_url.set_hidden(hidden);
56 (lhs.hidden() == rhs.hidden());
18 MakeTypedUrlRow(const char* url, const char* title, int typed_count, int64 last_visit, bool hidden, history::VisitVector* visits) argument
37 MakeTypedUrlSpecifics(const char* url, const char* title, int typed_count, int64 last_visit, bool hidden) argument
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h91 } hidden; member in struct:SDL_RWops
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h90 struct SDL_PrivateAudioData *hidden; member in struct:SDL_AudioDevice
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb162 def hidden?
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_messages.h84 WriteParam(m, p.hidden());
92 bool hidden; local
99 !ReadParam(m, iter, &hidden))
106 p->set_hidden(hidden);
123 LogParam(p.hidden(), l);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc236 new_url.set_hidden(typed_url.hidden());
256 (lhs.hidden() == rhs.hidden());
263 bool hidden,
271 history_url.set_hidden(hidden);
259 MakeTypedUrlEntry(const char* url, const char* title, int typed_count, int64 last_visit, bool hidden, history::VisitVector* visits) argument
/external/grub/stage2/
H A Dfat.h50 __u32 hidden; /* hidden sectors (unused) */ member in struct:fat_bpb
H A Ddisk_io.c502 set_partition_hidden_flag (int hidden) argument
532 if (hidden)
/external/oprofile/libutil++/
H A Dop_bfd.h59 bool hidden() const { return symb_hidden; } function in class:op_bfd_symbol
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp336 bool hidden = false; local
341 // If this relocation is hidden, skip it.
342 if (error(rel_cur->getHidden(hidden))) goto skip_print_rel;
343 if (hidden) goto skip_print_rel;
377 bool hidden;
381 if (error(ri->getHidden(hidden))) continue;
382 if (hidden) continue;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h319 struct SDL_PrivateVideoData *hidden; member in struct:SDL_VideoDevice
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2813 private Token newToken(int type, String text, boolean hidden) { argument
2815 if (hidden) {
2830 private Token newToken(int type, boolean hidden) { argument
2831 return newToken(type, yytext(), hidden);
/external/tcpdump/
H A Dprint-l2tp.c458 int hidden = FALSE; local
487 hidden = TRUE;
505 if (hidden) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h96 void setHidden(bool hidden) { m_hidden = hidden; setNeedsCommit(); } argument
/external/chromium/chrome/browser/history/
H A Dhistory.cc378 bool hidden,
394 row.set_hidden(hidden);
373 AddPageWithDetails(const GURL& url, const string16& title, int visit_count, int typed_count, Time last_visit, bool hidden, history::VisitSource visit_source) argument
H A Dhistory_types.h113 bool hidden() const { function in class:history::URLRow
116 void set_hidden(bool hidden) { argument
117 hidden_ = 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
312 A::hidden = 0; member in class:Test12::A
787 HIDDEN void hidden() {} function in class:test39::A::B
[all...]
/external/doclava/src/com/google/doclava/
H A DDoclava.java107 boolean hidden) {
109 if (hidden && !checkLevel(SHOW_HIDDEN)) {
212 } else if (a[0].equals("-hidden")) {
568 if (option.equals("-hidden")) {
860 * Writes the list of classes that must be present in order to provide the non-hidden APIs known
870 // If a class is public and not hidden, then it and everything it derives
1170 * Returns true if the given element is hidden.
1203 * Filters out hidden elements.
1232 * Filters hidden elements out of method return values.
1340 // (unless the class is hidden o
106 checkLevel(boolean pub, boolean prot, boolean pkgp, boolean priv, boolean hidden) argument
[all...]
/external/webkit/Source/WebCore/html/
H A DInputType.cpp88 map->add(InputTypeNames::hidden(), HiddenInputType::create);
703 const AtomicString& hidden() function in namespace:WebCore::InputTypeNames
705 DEFINE_STATIC_LOCAL(AtomicString, name, ("hidden"));
/external/bison/src/
H A Dvcg.h177 hidden by folding or edge classes) does not have fixed specified
624 /* hidden specifies the classes of edges that are hidden.
627 hidden class are not drawn. However, nodes that are not reachable
629 of classes of hidden edges allows to hide parts of a graph, e.g.,
632 exactly the set of classes that are hidden. Note the important
639 int hidden;
638 int hidden; member in struct:graph
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.cc67 // The height of the bar when it is "hidden". It is usually not completely
68 // hidden because even when it is closed it forms the bottom few pixels of
359 // to the "hidden" state, which means we need to show our minimum height.
742 int hidden = GetFirstHiddenBookmark(0, NULL); local
745 if (hidden >= 0 && hidden <= idx) {
1079 // Make sure it stays hidden for the duration of the drag.
/external/kernel-headers/original/linux/
H A Dmsdos_fs.h32 #define ATTR_HIDDEN 2 /* hidden */
127 __le32 hidden; /* hidden sectors (unused) */ member in struct:fat_boot_sector
213 dotsOK:1, /* set = hidden and system files are named '.filename' */

Completed in 3692 milliseconds

12