HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 251 - 275 of 1612) sorted by null

<<11121314151617181920>>

  /external/libtextclassifier/utils/
tokenizer_test.cc 104 TokenizationCodepointRangeT* config; local
107 config = &configs.back();
108 config->start = 0;
109 config->end = 10;
110 config->role = TokenizationCodepointRange_::Role_TOKEN_SEPARATOR;
113 config = &configs.back();
114 config->start = 32;
115 config->end = 33;
116 config->role = TokenizationCodepointRange_::Role_WHITESPACE_SEPARATOR;
119 config = &configs.back()
161 TokenizationCodepointRangeT* config; local
182 TokenizationCodepointRangeT* config; local
217 TokenizationCodepointRangeT* config; local
404 TokenizationCodepointRangeT* config; local
454 TokenizationCodepointRangeT* config; local
    [all...]
  /external/libxcam/modules/isp/iq/
x3a_ciq_wavelet_tuning_handler.cpp 61 XCam3aResultWaveletNoiseReduction config; local
83 //Calculate Wavelet denoise config
84 xcam_mem_clear (config);
87 config.threshold[0] = linear_interpolate_p2 (tuning[i_prev].soft_threshold, tuning[i_curr].soft_threshold,
90 config.threshold[1] = linear_interpolate_p2 (tuning[i_prev].hard_threshold, tuning[i_curr].hard_threshold,
93 config.decomposition_levels = 1;
95 config.analog_gain = analog_gain / X3A_CIQ_GAIN_MAX;
96 XCAM_LOG_DEBUG ("Calculate Wavelet noise reduction config: soft threshold(%f), hard threshold(%f), decomposition levels(%d)",
97 config.threshold[0], config.threshold[1], config.decomposition_levels)
    [all...]
  /external/ltp/testcases/kernel/syscalls/perf_event_open/
perf_event_open01.c 40 #include "config.h"
58 unsigned long long config; member in struct:test_case_t
148 pe.config = tc->config;
  /external/mesa3d/src/glx/
dri2_priv.h 46 const __DRI2configQueryExtension *config; member in struct:dri2_screen
  /external/mesa3d/src/glx/windows/
windowsgl_internal.h 36 struct glx_config *config; member in struct:_windowsContext
  /external/mockito/src/main/java/org/mockito/internal/configuration/
GlobalConfiguration.java 36 IMockitoConfiguration config = new ClassPathLoader().loadConfiguration(); local
37 if (config != null) {
38 return config;
  /external/objenesis/tck/src/test/java/org/objenesis/tck/
OsgiTest.java 53 public Option[] config() { method in class:OsgiTest
  /external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/
SignalFxStatsExporterTest.java 71 SignalFxStatsConfiguration config = local
76 SignalFxStatsExporter.create(config);
79 SignalFxStatsExporter.create(config);
84 SignalFxStatsConfiguration config = local
90 SignalFxStatsExporter.create(config);
91 assertEquals(config, SignalFxStatsExporter.unsafeGetConfig());
  /external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
FakeOcAgentTraceServiceGrpcImplTest.java 86 public void config() { method in class:FakeOcAgentTraceServiceGrpcImplTest
89 traceServiceGrpc.config(updatedConfigObserver);
102 traceServiceGrpc.config(updatedConfigObserver);
  /external/perfetto/src/trace_processor/
wasm_bridge.cc 57 Config config; local
58 g_trace_processor = TraceProcessor::CreateInstance(config).release();
  /external/perfetto/src/traced/probes/ftrace/
ftrace_data_source.h 77 const FtraceConfig& config() const { return config_; } function in class:perfetto::FtraceDataSource
  /external/python/cpython3/Include/
pylifecycle.h 58 const _PyCoreConfig *config);
61 const _PyCoreConfig *config); variable
71 _PyCoreConfig *config,
73 PyAPI_FUNC(PyObject *) _PyCoreConfig_AsDict(const _PyCoreConfig *config); variable
75 const _PyCoreConfig *config); variable
79 _PyMainInterpreterConfig *config,
83 _PyMainInterpreterConfig *config,
87 const _PyMainInterpreterConfig *config); variable
91 const _PyMainInterpreterConfig *config);
169 PyAPI_FUNC(int) _PySys_EndInit(PyObject *sysdict, _PyMainInterpreterConfig *config);
228 PyAPI_FUNC(void) _Py_CoerceLegacyLocale(const _PyCoreConfig *config); variable
    [all...]
  /external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
QualifiersTest.java 32 ResTable_config config = new XmlContext("package", xmlFile, qualifiers) local
34 return config.toString();
  /external/skia/src/compute/hs/cl/
hs_cl_target.h 57 struct hs_cl_target_config config; member in struct:hs_cl_target
  /external/skia/src/compute/hs/gen/
target_cuda.c 29 struct hsg_config const * config; member in struct:hsg_transpose_state
67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2),
105 struct hsg_config const * const config,
140 // path/to/<type>/hs_cuda.[cu|config|h]
145 target->state->source = fopen((config->type.words == 1) ?
179 config->warp.lanes_log2,
180 config->warp.lanes_log2,
181 config->thread.regs,
182 config->thread.regs,
183 (config->type.words == 1) ? "u32" : "u64"
    [all...]
target_glsl.c 29 struct hsg_config const * config; member in struct:hsg_transpose_state
67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2),
94 "// target-specific config \n"
126 struct hsg_config const * const config,
192 config->warp.lanes_log2, // FIXME -- this matters for SIMD
193 config->warp.lanes_log2,
194 config->thread.regs,
195 config->thread.regs,
196 config->type.words,
200 config->merge.flip.warps
    [all...]
target_opencl.c 29 struct hsg_config const * config; member in struct:hsg_transpose_state
67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2),
94 "// target-specific config \n"
121 struct hsg_config const * const config,
181 config->warp.lanes_log2, // FIXME - may be different on a SIMD target
182 config->warp.lanes_log2,
183 config->thread.regs,
184 config->thread.regs,
185 config->type.words,
189 config->merge.flip.warps
    [all...]
  /external/skia/src/compute/hs/vk/
hs_vk_target.h 70 struct hs_vk_target_config config; member in struct:hs_vk_target
  /external/skia/tests/
CopySurfaceTest.cpp 92 GrPixelConfig config = local
94 if (!context->priv().caps()->isConfigTexturable(config)) {
FontMgrFontConfigTest.cpp 32 FcConfig* config = FcConfigCreate(); local
35 config, reinterpret_cast<const FcChar8*>(distortablePath.c_str()));
36 FcConfigBuildFonts(config);
38 sk_sp<SkFontMgr> fontMgr(SkFontMgr_New_FontConfig(config));
  /external/skqp/include/gpu/
GrSurface.h 39 * Retrieves the pixel config specified when the surface was created.
42 * config that isn't equivalent with one of our configs.
44 GrPixelConfig config() const { return fConfig; } function in class:GrSurface
65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
  /external/skqp/src/compute/hs/cl/
hs_cl_target.h 57 struct hs_cl_target_config config; member in struct:hs_cl_target
  /external/skqp/src/compute/hs/gen/
target_cuda.c 29 struct hsg_config const * config; member in struct:hsg_transpose_state
67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2),
105 struct hsg_config const * const config,
140 // path/to/<type>/hs_cuda.[cu|config|h]
145 target->state->source = fopen((config->type.words == 1) ?
179 config->warp.lanes_log2,
180 config->warp.lanes_log2,
181 config->thread.regs,
182 config->thread.regs,
183 (config->type.words == 1) ? "u32" : "u64"
    [all...]
target_glsl.c 29 struct hsg_config const * config; member in struct:hsg_transpose_state
67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2),
94 "// target-specific config \n"
126 struct hsg_config const * const config,
192 config->warp.lanes_log2, // FIXME -- this matters for SIMD
193 config->warp.lanes_log2,
194 config->thread.regs,
195 config->thread.regs,
196 config->type.words,
200 config->merge.flip.warps
    [all...]
target_opencl.c 29 struct hsg_config const * config; member in struct:hsg_transpose_state
67 hsg_transpose_reg_prefix(state->config->warp.lanes_log2),
94 "// target-specific config \n"
121 struct hsg_config const * const config,
181 config->warp.lanes_log2, // FIXME - may be different on a SIMD target
182 config->warp.lanes_log2,
183 config->thread.regs,
184 config->thread.regs,
185 config->type.words,
189 config->merge.flip.warps
    [all...]

Completed in 1337 milliseconds

<<11121314151617181920>>