Home
last modified time | relevance | path

Searched refs:single (Results 151 - 175 of 526) sorted by relevance

12345678910>>...22

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp396 de::MovePtr<tcu::TestCaseGroup> single (new tcu::TestCaseGroup(testCtx, "single", "Single texture granularity tests.")); in createGranularityQueryTests()
469 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests()
507 group->addChild(single.release()); in createGranularityQueryTests()
/third_party/protobuf/python/google/protobuf/internal/
H A Dgenerator_test.py132 self.assertEqual(unittest_pb2.TestRequired.single.containing_type,
138 self.assertEqual(unittest_pb2.TestRequired.single.extension_scope,
143 self.assertTrue(unittest_pb2.TestRequired.single.is_extension)
/kernel/linux/linux-5.10/Documentation/trace/
H A Dfunction-graph-fold.vim12 " single-CPU trace (e.g. trace-cmd report --cpu 1).
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dfnmsubs.c9 #include <math-emu/single.h>
H A Dfnmadds.c9 #include <math-emu/single.h>
H A Dfmsubs.c9 #include <math-emu/single.h>
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dsmp_32.h64 void (*single)(int cpu); member
/kernel/linux/linux-6.6/Documentation/trace/
H A Dfunction-graph-fold.vim12 " single-CPU trace (e.g. trace-cmd report --cpu 1).
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dfnmsubs.c9 #include <math-emu/single.h>
H A Dfnmadds.c9 #include <math-emu/single.h>
H A Dfmsubs.c9 #include <math-emu/single.h>
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dsmp_32.h61 void (*single)(int cpu); member
/kernel/linux/linux-5.10/include/rdma/
H A Drw.h22 /* for mapping a single SGE: */
26 } single; member
/kernel/linux/linux-6.6/include/rdma/
H A Drw.h22 /* for mapping a single SGE: */
26 } single; member
/third_party/curl/scripts/
H A Dnroff2cd41 sub single { subroutine
105 # double-backslashes converted to single ones
173 # fix single quotes
192 exit single($ARGV[0]);
/third_party/lame/mpglib/
H A Dmpg123.h96 int single; /* single channel (monophonic) */ member
/third_party/skia/experimental/wasm-skp-debugger/
H A DMakefile33 npx karma start ./karma.conf.js --no-single-run --watch-poll
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dlcd_dma.c82 void omap_set_lcd_dma_single_transfer(int single) in omap_set_lcd_dma_single_transfer() argument
84 lcd_dma.single_transfer = single; in omap_set_lcd_dma_single_transfer()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dlcd_dma.c85 void omap_set_lcd_dma_single_transfer(int single) in omap_set_lcd_dma_single_transfer() argument
87 lcd_dma.single_transfer = single; in omap_set_lcd_dma_single_transfer()
/third_party/alsa-utils/alsactl/
H A Dutils.c243 iter->single = cardno >= 0; in snd_card_iterator_init()
267 if (iter->single) { in snd_card_iterator_next()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex43 procedure is assumed to occupy a single, contiguous range of
46 members. If a single function/routine is split into multiple,
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js96 * * `'` - the value will be quoted with a single quote and single quotes are escaped.
318 * returns a single (`'`) or double (`"`) quote character if the value is quoted.
436 quotes: 'single',
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DMessageTest.java155 builder.setExtension(TestRequired.single, TEST_REQUIRED_UNINITIALIZED); in testRequiredExtension()
158 builder.setExtension(TestRequired.single, TEST_REQUIRED_INITIALIZED); in testRequiredExtension()
/third_party/python/Lib/test/libregrtest/
H A Dcmdline.py40 is possible to single step through the test files. This is useful when
150 self.single = False
239 group.add_argument('-s', '--single', action='store_true',
240 help='single step through a set of tests.' +
372 if ns.single and ns.fromfile:
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteUnaddressableReferences.cpp282 args[i] = rebuild(*arg).single();
330 auto *newNode = asNode<TIntermTyped>(rebuild(node).single());

Completed in 12 milliseconds

12345678910>>...22