Home
last modified time | relevance | path

Searched refs:simple (Results 101 - 125 of 183) sorted by relevance

12345678

/third_party/backends/backend/
H A Depsonds-net.c304 #include <avahi-common/simple-watch.h>
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_config.c73 DRIVER_MODULE(fconfig, simple, g_fconfig_driver_t, g_fconfig_devclass, usbdev_fconfig_initialize, 0);
/third_party/json/
H A DMakefile207 github_changelog_generator -o ChangeLog.md --user nlohmann --project json --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION)
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm23 ; This file is the source for a simple mock firmware used to regression test
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h83 * classes. Here are some simple examples:
1592 void closeOverCaseInsensitive(bool simple);
/third_party/pulseaudio/src/modules/
H A Dohos_module-protocol-stub.c56 # include <pulsecore/protocol-simple.h>
57 # define TCPWRAP_SERVICE "pulseaudio-simple"
59 # define UNIX_SOCKET "simple"
H A Dmodule-protocol-stub.c56 # include <pulsecore/protocol-simple.h>
57 # define TCPWRAP_SERVICE "pulseaudio-simple"
59 # define UNIX_SOCKET "simple"
/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/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()
/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()
/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()
/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 57 milliseconds

12345678