Home
last modified time | relevance | path

Searched refs:code (Results 4476 - 4500 of 9681) sorted by relevance

1...<<171172173174175176177178179180>>...388

/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew.bat76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
77 rem the _cmd.exe /c_ return code!
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dlibspirv.cpp86 binary->assign(spvbinary->code, spvbinary->code + spvbinary->wordCount); in Assemble()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dlibspirv.cpp86 binary->assign(spvbinary->code, spvbinary->code + spvbinary->wordCount); in Assemble()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
H A Dgradlew.bat76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
77 rem the _cmd.exe /c_ return code!
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 rem the _cmd.exe /c_ return code!
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H A Dgradlew.bat76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
77 rem the _cmd.exe /c_ return code!
/third_party/skia/third_party/externals/oboe/samples/
H A Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 rem the _cmd.exe /c_ return code!
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew.bat76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
77 rem the _cmd.exe /c_ return code!
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCompilationMessages.cpp89 // within the code string. in AddMessage()
98 if (diagnostic.code) { in AddMessage()
99 mMessageStrings.push_back(std::string(diagnostic.code) + ": " + diagnostic.message); in AddMessage()
/third_party/skia/tools/
H A Dparse_llvm_coverage.py3 # Use of this source code is governed by a BSD-style license that can be
60 Values are lists which take the form (lineno, coverage, code).
89 cov, linenum, code = line.split('|', 2)
97 file_lines.append((linenum, cov, code.decode('utf-8', 'replace')))
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_host.cpp211 bool dng_host::IsTransientError (dng_error_code code) in IsTransientError() argument
214 switch (code) in IsTransientError()
/third_party/python/PCbuild/
H A Dprepare_ssl.py99 code = list(f1)
103 for line in code:
/third_party/python/Lib/test/
H A Dtest_dtrace.py135 code = compile(source=code_string,
140 for c in code.co_consts:
H A Dtest_dynamic.py143 code = "lambda: " + "+".join(f"_number_{i}" for i in range(1000))
144 sum_1000 = eval(code, MyGlobals())
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dsyscalls.rs398 pub(crate) fn exit_group(code: c::c_int) -> ! {
403 c::_Exit(code)
407 c::_exit(code)
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/
H A DObjectStoreJsunit.test.js707 expect("801").assertEqual(err.code.toString());
729 expect("801").assertEqual(err.code.toString());
767 expect("801").assertEqual(err.code.toString());
776 expect("801").assertEqual(err.code.toString());
812 expect("801").assertEqual(err.code.toString());
824 expect("801").assertEqual(err.code.toString());
857 expect("801").assertEqual(err.code.toString());
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c57 static void SMP_RecvDataCmdDistribution(uint16_t handle, uint8_t code, const Buffer *buffer);
89 uint8_t code = 0x00; in SMP_RecvDataTask() local
93 PacketExtractHead(param->pkt, &code, sizeof(code)); in SMP_RecvDataTask()
95 SMP_RecvDataCmdDistribution(param->handle, code, buffer); in SMP_RecvDataTask()
141 static void SMP_RecvDataCmdDistribution(uint16_t handle, uint8_t code, const Buffer *buffer) in SMP_RecvDataCmdDistribution() argument
143 switch (code) { in SMP_RecvDataCmdDistribution()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_adapter.c190 pkt->header.code = buf[1]; in CoapParseHeader()
229 if ((bufLen > HEADER_LEN) && (pkt->header.code == 0)) { in CoapSoftBusDecodeEx()
288 pkt->header.code = COAP_RESPONSE_CODE(pktParam->code); in CoapCreateHeaderEx()
295 buf->readWriteBuf[1] = (char)pkt->header.code; in CoapCreateHeaderEx()
572 if ((param->code == 0) && ((param->options != NULL) || (payload != NULL))) { in CoapSoftBusEncodeEx()
653 outParam->code = buildParam->methodType; in BuildCoapPktParam()
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-max77693.c535 unsigned int code; in max77693_muic_dock_button_handler() local
541 code = KEY_PREVIOUSSONG; in max77693_muic_dock_button_handler()
546 code = KEY_NEXTSONG; in max77693_muic_dock_button_handler()
550 code = KEY_VOLUMEDOWN; in max77693_muic_dock_button_handler()
554 code = KEY_VOLUMEUP; in max77693_muic_dock_button_handler()
559 code = KEY_PLAYPAUSE; in max77693_muic_dock_button_handler()
568 input_event(dock, EV_KEY, code, attached); in max77693_muic_dock_button_handler()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lg.c713 clear_bit(usage->code, *bit); in lg_input_mapped()
716 if (usage->type == EV_ABS && (usage->code == ABS_X || in lg_input_mapped()
717 usage->code == ABS_Y || usage->code == ABS_Z || in lg_input_mapped()
718 usage->code == ABS_RZ)) { in lg_input_mapped()
747 if ((drv_data->quirks & LG_INVERT_HWHEEL) && usage->code == REL_HWHEEL) { in lg_event()
748 input_event(field->hidinput->input, usage->type, usage->code, in lg_event()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dimx214.c478 struct v4l2_subdev_mbus_code_enum *code) in imx214_enum_mbus_code()
480 if (code->index > 0) in imx214_enum_mbus_code()
483 code->code = IMX214_MBUS_CODE; in imx214_enum_mbus_code()
492 if (fse->code != IMX214_MBUS_CODE) in imx214_enum_frame_size()
604 __format->code = IMX214_MBUS_CODE; in imx214_set_format()
825 fie->code = IMX214_MBUS_CODE; in imx214_enum_frame_interval()
476 imx214_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_mbus_code_enum *code) imx214_enum_mbus_code() argument
H A Dmt9t001.c339 struct v4l2_subdev_mbus_code_enum *code) in mt9t001_enum_mbus_code()
341 if (code->index > 0) in mt9t001_enum_mbus_code()
344 code->code = MEDIA_BUS_FMT_SGRBG10_1X10; in mt9t001_enum_mbus_code()
352 if (fse->index >= 8 || fse->code != MEDIA_BUS_FMT_SGRBG10_1X10) in mt9t001_enum_frame_size()
808 format->code = MEDIA_BUS_FMT_SGRBG10_1X10; in mt9t001_open()
933 mt9t001->format.code = MEDIA_BUS_FMT_SGRBG10_1X10; in mt9t001_probe()
337 mt9t001_enum_mbus_code(struct v4l2_subdev *subdev, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_mbus_code_enum *code) mt9t001_enum_mbus_code() argument
/kernel/linux/linux-5.10/drivers/iio/frequency/
H A Dad9523.c637 unsigned int code; in ad9523_read_raw() local
656 code = (AD9523_CLK_DIST_DIV_PHASE_REV(ret) * 3141592) / in ad9523_read_raw()
658 *val = code / 1000000; in ad9523_read_raw()
659 *val2 = code % 1000000; in ad9523_read_raw()
674 int ret, tmp, code; in ad9523_write_raw() local
704 code = val * 1000000 + val2 % 1000000; in ad9523_write_raw()
705 tmp = (code * AD9523_CLK_DIST_DIV_REV(ret)) / 3141592; in ad9523_write_raw()
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dati_remote.c53 * - When it stops blinking, input the channel code as two digits, from 01
275 unsigned char data; /* Raw key code from remote */
276 unsigned short code; /* Input layer translation */ member
290 /* "Mouse button" buttons. The code below uses the fact that the
291 * lsbit of the raw code is a down/up indicator. */
493 * data[2] = the key code (with toggle bit in MSB with some models) in ati_remote_input_report()
522 * MSB is a toggle code, though only used by some devices in ati_remote_input_report()
544 /* Look up event code index in the mouse translation in ati_remote_input_report()
558 * The lsbit of the raw key code is a down/up flag. in ati_remote_input_report()
561 input_event(dev, EV_KEY, ati_remote_tbl[index].code, in ati_remote_input_report()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Ddvbsky.c180 u32 code = 0xffff, scancode; in dvbsky_rc_query() local
188 code = (ibuf[0] << 8) | ibuf[1]; in dvbsky_rc_query()
189 if (code != 0xffff) { in dvbsky_rc_query()
190 dev_dbg(&d->udev->dev, "rc code: %x\n", code); in dvbsky_rc_query()
191 rc5_command = code & 0x3F; in dvbsky_rc_query()
192 rc5_system = (code & 0x7C0) >> 6; in dvbsky_rc_query()
193 toggle = (code & 0x800) ? 1 : 0; in dvbsky_rc_query()

Completed in 21 milliseconds

1...<<171172173174175176177178179180>>...388