Home
last modified time | relevance | path

Searched refs:INTERNAL (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/node/deps/icu-small/source/common/
H A Dulocbuilder.cpp19 #define INTERNAL(e) (reinterpret_cast<icu::LocaleBuilder*>(e)) macro
28 delete INTERNAL(builder); in ulocbld_close()
48 INTERNAL(builder)->setLocale(l); in ulocbld_setLocale()
54 INTERNAL(builder)->setLocale(*(reinterpret_cast<const icu::Locale*>(locale))); in ulocbld_adoptULocale()
63 INTERNAL(bld)->N(STRING_PIECE(s,l)); \
76 INTERNAL(builder)->setExtension(key, STRING_PIECE(value, length)); in ulocbld_setExtension()
83 INTERNAL(builder)->setUnicodeLocaleKeyword( in ulocbld_setUnicodeLocaleKeyword()
89 INTERNAL(builder)->clear(); in ulocbld_clear()
94 INTERNAL(builder)->clearExtensions(); in ulocbld_clearExtensions()
103 icu::Locale l = INTERNAL(builde in ulocbld_buildULocale()
[all...]
H A Dulocale.cpp18 #define INTERNAL(e) (reinterpret_cast<icu::Locale*>(e)) macro
36 delete INTERNAL(locale);
/third_party/alsa-lib/src/timer/
H A 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);
85 #endif /* INTERNAL */
H A 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 snd_timer_query_info()
405 EXPORT_SYMBOL int INTERNAL(snd_timer_query_params)(snd_timer_query_t *timer, snd_timer_gparams_t *params) in snd_timer_query_params()
423 EXPORT_SYMBOL int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t *status) in snd_timer_query_status()
H A 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 exclusive) in snd_timer_params_set_exclusive()
660 EXPORT_SYMBOL int INTERNAL(snd_timer_params_get_exclusive)(snd_timer_params_t * params) in snd_timer_params_get_exclusive()
746 EXPORT_SYMBOL void INTERNAL(snd_timer_params_set_filter)(snd_timer_params_t * params, unsigned int filter) in snd_timer_params_set_filter()
762 EXPORT_SYMBOL unsigned int INTERNAL(snd_timer_params_get_filter)(snd_timer_params_t * params) in snd_timer_params_get_filter()
/third_party/alsa-lib/src/pcm/
H A Dpcm_local.h843 #ifdef INTERNAL
844 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
846 int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
849 int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
850 int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
854 int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val);
857 int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
858 int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
862 int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
865 int INTERNAL(snd_pcm_hw_params_set_subformat_firs
[all...]
H A Dpcm.c1522 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_forward()
2321 EXPORT_SYMBOL const char *INTERNAL(snd_pcm_type_name)(snd_pcm_type_t type) in snd_pcm_type_name()
4329 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_get_access()
4373 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_set_access_first()
4389 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_set_access_last()
4430 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm_format_t *format) in snd_pcm_hw_params_get_format()
4470 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format) in snd_pcm_hw_params_set_format_first()
4486 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format) in snd_pcm_hw_params_set_format_last()
4524 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat) in snd_pcm_hw_params_get_subformat()
4564 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_subformat_firs
[all...]
H A 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()
H A 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_rat in snd_pcm_ioplug_hw_params()
[all...]
H A Dpcm_plug.c1052 INTERNAL(snd_pcm_hw_params_get_access)(params, &clt_params.access); in snd_pcm_plug_hw_params()
1053 INTERNAL(snd_pcm_hw_params_get_format)(params, &clt_params.format); in snd_pcm_plug_hw_params()
1054 INTERNAL(snd_pcm_hw_params_get_channels)(params, &clt_params.channels); in snd_pcm_plug_hw_params()
1055 INTERNAL(snd_pcm_hw_params_get_rate)(params, &clt_params.rate, 0); in snd_pcm_plug_hw_params()
1057 INTERNAL(snd_pcm_hw_params_get_format)(&sparams, &slv_params.format); in snd_pcm_plug_hw_params()
1058 INTERNAL(snd_pcm_hw_params_get_channels)(&sparams, &slv_params.channels); in snd_pcm_plug_hw_params()
1059 INTERNAL(snd_pcm_hw_params_get_rate)(&sparams, &slv_params.rate, 0); in snd_pcm_plug_hw_params()
1067 INTERNAL(snd_pcm_hw_params_set_access_first)(slave, &sparams, &slv_params.access); in snd_pcm_plug_hw_params()
/third_party/alsa-lib/src/control/
H A Dcontrol_local.h109 #ifdef INTERNAL
110 int INTERNAL(snd_ctl_elem_info_get_dimensions)(const snd_ctl_elem_info_t *obj);
111 int INTERNAL(snd_ctl_elem_info_get_dimension)(const snd_ctl_elem_info_t *obj, unsigned int idx);
112 #endif /* INTERNAL */
/third_party/protobuf/src/google/protobuf/util/internal/
H A 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...]
H A 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/alsa-lib/src/
H A Ddlmisc.c120 EXPORT_SYMBOL void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen) in snd_dlopen()
167 EXPORT_SYMBOL void *INTERNAL(snd_dlopen_old)(const char *name, int mode) in snd_dlopen_old()
169 return INTERNAL(snd_dlopen)(name, mode, NULL, 0); in snd_dlopen_old()
334 dlobj = INTERNAL(snd_dlopen)(lib, RTLD_NOW, in snd_dlobj_cache_get0()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapperTest.java12 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Visibility.INTERNAL;
60 INTERNAL, EXTERNAL; enum constant
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/python/Tools/scripts/
H A Dgenerate_global_objects.py8 INTERNAL = os.path.join(ROOT, 'Include', 'internal') variable
189 filename = os.path.join(INTERNAL, 'pycore_global_strings.h')
228 with open(os.path.join(INTERNAL, 'pycore_global_objects.h')) as infile:
240 filename = os.path.join(INTERNAL, 'pycore_runtime_init.h')
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatusor.h199 status_ = Status(error::INTERNAL, "Status::OK is not a valid argument."); in StatusOr()
208 status_ = Status(error::INTERNAL, "nullptr is not a valid argument."); in StatusOr()
H A Dstatus.h61 INTERNAL = 13, enumerator
H A Dstatus.cc71 case INTERNAL: in CodeEnumToString()
72 return "INTERNAL"; in CodeEnumToString()
/third_party/libbpf/src/
H A Dlibbpf_errno.c29 [ERRCODE_OFFSET(INTERNAL)] = "Internal error in libbpf",
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java302 if (tagKindIndex(tags[i].kind()) == INTERNAL) { return true; } in ignore()
547 case INTERNAL: in tagStatus()
619 private static final int INTERNAL = 0; field in GatherAPIData
H A 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
H A DCheckTags.java207 static final int INTERNAL = 0; field in CheckTags
388 case INTERNAL: in doTags()
/third_party/alsa-lib/include/
H A Dalsa-symbols.h30 #define INTERNAL(Name) INTERNAL_CONCAT2_2(__, Name) macro
H A Dlocal.h398 #ifdef INTERNAL
399 void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen);

Completed in 27 milliseconds

1234