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

1 2 3 4 5 6 7 8 910

  /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/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/dnsmasq/contrib/Solaris10/
README 10 Facility) to manage services I thought I'd create a simple service manifest
  /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 */
  /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)
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 320 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) {
339 * @param facility one of CB_FACILTY_*
344 public void queryFacilityLock (String facility, String pin,
346 if (facility != null &&
347 facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) {
357 } else if (facility != null &&
358 facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) {
374 * @param facility one of CB_FACILTY_*
379 public void setFacilityLock (String facility, boolean lockEnabled,
382 if (facility != null &
    [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 */
  /dalvik/libcore/sql/src/main/java/javax/sql/
ConnectionEvent.java 26 * events are a facility to report when an application closes the pooled
  /external/icu4c/common/
servnotf.h 56 * <p>Abstract implementation of a notification facility. Clients add
  /external/quake/quake/src/QW/
release233_notes.txt 14 the denial of service attacks currently present and to facility some changes
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 437 if(mDbg) log("Error in querying facility lock:" + ar.exception);
444 if(mDbg) log("Query facility lock : " + mIccFdnEnabled);
446 Log.e(mLogTag, "[IccCard] Bogus facility lock response");
456 if (mDbg) log("Error in querying facility lock:" + ar.exception);
463 if(mDbg) log("Query facility lock : " + mIccPinLocked);
465 Log.e(mLogTag, "[IccCard] Bogus facility lock response");
497 //TODO: put facility read in SIM_READY now, maybe in REG_NW
553 Log.e(mLogTag, "Error change facility lock with exception "
568 Log.e(mLogTag, "Error change facility fdn with exception "
  /external/e2fsprogs/po/
at-expand.pl 11 "#. Translators are free to use the \@-expansion facility if they so\n",
17 "#. \@-expansion facility at all.\n",
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 91 * @param doAutoRestore When true, enables the automatic app-data restore facility. When
92 * false, this facility will be disabled.
  /dalvik/libcore/logging/src/main/java/java/util/logging/
ErrorManager.java 23 * An error reporting facility for {@link Handler} implementations to record any
  /external/qemu/android/
hw-qemud.h 57 * a given emulator facility. Only one client can be connected at any
  /external/stlport/stlport/stl/config/
_apple.h 93 #undef _REENTRANT //*ty 11/24/2001 - to make sure no thread facility is activated
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalCtrl.h 70 facility on WEP options IE already enabled*/
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 620 String facility = scToBarringFacility(sc); local
623 phone.mCM.queryFacilityLock(facility, password,
626 phone.mCM.setFacilityLock(facility, isActivate(), password,
637 String facility; local
646 facility = CommandsInterface.CB_FACILITY_BA_ALL;
648 facility = scToBarringFacility(sia);
651 phone.mCM.changeBarringPassword(facility, oldPwd,
    [all...]
  /bionic/libc/include/net/
if_types.h 135 #define IFT_TERMPAD 0x5b /* CCITT-ITU X.3 PAD Facility */
214 #define IFT_DS1FDL 0xaa /* Facility Data Link (4Kbps) on a DS1*/
219 #define IFT_NFAS 0xaf /* Non-Facility Associated Signaling */
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
if_types.h 135 #define IFT_TERMPAD 0x5b /* CCITT-ITU X.3 PAD Facility */
214 #define IFT_DS1FDL 0xaa /* Facility Data Link (4Kbps) on a DS1*/
219 #define IFT_NFAS 0xaf /* Non-Facility Associated Signaling */
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
if_types.h 135 #define IFT_TERMPAD 0x5b /* CCITT-ITU X.3 PAD Facility */
214 #define IFT_DS1FDL 0xaa /* Facility Data Link (4Kbps) on a DS1*/
219 #define IFT_NFAS 0xaf /* Non-Facility Associated Signaling */

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 910