Home
last modified time | relevance | path

Searched refs:simple (Results 176 - 200 of 270) sorted by relevance

1234567891011

/third_party/skia/src/pathops/
H A DSkOpSpan.h338 bool simple() const { in simple() function in SkOpSpanBase
H A DSkOpSegment.h215 SkOpSpanBase** nextEnd, bool* unsortable, bool* simple,
/third_party/pulseaudio/src/modules/
H A Dmodule-protocol-stub.c56 # include <pulsecore/protocol-simple.h>
57 # define TCPWRAP_SERVICE "pulseaudio-simple"
59 # define UNIX_SOCKET "simple"
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs112 // but I couldn't figure out a simple way to do it. So just append in intersect()
258 // but I couldn't figure out a simple way to do it. So just append in negate()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java2932 UnicodeSet simple = new UnicodeSet("[^abc{ch}]"); in TestPatternCodePointComplement()
2933 assertEquals("[^abc{ch}] --> lots of elements", 0x110000 - 3, simple.size()); in TestPatternCodePointComplement()
2934 assertFalse("[^abc{ch}] --> no strings", simple.hasStrings()); in TestPatternCodePointComplement()
2935 assertFalse("[^abc{ch}] --> no 'a'", simple.contains('a')); in TestPatternCodePointComplement()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A DMakefile303 snd-soc-simple-amplifier-objs := simple-amplifier.o
614 obj-$(CONFIG_SND_SOC_SIMPLE_AMPLIFIER) += snd-soc-simple-amplifier.o
/third_party/ffmpeg/tests/fate/
H A Dfilter-audio.mak231 FATE_AMIX += fate-filter-amix-simple
232 fate-filter-amix-simple: CMD = ffmpeg -auto_conversion_filters -filter_complex amix -i $(SRC) -ss 3 -i $(SRC1) -f f32le -
233 fate-filter-amix-simple: REF = $(SAMPLES)/filter/amix_simple.pcm
H A Dmov.mak77 fate-mov-invalid-elst-entry-count: CMD = framemd5 -idct simple -flags +bitexact -i $(TARGET_SAMPLES)/mov/invalid_elst_entry_count.mov
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc247 bool simple() const { return simple_; } in simple() function in v8::internal::__anon14998::final
2050 result->simple = tree->IsAtom() && simple() && capture_count == 0; in Parse()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c579 if (hud->simple) in hud_draw_results()
704 if (hud->simple) in hud_stop_queries()
777 * We want to print multiples of a simple number instead of multiples of in hud_pane_set_max_value()
1197 if (strncmp(env, "simple,", 7) == 0) { in hud_parse_env_var()
1198 hud->simple = true; in hud_parse_env_var()
1559 puts(" 'simple,' disables all the fancy stuff and only draws text."); in print_help()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S444 | the EXC_SR is checked and a simple memory copy is done if reading
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S444 | the EXC_SR is checked and a simple memory copy is done if reading
/kernel/linux/linux-5.10/drivers/mfd/
H A DMakefile268 obj-$(CONFIG_MFD_SIMPLE_MFD_I2C) += simple-mfd-i2c.o
/kernel/linux/linux-6.6/drivers/mfd/
H A DMakefile273 obj-$(CONFIG_MFD_SIMPLE_MFD_I2C) += simple-mfd-i2c.o
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1554 } else if (CSTR_EQUAL == ::CompareStringW(LOCALE_INVARIANT, NORM_IGNORECASE, &argv[i][1], -1, L"simple", -1)) { in ProcessCommandLine()
2508 LONGLONG simple; in DeterminePageId() local
2573 } else if (SUCCEEDED(BalGetNumericVariable(L"SimpleInstall", &simple)) && simple) { in DeterminePageId()
/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c594 int simple) in backup_mb_border()
606 if (!simple && FRAME_MBAFF(h)) { in backup_mb_border()
613 if (simple || !CONFIG_GRAY || !(h->flags & AV_CODEC_FLAG_GRAY)) { in backup_mb_border()
656 if (simple || !CONFIG_GRAY || !(h->flags & AV_CODEC_FLAG_GRAY)) { in backup_mb_border()
590 backup_mb_border(const H264Context *h, H264SliceContext *sl, uint8_t *src_y, uint8_t *src_cb, uint8_t *src_cr, int linesize, int uvlinesize, int simple) backup_mb_border() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp4105 UnicodeSet simple(u"[^abc{ch}]", errorCode); in TestPatternCodePointComplement()
4106 assertEquals("[^abc{ch}] --> lots of elements", 0x110000 - 3, simple.size()); in TestPatternCodePointComplement()
4107 assertFalse("[^abc{ch}] --> no strings", simple.hasStrings()); in TestPatternCodePointComplement()
4108 assertFalse("[^abc{ch}] --> no 'a'", simple.contains(u'a')); in TestPatternCodePointComplement()
H A Ddtfmrgts.cpp770 SimpleDateFormat simple(UnicodeString("MM/dd/yyyy HH:mm"), status); in Test4103341()
775 if(simple.getTimeZone() != *temp) in Test4103341()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_dfu.c61 DRIVER_MODULE(fdfu, simple, g_dfu_driver, g_dfu_devclass, usbdev_dfu_initialize, 0);
H A Df_hid.c65 DRIVER_MODULE(fhid, simple, g_fhid_driver, g_fhid_devclass, usbdev_hid_initialize, 0);
H A Df_uac.c62 DRIVER_MODULE(fuac, simple, g_fuac_driver, g_fuac_devclass, usbdev_uac_initialize, 0);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h325 * Print the number using simple notation without any scaling by powers of ten. This is the default behavior.
348 static SimpleNotation simple();
1622 * Specifies the notation style (simple, scientific, or compact) for rendering numbers.
1641 * The default is to use simple notation.
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h319 * Print the number using simple notation without any scaling by powers of ten. This is the default behavior.
342 static SimpleNotation simple();
1616 * Specifies the notation style (simple, scientific, or compact) for rendering numbers.
1635 * The default is to use simple notation.
/third_party/musl/
H A Dconfigure458 tryflag CFLAGS_AUTO -freorder-blocks-algorithm=simple \
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h317 * Print the number using simple notation without any scaling by powers of ten. This is the default behavior.
340 static SimpleNotation simple();
1579 * Specifies the notation style (simple, scientific, or compact) for rendering numbers.
1598 * The default is to use simple notation.

Completed in 47 milliseconds

1234567891011