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

<<81828384858687888990>>

  /external/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 38 ICPCountThreshold("icp-count-threshold", cl::Hidden, cl::ZeroOrMore,
46 ICPPercentThreshold("icp-percent-threshold", cl::init(33), cl::Hidden,
53 MaxNumPromotions("icp-max-prom", cl::init(2), cl::Hidden, cl::ZeroOrMore,
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 40 cl::Hidden);
45 cl::Hidden);
57 GPOpt("mgpopt", cl::Hidden,
MipsTargetObjectFile.cpp 24 SSThreshold("mips-ssection-threshold", cl::Hidden,
29 LocalSData("mlocal-sdata", cl::Hidden,
34 ExternSData("mextern-sdata", cl::Hidden,
  /external/llvm/test/CodeGen/AArch64/
arm64-fold-address.ll 8 @"OBJC_IVAR_$_UIScreen._bounds" = external hidden global i64, section "__DATA, __objc_ivar", align 8
10 define hidden %struct.CGRect @nofold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
43 define hidden %struct.CGRect @fold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
  /external/llvm/test/DebugInfo/X86/
dbg-value-location.ll 45 declare hidden fastcc i32 @bar(i32, i32* nocapture) nounwind optsize ssp
46 declare hidden fastcc i32 @bar2(i32) nounwind optsize ssp
47 declare hidden fastcc i32 @bar3(i32) nounwind optsize ssp
  /external/llvm/test/Object/
yaml2obj-elf-symbol-visibility.yaml 35 # OBJ-NEXT: Name: hidden (1)
76 # YAML-NEXT: - Name: hidden
124 - Name: hidden
  /external/llvm/tools/llvm-as/
llvm-as.cpp 51 cl::Hidden);
54 DisableVerify("disable-verify", cl::Hidden,
60 cl::init(true), cl::Hidden);
  /external/python/cpython2/Modules/_ctypes/libffi/
fficonfig.h.in 67 /* Define if __attribute__((visibility("hidden"))) is supported. */
199 #define FFI_HIDDEN(name) .hidden name
201 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/python/cpython2/android_arm/libffi/
fficonfig.h 68 /* Define if __attribute__((visibility("hidden"))) is supported. */
200 #define FFI_HIDDEN(name) .hidden name
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/python/cpython2/android_arm64/libffi/
fficonfig.h 68 /* Define if __attribute__((visibility("hidden"))) is supported. */
200 #define FFI_HIDDEN(name) .hidden name
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/python/cpython2/android_x86/libffi/
fficonfig.h 68 /* Define if __attribute__((visibility("hidden"))) is supported. */
200 #define FFI_HIDDEN(name) .hidden name
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/python/cpython2/android_x86_64/libffi/
fficonfig.h 68 /* Define if __attribute__((visibility("hidden"))) is supported. */
200 #define FFI_HIDDEN(name) .hidden name
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/python/cpython2/darwin_x86_64/libffi/
fficonfig.h 68 /* Define if __attribute__((visibility("hidden"))) is supported. */
200 #define FFI_HIDDEN(name) .hidden name
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/python/cpython2/linux_x86_64/libffi/
fficonfig.h 68 /* Define if __attribute__((visibility("hidden"))) is supported. */
200 #define FFI_HIDDEN(name) .hidden name
202 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/python/cpython3/Modules/_ctypes/libffi/
fficonfig.h.in 67 /* Define if __attribute__((visibility("hidden"))) is supported. */
199 #define FFI_HIDDEN(name) .hidden name
201 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/selinux/libselinux/src/
label_support.c 66 int hidden read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...)
116 void hidden digest_gen_hash(struct selabel_digest *digest)
144 int hidden digest_add_specfile(struct selabel_digest *digest, FILE *fp,
  /external/selinux/libsemanage/src/
user_record.c 60 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,
  /external/swiftshader/third_party/LLVM/lib/Support/
Debug.cpp 40 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
50 cl::Hidden,
70 cl::Hidden, cl::value_desc("debug string"),
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
dbg-value-location.ll 44 declare hidden fastcc i32 @bar(i32, i32* nocapture) nounwind optsize ssp
45 declare hidden fastcc i32 @bar2(i32) nounwind optsize ssp
46 declare hidden fastcc i32 @bar3(i32) nounwind optsize ssp
  /external/syslinux/core/
callback.inc 40 global core_farcall:function hidden
45 global core_intcall:function hidden
150 global core_cfarcall:function hidden
  /external/tensorflow/tensorflow/contrib/lite/kernels/
unidirectional_sequence_rnn.cc 78 // Mark hidden state as a persistent tensor.
121 // Initialize the pointer to hidden state.
138 // Initialize the pointer to hidden state.
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
DosFileAttributeView.java 37 * to indicate if the file is read-only, hidden, a system file, or archived.
54 * <td> hidden </td>
121 * Updates the value of the hidden attribute.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
msdos_fs.h 34 #define ATTR_HIDDEN 2 /* hidden */
119 __le32 hidden; /* hidden sectors (unused) */ member in struct:fat_boot_sector
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 69 foo += "HIDDEN";
79 foo = foo + "HIDDEN";
94 tv.setText("HIDDEN");
  /system/media/camera/docs/
ndk_camera_metadata_tags.mako 148 print " WARNING: {}_{} is marked as hidden".format(csym(ndk(entry.name)), val.name) + \
149 " enum in NDK. Please double check this value is properly hidden" + \
153 % if val.hidden or val.ndk_hidden:

Completed in 1145 milliseconds

<<81828384858687888990>>