HomeSort by relevance Sort by last modified time
    Searched defs:Put (Results 26 - 46 of 46) sorted by null

12

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
rapidjson.h 505 For read-only stream, no need to implement PutBegin(), Put(), Flush() and PutEnd().
507 For write-only stream, only need to implement Put() and Flush().
528 void Put(Ch c);
557 //! Put N copies of a character to a stream.
561 stream.Put(c);
581 void Put(Ch) { RAPIDJSON_ASSERT(false); }
616 void Put(Ch c) { RAPIDJSON_ASSERT(dst_ != 0); *dst_++ = c; }
reader.h 618 RAPIDJSON_FORCEINLINE void Put(Ch c) {
688 os.Put(escape[(unsigned char)e]);
710 os.Put('\0'); // null-terminate the string
756 stackStream.Put((char)Base::is.Peek());
763 stackStream.Put('\0');
    [all...]
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 985 Put( m_pad_val, m_bit_idx & 7 );
1015 void WMBitStream::Put( int val, int bits )
1054 Put( code >> 8, code & 255 );
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp     [all...]
  /art/runtime/
profiler.cc 445 profile_table_.Put(method);
494 void ProfileSampleResults::Put(ArtMethod* method) {
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 382 // Put.
383 void Put(void *item) {
403 // remove an element from queue, put it into *res and return true.
521 queue_.Put(closure);
tsan_unittest.cpp 147 // Put everything into stderr.
457 // Two write accesses to GLOB are separated by PCQ Put/Get.
461 // 2. Q.Put() ---------\ .
468 Q.Put(NULL);
799 // 4. Q.Put() ---------------> d. Q.Get()
810 Q.Put(NULL);
899 // 2. Q2.Put() ----\ b. Q1.Put() -----\ .
907 Q1.Put(NULL);
911 Q2.Put(NULL)
    [all...]
  /external/dng_sdk/source/
dng_image_writer.h 114 virtual void Put (dng_stream &stream) const = 0;
154 virtual void Put (dng_stream &stream) const;
181 virtual void Put (dng_stream &stream) const;
201 virtual void Put (dng_stream &stream) const;
527 virtual void Put (dng_stream &stream) const;
571 virtual void Put (dng_stream &stream) const;
654 void Put (dng_stream &stream,
972 void Put (dng_stream &stream) const
974 fExifIFD.Put (stream);
975 fGPSIFD .Put (stream)
    [all...]
dng_image_writer.cpp 130 stream.Put (buffer.Buffer (), size);
164 stream.Put (iptcDigest.data, 16);
175 stream.Put (imageResources->Buffer (), size);
241 void tag_string::Put (dng_stream &stream) const
244 stream.Put (fString.Get (), Size ());
279 void tag_encoded_text::Put (dng_stream &stream) const
285 stream.Put ("UNICODE\000", 8);
303 stream.Put ("ASCII\000\000\000", 8);
305 stream.Put (fText.Get (), fCount - 8);
313 void tag_data_ptr::Put (dng_stream &stream) cons
    [all...]
  /external/v8/src/debug/
debug.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ole.h 167 DWORD (CALLBACK *Put)(LPOLESTREAM,const void *,DWORD);
iiisext.h 171 HRESULT (WINAPI *Put)(IISApplicationPool *This,BSTR bstrName,VARIANT vProp,void *retval);
201 #define IISApplicationPool_Put(This,bstrName,vProp,retval) (This)->lpVtbl->Put(This,bstrName,vProp,retval)
246 HRESULT (WINAPI *Put)(IISApplicationPools *This,BSTR bstrName,VARIANT vProp,void *retval);
272 #define IISApplicationPools_Put(This,bstrName,vProp,retval) (This)->lpVtbl->Put(This,bstrName,vProp,retval)
322 HRESULT (WINAPI *Put)(IISWebService *This,BSTR bstrName,VARIANT vProp,void *retval);
364 #define IISWebService_Put(This,bstrName,vProp,retval) (This)->lpVtbl->Put(This,bstrName,vProp,retval)
453 HRESULT (WINAPI *Put)(IISDsCrMap *This,BSTR bstrName,VARIANT vProp,void *retval);
    [all...]
wbemcli.h 469 virtual HRESULT WINAPI Put(LPCWSTR wszName,__LONG32 lFlags,VARIANT *pVal,CIMTYPE Type) = 0;
500 HRESULT (WINAPI *Put)(IWbemClassObject *This,LPCWSTR wszName,__LONG32 lFlags,VARIANT *pVal,CIMTYPE Type);
533 #define IWbemClassObject_Put(This,wszName,lFlags,pVal,Type) (This)->lpVtbl->Put(This,wszName,lFlags,pVal,Type)
    [all...]
wbemdisp.h     [all...]
iads.h     [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/v8/src/ast/
ast.h 136 void Put(Variable* variable, FeedbackVectorSlot slot) {
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 83 state into a temporary value. Afterwards, one can write ("Put")
86 Get and Put are characterised by a byte offset into the guest
91 The basic "Get" and "Put" operations are sufficient to model normal
111 PUT(0) = t1 # put %eax
126 - one register write (put)
131 - three temporaries (two nested within the Add32, one in the PUT)
137 PUT(0) = Add32(GET:I32(0), GET:I32(12))
    [all...]
  /external/v8/src/
objects.cc 227 // where we put all these methods at some point?
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 1196 milliseconds

12