/external/icu4c/test/testdata/ |
tstfiles.mk | 6 # Not everything has been moved to this file yet, as this is a new 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/clang/examples/PrintFunctionNames/ |
README.txt | 1 This is a simple example demonstrating how to use clang's facility for
|
/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
|
/prebuilt/linux-x86/toolchain/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
|
syslog.h | 44 * bottom 3 bits are the priority (0-7) and the top 28 bits are the facility 67 /* mark "facility" */ 92 /* facility codes */ 117 #define LOG_FACMASK 0x03f8 /* mask to extract facility part */ 118 /* facility of pri */
|
shm.h | 48 facility. The definition is found in XPG4.2. */
|
/external/openssl/crypto/ |
s390xcap.c | 29 /* 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
|
/hardware/invensense/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
|
/external/chromium/chrome/browser/ui/webui/ |
constrained_html_ui.h | 28 // ConstrainedHtmlUI is a facility to show HTML WebUI content
|
/external/dnsmasq/contrib/Solaris10/ |
README | 10 Facility) to manage services I thought I'd create a simple service manifest
|
/external/mesa3d/docs/ |
debugging.html | 33 There is a display list printing/debugging facility. See the end of
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/ |
directx.h | 61 /* Error facility codes */
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
directx.h | 61 /* Error facility codes */
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 61 public void changeBarringPassword(String facility, String oldPwd, 255 public void queryFacilityLock(String facility, String password, 260 public void queryFacilityLockForApp(String facility, String password, 265 public void setFacilityLock(String facility, boolean lockState, 270 public void setFacilityLockForApp(String facility, boolean lockState,
|
/external/chromium/chrome/browser/ui/cocoa/ |
view_id_util.h | 21 // doesn't provide a facility to store its ViewID, to avoid modifying each
|
/external/iproute2/tc/ |
README.last | 44 but remember: not all pentiums have this facility, and
|
/external/kernel-headers/original/linux/sunrpc/ |
debug.h | 52 #define dprintk(args...) dfprintk(FACILITY, ## args)
|
/external/nist-sip/java/gov/nist/javax/sip/ |
package.html | 15 a format that are suitable for trace viewing using the trace viewer facility.
|
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 319 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) { 335 public void queryFacilityLock(String facility, String pin, 337 queryFacilityLockForApp(facility, pin, serviceClass, null, result); 341 public void queryFacilityLockForApp(String facility, String pin, int serviceClass, 343 if (facility != null && facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) { 353 } else if (facility != null && facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) { 369 public void setFacilityLock(String facility, boolean lockEnabled, String pin, int serviceClass, 371 setFacilityLockForApp(facility, lockEnabled, pin, serviceClass, null, result) [all...] |
/bionic/libc/unistd/ |
syslog.c | 122 "syslog: unknown facility/priority: %x", pri); 125 "syslog_r: unknown facility/priority: %x", pri); 136 /* Set default facility if none specified. */ 346 data->opened = 1; /* ident and facility has been set */
|