Home
last modified time | relevance | path

Searched refs:brace (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtoken.hpp24 auto brace = std::find(pos, end, '{'); in replaceTokens() local
25 result.append(pos, brace); in replaceTokens()
26 pos = brace; in replaceTokens()
28 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in replaceTokens()
29 if (brace != end && *brace == '}') { in replaceTokens()
30 std::string key { pos + 1, brace }; in replaceTokens()
38 pos = brace + 1; in replaceTokens()
40 result.append(pos, brace); in replaceTokens()
41 pos = brace; in replaceTokens()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp26 auto brace = std::find(pos, end, '{'); in hasTokens() local
27 if (brace == end) in hasTokens()
29 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in hasTokens()
30 if (brace != end && *brace == '}') { in hasTokens()
33 pos = brace; in hasTokens()
46 auto brace = std::find(pos, end, '{'); in convertTokenStringToExpression() local
47 if (pos != brace) { in convertTokenStringToExpression()
48 inputs.push_back(literal(std::string(pos, brace))); in convertTokenStringToExpression()
50 pos = brace; in convertTokenStringToExpression()
52 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in convertTokenStringToExpression()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch6 If the standard library doesn't provide brace
33 + * doesn't provide brace expansion */
71 + * doesn't provide brace expansion */
120 + * doesn't provide brace expansion */
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch6 If the standard library doesn't provide brace
35 + * doesn't provide brace expansion */
75 + * doesn't provide brace expansion */
126 + * doesn't provide brace expansion */
/OK3568_Linux_fs/buildroot/package/sane-backends/
H A D0002-genesys-fix-gcc-4.8-compile.patch8 …-const reference of type 'std::basic_ios<char>&' from an rvalue of type '<brace-enclosed initializ…
11 … reference of type 'genesys::ImagePipelineNode&' from an rvalue of type '<brace-enclosed initializ…
/OK3568_Linux_fs/kernel/tools/bootconfig/samples/
H A Dbad-tree.bconf1 # brace is not closing
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/netplan/netplan/
H A D0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch20 + * doesn't provide brace expansion */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDNATS-DANO-ADD.gz ... x00 <U0060> GRAVE ACCENT 101<left-brace> /x00 <U007B> LEFT CURLY BRACKET 102 ...
HDNATS-SEFI-ADD.gz ... x00 <U0060> GRAVE ACCENT 101<left-brace> /x00 <U007B> LEFT CURLY BRACKET 102 ...
HDJIS_C6229-1984-HAND-ADD.gz ... x00 <U0060> GRAVE ACCENT 123<left-brace> /x00 <U007B> LEFT CURLY BRACKET 124 ...
HDJIS_C6229-1984-B-ADD.gz ... x00 <U0060> GRAVE ACCENT 126<left-brace> /x00 <U007B> LEFT CURLY BRACKET 127 ...
HDJIS_C6229-1984-HAND.gz
HDJIS_C6229-1984-KANA.gz
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDNATS-DANO-ADD.gz ... x00 <U0060> GRAVE ACCENT 101<left-brace> /x00 <U007B> LEFT CURLY BRACKET 102 ...
HDNATS-SEFI-ADD.gz ... x00 <U0060> GRAVE ACCENT 101<left-brace> /x00 <U007B> LEFT CURLY BRACKET 102 ...
HDJIS_C6229-1984-B-ADD.gz ... x00 <U0060> GRAVE ACCENT 126<left-brace> /x00 <U007B> LEFT CURLY BRACKET 127 ...
HDJIS_C6229-1984-HAND-ADD.gz ... x00 <U0060> GRAVE ACCENT 123<left-brace> /x00 <U007B> LEFT CURLY BRACKET 124 ...
HDJIS_C6229-1984-KANA.gz1<code_set_name> JIS_C6229-1984-KANA 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-HAND.gz
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbootconfig.rst33 hash (``#``) and closing brace (``}``).
46 by brace. For example::
100 structured key, you have to define it outside of the brace. For example::
/OK3568_Linux_fs/buildroot/package/intltool/
H A D0001-perl-5.26-compatibility.patch3 Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/
H A Dperl-522-deprecations.patch4 Unescaped left brace in regex is deprecated, passed through in regex; marked by

123