HomeSort by relevance Sort by last modified time
    Searched refs:isset (Results 1 - 21 of 21) sorted by null

  /external/wpa_supplicant_8/hs20/server/www/
add-mo.php 10 if (isset($_POST["id"]))
17 if (strlen($id) < 32 || !isset($user) || !isset($pw)) {
redirect.php 10 if (isset($_GET["id"]))
cert-enroll.php 10 if (isset($_GET["id"]))
add-free.php 10 if (isset($_POST["id"]))
users.php 10 if (isset($_GET["id"])) {
16 if (isset($_GET["cmd"]))
37 if (!isset($mo))
87 if ($cmd == "policy" && $id > 0 && isset($_GET["policy"])) {
94 if ($cmd == "account-type" && $id > 0 && isset($_GET["type"])) {
114 if (isset($_GET["dump"])) {
260 if (isset($_GET["limit"])) {
spp.php 15 if (isset($_GET["realm"])) {
78 } else if (isset($_SERVER["SSL_CLIENT_VERIFY"]) &&
80 isset($_SERVER["SSL_CLIENT_M_SERIAL"])) {
83 } else if (!isset($_SERVER["PATH_INFO"]) ||
93 if (isset($user) && strlen($user) > 0)
est.php 96 if (!isset($user) || strlen($user) == 0) {
103 if (!isset($_SERVER["CONTENT_TYPE"])) {
151 if (!isset($matches['snhex']) || strlen($matches['snhex']) < 1) {
  /external/flatbuffers/tests/MyGame/Example/
Any.php 22 if (!isset(self::$names[$e])) {
Color.php 20 if (!isset(self::$names[$e])) {
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.php 20 if (!isset(self::$names[$e])) {
  /external/flatbuffers/tests/union_vector/
Character.php 26 if (!isset(self::$names[$e])) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
param.h 58 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
param.h 58 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /external/boringssl/src/crypto/asn1/
tasn_enc.c 307 int isset, sktag, skaclass; local
315 isset = 1;
318 isset = 2;
320 isset = 0;
331 if (isset)
368 isset, iclass);
  /external/flatbuffers/php/
ByteBuffer.php 376 $issigned = isset($this->_buffer[$sign]) && ord($this->_buffer[$sign]) & 0x80;
400 $issigned = isset($this->_buffer[$sign]) && ord($this->_buffer[$sign]) & 0x80;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 232 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 790 bool isset; // used during building; later ignored member in struct:FinalRulePart
792 FinalRulePart() : isset(false) {}
802 if (isset) {
805 isset = true;
894 bool isset() const { function in struct:FinalRule
895 return part[0].isset && part[1].isset;
912 return !p.second.isset();
965 int32_t p = fr.part[0].isset ? 1 : 0;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 663 extern bool isset(const void *array, uint bit);
668 #define isset(a, i) (((const uint8 *)a)[(i) / NBBY] & (1 << ((i) % NBBY))) macro
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 71 PHPKW(isset); // "Language construct"
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 2282 isset(const void *array, uint bit) function
    [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 435 milliseconds