Home
last modified time | relevance | path

Searched refs:typed (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dproperty_expression.hpp32 const optional<T> typed = expression::fromExpressionValue<T>(*result); in evaluate() local
33 return typed ? *typed : defaultValue ? *defaultValue : T(); in evaluate()
44 const optional<T> typed = expression::fromExpressionValue<T>(*result); in evaluate() local
45 return typed ? *typed : defaultValue ? *defaultValue : finalDefaultValue; in evaluate()
55 const optional<T> typed = expression::fromExpressionValue<T>(*result); in evaluate() local
56 return typed ? *typed : defaultValue ? *defaultValue : finalDefaultValue; in evaluate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dfilter.cpp13 const optional<bool> typed = expression::fromExpressionValue<bool>(*result); in operator ()() local
14 return typed ? *typed : false; in operator ()()
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_inode.h135 struct vxfs_typed typed[VXFS_NTYPED]; member
148 #define vdi_typed vdi_org.typed
178 struct vxfs_typed typed[VXFS_NTYPED]; member
187 #define vii_typed vii_org.typed
H A Dvxfs_bmap.c218 struct vxfs_typed *typ = vip->vii_org.typed + i; in vxfs_bmap_typed()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-core.h1380 struct tree_typed typed; member
1385 struct tree_typed typed; member
1391 struct tree_typed typed; member
1396 struct tree_typed typed; member
1401 struct tree_typed typed; member
1407 struct tree_typed typed; member
1413 struct tree_typed typed; member
1418 struct tree_typed typed; member
1448 struct tree_typed typed; member
1491 struct tree_typed typed; member
[all …]
H A Dtreestruct.def34 DEFTREESTRUCT(TS_TYPED, "typed")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-core.h1380 struct tree_typed typed; member
1385 struct tree_typed typed; member
1391 struct tree_typed typed; member
1396 struct tree_typed typed; member
1401 struct tree_typed typed; member
1407 struct tree_typed typed; member
1413 struct tree_typed typed; member
1418 struct tree_typed typed; member
1448 struct tree_typed typed; member
1491 struct tree_typed typed; member
[all …]
H A Dtreestruct.def34 DEFTREESTRUCT(TS_TYPED, "typed")
/OK3568_Linux_fs/buildroot/package/readline/
H A DConfig.in7 as they are typed in.
19 as typed-in commands. However, it also causes control
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/
H A Dgo-common.inc9 fast, statically typed, compiled language that feels like a\
10 dynamically typed, interpreted language."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0002-Fix-const-qualifier-error.patch22 /* Check that callbacks are typed properly. */ \
48 /* Check that callbacks are typed properly. */ \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/readline/
H A Dreadline.inc1 SUMMARY = "Library for editing typed command lines"
3 command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline lib…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-mypy_0.942.bb16 ${PYTHON_PN}-typed-ast \
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/
H A Dxev_1.2.5.bb6 typed in, clicked in, etc.). You can also attach it to an existing window."
/OK3568_Linux_fs/buildroot/package/python-avro/
H A DConfig.in18 only worth implementing for statically typed languages.
/OK3568_Linux_fs/buildroot/package/avro-c/
H A DConfig.in25 only worth implementing for statically typed languages.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0010-gdbserver-ctrl-c-handling.patch32 typed a ^C on the controlling terminal. */
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dnoderef.cocci2 /// sizeof when applied to a pointer typed expression gives the size of
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dtracepoint.rst13 a callback mechanism. The 'probes' are strictly typed functions that are
/OK3568_Linux_fs/kernel/scripts/coccinelle/null/
H A Dbadzero.cocci2 /// Compare pointer-typed values to NULL rather than 0
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-driver-speakup52 Description: Controls if speakup speaks keys when they are typed. One = on,
94 key_echo is set to one, typed punctuation is still spoken as it
95 is typed.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mxs13 The dollar symbol ($) introduces a snipped of shell code. This shall be typed
16 The (=>) introduces a snipped of code that should by typed into U-Boot command
/OK3568_Linux_fs/kernel/Documentation/s390/
H A D3270.rst218 and more output will appear. You may hit ENTER with nothing typed in
221 Running" and nothing typed, the application receives a newline.)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb418 python3-typed-ast \
/OK3568_Linux_fs/kernel/Documentation/arm/sa1100/
H A Dassabet.rst217 All the commands above aren't so useful if they have to be typed in every

1234