| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | encodings.h | 104 os.Put(static_cast<Ch>(codepoint & 0xFF)); in Encode() 106 os.Put(static_cast<Ch>(0xC0 | ((codepoint >> 6) & 0xFF))); in Encode() 107 os.Put(static_cast<Ch>(0x80 | ((codepoint & 0x3F)))); in Encode() 110 os.Put(static_cast<Ch>(0xE0 | ((codepoint >> 12) & 0xFF))); in Encode() 111 os.Put(static_cast<Ch>(0x80 | ((codepoint >> 6) & 0x3F))); in Encode() 112 os.Put(static_cast<Ch>(0x80 | (codepoint & 0x3F))); in Encode() 116 os.Put(static_cast<Ch>(0xF0 | ((codepoint >> 18) & 0xFF))); in Encode() 117 os.Put(static_cast<Ch>(0x80 | ((codepoint >> 12) & 0x3F))); in Encode() 118 os.Put(static_cast<Ch>(0x80 | ((codepoint >> 6) & 0x3F))); in Encode() 119 os.Put(static_cast<Ch>(0x80 | (codepoint & 0x3F))); in Encode() [all …]
|
| H A D | prettywriter.h | 132 Base::os_->Put('\n'); 156 Base::os_->Put('\n'); 197 Base::os_->Put(','); // add comma if it is not the first element in array in PrettyPrefix() 199 Base::os_->Put(' '); in PrettyPrefix() 203 Base::os_->Put('\n'); in PrettyPrefix() 210 Base::os_->Put(','); in PrettyPrefix() 211 Base::os_->Put('\n'); in PrettyPrefix() 214 Base::os_->Put(':'); in PrettyPrefix() 215 Base::os_->Put(' '); in PrettyPrefix() 219 Base::os_->Put('\n'); in PrettyPrefix()
|
| H A D | encodedstream.h | 53 void Put(Ch) { RAPIDJSON_ASSERT(false); } in RAPIDJSON_DIAG_OFF() 82 void Put(Ch) {} in Put() function 110 void Put(Ch c) { Encoding::Put(os_, c); } in Put() function 161 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function 251 static const PutFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Put) }; in AutoUTFOutputStream() 260 void Put(Ch c) { putFunc_(*os_, c); } in Put() function
|
| H A D | stream.h | 92 stream.Put(c); in PutUnsafe() 120 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function 155 void Put(Ch c) { RAPIDJSON_ASSERT(dst_ != 0); *dst_++ = c; }
|
| H A D | writer.h | 423 bool WriteStartObject() { os_->Put('{'); return true; } in WriteStartObject() 424 bool WriteEndObject() { os_->Put('}'); return true; } in WriteEndObject() 425 bool WriteStartArray() { os_->Put('['); return true; } in WriteStartArray() 426 bool WriteEndArray() { os_->Put(']'); return true; } in WriteEndArray() 443 os_->Put(','); // add comma if it is not the first element in array in Prefix() 445 os_->Put((level->valueCount % 2 == 0) ? ',' : ':'); in Prefix()
|
| H A D | pointer.h | 945 os.Put('#'); in Stringify() 948 os.Put('/'); in Stringify() 952 os.Put('~'); in Stringify() 953 os.Put('0'); in Stringify() 956 os.Put('~'); in Stringify() 957 os.Put('1'); in Stringify() 968 os.Put(c); in Stringify() 1028 void Put(char c) { // UTF-8 must be byte in Put() function 1031 os_.Put('%'); in Put() 1032 os_.Put(hexDigits[u >> 4]); in Put() [all …]
|
| H A D | ostreamwrapper.h | 50 void Put(Ch c) { in RAPIDJSON_DIAG_OFF()
|
| H A D | memorystream.h | 50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
|
| H A D | memorybuffer.h | 42 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() function
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8536ds/ |
| H A D | README | 75 3. Put image to SDCard 76 Put the follwing info at the assigned address on the SDCard: 125 3. Put image to SPI flash 126 Put the info in the above table onto the SPI flash, then
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
| H A D | tgtd.service | 11 # Put tgtd into "offline" state until all the targets are configured. 17 # Put tgtd into "ready" state.
|
| /OK3568_Linux_fs/u-boot/board/technexion/pico-imx7d/ |
| H A D | README | 16 Put pico board in USB download mode (refer to the PICO-iMX7D Quick Start Guide 47 Put pico board into normal boot mode.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | streambuf | 57 // 27.6.2.2.5 Put area: 74 // 27.6.2.3.3 Put area: 102 // 27.6.2.4.5 Put area: 219 // 27.6.2.2.5 Put area: 253 // 27.6.2.3.3 Put area: 291 // 27.6.2.4.5 Put area:
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | streambuf | 57 // 27.6.2.2.5 Put area: 74 // 27.6.2.3.3 Put area: 102 // 27.6.2.4.5 Put area: 219 // 27.6.2.2.5 Put area: 253 // 27.6.2.3.3 Put area: 291 // 27.6.2.4.5 Put area:
|
| /OK3568_Linux_fs/u-boot/board/warp/ |
| H A D | README | 18 Put warp board in USB download mode 54 Put warp board into normal boot mode
|
| /OK3568_Linux_fs/u-boot/board/technexion/pico-imx6ul/ |
| H A D | README | 18 Put pico board in USB download mode (refer to the document 55 Put pico board into normal boot mode
|
| /OK3568_Linux_fs/u-boot/board/warp7/ |
| H A D | README | 22 Put warp7 board in USB download mode: 61 Put warp7 board into normal boot mode (put the switch 2 in the lower position)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | const_structs.checkpatch | 1 # Put structs here that should be constant
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Kbuild | 3 # Put arch/arm/fastfpe/ to use this.
|
| /OK3568_Linux_fs/external/mpp/build/android/aarch64/fix/ |
| H A D | readme.txt | 8 Backup original libc.so in ndk first. Then Put lib.so to:
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | declarative.pro | 14 # Put content in INSTALLS so that content.files become part of the project tree in Qt Creator,
|
| /OK3568_Linux_fs/u-boot/board/xilinx/zynq/ |
| H A D | Makefile | 19 $(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custom_hw_platform/))
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | abort-lv4t.S | 82 str r7, [r2, r9, lsr #14] @ Put register 'Rn' 102 str r7, [r2, r9, lsr #14] @ Put register 'Rn' 118 str r7, [r2, r9, lsr #14] @ Put register 'Rn'
|
| /OK3568_Linux_fs/buildroot/board/warp7/ |
| H A D | readme.txt | 57 Put the warp7 board in USB download mode by removing the CPU board 96 Put warp7 back in eMMC boot mode by placing switch 2 in the lower position
|
| /OK3568_Linux_fs/u-boot/board/xilinx/zynqmp/ |
| H A D | Makefile | 19 $(warning Put custom psu_init_gpl.c/h to board/xilinx/zynqmp/custom_hw_platform/))
|