| /third_party/node/ |
| H A D | vcbuild.bat | 28 set config=Release
variable 80 if /i "%1"=="debug" set config=Debug&goto arg-ok
variable 81 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok
variable 169 set config=Release
variable [all...] |
| H A D | configure.py | 2127 config = { global() variable [all...] |
| /third_party/nghttp2/src/ |
| H A D | h2load_quic.cc | 390 auto config = worker->config; in quic_init() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | icuplug.cpp | 58 char config[UPLUG_NAME_MAX]; /**< configuration data */ member 363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, in uplug_allocatePlug() argument 531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary() argument 546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) uplug_loadPlugFromEntrypoint() argument 555 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) uplug_initErrorPlug() argument 587 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) uplug_initPlugFromLibrary() argument 618 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) uplug_loadPlugFromLibrary() argument [all...] |
| /third_party/ninja/src/ |
| H A D | build_test.cc | 528 BuildConfig config;
in MakeConfig() local
|
| /third_party/node/deps/cares/src/tools/ |
| H A D | adig.c | 113 static void free_config(adig_config_t *config) in free_config() argument 149 read_cmdline(int argc, const char **argv, adig_config_t *config) read_cmdline() argument 780 enqueue_query(ares_channel_t *channel, const adig_config_t *config, const char *name) enqueue_query() argument 886 adig_config_t config; main() local [all...] |
| /third_party/mesa3d/src/loader/ |
| H A D | loader_dri3_helper.h | 101 const __DRI2configQueryExtension *config; member
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 429 FILE *config; in maybe_init() local
|
| /third_party/mesa3d/include/android_stub/system/ |
| H A D | radio.h | 203 radio_hal_band_config_t config; /* RADIO_EVENT_CONFIG */ member 215 radio_band_config_t config; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.h | 73 } config; member
|
| /third_party/lwip/src/apps/altcp_tls/ |
| H A D | altcp_tls_mbedtls.c | 594 struct altcp_tls_config *config = (struct altcp_tls_config *)conf; in altcp_mbedtls_setup() local 626 altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb) in altcp_tls_wrap() argument 799 err_t altcp_tls_config_server_add_privkey_cert(struct altcp_tls_config *config, in altcp_tls_config_server_add_privkey_cert() argument [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-fallback.h | 94 struct libinput_device_config_rotation config; member
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator-verifier.cc | 61 RegisterAllocatorVerifier( Zone* zone, const RegisterConfiguration* config, const InstructionSequence* sequence, const Frame* frame) RegisterAllocatorVerifier() argument
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | marker.cc | 35 bool EnterIncrementalMarkingIfNeeded(Marker::MarkingConfig config, in EnterIncrementalMarkingIfNeeded() argument 49 bool ExitIncrementalMarkingIfNeeded(Marker::MarkingConfig config, in ExitIncrementalMarkingIfNeeded() argument 653 Marker::Marker(HeapBase& heap, cppgc::Platform* platform, MarkingConfig config) in Marker() argument 151 MarkerBase(HeapBase& heap, cppgc::Platform* platform, MarkingConfig config) MarkerBase() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_lowering.c | 39 const struct tgsi_lowering_config *config; member 1425 tgsi_transform_lowering(const struct tgsi_lowering_config *config, const struct tgsi_token *tokens, struct tgsi_shader_info *info) tgsi_transform_lowering() argument [all...] |
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | a2dp-codec-sbc.c | 157 static void set_info_and_sample_spec_from_sbc_config(struct sbc_info *sbc_info, pa_sample_spec *sample_spec, const a2dp_sbc_t *config) { in set_info_and_sample_spec_from_sbc_config() argument 262 static uint8_t sbc_get_max_bitpool_below_rate(a2dp_sbc_t *config, uint8_ argument 330 const a2dp_sbc_t *config = (const a2dp_sbc_t *) config_buffer; is_configuration_valid() local 416 a2dp_sbc_t *config = (a2dp_sbc_t *) config_buffer; fill_preferred_configuration() local 531 a2dp_sbc_t *config = (a2dp_sbc_t *) config_buffer; fill_preferred_configuration_xq() local 649 const a2dp_sbc_t *config = (const a2dp_sbc_t *) config_buffer; init() local [all...] |
| /third_party/python/Include/cpython/ |
| H A D | initconfig.h | 127 PyAPI_FUNC(void) PyPreConfig_InitPythonConfig(PyPreConfig *config); variable 128 PyAPI_FUNC(void) PyPreConfig_InitIsolatedConfig(PyPreConfig *config); variable 222 PyAPI_FUNC(void) PyConfig_InitPythonConfig(PyConfig *config); variable 223 PyAPI_FUNC(void) PyConfig_InitIsolatedConfig(PyConfig *config); variable 233 PyAPI_FUNC(PyStatus) PyConfig_Read(PyConfig *config); variable [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassSparseRenderTargetTests.cpp | 808 void checkSupport(Context& context, TestConfigType config) in checkSupport() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationBasicSemaphoreTests.cpp | 65 Move<VkSemaphore> createTestSemaphore(Context& context, const DeviceInterface& vk, const VkDevice device, const TestConfig& config) in createTestSemaphore() argument 75 tcu::TestStatus basicOneQueueCase (Context& context, const TestConfig config) in basicOneQueueCase() argument 130 noneWaitSubmitTest(Context& context, const TestConfig config) noneWaitSubmitTest() argument 203 basicChainCase(Context & context, TestConfig config) basicChainCase() argument 263 basicChainTimelineCase(Context& context, TestConfig config) basicChainTimelineCase() argument 333 basicThreadTimelineCase(Context& context, TestConfig config) basicThreadTimelineCase() argument 411 basicWaitForTimelineValueHelper(Context& context, TestConfig config, VkSemaphoreWaitFlags wait_flags, deUint64 signal_value, deUint64 wait_value) basicWaitForTimelineValueHelper() argument 455 basicWaitForAnyCurrentTimelineValueCase(Context& context, TestConfig config) basicWaitForAnyCurrentTimelineValueCase() argument 464 basicWaitForAnyLesserTimelineValueCase(Context& context, TestConfig config) basicWaitForAnyLesserTimelineValueCase() argument 473 basicWaitForAllCurrentTimelineValueCase(Context& context, TestConfig config) basicWaitForAllCurrentTimelineValueCase() argument 482 basicWaitForAllLesserTimelineValueCase(Context& context, TestConfig config) basicWaitForAllLesserTimelineValueCase() argument 491 basicMultiQueueCase(Context& context, TestConfig config) basicMultiQueueCase() argument 829 checkSupport(Context& context, TestConfig config) checkSupport() argument 841 checkCommandBufferSimultaneousUseSupport(Context& context, TestConfig config) checkCommandBufferSimultaneousUseSupport() argument 857 TestConfig config = createBasicBinarySemaphoreTests() local 889 const TestConfig config = createBasicTimelineSemaphoreTests() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrCopyTests.cpp | 99 void checkFormatSupport(Context& context, const ImageConfig& config) in checkFormatSupport() argument 178 void checkSupport (Context& context, const TestConfig config) in checkSupport() argument 597 operator <<(tcu::SeedBuilder& builder, const ImageConfig& config) operator <<() argument 604 buildSeed(const TestConfig& config) buildSeed() argument 613 logImageInfo(TestLog& log, const ImageConfig& config) logImageInfo() argument 621 logTestCaseInfo(TestLog& log, const TestConfig& config, const vector<vk::VkImageCopy>& copies) logTestCaseInfo() argument 666 imageCopyTest(Context& context, const TestConfig config) imageCopyTest() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| H A D | FunctionsGLX.cpp | 368 int FunctionsGLX::getFBConfigAttrib(glx::FBConfig config, int attribute, int *value) const in getFBConfigAttrib() argument 378 GLXWindow FunctionsGLX::createWindow(glx::FBConfig config, in createWindow() argument 389 glx::Pbuffer FunctionsGLX::createPbuffer(glx::FBConfig config, const int *attribList) const in createPbuffer() argument 403 glx::Pixmap FunctionsGLX::createPixmap(glx::FBConfig config, in createPixmap() argument 416 createContextAttribsARB(glx::FBConfig config, glx::Context shareContext, Bool direct, const int *attribList) const createContextAttribsARB() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/runner/ |
| H A D | glcTestRunner.cpp | 74 static void appendConfigArgs(const Config& config, std::vector<std::string>& args, const char* fboConfig) in appendConfigArgs() argument 269 isGLConfigCompatible(configInfo cfgInfo, const AOSPConfig& config) isGLConfigCompatible() argument [all...] |
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestResultParser.cpp | 630 ri::EglConfig* config = curList->allocItem<ri::EglConfig>(); in handleElementStart() local [all...] |
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | amber.cc | 559 std::unique_ptr<amber::EngineConfig> config; local
|
| H A D | config_helper_vulkan.cc | 1261 amber::VulkanEngineConfig* config = in CreateConfig() local [all...] |