| /third_party/skia/src/xml/ |
| H A D | SkXMLParser.h | 41 void setCode(ErrorCode code) { fCode = code; } in setCode() argument
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | huffman.c | 107 HuffmanCode code; /* current table entry */ in BrotliBuildCodeLengthsHuffmanTable() local 80 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) ReplicateValue() argument 173 HuffmanCode code; /* current table entry */ BrotliBuildHuffmanTable() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| H A D | infcodes.c | 41 } code; /* if LEN or DIST, where in tree */ member [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | gen-ucd-table.py | 107 code = packTab.Code('_hb_ucd') variable 149 code = packTab.Code('_hb_ucd') variable [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-pipe-source.c | 93 source_process_msg( pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) source_process_msg() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | asyncmsgq.c | 43 int code; member 119 void pa_asyncmsgq_post(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk, pa_free_cb_t free_cb) { in pa_asyncmsgq_post() argument 150 int pa_asyncmsgq_send(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk) { in pa_asyncmsgq_send() argument 185 int pa_asyncmsgq_get(pa_asyncmsgq *a, pa_msgobject **object, int *code, voi argument 250 pa_asyncmsgq_wait_for(pa_asyncmsgq *a, int code) pa_asyncmsgq_wait_for() argument 278 int code; pa_asyncmsgq_process_one() local 333 pa_asyncmsgq_dispatch(pa_msgobject *object, int code, void *userdata, int64_t offset, pa_memchunk *memchunk) pa_asyncmsgq_dispatch() argument 346 int code; pa_asyncmsgq_flush() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | brkeng.cpp | 164 UScriptCode code = uscript_getScript(c, &status); in loadEngineFor() local
|
| /third_party/toybox/toys/pending/ |
| H A D | getty.c | 52 speed_t code; member
|
| /third_party/vixl/src/aarch32/ |
| H A D | instructions-aarch32.h | 84 constexpr CPURegister(RegisterType type, uint32_t code, int size) in CPURegister() argument [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | registers-aarch64.h | 99 CPURegister(int code, int size_in_bits, RegisterType type) in CPURegister() argument [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | literalTypeWidening.js | |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_host.cpp | 211 bool dng_host::IsTransientError (dng_error_code code) in IsTransientError() argument
|
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| H A D | xmlfile.c | 88 enum XML_Error code = XML_GetErrorCode(parser); in reportError() local
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_message_lite.cc | 556 uint16 code = chars[i]; in GenerateDynamicMethodNewBuildMessageInfo() local
|
| /third_party/python/Programs/ |
| H A D | _freeze_module.c | 125 PyObject *code = Py_CompileStringExFlags(text, filename, in compile_and_marshal() local
|
| /third_party/python/Modules/ |
| H A D | fcntlmodule.c | 47 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg) in fcntl_fcntl_impl() argument 144 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code, PyObject *ob_arg, int mutate_arg) fcntl_ioctl_impl() argument 282 fcntl_flock_impl(PyObject *module, int fd, int code) fcntl_flock_impl() argument 369 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, PyObject *startobj, int whence) fcntl_lockf_impl() argument [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | status.h | 93 error::Code code() const { in code() function in google::protobuf::util::Status
|
| /third_party/python/Modules/cjkcodecs/ |
| H A D | _codecs_kr.c | 38 DBCHAR code; in ENCODER() local 176 DBCHAR code; in ENCODER() local 266 DBCHAR code; ENCODER() local [all...] |
| /third_party/skia/gm/verifiers/ |
| H A D | gmverifier.cpp | 25 VerifierResult::VerifierResult(VerifierResult::Code code, const SkString& msg) : in VerifierResult() argument
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| H A D | error.rs | 65 pub fn code(&self) -> ErrorCode { in code() functions
|
| /third_party/spirv-tools/source/ |
| H A D | name_mapper.cpp | 46 FriendlyNameMapper(const spv_const_context context, const uint32_t* code, const size_t wordCount) FriendlyNameMapper() argument
|
| /third_party/spirv-tools/test/ |
| H A D | test_fixture.h | 153 SpirvVector code = in EncodeSuccessfullyDecodeFailed() local 174 const SpirvVector code in CompiledInstructions() local 184 SetText(const std::string& code) SetText() argument [all...] |
| /third_party/spirv-tools/test/val/ |
| H A D | val_fixtures.h | 112 std::string ValidateBase<T>::CompileFailure(std::string code, in CompileFailure() argument 130 void ValidateBase<T>::CompileSuccessfully(std::string code, in CompileSuccessfully() argument [all...] |
| H A D | val_image_test.cpp | 517 const std::string code = GetShaderHeader("", false) + R"( in TEST_F() local 530 const std::string code = GetShaderHeader() + R"( in TEST_F() local 549 const std::string code = GetShaderHeader() + R"( in TEST_F() local 564 const std::string code = GetShaderHeader() + R"( in TEST_F() local 579 const std::string code = GetShaderHeader() + R"( in TEST_F() local 596 const std::string code = GetShaderHeader( TEST_F() local 614 const std::string code = GetShaderHeader() + R"( TEST_F() local 631 const std::string code = GetShaderHeader( TEST_F() local 649 const std::string code = GetShaderHeader() + R"( TEST_F() local 664 const std::string code = GetShaderHeader() + R"( TEST_F() local 683 const std::string code = GetShaderHeader( TEST_F() local 705 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local 716 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local 727 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local 738 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local 749 const std::string code = TEST_F() local 762 const std::string code = GetShaderHeader("OpCapability InputAttachment\\n") + TEST_F() local 776 const std::string code = GetShaderHeader("OpCapability InputAttachment\\n") + TEST_F() local 790 const std::string code = GetShaderHeader( TEST_F() local 807 const std::string code = GetShaderHeader( TEST_F() local 822 const std::string code = GetShaderHeader( TEST_F() local 837 const std::string code = GetShaderHeader( TEST_F() local 852 const std::string code = GetShaderHeader( TEST_F() local 867 const std::string code = GetShaderHeader( TEST_F() local 1063 const std::string code = GetKernelHeader() + R"( TEST_F() local 1073 const std::string code = GetKernelHeader() + R"( TEST_F() local 1084 const std::string code = GetKernelHeader() + R"( TEST_F() local 1095 const std::string code = GetKernelHeader() + R"( TEST_F() local 1107 const std::string code = GetShaderHeader() + R"( TEST_F() local 1117 const std::string code = GetShaderHeader() + R"( TEST_F() local 1127 const std::string code = GetShaderHeader() + R"( TEST_F() local 1140 const std::string code = TEST_F() local 1153 const std::string code = GetShaderHeader("", false) + TEST_F() local 1166 const std::string code = TEST_F() local 1178 const std::string code = TEST_F() local 1190 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local 1203 const std::string code = GetShaderHeader() + R"( TEST_F() local 1214 const std::string code = GetShaderHeader() + R"( TEST_F() local 1227 const std::string code = GetShaderHeader() + R"( TEST_F() local 1288 const std::string code = GetShaderHeader() + R"( TEST_F() local 7940 const std::string code = R"( TEST_F() local 7978 const std::string code = R"( TEST_F() local 8014 const std::string code = R"( TEST_F() local [all...] |
| /third_party/spirv-tools/tools/objdump/ |
| H A D | extract_source.cpp | 103 extractOpSource(const spv_position_t& loc, const spv_parsed_instruction_t& instruction, spv::Id* filename, std::string* code) extractOpSource() argument
|