Home
last modified time | relevance | path

Searched defs:code (Results 576 - 600 of 1379) sorted by relevance

1...<<21222324252627282930>>...56

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dwrgif.c136 output(gif_dest_ptr dinfo, code_int code) output() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Danytrans.cpp337 UScriptCode code; in scriptNameToCode() local
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A Dgensprep.c286 uint32_t code; in normalizationCorrectionsLineFn() local
350 uint32_t code; in strprepProfileLineFn() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_encode_utils.c391 uint32_t code = 0; ConvertBitDepthsToSymbols() local
[all...]
H A Dhuffman_utils.c53 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) ReplicateValue() argument
135 HuffmanCode code; BuildHuffmanTable() local
163 HuffmanCode code; BuildHuffmanTable() local
181 HuffmanCode code; BuildHuffmanTable() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_quiesce.c105 request_completed(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode code) request_completed() argument
/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp124 GrDrawOpAtlas::ErrorCode code; in fill_plot() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcommand.h83 GetLengthCode(size_t insertlen, size_t copylen, BROTLI_BOOL use_last_distance, uint16_t* code) GetLengthCode() argument
H A Dhash_rolling_inc.h167 uint32_t code = self->state & MASK; in FindLongestMatch() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecode.cs141 private static int TranslateShortCodes(int code, int[] ringBuffer, int index) in TranslateShortCodes() argument
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DSampleUtils.cpp57 void PrintGLFWError(int code, const char* message) { in PrintGLFWError() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.cpp22 bool IsBinaryBlob(const std::string &code) in IsBinaryBlob() argument
165 const auto code = mOutputCode.find(output); in foundInCodeRegex() local
190 const auto code = mOutputCode.find(output); foundInCode() local
209 const auto code = mOutputCode.find(output); foundInCodeInOrder() local
239 const auto code = mOutputCode.find(output); foundInCode() local
[all...]
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.c105 FT_ULong code; in FT_CALLBACK_DEF() local
151 FT_ULong code; /* same as BDF_encoding_el.enc */ in FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.h119 int code; member
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c302 FT_UInt code; in pfr_lookup_bitmap_data() local
356 FT_UInt mid, code; in pfr_lookup_bitmap_data() local
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_api.py212 def code(): function
/third_party/python/Lib/xml/dom/
H A D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR global() variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR global() variable in InuseAttributeErr
107 code = INVALID_STATE_ERR global() variable in InvalidStateErr
110 code = SYNTAX_ERR global() variable in SyntaxErr
113 code = INVALID_MODIFICATION_ERR global() variable in InvalidModificationErr
116 code = NAMESPACE_ERR global() variable in NamespaceErr
119 code = INVALID_ACCESS_ERR global() variable in InvalidAccessErr
122 code = VALIDATION_ERR global() variable in ValidationErr
[all...]
/third_party/python/Modules/
H A D_curses_panel.c65 PyCursesCheckERR(_curses_panel_state *state, int code, const char *fname) in PyCursesCheckERR() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-remap-sink.c74 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
H A Dmodule-pipe-sink.c109 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
H A Dmodule-remap-source.c81 static int source_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg_cb() argument
/third_party/python/Include/cpython/
H A Dcode.h211 PyAPI_FUNC(PyObject *) PyCode_GetCode(PyCodeObject *code); global() variable
213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code); global() variable
215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code); global() variable
217 PyAPI_FUNC(PyObject *) PyCode_GetFreevars(PyCodeObject *code); global() variable
[all...]
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Ddiagnostic.h67 const char* code = nullptr; member in tint::diag::Diagnostic
180 add_error(System system, const char* code, std::string err_msg, const Source& source) add_error() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc35 void error_exit(const char* error, int code) { in error_exit() argument
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc50 unsigned code = static_cast<unsigned>(GetRandomBits(5)); in PickV() local

Completed in 22 milliseconds

1...<<21222324252627282930>>...56