Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/external/v8/tools/gyp/pylib/gyp/
Dmsvs_emulation.py237 def GetVSMacroEnv(self, base_to_build=None, config=None): argument
264 def ConvertVSMacros(self, s, base_to_build=None, config=None): argument
294 def GetArch(self, config): argument
304 def _TargetConfig(self, config): argument
319 def _Setting(self, path, config, argument
325 def _ConfigAttrib(self, path, config, argument
332 def AdjustIncludeDirs(self, include_dirs, config): argument
341 def AdjustMidlIncludeDirs(self, midl_include_dirs, config): argument
350 def GetComputedDefines(self, config): argument
363 def GetCompilerPdbName(self, config, expand_special): argument
[all …]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DConfigLoaderTest.java29 Properties config = ConfigLoader.load( in testResource() local
38 Properties config = ConfigLoader.load("does-not-exist.properties", in testNoResource() local
50 Properties config = ConfigLoader.load( in testSystemProperties() local
63 Properties config = ConfigLoader.load( in testSubstituteProperties() local
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc32 const StreamConfig& config) { in MaybeResetBuffer()
119 const Config& config, in DebugDumpGenerator()
138 DebugDumpGenerator::DebugDumpGenerator(const Config& config) in DebugDumpGenerator()
213 const StreamConfig& config, in ReadAndDeinterleave()
384 Config config; in MaybeRecreateApm() local
472 Config config; in TEST_F() local
481 Config config; in TEST_F() local
498 Config config; in TEST_F() local
510 Config config; in TEST_F() local
522 Config config; in TEST_F() local
[all …]
/external/deqp/scripts/
Drun_internal_tests.py57 def initBuildDir (config): argument
64 def prepareBuildDir (config): argument
75 def build (config): argument
79 def runInternalTests (config): argument
243 config = findConfig(sys.argv[1]) variable
/external/curl/src/
Dtool_cfgable.c29 void config_init(struct OperationConfig* config) in config_init()
46 static void free_config_fields(struct OperationConfig *config) in free_config_fields()
148 void config_free(struct OperationConfig *config) in config_free()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
DMainShader.java83 public static String createPrefix (final Renderable renderable, final Config config) { in createPrefix()
87 public MainShader (final Renderable renderable, final Config config) { in MainShader()
91 public MainShader (final Renderable renderable, final Config config, final String prefix) { in MainShader()
95 …public MainShader (final Renderable renderable, final Config config, final String prefix, final St… in MainShader()
100 …public MainShader (final Renderable renderable, final Config config, final ShaderProgram shaderPro… in MainShader()
DPass1Shader.java49 public Pass1Shader (final Renderable renderable, final Config config) { in Pass1Shader()
53 public Pass1Shader (final Renderable renderable, final Config config, final String prefix) { in Pass1Shader()
58 …public Pass1Shader (final Renderable renderable, final Config config, final String prefix, final S… in Pass1Shader()
63 …public Pass1Shader (final Renderable renderable, final Config config, final ShaderProgram shaderPr… in Pass1Shader()
DPass2ShaderProvider.java26 public final Pass2Shader.Config config; field in Pass2ShaderProvider
28 public Pass2ShaderProvider (final Pass2Shader.Config config) { in Pass2ShaderProvider()
/external/skia/src/gpu/vk/
DGrVkCaps.h32 bool isConfigTexturable(GrPixelConfig config) const override { in isConfigTexturable()
37 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const override { in isConfigRenderable()
42 bool isConfigRenderableLinearly(GrPixelConfig config, bool withMSAA) const { in isConfigRenderableLinearly()
47 bool isConfigTexurableLinearly(GrPixelConfig config) const { in isConfigTexurableLinearly()
DGrVkCaps.cpp115 GrPixelConfig config = static_cast<GrPixelConfig>(i); in initGLSLCaps() local
140 GrPixelConfig config, in config_supported_for_feature()
155 #define SET_CONFIG_IS_RENDERABLE(config) \ argument
187 #define SET_CONFIG_IS_TEXTURABLE(config) \ argument
218 #define SET_CONFIG_CAN_STENCIL(config) \ argument
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/
DPass1Shader.java49 public Pass1Shader (final Renderable renderable, final Config config) { in Pass1Shader()
53 public Pass1Shader (final Renderable renderable, final Config config, final String prefix) { in Pass1Shader()
58 …public Pass1Shader (final Renderable renderable, final Config config, final String prefix, final S… in Pass1Shader()
63 …public Pass1Shader (final Renderable renderable, final Config config, final ShaderProgram shaderPr… in Pass1Shader()
/external/autotest/site_utils/suite_scheduler/
Ddriver.py51 def RereadAndReprocessConfig(self, config, mv): argument
63 def SetUpEventsAndTasks(self, config, mv): argument
72 def _CreateEventsWithTasks(self, config, mv): argument
93 def TasksFromConfig(self, config): argument
118 def RunForever(self, config, mv): argument
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DAttributeStrategy.java21 public Bitmap get(int width, int height, Bitmap.Config config) { in get()
38 public String logBitmap(int width, int height, Bitmap.Config config) { in logBitmap()
56 private static String getBitmapString(int width, int height, Bitmap.Config config) { in getBitmapString()
62 public Key get(int width, int height, Bitmap.Config config) { in get()
80 private Bitmap.Config config; field in AttributeStrategy.Key
86 public void init(int width, int height, Bitmap.Config config) { in init()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Daudio_encoder_isac_unittest.cc20 void TestBadConfig(const AudioEncoderIsac::Config& config) { in TestBadConfig()
24 void TestGoodConfig(const AudioEncoderIsac::Config& config) { in TestGoodConfig()
37 AudioEncoderIsac::Config config; in TEST() local
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc146 int HandleCommandLineFlags(webrtc::test::TestConfig* config) { in HandleCommandLineFlags()
303 void CalculateSsimVideoMetrics(webrtc::test::TestConfig* config, in CalculateSsimVideoMetrics()
314 void CalculatePsnrVideoMetrics(webrtc::test::TestConfig* config, in CalculatePsnrVideoMetrics()
325 void PrintConfigurationSummary(const webrtc::test::TestConfig& config) { in PrintConfigurationSummary()
374 void PrintPythonOutput(const webrtc::test::TestConfig& config, in PrintPythonOutput()
478 webrtc::test::TestConfig config; in main() local
/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.cc40 const webrtc::AudioSendStream::Config& config) : config_(config) { in FakeAudioSendStream()
72 const webrtc::AudioReceiveStream::Config& config) in FakeAudioReceiveStream()
101 const webrtc::VideoSendStream::Config& config, in FakeVideoSendStream()
180 const webrtc::VideoEncoderConfig& config) { in ReconfigureVideoEncoder()
211 const webrtc::VideoReceiveStream::Config& config) in FakeVideoReceiveStream()
245 FakeCall::FakeCall(const webrtc::Call::Config& config) in FakeCall()
301 const webrtc::AudioSendStream::Config& config) { in CreateAudioSendStream()
321 const webrtc::AudioReceiveStream::Config& config) { in CreateAudioReceiveStream()
341 const webrtc::VideoSendStream::Config& config, in CreateVideoSendStream()
363 const webrtc::VideoReceiveStream::Config& config) { in CreateVideoReceiveStream()
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Datrace_agent.py43 def list_categories(config): argument
58 def get_available_categories(config): argument
68 def try_create_agent(config): argument
93 def _construct_extra_atrace_args(config, categories): argument
110 def _construct_atrace_args(config, categories): argument
152 def StartAgentTracing(self, config, timeout=None): argument
289 def StartAgentTracing(self, config, timeout=None): argument
311 def _construct_boot_setup_command(config): argument
320 def _construct_boot_trace_command(config): argument
/external/webp/src/enc/
Dconfig.c20 int WebPConfigInitInternal(WebPConfig* config, in WebPConfigInitInternal()
93 int WebPValidateConfig(const WebPConfig* config) { in WebPValidateConfig()
165 int WebPConfigLosslessPreset(WebPConfig* config, int level) { in WebPConfigLosslessPreset()
/external/webrtc/webrtc/call/
Dcall_unittest.cc25 webrtc::Call::Config config; in CallHelper() local
46 AudioSendStream::Config config(nullptr); in TEST() local
56 AudioReceiveStream::Config config; in TEST() local
66 AudioSendStream::Config config(nullptr); in TEST() local
89 AudioReceiveStream::Config config; in TEST() local
/external/v8/build/android/play_services/
Dpreprocess.py171 def _ImportFromAars(config, tmp_paths, repo): argument
183 def _ImportFromExtractedRepo(config, tmp_paths, repo): argument
202 def _ProcessResources(config, tmp_paths, repo): argument
231 def _BuildOutput(config, tmp_paths, out_dir): argument
/external/deqp/framework/opengl/
DgluFboRenderContext.cpp78 deUint32 chooseColorFormat (const glu::RenderConfig& config) in chooseColorFormat()
119 deUint32 chooseDepthStencilFormat (const glu::RenderConfig& config) in chooseDepthStencilFormat()
152 FboRenderContext::FboRenderContext (RenderContext* context, const RenderConfig& config) in FboRenderContext()
170 FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderConfig& config, cons… in FboRenderContext()
205 void FboRenderContext::createFramebuffer (const RenderConfig& config) in createFramebuffer()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DPreFillType.java14 private final Bitmap.Config config; field in PreFillType
29 PreFillType(int width, int height, Bitmap.Config config, int weight) { in PreFillType()
106 private Bitmap.Config config; field in PreFillType.Builder
138 public Builder setConfig(Bitmap.Config config) { in setConfig()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_agent.py81 def _StartStartupTracing(self, config): argument
87 def _StartDevToolsTracing(self, config, timeout): argument
102 def StartAgentTracing(self, config, timeout): argument
249 def _CreateTraceConfigFileString(self, config): argument
257 def _CreateTraceConfigFile(self, config): argument
309 def FlushAgentTracing(self, config, timeout, trace_data_builder): argument
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char*… in FboIncompleteException()
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer()
546 static bool isConfigSupported (const FboConfig& config) { DE_UNREF(config); return true; } in isConfigSupported()
552 …boRenderCase (Context& context, const char* name, const char* description, const FboConfig& config) in FboRenderCase()
654 ColorClearsTest::ColorClearsTest (Context& context, const FboConfig& config) in ColorClearsTest()
740 IntersectingQuadsNpotTest (Context& context, const FboConfig& config) in IntersectingQuadsNpotTest()
746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest()
753 bool IntersectingQuadsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
835 MixNpotTest (Context& context, const FboConfig& config) in MixNpotTest()
841 MixTest::MixTest (Context& context, const FboConfig& config, bool npot) in MixTest()
[all …]
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp584 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared,… in CreateContext()
805 CreatePBufferSurface::CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGL… in CreatePBufferSurface()
2113 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, … in GLES2SharingRandomTest()
3005 …SharingTest::GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const ch… in GLES2ThreadedSharingTest()
3768 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
3780 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
3792 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
3804 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
3816 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
3834 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
[all …]

12345678910>>...34