HomeSort by relevance Sort by last modified time
    Searched full:facility (Results 1 - 25 of 763) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
stfle.c 3 /* Number of double words needed to store all facility bits. */
42 printf("STFLE facility is installed\n");
44 printf("STFLE facility is not installed\n");
46 /* Test #3: Tell STFLE to only write 1 DW of facility bits. Expected condition
48 that need 2 do double words to store facility bits. */
stfle.stdout.exp 5 STFLE facility is installed
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/icu4c/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/chromium_org/remoting/host/win/
host_messages.mc.jinja2 35 Facility=Host
46 Facility=Host
57 Facility=Host
68 Facility=Host
79 Facility=Host
  /frameworks/base/keystore/java/android/security/
KeyStoreParameter.java 31 * facility</a>. The Android KeyStore facility is accessed through a
34 * the user to unlock or initialize the Android KeyStore facility.
38 * UID so apps using the {@code sharedUid} facility will also share a
41 * Keys may be generated using the {@link KeyPairGenerator} facility with a
74 * facility</a>.
93 * facility.
  /external/tcpdump/
print-syslog.c 89 u_int16_t facility,severity; local
94 * severity and facility values
127 facility = (pri & SYSLOG_FACILITY_MASK) >> 3;
134 tok2str(syslog_facility_values, "unknown (%u)", facility),
142 tok2str(syslog_facility_values, "unknown (%u)", facility),
143 facility,
  /external/llvm/lib/Target/SystemZ/
SystemZProcessors.td 21 "Assume that the distinct-operands facility is installed"
26 "Assume that the load/store-on-condition facility is installed"
31 "Assume that the high-word facility is installed"
SystemZSubtarget.h 44 // Return true if the target has the distinct-operands facility.
47 // Return true if the target has the load/store-on-condition facility.
50 // Return true if the target has the high-word facility.
  /external/kernel-headers/original/linux/
ufs_fs_i.h 6 * Laboratory for Computer Science Research Computing Facility
ufs_fs_sb.h 6 * Laboratory for Computer Science Research Computing Facility
  /external/chromium_org/chrome_frame/infobars/
infobar_manager.h 37 // the content may use to interact with the Infobar facility.
39 // InfobarContent is deleted when the Infobar facility is finished with the
infobar_content.h 11 // infobar facility. Pass an instance of your implementation to
15 // The instance will be deleted by the infobar facility when it is no longer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
klog.h 26 /* Control the kernel's logging facility. This corresponds exactly to
28 with the user-level syslog facility, which is something completely
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
klog.h 26 /* Control the kernel's logging facility. This corresponds exactly to
28 with the user-level syslog facility, which is something completely
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
klog.h 26 /* Control the kernel's logging facility. This corresponds exactly to
28 with the user-level syslog facility, which is something completely
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtrace.h 38 ** prtrace.h -- NSPR's Trace Facility.
40 ** The Trace Facility provides a means to trace application
57 ** facility. When tracing is compiled in and all tracing is
61 ** When DEBUG is defined at compile time, the Trace Facility is
64 ** defined, the Trace Facility is not compiled into NSPR nor
65 ** exported in its header files. If the Trace Facility is
69 ** Trace Facility must be compiled with the same level of trace
73 ** For any of the Trace Facility methods that requires a trace
78 ** Trace Facility methods are thread-safe and SMP safe.
80 ** Users of the Trace Facility should use the defined macros to
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
s390xcap.c 31 /* protection against missing store-facility-list-extended */
  /external/openssl/crypto/
s390xcap.c 31 /* protection against missing store-facility-list-extended */
  /external/chromium/base/
at_exit.h 17 // This class provides a facility similar to the CRT atexit(), except that
19 // happen at a really bad time and under the loader lock. This facility is
  /external/chromium_org/base/
at_exit.h 17 // This class provides a facility similar to the CRT atexit(), except that
19 // happen at a really bad time and under the loader lock. This facility is
  /external/chromium_org/chrome/installer/util/
self_reg_work_item.cc 31 // return codes by ORing a number into the top four bits of the facility code
39 // Note that this will do the wrong thing for high-valued facility codes.
  /hardware/invensense/60xx/mlsdk/platform/linux/
log_linux.c 24 * @brief Logging facility for the MPL
28 * @brief Core logging facility functions.
  /packages/apps/Email/src/com/android/email/provider/
AccountBackupRestore.java 23 * Helper class to facilitate EmailProvider's account backup/restore facility.
33 * To accomplish backup/restore, we use the facility now built in to EmailProvider to store a
  /external/chromium/base/threading/
worker_pool.h 16 // This is a facility that runs tasks that don't require a specific thread or

Completed in 5490 milliseconds

1 2 3 4 5 6 7 8 91011>>