Home
last modified time | relevance | path

Searched +defs:get +defs:buffer (Results 1 – 25 of 52) sorted by relevance

123

/external/jsilver/src/com/google/clearsilver/jsilver/output/
DOutputBufferProvider.java27 Appendable get(); in get() method
34 void release(Appendable buffer); in release()
DInstanceOutputBufferProvider.java31 public Appendable get() { in get() method in InstanceOutputBufferProvider
36 public void release(Appendable buffer) { in release()
DThreadLocalOutputBufferProvider.java41 public Appendable get() { in get() method in ThreadLocalOutputBufferProvider
52 public void release(Appendable buffer) { in release()
/external/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp119 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in CheckFCD
187 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in ToNFC
211 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in GetBiDiClass
215 const UChar *buffer=testcase.getBuffer(); in call() local
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
Dutrie2perf.cpp119 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in CheckFCD
187 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in ToNFC
211 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in GetBiDiClass
215 const UChar *buffer=testcase.getBuffer(); in call() local
/external/chromium_org/v8/src/
Dunicode-inl.h14 template <class T, int s> bool Predicate<T, s>::get(uchar code_point) { in get() function
27 template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n, in get() function
161 Utf8DecoderBase::Utf8DecoderBase(uint16_t* buffer, in Utf8DecoderBase()
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h555 SkPdfNativeObject* get(const SkPdfNativeObject* key) { in get() function
570 SkPdfNativeObject* get(const char* key) { in get() function
577 SkPdfNativeObject* get(const unsigned char* key, size_t len) { in get() function
600 const SkPdfNativeObject* get(const SkPdfNativeObject* key) const { in get() function
615 const SkPdfNativeObject* get(const char* key) const { in get() function
622 const SkPdfNativeObject* get(const unsigned char* key, size_t len) const { in get() function
645 const SkPdfNativeObject* get(const char* key, const char* abr) const { in get() function
657 SkPdfNativeObject* get(const char* key, const char* abr) { in get() function
1072 bool GetFilteredStreamRef(unsigned char const** buffer, size_t* len) { in GetFilteredStreamRef()
1110 bool GetUnfilteredStreamRef(unsigned char const** buffer, size_t* len) const { in GetUnfilteredStreamRef()
[all …]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h555 SkPdfNativeObject* get(const SkPdfNativeObject* key) { in get() function
570 SkPdfNativeObject* get(const char* key) { in get() function
577 SkPdfNativeObject* get(const unsigned char* key, size_t len) { in get() function
600 const SkPdfNativeObject* get(const SkPdfNativeObject* key) const { in get() function
615 const SkPdfNativeObject* get(const char* key) const { in get() function
622 const SkPdfNativeObject* get(const unsigned char* key, size_t len) const { in get() function
645 const SkPdfNativeObject* get(const char* key, const char* abr) const { in get() function
657 SkPdfNativeObject* get(const char* key, const char* abr) { in get() function
1072 bool GetFilteredStreamRef(unsigned char const** buffer, size_t* len) { in GetFilteredStreamRef()
1110 bool GetUnfilteredStreamRef(unsigned char const** buffer, size_t* len) const { in GetUnfilteredStreamRef()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationiterator.h71 inline int64_t get(int32_t i) const { return buffer[i]; } in get() function
81 MaybeStackArray<int64_t, INITIAL_CAPACITY> buffer; variable
Ducoleitr.cpp61 RCEI *buffer; member
114 const RCEI *RCEBuffer::get() in get() function in RCEBuffer
169 const PCEI *PCEBuffer::get() in get() function in PCEBuffer
Dlocdspnm.cpp32 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat()
83 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() function in ICUDataTable
118 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() function in ICUDataTable
547 char buffer[ULOC_FULLNAME_CAPACITY]; in localeDisplayName() local
647 LocaleDisplayNamesImpl::appendWithSep(UnicodeString& buffer, const UnicodeString& src) const { in appendWithSep()
/external/srec/srec_jni/
Dandroid_speech_srec_MicrophoneInputStream.cpp63 AudioRecord* get() const { return mAudioRecord.get(); } in get() function in AudioRecordWrapper
91 jbyte buffer[4096]; in Java_android_speech_srec_Recognizer_AudioRecordRead() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc161 bool readFromSymbolizer(char *buffer, uptr max_length) { in readFromSymbolizer()
182 bool writeToSymbolizer(const char *buffer, uptr length) { in writeToSymbolizer()
283 virtual bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, in RenderInputCommand()
289 virtual bool ReachedEndOfOutput(const char *buffer, uptr length) const { in ReachedEndOfOutput() argument
326 bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, in RenderInputCommand()
333 bool ReachedEndOfOutput(const char *buffer, uptr length) const { in ReachedEndOfOutput() argument
361 bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, in RenderInputCommand()
370 bool ReachedEndOfOutput(const char *buffer, uptr length) const { in ReachedEndOfOutput() argument
440 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get() function in __sanitizer::InternalSymbolizer
490 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get() function in __sanitizer::InternalSymbolizer
/external/conscrypt/src/compat/native/
DJNIHelp.cpp51 T get() const { in get() function in scoped_local_ref
127 char buffer[80]; in jniThrowIOException() local
/external/chromium_org/third_party/icu/source/i18n/
Dlocdspnm.cpp29 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat()
80 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() function in ICUDataTable
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() function in ICUDataTable
365 char buffer[ULOC_FULLNAME_CAPACITY]; in localeDisplayName() local
442 LocaleDisplayNamesImpl::appendWithSep(UnicodeString& buffer, const UnicodeString& src) const { in appendWithSep()
Ducoleitr.cpp58 RCEI *buffer; member
111 const RCEI *RCEBuffer::get() in get() function in RCEBuffer
130 PCEI *buffer; member
189 const PCEI *PCEBuffer::get() in get() function in PCEBuffer
Dcolldata.cpp158 uint32_t CEList::get(int32_t index) const in get() function in CEList
275 const UnicodeString *StringList::get(int32_t index) const in get() function in StringList
415 const CEList *StringToCEsMap::get(const UnicodeString *string) in get() function in StringToCEsMap
518 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status) in get() function in CollDataCache
714 UChar buffer[16]; in CollData() local
/external/smack/src/org/xbill/DNS/
DTokenizer.java234 get(boolean wantWhitespace, boolean wantComment) throws IOException { in get() method in Tokenizer
345 get() throws IOException { in get() method in Tokenizer
562 StringBuffer buffer = null; in remainingStrings() local
/external/lldb/source/API/
DSBCommandReturnObject.cpp209 SBCommandReturnObject::get() const in get() function in SBCommandReturnObject
292 std::string buffer(string, len); in PutCString() local
/external/nist-sip/java/gov/nist/core/
DNameValueList.java93 public StringBuffer encode(StringBuffer buffer) { in encode()
310 public NameValue get(Object key) { in get() method in NameValueList
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderList.java154 public StringBuffer encode(StringBuffer buffer) { in encode()
499 protected StringBuffer encodeBody(StringBuffer buffer) { in encodeBody()
551 public HDR get(int index) { in get() method in SIPHeaderList
/external/chromium_org/mojo/public/cpp/system/
Dcore.h117 const HandleType& get() const { return handle_; } in get() function
397 void** buffer, in BeginWriteDataRaw()
417 const void** buffer, in BeginReadDataRaw()
496 BufferHandleType buffer, in DuplicateBuffer()
510 inline MojoResult MapBuffer(BufferHandleType buffer, in MapBuffer()
/external/chromium_org/third_party/skia/include/core/
DSkTypes.h69 static inline void sk_bzero(void* buffer, size_t size) { in sk_bzero()
461 void* get() const { return fPtr; } in get() function
562 void* get() { return fPtr; } in get() function
563 const void* get() const { return fPtr; } in get() function
627 void* get() const { return fPtr; } in get() function
/external/skia/include/core/
DSkTypes.h69 static inline void sk_bzero(void* buffer, size_t size) { in sk_bzero()
461 void* get() const { return fPtr; } in get() function
562 void* get() { return fPtr; } in get() function
563 const void* get() const { return fPtr; } in get() function
627 void* get() const { return fPtr; } in get() function
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp135 uint32_t CEList::get(int32_t index) const in get() function in CEList
222 const UnicodeString *StringList::get(int32_t index) const in get() function in StringList
362 UChar buffer[16]; in CollData() local

123