Searched refs:hidden (Results 76 - 100 of 300) sorted by relevance

1234567891011>>

/external/syslinux/core/
H A Dcallback.inc40 global core_farcall:function hidden
45 global core_intcall:function hidden
150 global core_cfarcall:function hidden
/external/selinux/libsepol/src/
H A Dservices.c123 int hidden sepol_set_sidtab(sidtab_t * s)
129 int hidden sepol_set_policydb(policydb_t * p)
1019 int hidden sepol_validate_transition(sepol_security_id_t oldsid,
1070 int hidden sepol_validate_transition_reason_buffer(sepol_security_id_t oldsid,
1128 int hidden sepol_compute_av_reason(sepol_security_id_t ssid,
1162 int hidden sepol_compute_av_reason_buffer(sepol_security_id_t ssid,
1204 int hidden sepol_compute_av(sepol_security_id_t ssid,
1219 int hidden sepol_string_to_security_class(const char *class_name,
1238 int hidden sepol_string_to_av_perm(sepol_security_class_t tclass,
1283 int hidden sepol_sid_to_contex
[all...]
/external/boringssl/linux-x86/crypto/aes/
H A Dvpaes-x86.S61 .hidden _vpaes_preheat
70 .hidden _vpaes_encrypt_core
148 .hidden _vpaes_decrypt_core
237 .hidden _vpaes_schedule_core
332 .hidden _vpaes_schedule_192_smear
345 .hidden _vpaes_schedule_round
395 .hidden _vpaes_schedule_transform
411 .hidden _vpaes_schedule_mangle
472 .hidden vpaes_set_encrypt_key
506 .hidden vpaes_set_decrypt_ke
[all...]
/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
3 // For clang, "internal" is just an alias for "hidden". We could use it for some
7 #define HIDDEN __attribute__((visibility("hidden")))
12 // When H is hidden, it should make X hidden, even if the template argument
22 // CHECK-HIDDEN: _ZN6test301bE = hidden global
37 // CHECK-HIDDEN: @_ZN6test251aE = hidden global
45 // CHECK-HIDDEN: @_ZN6test285myvecE = hidden global
49 #pragma GCC visibility push(hidden)
73 // Unlike gcc we propagate the information that foo not only is hidden, bu
324 A::hidden = 0; member in class:Test12::A
795 HIDDEN void hidden() {} function in class:test39::A::B
[all...]
/external/autotest/tko/
H A Dcompose_query.cgi43 <input type="hidden" name="title" value="%s">
61 <input type="hidden" name="columns" value="%s">
62 <input type="hidden" name="rows" value="%s">
63 <input type="hidden" name="condition" value="%s">
/external/fmtlib/doc/bootstrap/
H A Dnormalize.less73 // Address `[hidden]` styling not present in IE 8/9/10.
77 [hidden],
189 // Correct overflow not hidden in IE 9/10/11.
193 overflow: hidden;
263 // Address `overflow` set to `hidden` in IE 8/9/10/11.
/external/guava/
H A Djavadoc-stylesheet.css74 overflow:hidden;
125 overflow:hidden;
138 overflow:hidden;
145 overflow:hidden;
368 overflow:hidden;
463 h1.hidden {
464 visibility:hidden;
465 overflow:hidden;
/external/libjpeg-turbo/java/doc/
H A Dstylesheet.css74 overflow:hidden;
125 overflow:hidden;
138 overflow:hidden;
145 overflow:hidden;
368 overflow:hidden;
463 h1.hidden {
464 visibility:hidden;
465 overflow:hidden;
/external/llvm/test/MC/AArch64/
H A Dbasic-pic.s90 .hidden hiddenvar // @hiddenvar
/external/pdfium/fpdfsdk/javascript/
H A DAnnot.cpp25 {"hidden", get_hidden_static, set_hidden_static},
38 bool Annot::hidden(CJS_Runtime* pRuntime, function in class:Annot
/external/syslinux/com32/elflink/ldlinux/
H A DMakefile16 CFLAGS += -I$(topdir)/core/elflink -I$(topdir)/core/include -I$(topdir)/com32/lib -fvisibility=hidden
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDVideoCallViewController.m91 _videoCallView.statusLabel.hidden = YES;
122 _videoCallView.statsView.hidden = NO;
/external/iw/
H A Diw.h47 int hidden; member in struct:cmd
74 .hidden = (_hidden), \
107 .hidden = 1, \
/external/libtextclassifier/common/
H A Dembedding-network-params-from-proto.h43 // embeddings, hidden and softmax layers as transposed versions of their
151 return proto_->hidden(i).rows();
156 return proto_->hidden(i).cols();
161 return proto_->hidden(i).value().data();
/external/mesa3d/src/mapi/mapi/
H A Dmapi_abi.py51 self.hidden = attrs['hidden']
150 'hidden': not func.is_static_entry_point(name),
191 'hidden': False,
202 elif val == 'hidden':
203 attrs['hidden'] = True
327 # non-handcode hidden aliases may share the entry they alias
328 use_alias = (ent.hidden and ent.alias and not ent.handcode)
337 export = self.api_call if not ent.hidden else ''
379 if mangle and ent.hidden
[all...]
/external/icu/icu4j/
H A Dstylesheet7.css83 overflow:hidden;
134 overflow:hidden;
147 overflow:hidden;
154 overflow:hidden;
195 overflow:hidden;
383 overflow:hidden;
479 h1.hidden {
480 visibility:hidden;
481 overflow:hidden;
H A Dstylesheet8.css91 overflow:hidden;
137 overflow:hidden;
150 overflow:hidden;
157 overflow:hidden;
200 overflow:hidden;
381 overflow:hidden;
552 h1.hidden {
553 visibility:hidden;
554 overflow:hidden;
/external/libnl/doc/stylesheets/
H A Dvolnitsky.css404 border-left-style: hidden;
405 border-right-style: hidden;
408 border-top-style: hidden;
409 border-bottom-style: hidden;
412 border-style: hidden;
/external/libopus/src/
H A Dmlp_train.c120 double hidden[MAX_NEURONS]; local
148 hidden[i] = tansig_approx(sum);
154 sum += W1[i*(hiddenDim+1)+j+1]*hidden[j];
167 W1_grad[i*(hiddenDim+1)+j+1] += grad*error[i]*hidden[j];
175 grad *= 1-hidden[i]*hidden[i];
439 fprintf (stderr, "usage: mlp_train <inputs> <hidden> <outputs> <nb samples> <nb epoch>\n");
480 printf ("\n/* hidden layer */\n");
/external/selinux/libsemanage/src/
H A Duser_record.c60 hidden void semanage_user_key_unpack(const semanage_user_key_t * key,
309 hidden int semanage_user_join(semanage_handle_t * handle,
372 hidden int semanage_user_split(semanage_handle_t * handle,
H A Dfcontexts_local.c121 int hidden semanage_fcontext_validate_local(semanage_handle_t * handle,
H A Dport_record.c45 hidden int semanage_port_compare2_qsort(const semanage_port_t ** port,
/external/google-breakpad/src/common/android/
H A Dbreakpad_getcontext.S41 .hidden breakpad_getcontext
98 .hidden breakpad_getcontext
182 .hidden breakpad_getcontext
437 .hidden breakpad_getcontext
/external/libunwind/src/x86_64/
H A Dgetcontext.S113 .hidden _Ux86_64_getcontext_trace
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame_personality.s26 .hidden DW.ref.__gxx_personality_v0

Completed in 1154 milliseconds

1234567891011>>