Home
last modified time | relevance | path

Searched refs:code (Results 4426 - 4450 of 5334) sorted by relevance

1...<<171172173174175176177178179180>>...214

/third_party/curl/lib/
H A Dsocks.c494 * VN is the version of the reply code and should be 0. CD is the result in do_SOCKS4()
495 * code with one of the following values: in do_SOCKS4()
992 int code = socksreq[1]; in do_SOCKS5() local
995 if(code < 9) { in do_SOCKS5()
1008 rc = lookup[code]; in do_SOCKS5()
/third_party/glfw/src/
H A Dinternal.h367 int code; member
397 // shared code to the platform API.
438 // shared code to the platform API.
463 // It is used to pass framebuffer parameters from shared code to the platform
951 void _glfwInputError(int code, const char* format, ...)
954 void _glfwInputError(int code, const char* format, ...);
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c24 * Main program by James Courtier-Dutton (including some source code fragments from the alsa project.)
953 static int prg_exit(int code) in prg_exit() argument
957 exit(code); in prg_exit()
958 return code; in prg_exit()
/third_party/icu/icu4c/source/i18n/
H A Dcollationruleparser.cpp705 int32_t code = getReorderCode(word.data()); in parseReordering() local
706 if(code < 0) { in parseReordering()
707 setParseError("unknown script or reorder code", errorCode); in parseReordering()
710 reorderCodes.addElement(code, errorCode); in parseReordering()
824 // Error code consistent with the old parser (from ca. 2001), in setParseError()
835 // Note: This relies on the calling code maintaining the ruleIndex in setErrorContext()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp1058 HRESULT CMixerMT::ReturnIfError(HRESULT code) in ReturnIfError() argument
1061 if (_coders[i].Result == code) in ReturnIfError()
1062 return code; in ReturnIfError()
/third_party/node/lib/internal/fs/
H A Dutils.js361 // code(s) for this.
804 if (options.force && err.code === 'ENOENT') {
816 code: 'EISDIR',
841 code: 'EISDIR',
/third_party/node/lib/internal/modules/esm/
H A Dresolve.js554 if (e.code === 'ERR_INVALID_PACKAGE_TARGET') {
914 // eslint can't handle the above code.
1202 if (error.code === 'ERR_MODULE_NOT_FOUND' ||
1203 error.code === 'ERR_UNSUPPORTED_DIR_IMPORT') {
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationruleparser.cpp710 int32_t code = getReorderCode(word.data()); in parseReordering() local
711 if(code < 0) { in parseReordering()
712 setParseError("unknown script or reorder code", errorCode); in parseReordering()
715 reorderCodes.addElement(code, errorCode); in parseReordering()
829 // Error code consistent with the old parser (from ca. 2001), in setParseError()
840 // Note: This relies on the calling code maintaining the ruleIndex in setErrorContext()
/third_party/libinput/test/
H A Dtest-misc.c58 unsigned int type, code; in create_simple_test_device() local
76 (code = va_arg(args, unsigned int)) != (unsigned int)-1) { in create_simple_test_device()
80 libevdev_enable_event_code(evdev, type, code, a); in create_simple_test_device()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
303 // instruction sequence, and that is always the case inside code in IsCodedSpecially()
392 // metadata table builders (safepoint, handler, constant pool, code in GetCode()
402 // Set up code descriptor. in GetCode()
445 // This code assumes a FIXED_SEQUENCE for 64bit loads (iihf/iilf)
451 // This code assumes a FIXED_SEQUENCE for 32bit loads (iilf)
458 // Labels refer to positions in the (to be) generated code.
462 // generated code. pos() is the position the label refers to.
464 // Linked labels refer to unknown positions in the code
663 stop(Condition cond, int32_t code, CRegister cr) stop() argument
745 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | dumy() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/snapshot/code-serializer.h"
74 // Serialize code object. in Serialize()
241 // will crash since it stores a code object. Instead, we serialize the in SerializeObjectImpl()
243 // information. On deserialization we'll create our code objects again, if in SerializeObjectImpl()
295 Handle<Code> code = isolate->factory()->CopyCode(Handle<Code>::cast( in CreateInterpreterDataForDeserializedCode() local
303 interpreter_data->set_interpreter_trampoline(ToCodeT(*code)); in CreateInterpreterDataForDeserializedCode()
312 Handle<AbstractCode> abstract_code = Handle<AbstractCode>::cast(code); in CreateInterpreterDataForDeserializedCode()
441 if (FLAG_profile_deserialization) PrintF("[Cached code failed check]\n"); in Deserialize()
528 if (FLAG_profile_deserialization) PrintF("[Cached code faile in FinishOffThreadDeserialize()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c994 uint32_t code = vl_vlc_peekbits(&bs->vlc, 32); in vl_mpg12_bs_decode() local
996 if (code >= 0x101 && code <= 0x1AF) { in vl_mpg12_bs_decode()
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c134 static int sink_input_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
137 switch (code) { in sink_input_process_msg()
146 return pa_sink_input_process_msg(o, code, data, offset, chunk); in sink_input_process_msg()
322 * In the code below a = 7 is used. in rtpoll_work_cb()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp52 static GLuint createAndCompileShader(deqp::Context& context, const GLenum type, const GLchar* code);
68 * @param cs_code Source code for compute shader stage
69 * @param fs_code Source code for fragment shader stage
70 * @param gs_code Source code for geometry shader stage
71 * @param tcs_code Source code for tesselation control shader stage
72 * @param tes_code Source code for tesselation evaluation shader stage
73 * @param vs_code Source code for vertex shader stage
197 * @param code Source code for shader
201 GLuint Utils::createAndCompileShader(deqp::Context& context, const GLenum type, const GLchar* code) in createAndCompileShader() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c3 // Use of this source code is governed by a BSD-style license
787 int code, extra_bits, extra_bits_value; in CalculateBestCacheSize() local
795 VP8LPrefixEncode(len, &code, &extra_bits, &extra_bits_value); in CalculateBestCacheSize()
797 ++histos[i]->literal_[NUM_LITERAL_CODES + code]; in CalculateBestCacheSize()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationruleparser.cpp705 int32_t code = getReorderCode(word.data()); in parseReordering() local
706 if(code < 0) { in parseReordering()
707 setParseError("unknown script or reorder code", errorCode); in parseReordering()
710 reorderCodes.addElement(code, errorCode); in parseReordering()
824 // Error code consistent with the old parser (from ca. 2001), in setParseError()
835 // Note: This relies on the calling code maintaining the ruleIndex in setErrorContext()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py11 omits a retired code entirely.
286 ``LangTag`` in the generated code.
305 code.
375 self.to_bcp_47[tag].update (ISO_639_3_TO_1.get (code, code) for code in iso_codes.replace (' ', '').split (','))
573 self.scopes[subtag] = ' (retired code)' + self.scopes.get (subtag, '')
592 self.scopes[subtag] = ' (retired code)' + self.scopes.get (subtag, '')
674 bcp_47.scopes['flm'] = ' (retired code)'
705 bcp_47.scopes['mhv'] = ' (retired code)'
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c159 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
165 switch (code) { in sink_process_msg()
289 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg()
/third_party/python/Lib/test/
H A Dtest_tokenize.py42 # code, print out a table with tokens. The ENDMARKER, ENCODING and
1519 The source code in f is tokenized to both 5- and 2-tuples.
1520 Both sequences are converted back to source code via
1525 reproduce code that does not contain a backslash continuation
1528 # Get source code and original tokenizations
1530 code = f.encode('utf-8')
1532 code = f.read()
1534 readline = iter(code.splitlines(keepends=True)).__next__
1581 # Some error-handling code
1642 def roundtrip(self, code)
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_eke.c201 wpa_printf(MSG_DEBUG, "EAP-EKE: Sending EAP-EKE-Failure/Response - code=0x%x", in eap_eke_build_fail()
637 u32 code; in eap_eke_process_failure() local
638 code = WPA_GET_BE32(payload); in eap_eke_process_failure()
639 wpa_printf(MSG_INFO, "EAP-EKE: Failure-Code 0x%x", code); in eap_eke_process_failure()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_eke.c201 wpa_printf(MSG_DEBUG, "EAP-EKE: Sending EAP-EKE-Failure/Response - code=0x%x", in eap_eke_build_fail()
637 u32 code; in eap_eke_process_failure() local
638 code = WPA_GET_BE32(payload); in eap_eke_process_failure()
639 wpa_printf(MSG_INFO, "EAP-EKE: Failure-Code 0x%x", code); in eap_eke_process_failure()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex323 % Do this outside of the \shipout so @code etc. will be expanded in
324 % the headline as they should be, not taken literally (outputting ''code).
339 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
342 % {\code {{\tt \backslashcurfont }acronym}
1238 % We have to set dummies so commands such as @code, and characters
2231 %\newif\ifmarkupenv % @env == @code.
2232 %\newif\ifmarkupcommand % @command == @code.
2312 % the code environments to do likewise.
2453 % @code (and similar) prints in typewriter, but with spaces the same
2477 % We *must* turn on hyphenation at `-' and `_' in @code
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c345 oam_error_log1(0, OAM_SF_ANY, "{wal_cfg80211_set_ssid::return err code [%u]!}", ret); in WalSetSsid()
544 oam_error_log1(0, OAM_SF_ANY, "{wal_set_mac_to_mib::return err code [%u]!}\r\n", ret); in PreSetMac()
670 oam_error_log1(0, 0, "{WalSetTxPower::return err code %u!}", ret); in WalSetTxPower()
717 int32_t WalSetCountryCode(NetDevice *netDev, const char *code, uint32_t len) in WalSetCountryCode() argument
720 if (code == NULL || strlen(code) != len) { in WalSetCountryCode()
725 oam_error_log0(0, OAM_SF_ANY, "{WalSetCountryCode::country code len error!}\r\n"); in WalSetCountryCode()
728 ret = wal_regdomain_update(netDev, code, MAC_CONTRY_CODE_LEN); in WalSetCountryCode()
730 oam_error_log1(0, OAM_SF_ANY, "{WalSetCountryCode::regdomain_update return err code %u!}\r\n", ret); in WalSetCountryCode()
/test/xts/acts/communication/dsoftbus/capi_ipc/entry/src/main/cpp/
H A Dipc_capi.cpp27 int OnRemoteRequestStub(uint32_t code, const OHIPCParcel *data, OHIPCParcel *reply, in OnRemoteRequestStub() argument
31 (void)code; in OnRemoteRequestStub()
233 uint32_t code = 0; in OHIPCRemoteProxySendRequest() local
237 int ret = OH_IPCRemoteProxy_SendRequest(proxy, code, data, reply, &option); in OHIPCRemoteProxySendRequest()
/test/xts/acts/communication_lite/lwip_posix/src/
H A DActsLwipTest.cpp376 static int WaitProcessExit(int pid, int* code) in WaitProcessExit() argument
396 *code = WEXITSTATUS(status); in WaitProcessExit()
399 *code = WTERMSIG(status); in WaitProcessExit()
402 *code = WSTOPSIG(status); in WaitProcessExit()

Completed in 40 milliseconds

1...<<171172173174175176177178179180>>...214