| /third_party/libabigail/tests/ |
| H A D | test-diff-pkg.cc | 1229 int code = system(cmd.c_str()); in perform() local
|
| /third_party/jerryscript/targets/nuttx-stm32f4/ |
| H A D | jerry_port.c | 40 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() argument
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | cmdline.c | 198 uint32_t *code = malloc(filesize); in disassemble() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_interface.cpp | 86 get_disasm_string(aco::Program* program, std::vector<uint32_t>& code, in get_disasm_string() argument 244 std::vector<uint32_t> code; in aco_compile_shader() local 301 std::vector<uint32_t> code; aco_compile_vs_prolog() local 347 std::vector<uint32_t> code; aco_compile_ps_epilog() local [all...] |
| /third_party/ltp/docparse/ |
| H A D | testinfo.pl | 90 sub code subroutine
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderParse.c | 40 Shader_parse_init(struct Shader_parser *parser, const unsigned *code) Shader_parse_init() argument
|
| /third_party/node/test/js-native-api/test_error/ |
| H A D | test_error.c | 112 napi_value code; in createErrorCode() local 124 napi_value code; in createRangeErrorCode() local 137 napi_value code; in createTypeErrorCode() local 150 napi_value code; in createSyntaxErrorCode() local [all...] |
| /third_party/node/test/common/ |
| H A D | wpt.js | |
| /third_party/node/deps/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/node/deps/icu-small/source/i18n/ |
| H A D | cecal.cpp | 145 CECalendar::setTemporalMonthCode(const char* code, UErrorCode& status) { in setTemporalMonthCode() argument
|
| /third_party/libinput/test/ |
| H A D | test-keyboard.c | 172 int code; in START_TEST() member 268 unsigned int code; START_TEST() local 287 unsigned int code; START_TEST() local 336 int code; START_TEST() local [all...] |
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| H A D | ns-mcast.h | 93 uint8_t code; member
|
| /third_party/ltp/testcases/kernel/input/ |
| H A D | input_helper.c | 170 void send_event(int fd, int event, int code, int value) in send_event() argument 232 int check_event_code(struct input_event *iev, int event, int code) in check_event_code() argument
|
| H A D | input06.c | 113 static int check_event(struct input_event *iev, int event, int code, int value) in check_event() argument
|
| /third_party/libevdev/test/ |
| H A D | test-common-uinput.c | 148 int code; in uinput_device_create() local 207 uinput_device_set_event_bit(struct uinput_device* dev, unsigned int type, unsigned int code) in uinput_device_set_event_bit() argument 215 int type, code; uinput_device_set_event_bits_v() local 244 uinput_device_set_abs_bit(struct uinput_device* dev, unsigned int code, const struct input_absinfo *absinfo) uinput_device_set_abs_bit() argument 250 uinput_device_event(const struct uinput_device *dev, unsigned int type, unsigned int code, int value) uinput_device_event() argument 257 int type, code, value; uinput_device_event_multiple_v() local [all...] |
| /third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
| H A D | geocoding_data_test.cc | 57 int code = country_calling_codes[i]; in TestCountryCallingCodeLanguages() local
|
| /third_party/lwip/src/include/netif/ppp/ |
| H A D | chap-new.h | 132 int code; member
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | fsm.c | 320 u_char code, id; in fsm_input() local 393 int code, reject_if_disagre in fsm_rconfreq() local 515 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) fsm_rconfnakrej() argument 646 u_char code, id; fsm_rcoderej() local 770 fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) fsm_sdata() argument [all...] |
| /third_party/lzma/C/ |
| H A D | LzmaDec.h | 64 UInt32 code;
member
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-lazy-gen.cc | 28 TNode<CodeT> code = CAST(CallRuntime(function_id, context, function)); in GenerateTailCallToReturnedCode() local 17 GenerateTailCallToJSCode( TNode<CodeT> code, TNode<JSFunction> function) GenerateTailCallToJSCode() argument 188 TNode<CodeT> code = HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); TF_BUILTIN() local [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | register-configuration.cc | 171 bool IsAllocatableGeneralRegister(int code) { in IsAllocatableGeneralRegister() argument
|
| /third_party/node/deps/v8/src/extensions/ |
| H A D | statistics-extension.cc | 149 Code code = Code::cast(obj); in GetCounters() local
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | basic-block-profiler.cc | 118 Handle<String> code = CopyStringToJSHeap(code_, isolate); in CopyToJSHeap() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | code-stats.cc | 208 Code code = Code::cast(obj); CollectCodeCommentStatistics() local [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-compiler.cc | 221 Handle<Code> code; in GenerateCode() local
|