Home
last modified time | relevance | path

Searched refs:TYPE_FALSE (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/pecl-ast/ast-1.0.16/tests/
H A Dphp80_union_types_false.phpt39 flags: TYPE_FALSE (%d)
61 flags: TYPE_FALSE (%d)
68 flags: TYPE_FALSE (%d)
81 flags: TYPE_FALSE (%d)
93 flags: TYPE_FALSE (%d)
H A Dphp80_union_types.phpt68 flags: TYPE_FALSE (%d)
122 flags: TYPE_FALSE (%d)
H A Dmetadata.phpt60 AST_TYPE: [TYPE_NULL, TYPE_FALSE, TYPE_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_ARRAY, TYPE_…
65 AST_CAST: [TYPE_NULL, TYPE_FALSE, TYPE_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_ARRAY, TYPE_…
H A Dphp80_static_type.phpt58 flags: TYPE_FALSE (%d)
/dports/multimedia/pipewire/pipewire-0.3.43/test/
H A Dtest-spa-json.c48 #define TYPE_FALSE 6 macro
57 (type == TYPE_BOOL || type == TYPE_TRUE || type == TYPE_FALSE)); in check_type()
60 pwtest_bool_eq(spa_json_is_false(value, len), (type == TYPE_FALSE || type == TYPE_BOOL)); in check_type()
119 expect_type(&it[1], TYPE_FALSE); in PWTEST()
138 expect_type(&it[2], TYPE_FALSE); in PWTEST()
145 expect_type(&it[3], TYPE_FALSE); in PWTEST()
/dports/devel/py-rubymarshal/RubyMarshal-1.2.10/rubymarshal/
H A Dconstants.py5 TYPE_FALSE = b"F" variable
32 TYPE_FALSE: "TYPE_FALSE",
H A Dreader.py20 TYPE_FALSE,
81 elif token == TYPE_FALSE:
H A Dwriter.py17 TYPE_FALSE,
94 self.fd.write(TYPE_FALSE)
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_format.hpp56 TYPE_FALSE, enumerator
H A Dtrace_parser.cpp664 case trace::TYPE_FALSE: in parse_value()
731 case trace::TYPE_FALSE: in scan_value()
H A Dtrace_writer.cpp270 _writeByte(value ? trace::TYPE_TRUE : trace::TYPE_FALSE); in writeBool()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/pyc/
H A Dpyc_dis.h23 TYPE_FALSE = 'F', enumerator
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/pyc/
H A Dmarshal.h19 TYPE_FALSE = 'F', enumerator
H A Dmarshal.c110 ret->type = TYPE_FALSE; in get_false_object()
728 case TYPE_FALSE: in free_object()
799 case TYPE_FALSE: in copy_object()
1034 case TYPE_FALSE: in get_object()
/dports/misc/box2d/box2d-2.4.1/testbed/
H A Dsettings.cpp163 if (fieldValue.get_type() == sajson::TYPE_FALSE) in Load()
/dports/devel/pytype/pytype-2021.9.9/pytype/pyc/
H A Dloadmarshal.py21 TYPE_FALSE = 0x46 # 'F' variable
412 TYPE_FALSE: load_false,
/dports/devel/pecl-ast/ast-1.0.16/
H A Dast_stub.php149 const TYPE_FALSE = 2; define
/dports/devel/py-xdis/xdis-5.0.13/xdis/
H A Dmarsh.py56 TYPE_FALSE = "F" variable
150 self._write(TYPE_FALSE)
502 dispatch[TYPE_FALSE] = load_false
829 dispatch[TYPE_FALSE] = load_false
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonThumbnailer/thumbnailer/
H A Djsonparser.cpp81 return (m_value.get_type() == sajson::TYPE_FALSE); in IsFalse()
H A Dsajson.h53 TYPE_FALSE = 3,
65 case TYPE_FALSE: return os << "<false>";
775 return TYPE_FALSE;
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dmarshal.c29 #define TYPE_FALSE 'F' macro
234 w_byte(TYPE_FALSE, p); in w_object()
684 case TYPE_FALSE: in r_object()
/dports/lang/python27/Python-2.7.18/Python/
H A Dmarshal.c29 #define TYPE_FALSE 'F' macro
234 w_byte(TYPE_FALSE, p); in w_object()
684 case TYPE_FALSE: in r_object()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c36 #define TYPE_FALSE 'F' macro
214 w_byte(TYPE_FALSE, p); in w_object()
679 case TYPE_FALSE: in r_object()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dmarshal.c36 #define TYPE_FALSE 'F' macro
214 w_byte(TYPE_FALSE, p); in w_object()
679 case TYPE_FALSE: in r_object()
/dports/cad/yosys/yosys-yosys-0.12/misc/
H A Dyosys.proto129 TYPE_FALSE = 6; enumerator

12