/third_party/backends/backend/ |
H A D | epsonds-net.c | 304 #include <avahi-common/simple-watch.h>
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_config.c | 73 DRIVER_MODULE(fconfig, simple, g_fconfig_driver_t, g_fconfig_devclass, usbdev_fconfig_initialize, 0);
|
/third_party/json/ |
H A D | Makefile | 207 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 D | afuc_test.asm | 23 ; 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 D | uniset.h | 83 * classes. Here are some simple examples: 1592 void closeOverCaseInsensitive(bool simple);
|
/third_party/pulseaudio/src/modules/ |
H A D | ohos_module-protocol-stub.c | 56 # include <pulsecore/protocol-simple.h> 57 # define TCPWRAP_SERVICE "pulseaudio-simple" 59 # define UNIX_SOCKET "simple"
|
H A D | module-protocol-stub.c | 56 # include <pulsecore/protocol-simple.h> 57 # define TCPWRAP_SERVICE "pulseaudio-simple" 59 # define UNIX_SOCKET "simple"
|
/third_party/skia/src/pathops/ |
H A D | SkOpSpan.h | 338 bool simple() const { in simple() function in SkOpSpanBase
|
H A D | SkOpSegment.h | 215 SkOpSpanBase** nextEnd, bool* unsortable, bool* simple,
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | interval.rs | 112 // 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 D | UnicodeSetTest.java | 2932 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 D | filter-audio.mak | 231 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 D | mov.mak | 77 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 D | regexp-parser.cc | 247 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 D | hud_context.c | 579 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 D | PythonBootstrapperApplication.cpp | 1554 } 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 D | h264_slice.c | 594 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 D | usettest.cpp | 4105 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 D | f_dfu.c | 61 DRIVER_MODULE(fdfu, simple, g_dfu_driver, g_dfu_devclass, usbdev_dfu_initialize, 0);
|
H A D | f_hid.c | 65 DRIVER_MODULE(fhid, simple, g_fhid_driver, g_fhid_devclass, usbdev_hid_initialize, 0);
|
H A D | f_uac.c | 62 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 D | numberformatter.h | 325 * 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 D | numberformatter.h | 319 * 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 D | configure | 458 tryflag CFLAGS_AUTO -freorder-blocks-algorithm=simple \
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numberformatter.h | 317 * 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.
|