Home
last modified time | relevance | path

Searched defs:context (Results 6551 - 6575 of 7126) sorted by relevance

1...<<261262263264265266267268269270>>...286

/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp363 struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(replacement); in appendReplacement() local
2427 setMatchCallback(URegexMatchCallback *callback, const void *context, UErrorCode &status) setMatchCallback() argument
2443 getMatchCallback(URegexMatchCallback *&callback, const void *&context, UErrorCode &status) getMatchCallback() argument
2459 setFindProgressCallback(URegexFindProgressCallback *callback, const void *context, UErrorCode &status) setFindProgressCallback() argument
2475 getFindProgressCallback(URegexFindProgressCallback *&callback, const void *&context, UErrorCode &status) getFindProgressCallback() argument
[all...]
H A Duregex.cpp1083 uregex_setMatchCallback(URegularExpression *regexp2, URegexMatchCallback *callback, const void *context, UErrorCode *status) uregex_setMatchCallback() argument
1100 uregex_getMatchCallback(const URegularExpression *regexp2, URegexMatchCallback **callback, const void **context, UErrorCode *status) uregex_getMatchCallback() argument
1117 uregex_setFindProgressCallback(URegularExpression *regexp2, URegexFindProgressCallback *callback, const void *context, UErrorCode *status) uregex_setFindProgressCallback() argument
1134 uregex_getFindProgressCallback(const URegularExpression *regexp2, URegexFindProgressCallback **callback, const void **context, UErrorCode *status) uregex_getFindProgressCallback() argument
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp1320 compareKeySuffixes(const void *context, const void *l, const void *r) { in compareKeySuffixes() argument
/third_party/skia/tests/
H A DResourceCacheTest.cpp36 auto context = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
110 auto context = ctxInfo.directContext(); in DEF_GPUTEST_FOR_CONTEXTS() local
184 auto context = ctxInfo.directContext(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1712 auto context = ctxInfo.directContext(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1802 auto context = ctxInfo.directContext(); DEF_GPUTEST_FOR_MOCK_CONTEXT() local
[all...]
H A DImageTest.cpp1083 auto context = ctxInfo.directContext(); DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c1030 size_t context = in BrotliStoreMetaBlock() local
1052 size_t context = CommandDistanceContext(&cmd); in BrotliStoreMetaBlock() local
895 StoreSymbolWithContext(BlockEncoder* self, size_t symbol, size_t context, const uint32_t* context_map, size_t* storage_ix, uint8_t* storage, const size_t context_bits) StoreSymbolWithContext() argument
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1829 uint8_t context; ProcessCommandsInternal() local
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c464 buffered_closed_get(buffered *self, void *context) in buffered_closed_get() argument
568 buffered_name_get(buffered *self, void *context) in buffered_name_get() argument
575 buffered_mode_get(buffered *self, void *context) in buffered_mode_get() argument
2247 bufferedrwpair_closed_get(rwpair *self, void *context) bufferedrwpair_closed_get() argument
H A Dtextio.c102 textiobase_encoding_get(PyObject *self, void *context) in textiobase_encoding_get() argument
116 textiobase_newlines_get(PyObject *self, void *context) in textiobase_newlines_get() argument
128 textiobase_errors_get(PyObject *self, void *context) in textiobase_errors_get() argument
601 incrementalnewlinedecoder_newlines_get(nldecoder_object *self, void *context) in incrementalnewlinedecoder_newlines_get() argument
3098 textiowrapper_name_get(textio *self, void *context) in textiowrapper_name_get() argument
3105 textiowrapper_closed_get(textio *self, void *context) in textiowrapper_closed_get() argument
3112 textiowrapper_newlines_get(textio *self, void *context) in textiowrapper_newlines_get() argument
3125 textiowrapper_errors_get(textio *self, void *context) in textiowrapper_errors_get() argument
3133 textiowrapper_chunk_size_get(textio *self, void *context) in textiowrapper_chunk_size_get() argument
3140 textiowrapper_chunk_size_set(textio *self, PyObject *arg, void *context) textiowrapper_chunk_size_set() argument
[all...]
/third_party/pulseaudio/src/utils/
H A Dpactl.c53 static pa_context *context = NULL; variable
H A Dpadsp.c86 pa_context *context; member
1246 sink_info_cb(pa_context *context, const pa_sink_info *si, int eol, void *userdata) sink_info_cb() argument
1268 source_info_cb(pa_context *context, const pa_source_info *si, int eol, void *userdata) source_info_cb() argument
1290 subscribe_cb(pa_context *context, pa_subscription_event_type_t t, uint32_t idx, void *userdata) subscribe_cb() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp766 LLVMContext &context = CI->getParent()->getParent()->getContext(); in TDOFold() local
1673 LLVMContext &context = CI->getParent()->getParent()->getContext(); in evaluateCall() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc520 const spv_context& context = tools_context_.CContext(); in BuildInternalModule() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv.cpp707 ucnv_getToUCallBack(const UConverter * converter, UConverterToUCallback *action, const void **context) ucnv_getToUCallBack() argument
716 ucnv_getFromUCallBack(const UConverter * converter, UConverterFromUCallback *action, const void **context) ucnv_getFromUCallBack() argument
H A Ducnvmbcs.cpp1407 writeStage3Roundtrip(const void *context, uint32_t value, UChar32 codePoints[32]) { in writeStage3Roundtrip() argument
635 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], int32_t state, uint32_t offset, uint32_t value, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) enumToU() argument
809 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) ucnv_MBCSEnumToUnicode() argument
H A Dumutablecptrie.cpp285 maybeFilterValue(uint32_t value, uint32_t initialValue, uint32_t nullValue, UCPMapValueFilter *filter, const void *context) maybeFilterValue() argument
295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument
1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument
1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument
[all...]
H A Dunames.cpp599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument
644 enumExtNames(UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context) enumExtNames() argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumNames() argument
936 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumAlgNames() argument
1635 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) u_enumCharNames() argument
[all...]
H A Dunistr.cpp94 UnicodeString_charAt(int32_t offset, void *context) { in UnicodeString_charAt() argument
/third_party/python/PC/
H A Dlauncher.c929 wchar_t * context = NULL; in find_on_path() local
/third_party/python/Python/
H A Derrors.c152 PyObject *o = exc_value, *context; in _PyErr_SetObject() local
[all...]
H A Dinitconfig.c2536 wchar_t *warning, *context = NULL; in config_init_env_warnoptions() local
H A Dpylifecycle.c2988 struct sigaction context; in PyOS_getsig() local
3031 struct sigaction context, ocontext; in PyOS_setsig() local
H A Dpythonrun.c1362 PyObject *context = PyException_GetContext(value); in print_exception_cause_and_context() local
/third_party/python/Objects/
H A Dobject.c1461 PyObject_GenericSetDict(PyObject *obj, PyObject *value, void *context) in PyObject_GenericSetDict() argument
/third_party/python/Modules/_sqlite/
H A Dconnection.c619 _pysqlite_set_result(sqlite3_context* context, PyObject* py_val) in _pysqlite_set_result() argument
671 _pysqlite_build_py_params(sqlite3_context *context, int argc, in _pysqlite_build_py_params() argument
753 set_sqlite_error(sqlite3_context *context, const char *msg) set_sqlite_error() argument
770 func_callback(sqlite3_context *context, int argc, sqlite3_value **argv) func_callback() argument
799 step_callback(sqlite3_context *context, int argc, sqlite3_value **params) step_callback() argument
849 final_callback(sqlite3_context *context) final_callback() argument
1055 inverse_callback(sqlite3_context *context, int argc, sqlite3_value **params) inverse_callback() argument
1103 value_callback(sqlite3_context *context) value_callback() argument
1777 collation_callback(void *context, int text1_length, const void *text1_data, int text2_length, const void *text2_data) collation_callback() argument
[all...]

Completed in 78 milliseconds

1...<<261262263264265266267268269270>>...286