/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | wrgif.c | 136 output(gif_dest_ptr dinfo, code_int code) output() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | anytrans.cpp | 337 UScriptCode code; in scriptNameToCode() local
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | gensprep.c | 286 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 D | huffman_encode_utils.c | 391 uint32_t code = 0; ConvertBitDepthsToSymbols() local [all...] |
H A D | huffman_utils.c | 53 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 D | test_quiesce.c | 105 request_completed(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode code) request_completed() argument
|
/third_party/skia/tests/ |
H A D | DrawOpAtlasTest.cpp | 124 GrDrawOpAtlas::ErrorCode code; in fill_plot() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | command.h | 83 GetLengthCode(size_t insertlen, size_t copylen, BROTLI_BOOL use_last_distance, uint16_t* code) GetLengthCode() argument
|
H A D | hash_rolling_inc.h | 167 uint32_t code = self->state & MASK; in FindLongestMatch() local
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Decode.cs | 141 private static int TranslateShortCodes(int code, int[] ringBuffer, int index)
in TranslateShortCodes() argument [all...] |
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | SampleUtils.cpp | 57 void PrintGLFWError(int code, const char* message) { in PrintGLFWError() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.cpp | 22 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 D | bdfdrivr.c | 105 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 D | cffparse.h | 119 int code; member
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrsbit.c | 302 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 D | test_api.py | 212 def code(): function
|
/third_party/python/Lib/xml/dom/ |
H A D | __init__.py | 77 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.c | 65 PyCursesCheckERR(_curses_panel_state *state, int code, const char *fname) in PyCursesCheckERR() argument [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-remap-sink.c | 74 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 D | module-pipe-sink.c | 109 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 D | module-remap-source.c | 81 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 D | code.h | 211 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 D | diagnostic.h | 67 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 D | zlib_bench.cc | 35 void error_exit(const char* error, int code) { in error_exit() argument
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.cc | 50 unsigned code = static_cast<unsigned>(GetRandomBits(5)); in PickV() local
|