Home
last modified time | relevance | path

Searched refs:INTERNAL (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/alsa-lib/src/pcm/
Dpcm_local.h835 #ifdef INTERNAL
836 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
838 int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *acc…
841 int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_p…
842 int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pc…
846 int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val…
849 int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_p…
850 int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pc…
854 int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_…
857 int INTERNAL(snd_pcm_hw_params_set_subformat_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, sn…
[all …]
Dpcm.c1507 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in INTERNAL() function
2263 EXPORT_SYMBOL const char *INTERNAL(snd_pcm_type_name)(snd_pcm_type_t type) in INTERNAL() function
4196 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm… in INTERNAL() function
4240 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t … in INTERNAL() function
4256 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *… in INTERNAL() function
4297 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm… in INTERNAL() function
4337 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t … in INTERNAL() function
4353 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *… in INTERNAL() function
4391 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_… in INTERNAL() function
4431 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_subformat_first)(snd_pcm_t *pcm, snd_pcm_hw_params… in INTERNAL() function
[all …]
Dpcm_simple.c79 err = INTERNAL(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, 0); in set_hw_params()
82 err = INTERNAL(snd_pcm_hw_params_set_buffer_time_near)(pcm, hw_params, buffer_time, NULL); in set_hw_params()
87 err = INTERNAL(snd_pcm_hw_params_set_periods_near)(pcm, hw_params, &periods, NULL); in set_hw_params()
93 err = INTERNAL(snd_pcm_hw_params_get_period_time)(hw_params, period_time, NULL); in set_hw_params()
Dpcm_ioplug.c436 INTERNAL(snd_pcm_hw_params_get_access)(params, &io->data->access); in snd_pcm_ioplug_hw_params()
437 INTERNAL(snd_pcm_hw_params_get_format)(params, &io->data->format); in snd_pcm_ioplug_hw_params()
438 INTERNAL(snd_pcm_hw_params_get_channels)(params, &io->data->channels); in snd_pcm_ioplug_hw_params()
439 INTERNAL(snd_pcm_hw_params_get_rate)(params, &io->data->rate, 0); in snd_pcm_ioplug_hw_params()
440 INTERNAL(snd_pcm_hw_params_get_period_size)(params, &io->data->period_size, 0); in snd_pcm_ioplug_hw_params()
441 INTERNAL(snd_pcm_hw_params_get_buffer_size)(params, &io->data->buffer_size); in snd_pcm_ioplug_hw_params()
446 INTERNAL(snd_pcm_hw_params_get_access)(params, &io->data->access); in snd_pcm_ioplug_hw_params()
447 INTERNAL(snd_pcm_hw_params_get_format)(params, &io->data->format); in snd_pcm_ioplug_hw_params()
448 INTERNAL(snd_pcm_hw_params_get_channels)(params, &io->data->channels); in snd_pcm_ioplug_hw_params()
449 INTERNAL(snd_pcm_hw_params_get_rate)(params, &io->data->rate, 0); in snd_pcm_ioplug_hw_params()
[all …]
Dpcm_plug.c1023 INTERNAL(snd_pcm_hw_params_get_access)(params, &clt_params.access); in snd_pcm_plug_hw_params()
1024 INTERNAL(snd_pcm_hw_params_get_format)(params, &clt_params.format); in snd_pcm_plug_hw_params()
1025 INTERNAL(snd_pcm_hw_params_get_channels)(params, &clt_params.channels); in snd_pcm_plug_hw_params()
1026 INTERNAL(snd_pcm_hw_params_get_rate)(params, &clt_params.rate, 0); in snd_pcm_plug_hw_params()
1028 INTERNAL(snd_pcm_hw_params_get_format)(&sparams, &slv_params.format); in snd_pcm_plug_hw_params()
1029 INTERNAL(snd_pcm_hw_params_get_channels)(&sparams, &slv_params.channels); in snd_pcm_plug_hw_params()
1030 INTERNAL(snd_pcm_hw_params_get_rate)(&sparams, &slv_params.rate, 0); in snd_pcm_plug_hw_params()
1038 INTERNAL(snd_pcm_hw_params_set_access_first)(slave, &sparams, &slv_params.access); in snd_pcm_plug_hw_params()
/third_party/alsa-lib/src/timer/
Dtimer_local.h77 #ifdef INTERNAL
78 int INTERNAL(snd_timer_params_set_exclusive)(snd_timer_params_t * params, int exclusive);
79 int INTERNAL(snd_timer_params_get_exclusive)(snd_timer_params_t * params);
80 void INTERNAL(snd_timer_params_set_filter)(snd_timer_params_t * params, unsigned int filter);
81 unsigned int INTERNAL(snd_timer_params_get_filter)(snd_timer_params_t * params);
82 int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info);
83 int INTERNAL(snd_timer_query_params)(snd_timer_query_t *timer, snd_timer_gparams_t *params);
84 int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t *status);
Dtimer_query.c111 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_timer_query_open_conf()
387 EXPORT_SYMBOL int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info) in INTERNAL() function
405 EXPORT_SYMBOL int INTERNAL(snd_timer_query_params)(snd_timer_query_t *timer, snd_timer_gparams_t *p… in INTERNAL() function
423 EXPORT_SYMBOL int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t *s… in INTERNAL() function
Dtimer.c153 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_timer_open_conf()
640 EXPORT_SYMBOL int INTERNAL(snd_timer_params_set_exclusive)(snd_timer_params_t * params, int exclusi… in INTERNAL() function
660 EXPORT_SYMBOL int INTERNAL(snd_timer_params_get_exclusive)(snd_timer_params_t * params) in INTERNAL() function
746 EXPORT_SYMBOL void INTERNAL(snd_timer_params_set_filter)(snd_timer_params_t * params, unsigned int … in INTERNAL() function
762 EXPORT_SYMBOL unsigned int INTERNAL(snd_timer_params_get_filter)(snd_timer_params_t * params) in INTERNAL() function
/third_party/libsnd/cmake/
DTestLargeFiles.cmake16 set (${VARIABLE} 1 CACHE INTERNAL "Result of tests for large file support" FORCE)
31 set (LARGE_FILES_DEFINITIONS "" CACHE INTERNAL "64-bit off_t required definitions")
48 set (_FILE_OFFSET_BITS 64 CACHE INTERNAL "")
49 set (_FILE_OFFSET_BITS_CODE "#define _FILE_OFFSET_BITS 64" CACHE INTERNAL "")
50 …set (LARGE_FILES_DEFINITIONS ${LARGE_FILES_DEFINITIONS} "/D_FILE_OFFSET_BITS=64" CACHE INTERNAL "6…
53 set (_FILE_OFFSET_BITS_CODE "" CACHE INTERNAL "")
69 set (_LARGE_FILES 1 CACHE INTERNAL "")
70 …set (LARGE_FILES_DEFINITIONS ${LARGE_FILES_DEFINITIONS} "/D_LARGE_FILES" CACHE INTERNAL "64-bit of…
91 set (_LARGEFILE_SOURCE 1 CACHE INTERNAL "")
92 …set (LARGE_FILES_DEFINITIONS ${LARGE_FILES_DEFINITIONS} "/D_LARGEFILE_SOURCE" CACHE INTERNAL "64-…
[all …]
DTestInline.cmake45 set (INLINE_CODE "/* #undef inline */" CACHE INTERNAL "")
47 set (INLINE_CODE "#define inline __inline" CACHE INTERNAL "")
49 set (INLINE_CODE "#define inline __inline__" CACHE INTERNAL "")
51 set (INLINE_CODE "#define inline " CACHE INTERNAL "")
/third_party/mbedtls/tests/scripts/
Dlist-identifiers.sh34 INTERNAL=""
40 INTERNAL="1"
51 if [ $INTERNAL ]
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dheaders.js226 const INTERNAL = Symbol('internal') constant
230 this[INTERNAL] = {
247 const { target, kind, index } = this[INTERNAL]
257 this[INTERNAL].index++
/third_party/alsa-lib/src/control/
Dcontrol_local.h105 #ifdef INTERNAL
106 int INTERNAL(snd_ctl_elem_info_get_dimensions)(const snd_ctl_elem_info_t *obj);
107 int INTERNAL(snd_ctl_elem_info_get_dimension)(const snd_ctl_elem_info_t *obj, unsigned int idx);
/third_party/alsa-lib/src/
Ddlmisc.c120 EXPORT_SYMBOL void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen) in INTERNAL() function
167 EXPORT_SYMBOL void *INTERNAL(snd_dlopen_old)(const char *name, int mode) in INTERNAL() function
169 return INTERNAL(snd_dlopen)(name, mode, NULL, 0); in INTERNAL()
332 dlobj = INTERNAL(snd_dlopen)(lib, RTLD_NOW, in snd_dlobj_cache_get0()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc65 using util::error::INTERNAL;
110 return Status(util::error::INTERNAL, "Invalid map key type."); in MapKeyDefaultValueAsString()
306 return Status(util::error::INTERNAL, "Invalid map entry."); in RenderMap()
314 return Status(util::error::INTERNAL, "Invalid map entry."); in RenderMap()
341 return Status(util::error::INTERNAL, in RenderTimestamp()
348 util::error::INTERNAL, in RenderTimestamp()
366 util::error::INTERNAL, in RenderDuration()
372 util::error::INTERNAL, in RenderDuration()
380 util::error::INTERNAL, in RenderDuration()
641 return util::Status(util::error::INTERNAL, in RenderAny()
[all …]
Dprotostream_objectsource_test.cc945 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
961 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
977 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
1110 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
1121 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
1132 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
1143 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DTransformsMapperTest.java12 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Visibility.INTERNAL;
60 INTERNAL, EXTERNAL; enumConstant
91 cldrData(oneWay("foo", "bar", FORWARD, null, INTERNAL, "first second third", ++idx)); in testForward()
152 both("foo", "bar", null, INTERNAL, "forward-alias", "backward-alias", ++idx)); in testBoth()
/third_party/benchmark/cmake/
DCXXFeatureCheck.cmake45 set(RUN_${FEATURE} 0 CACHE INTERNAL "")
47 set(RUN_${FEATURE} 1 CACHE INTERNAL "")
/third_party/glslang/Test/baseResults/
Dspv.register.autoassign.rangetest.frag.out2 INTERNAL ERROR: mapped binding out of range: g_tSamp
3 INTERNAL ERROR: mapped binding out of range: g_tScene
/third_party/protobuf/src/google/protobuf/stubs/
Dstatusor.h199 status_ = Status(error::INTERNAL, "Status::OK is not a valid argument.");
208 status_ = Status(error::INTERNAL, "nullptr is not a valid argument.");
/third_party/json/tests/cmake_add_subdirectory/project/
DCMakeLists.txt5 set(JSON_BuildTests OFF CACHE INTERNAL "")
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java226 if (tagKindIndex(tags[i].kind()) == INTERNAL) { return true; } in ignore()
409 case INTERNAL: in tagStatus()
481 private static final int INTERNAL = 0; field in GatherAPIDataOld
/third_party/alsa-lib/include/
Dalsa-symbols.h30 #define INTERNAL(Name) INTERNAL_CONCAT2_2(__, Name) macro
/third_party/json/tests/benchmarks/
DCMakeLists.txt21 set(BENCHMARK_ENABLE_TESTING OFF CACHE INTERNAL "" FORCE)
/third_party/json/benchmarks/
DCMakeLists.txt21 set(BENCHMARK_ENABLE_TESTING OFF CACHE INTERNAL "" FORCE)

12345