/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_opl.h | 29 # include <config.h>
|
/third_party/libexif/libexif/ |
H A D | exif-ifd.c | 21 #include <config.h>
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace11.c | 19 #include <config.h>
|
/third_party/libinput/src/ |
H A D | builddir.h | 24 #include <config.h>
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
H A D | Makefile | 27 include $(abs_srcdir)/../../config.mk
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_lowering.h | 86 tgsi_transform_lowering(const struct tgsi_lowering_config *config,
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cpu.c | 18 #include <config.h>
|
/third_party/pulseaudio/src/pulse/ |
H A D | fork-detect.c | 21 #include <config.h>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | PbufferSurfaceEGL.h | 23 PbufferSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config);
|
H A D | WindowSurfaceEGL.h | 22 EGLConfig config,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/fuchsia/ |
H A D | DisplayVkFuchsia.h | 29 void checkConfigSupport(egl::Config *config) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ggp/ |
H A D | DisplayVkGGP.h | 28 void checkConfigSupport(egl::Config *config) override;
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-c.c | 31 #include <config.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-role-ducking.c | 21 #include <config.h>
|
H A D | module-role-cork.c | 21 #include <config.h>
|
H A D | module-rescue-streams.c | 21 #include <config.h>
|
/third_party/pulseaudio/src/tests/ |
H A D | lo-test-util.h | 22 #include <config.h>
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLContextFactory.hpp | 52 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine, const glu::RenderContext *sharedContext) const;
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluContextFactory.hpp | 60 * \param config Rendering context configuration 65 virtual RenderContext* createContext (const RenderConfig& config, const tcu::CommandLine& cmdLine, const glu::RenderContext* sharedContext) const = 0;
|
/third_party/ffmpeg/libavcodec/ |
H A D | opusdec.c | 68 static int get_silk_samplerate(int config) in get_silk_samplerate() argument 70 if (config < 4) in get_silk_samplerate() 72 else if (config < 8) in get_silk_samplerate() 197 silk_frame_duration_ms[s->packet.config]); in opus_decode_frame() 444 c->streams[0].silk_samplerate = get_silk_samplerate(pkt->config); in opus_decode_packet() 515 s->silk_samplerate = get_silk_samplerate(s->packet.config); in opus_decode_packet()
|
/third_party/ffmpeg/libavformat/ |
H A D | iff.c | 253 int hour, min, sec, i, ret, config; in parse_dsd_prop() local 337 config = avio_rb16(pb); in parse_dsd_prop() 338 if (config != 0xFFFF) { in parse_dsd_prop() 339 if (config < FF_ARRAY_ELEMS(dsd_loudspeaker_config)) in parse_dsd_prop() 340 st->codecpar->ch_layout = dsd_loudspeaker_config[config]; in parse_dsd_prop() 342 avpriv_request_sample(s, "loudspeaker configuration %d", config); in parse_dsd_prop()
|
/third_party/alsa-lib/src/ucm/ |
H A D | utils.c | 839 * \retval config A configuration tree or NULL 848 snd_config_t *config; in uc_mgr_alibcfg_by_device() local 859 config = NULL; in uc_mgr_alibcfg_by_device() 864 config = uc_mgr->local_config; in uc_mgr_alibcfg_by_device() 865 snd_config_ref(config); in uc_mgr_alibcfg_by_device() 868 if (!config) in uc_mgr_alibcfg_by_device() 870 *top = config; in uc_mgr_alibcfg_by_device()
|
/third_party/nghttp2/src/ |
H A D | shrpx_log.cc | 158 auto config = get_config(); in ~Log() local 160 if (!config) { in ~Log() 166 auto &errorconf = config->logging.error; in ~Log() 195 lgconf->tstamp->time_iso8601.c_str(), config->pid, lgconf->pid, in ~Log() 578 auto config = get_config(); in upstream_accesslog() local 600 : config->http2_proxy ? construct_absolute_request_uri(balloc, req) in upstream_accesslog()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | sweeper.cc | 741 void Start(SweepingConfig config, cppgc::Platform* platform) { in Start() argument 746 config_ = config; in Start() 763 PrepareForSweepVisitor(&space_states_, config.compactable_space_handling) in Start() 766 if (config.sweeping_type == SweepingConfig::SweepingType::kAtomic) { in Start() 1044 void Sweeper::Start(SweepingConfig config) { in Start() argument 1045 impl_->Start(config, heap_.platform()); in Start()
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 59 self.canvas.config(width=(self.size+1)*XGRID, 179 self.label.config(text=msg) 191 self.report.config(text=text) 556 self.b_cancel.config(state=DISABLED) 598 self.b_cancel.config(state=NORMAL) 603 self.b_cancel.config(state=DISABLED)
|