| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | stringbuffer.h | 56 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() 63 *stack_.template Push<Ch>() = '\0'; in ShrinkToFit() 69 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function 75 *stack_.template Push<Ch>() = '\0'; in GetString() 108 std::memset(stream.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
|
| H A D | memorybuffer.h | 42 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() 47 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function 65 std::memset(memoryBuffer.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
|
| H A D | writer.h | 206 new (level_stack_.template Push<Level>()) Level(false); in StartObject() 222 new (level_stack_.template Push<Level>()) Level(true); in StartArray() 479 char *buffer = os_->Push(11); in WriteInt() 487 char *buffer = os_->Push(10); in WriteUint() 495 char *buffer = os_->Push(21); in WriteInt64() 503 char *buffer = os_->Push(20); in WriteUint64() 531 char *buffer = os_->Push(25); in WriteDouble()
|
| H A D | schema.h | 202 *stack_.template Push<uint64_t>() = h; in EndObject() 212 *stack_.template Push<uint64_t>() = h; in EndArray() 243 *stack_.template Push<uint64_t>() = h; in WriteBuffer() 1266 *documentStack.template Push<Ch>() = '/'; in AppendIndexToken() 1270 *documentStack.template Push<Ch>() = buffer[i]; in AppendIndexToken() 1279 char *buffer = documentStack.template Push<char>(1 + 10); // '/' + uint 1285 char *buffer = documentStack.template Push<char>(1 + 20); // '/' + uint64 1365 …new (schemaMap_.template Push<SchemaEntry>()) SchemaEntry(refEntry->source, const_cast<SchemaType*… 1451 … new (schemaMap_.template Push<SchemaEntry>()) SchemaEntry(pointer, s, true, allocator_); 1495 …new (schemaRef_.template Push<SchemaRefEntry>()) SchemaRefEntry(source, pointer, schema, allocator… [all …]
|
| H A D | prettywriter.h | 113 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false); in StartObject() 145 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true); in StartArray()
|
| H A D | reader.h | 783 *stack_.template Push<Ch>() = c; in Put() 787 RAPIDJSON_FORCEINLINE void* Push(SizeType count) { in Push() function 789 return stack_.template Push<Ch>(count); in Push() 951 char* q = reinterpret_cast<char*>(os.Push(length)); in ScanCopyUnescapedString() 958 _mm_storeu_si128(reinterpret_cast<__m128i *>(os.Push(16)), s); in ScanCopyUnescapedString() 1083 RAPIDJSON_FORCEINLINE void Push(char) {} in Push() function 1107 RAPIDJSON_FORCEINLINE void Push(char c) { in Push() function 1667 *stack_.template Push<SizeType>(1) = n; in Transit() 1669 *stack_.template Push<SizeType>(1) = 0; in Transit()
|
| H A D | document.h | 2333 bool Null() { new (stack_.template Push<ValueType>()) ValueType(); return true; } 2334 bool Bool(bool b) { new (stack_.template Push<ValueType>()) ValueType(b); return true; } 2335 bool Int(int i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2336 bool Uint(unsigned i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2337 bool Int64(int64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2338 bool Uint64(uint64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2339 bool Double(double d) { new (stack_.template Push<ValueType>()) ValueType(d); return true; } 2343 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator()); 2345 new (stack_.template Push<ValueType>()) ValueType(str, length); 2351 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator()); [all …]
|
| H A D | stream.h | 161 Ch* Push(size_t count) { Ch* begin = dst_; dst_ += count; return begin; }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | regex.h | 209 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF() 226 *operatorStack.template Push<Operator>() = kAlternation; in RAPIDJSON_DIAG_OFF() 231 *operatorStack.template Push<Operator>() = kLeftParenthesis; in RAPIDJSON_DIAG_OFF() 232 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF() 295 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF() 341 State* s = states_.template Push<State>(); in RAPIDJSON_DIAG_OFF() 351 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF() 356 *operatorStack.template Push<Operator>() = kConcatenation; in RAPIDJSON_DIAG_OFF() 383 … *operandStack.template Push<Frag>() = Frag(e1.start, e2.out, Min(e1.minIndex, e2.minIndex)); in RAPIDJSON_DIAG_OFF() 392 …*operandStack.template Push<Frag>() = Frag(s, Append(e1.out, e2.out), Min(e1.minIndex, e2.minIndex… in RAPIDJSON_DIAG_OFF() [all …]
|
| H A D | stack.h | 122 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 104 def Push(self, force): member in PatchSet 257 def Push(self, force = False, all = False, run = True): member in PatchTree 657 def Push(self, force = False, all = False, run = True): member in QuiltTree 736 self.patchset.Push() 756 self.patchset.Push(False) 759 patchcmd = self.patchset.Push(True, False, False)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | queue.h | 69 int Push(struct page_entry *pe);
|
| H A D | queue.cc | 45 int PageEntryQueue::Push(struct page_entry *pe) { in Push() function in PageEntryQueue
|
| H A D | sat.cc | 284 return valid_->Push(pe); in PutValid() 318 return empty_->Push(pe); in PutEmpty()
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/ |
| H A D | Kconfig | 15 tristate "Push switch support"
|
| /OK3568_Linux_fs/u-boot/doc/SPI/ |
| H A D | README.sh_qspi_test | 36 #3, Push reset button.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 41 - Queue Management/Queue Proxy region for queue Push. 47 - Queue Management/Queue Proxy region for queue Push/Pop.
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/ |
| H A D | Add-xptcall-support-for-SH4-processors.patch | 96 + /* Push the that register into the right place so it can be restored on exit */ 199 + "mov.l r14, @-r15 \n\t" // Push frame 200 + "sts.l pr, @-r15 \n\t" // Push link
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | orion5x-lacie-d2-network.dts | 44 label = "Front Push Button";
|
| H A D | integratorap-im-pd1.dts | 80 /* Push buttons on the IM-PD1 */
|
| H A D | am3517-evm.dts | 41 label = "User Push Button";
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | entry-arcv2.h | 55 ; 3. Auto save: (mandatory) Push PC and STAT32 on stack
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/ |
| H A D | libxml2_2.9.14.bb | 2 DESCRIPTION = "The XML Parser Library allows for manipulation of XML files. Libxml2 exports Push a…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | tinyxml2.h | 184 void Push( T t ) in Push() function 292 blockPtrs.Push( block ); in Alloc()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l36.txt | 92 1 = Push-pull (Default)
|