Home
last modified time | relevance | path

Searched refs:use (Results 2176 - 2200 of 2222) sorted by relevance

1...<<818283848586878889

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctint-mmx.asm9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
H A Djidctint-sse2.asm9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctint-sse2.asm10 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat625 :: is not \n. Do not use exported files, whose line endings might be changed.
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py66 'takefocus', 'use', 'visual', 'width',
94 self.assertEqual(widget['use'], '')
98 widget2 = self.create(use=wid)
99 self.assertEqual(widget2['use'], wid)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h13 #error Do not include assembler_arm.h directly; use assembler.h instead.
562 // we don't use them, and we need to split them up into two instructions for
568 // Folded into ARM32::AssemblerARM32::popList(), since it is its only use (and
573 // Folded into ARM32::AssemblerARM32::pushList(), since it is its only use
/third_party/python/Lib/test/test_import/
H A D__init__.py1352 import test.test_import.data.circular_imports.use namespace
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
2499 # which can all use f<op>.{x,p}
2949 # which can use most addressing modes.
2981 # the instruction is an fmovm.x dynamic which can use many addressing
6825 # To avoid the use of floating-point comparisons, a #
6943 # Note also that we use the FMOVEM instruction to move X #
9584 smi.b SIGN(%a6) # use SIGN to hold dst sign
9918 #..use the borrow of the previous compare
11776 # for fun, let's use only extended precision, round to zero. then, let
11843 andi.b &0x30,%d1 # use onl
[all...]
H A Dftest.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
2499 # which can all use f<op>.{x,p}
2949 # which can use most addressing modes.
2981 # the instruction is an fmovm.x dynamic which can use many addressing
6825 # To avoid the use of floating-point comparisons, a #
6943 # Note also that we use the FMOVEM instruction to move X #
9584 smi.b SIGN(%a6) # use SIGN to hold dst sign
9918 #..use the borrow of the previous compare
11776 # for fun, let's use only extended precision, round to zero. then, let
11843 andi.b &0x30,%d1 # use onl
[all...]
H A Dftest.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
/third_party/libabigail/tests/lib/
H A Dcatch.hpp1709 // TBD: Should we use `strnlen` to ensure that we don't go out of the buffer,
2510 // Deprecated, do not use:
3268 // Hack to fix Catch GH issue #1661. Could use id for generic Object support.
3269 // use of const for Object pointers is very uncommon and under ARC it causes some kind of signature mismatch that breaks compilation
3971 "specialization, use SingleValue Generator instead.");
4556 // does not use it, but it should behave as expected inside stdlib's
4585 // In practice we do not use them, so we will skip them for now
6035 static void use( Code _colourCode );
6438 // individual includes in standard use.
7819 auto n = static_cast<int>(last - first); // seriously, one can't use integra
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c112 * - made use of user mappings through the security API or direct access
386 * we use rights always granted to anybody, so they have no impact
1162 s32 use; in showownership() local
1221 (char*)NULL, &domainsz, &use)) in showownership()
2230 * No explicit attr in backup, use attr defined in applyattr()
2620 * returns descriptor in allocated memory, must free() after use
4534 fprintf(stderr,"you have to use an unmounted partition\n"); in processmounted()
5492 if (opt_r) printf("Summary of security key use :\n"); in audit_summary()
6072 fprintf(stderr,"please use the full path\n"); in splitarg()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c3095 "CTRL_IFACE: Cannot use MESH_GROUP_ADD on a non mesh network"); in wpa_supplicant_ctrl_iface_mesh_group_add()
3264 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Cannot use " in wpa_supplicant_ctrl_iface_select_network()
3308 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Cannot use " in wpa_supplicant_ctrl_iface_enable_network()
3347 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Cannot use " in wpa_supplicant_ctrl_iface_disable_network()
5851 enum wpas_p2p_prov_disc_use use = WPAS_P2P_PD_FOR_GO_NEG; in p2p_ctrl_prov_disc() local
5864 use = WPAS_P2P_PD_FOR_JOIN; in p2p_ctrl_prov_disc()
5866 use = WPAS_P2P_PD_AUTO; in p2p_ctrl_prov_disc()
5868 return wpas_p2p_prov_disc(wpa_s, addr, pos, use, NULL); in p2p_ctrl_prov_disc()
8210 * that here with a fixed string to avoid use of freed memory in wpas_ctrl_radio_work_cb()
9294 /* First, use in wpas_ctrl_reset_pn()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c82 * it is currently using, but is no longer valid for P2P use cases.
225 * currently not in use by any of the wpa_supplicant interfaces.
248 * Get the frequencies that are currently in use by one or more of the virtual
448 * been disabled for P2P operating channel use to avoid missing in wpas_p2p_search_social_channel()
889 * negotiation, but rather try to re-use the existing groups. in p2ps_group_capability()
1018 "P2P: PSK failure removal was scheduled, so use PSK failure as reason for group removal"); in wpas_p2p_group_delete()
1254 * P2P IE contains devices mac, but softbus use peer interface mac to in wpas_p2p_persistent_group()
1584 * to use the group interface if a new interface was created for the in wpas_group_formation_completed()
3529 * Pick the best frequency to use from all the currently used frequencies.
3655 "interface is already in use in wpas_invitation_process()
8063 wpas_p2p_prov_disc(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *config_method, enum wpas_p2p_prov_disc_use use, struct p2ps_provision *p2ps_prov) global() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp150 // We use an FBO to work around an issue where the default framebuffer applies SRGB in setUpFramebuffer()
2295 // Create secondary draw that does not use mTexture in TEST_P()
3011 // Test functionality of GL_ANGLE_yuv_internal_format with simultaneous use of multiple YUV sources
5409 // Switch the texture to use the cyan level 0 with the RGBA format. in TEST_P()
9103 for (const UploadThenUseStageParam &use : uses)
9105 const GLProgram &program = use.useStage == GL_VERTEX_SHADER ? sampleInVS : sampleInFS;
9111 if (use.closeRenderPassAfterUse)
9302 // Test that uploading data to buffer that's in use then using it as PBO to update a texture works.
9927 // Test that uploading data to buffer that's in use then using it as texture buffer works.
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dhead.S54 * 2) Increase use of subroutines to perform functions
120 * settings, it's the easiest to use this page, the rest of the page is used
158 * (in height/width and bit depth) and then use that information for
366 /* When debugging use readable names for labels */
552 /* On the HP300 we use the on-board LEDs for debug output before
802 * doesn't exist then we use the Bug for output on MVME16x.
1346 * to use. Now, it's generalized for all processors. Which means
1353 * the first 16 Meg. Then, just use Transparent Translation registers
1992 * On 030, 040 & 060 it will attempt to use Transparent Translation
1994 * On 020 it will call the standard mmu_map which will use earl
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c188 /* Unlock and unref the given client; for OSS sequencer use only */
587 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
861 * This was originally a note event. We now re-use the in snd_seq_dispatch_event()
1338 port->c_dest.open = callback->use; in snd_seq_ioctl_create_port()
1889 /* is the pool in use? */ in snd_seq_ioctl_set_client_pool()
2273 /* To use kernel stack for ioctl data. */ in snd_seq_ioctl()
2552 /* get a sequencer client object; for internal use from a kernel client */
2559 /* put a sequencer client object; for internal use from a kernel client */
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S1667 @ and use the source as temp buffer between the two idct passes, and
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak483 # The above tests use vsynth1-mpeg4-qprd.avi created by fate-vsynth1-mpeg4-qprd
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js3 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
16 "use strict";
316 // Internet Explorer's Map doesn't support iteration, so don't use it.
326 // Internet Explorer's Set doesn't support iteration, so don't use it.
401 /** Like `forEach`, but suitable for use with numbers and strings (which may be falsy). */
1667 * want to use something looser than object identity - e.g. "has the same span".
1907 * our api has till now only taken caseSensitive as the only input and just for some characters we dont want to update API and ensure all customers use those api
1908 * We could use upper case and we would still need to deal with the descripencies but
1910 * So for this function purpose, we go ahead and assume character I with dot on top it as case sensitive since its very unlikely to use lower case form of that special character
2018 * To compare strings, use an
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js3 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
16 "use strict";
130 // Internet Explorer's Map doesn't support iteration, so don't use it.
144 // Internet Explorer's Set doesn't support iteration, so don't use it.
214 /** Like `forEach`, but suitable for use with numbers and strings (which may be falsy). */
1535 * want to use something looser than object identity - e.g. "has the same span".
1779 * our api has till now only taken caseSensitive as the only input and just for some characters we dont want to update API and ensure all customers use those api
1780 * We could use upper case and we would still need to deal with the descripencies but
1782 * So for this function purpose, we go ahead and assume character I with dot on top it as case sensitive since its very unlikely to use lower case form of that special character
1890 * To compare strings, use an
[all...]
H A Dtypescript.js3 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
16 "use strict";
121 // Internet Explorer's Map doesn't support iteration, so don't use it.
135 // Internet Explorer's Set doesn't support iteration, so don't use it.
205 /** Like `forEach`, but suitable for use with numbers and strings (which may be falsy). */
1526 * want to use something looser than object identity - e.g. "has the same span".
1770 * our api has till now only taken caseSensitive as the only input and just for some characters we dont want to update API and ensure all customers use those api
1771 * We could use upper case and we would still need to deal with the descripencies but
1773 * So for this function purpose, we go ahead and assume character I with dot on top it as case sensitive since its very unlikely to use lower case form of that special character
1881 * To compare strings, use an
[all...]
H A DtypescriptServices.js3 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
16 "use strict";
121 // Internet Explorer's Map doesn't support iteration, so don't use it.
135 // Internet Explorer's Set doesn't support iteration, so don't use it.
205 /** Like `forEach`, but suitable for use with numbers and strings (which may be falsy). */
1526 * want to use something looser than object identity - e.g. "has the same span".
1770 * our api has till now only taken caseSensitive as the only input and just for some characters we dont want to update API and ensure all customers use those api
1771 * We could use upper case and we would still need to deal with the descripencies but
1773 * So for this function purpose, we go ahead and assume character I with dot on top it as case sensitive since its very unlikely to use lower case form of that special character
1881 * To compare strings, use an
[all...]
H A Dtsserver.js3 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
17 "use strict";
131 // Internet Explorer's Map doesn't support iteration, so don't use it.
145 // Internet Explorer's Set doesn't support iteration, so don't use it.
215 /** Like `forEach`, but suitable for use with numbers and strings (which may be falsy). */
1536 * want to use something looser than object identity - e.g. "has the same span".
1780 * our api has till now only taken caseSensitive as the only input and just for some characters we dont want to update API and ensure all customers use those api
1781 * We could use upper case and we would still need to deal with the descripencies but
1783 * So for this function purpose, we go ahead and assume character I with dot on top it as case sensitive since its very unlikely to use lower case form of that special character
1891 * To compare strings, use an
[all...]

Completed in 124 milliseconds

1...<<818283848586878889