Home
last modified time | relevance | path

Searched defs:info (Results 2876 - 2900 of 5321) sorted by relevance

1...<<111112113114115116117118119120>>...213

/third_party/backends/include/sane/
H A Dsanei_net.h98 SANE_Word info; member
/third_party/backends/backend/
H A Dsm3840.c392 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
H A Dhp-handle.c226 int info; in hp_handle_stopScan() local
394 sanei_hp_handle_control(HpHandle this, SANE_Int optnum, SANE_Action action, void *valp, SANE_Int *info) sanei_hp_handle_control() argument
/third_party/backends/japi/
H A DSane.c296 Java_Sane_getControlOption__II_3I_3I(JNIEnv *env, jobject jobj, jint handle, jint option, jintArray value, jintArray info) Java_Sane_getControlOption__II_3I_3I() argument
318 Java_Sane_getControlOption__II_3B_3I(JNIEnv *env, jobject jobj, jint handle, jint option, jbyteArray value, jintArray info) Java_Sane_getControlOption__II_3B_3I() argument
340 Java_Sane_setControlOption__IIII_3I(JNIEnv *env, jobject jobj, jint handle, jint option, jint action, jint value, jintArray info) Java_Sane_setControlOption__IIII_3I() argument
374 Java_Sane_setControlOption__IIILjava_lang_String_2_3I(JNIEnv *env, jobject jobj, jint handle, jint option, jint action, jstring value, jintArray info) Java_Sane_setControlOption__IIILjava_lang_String_2_3I() argument
[all...]
H A DSane.java126 getControlOption(int handle, int option, int [] value, int [] info) getControlOption() argument
128 getControlOption(int handle, int option, byte [] value, int [] info) getControlOption() argument
132 setControlOption(int handle, int option, int action, int value, int [] info) setControlOption() argument
134 setControlOption(int handle, int option, int action, String value, int [] info) setControlOption() argument
/third_party/backends/testsuite/sanei/
H A Dsanei_constrain_test.c141 SANE_Word info = 0; in min_int_value() local
156 SANE_Word info = 0; in max_int_value() local
171 SANE_Word info = 0; in below_min_int_value() local
187 SANE_Word info in quant1_int_value() local
203 SANE_Word info = 0; quant2_int_value() local
218 SANE_Word info = 0; in_range_int_value() local
233 SANE_Word info = 0; above_max_int_value() local
251 SANE_Word info = 0; min_fixed_value() local
266 SANE_Word info = 0; max_fixed_value() local
281 SANE_Word info = 0; below_min_fixed_value() local
297 SANE_Word info = 0; quant1_fixed_value() local
313 SANE_Word info = 0; quant2_fixed_value() local
328 SANE_Word info = 0; in_range_fixed_value() local
343 SANE_Word info = 0; above_max_fixed_value() local
359 SANE_Word info = 0; above_max_word() local
375 SANE_Word info = 0; below_max_word() local
390 SANE_Word info = 0; closest_200_word() local
406 SANE_Word info = 0; closest_300_word() local
422 SANE_Word info = 0; exact_400_word() local
440 SANE_Word info = 0; min_int_array() local
463 SANE_Word info = 0; max_int_array() local
487 SANE_Word info = 0; below_min_int_array() local
512 SANE_Word info = 0; quant1_int_array() local
536 SANE_Word info = 0; quant2_int_array() local
559 SANE_Word info = 0; in_range_int_array() local
583 SANE_Word info = 0; above_max_int_array() local
606 SANE_Word info = 0; wrong_string_array() local
621 SANE_Word info = 0; none_int() local
636 SANE_Word info = 0; none_bool_nok() local
651 SANE_Word info = 0; none_bool_ok() local
668 SANE_Word info = 0; string_array_several() local
685 SANE_Word info = 0; partial_string_array() local
699 SANE_Word info = 0; string_array_ignorecase() local
713 SANE_Word info = 0; string_array_ok() local
[all...]
/third_party/cups-filters/backend/
H A Dserial.c826 char info[255]; /* Device info/description */ in list_devices() local
907 char info[255]; /* Device info/description */ list_devices() local
969 char info[255]; /* Device info/description */ list_devices() local
1062 char info[255]; /* Device info/description */ list_devices() local
[all...]
H A Dparallel.c393 info[2048], /* Info string */ in list_devices() local
/third_party/alsa-lib/src/control/
H A Dsetup.c45 snd_ctl_elem_info_t *info; member
216 snd_config_get_ctl_elem_enumerated(snd_config_t *n, snd_ctl_t *ctl, snd_ctl_elem_info_t *info) snd_config_get_ctl_elem_enumerated() argument
247 snd_config_get_ctl_elem_value(snd_config_t *conf, snd_ctl_t *ctl, snd_ctl_elem_value_t *val, snd_ctl_elem_value_t *mask, snd_ctl_elem_info_t *info) snd_config_get_ctl_elem_value() argument
[all...]
H A Dtlv.c425 snd_ctl_elem_info_t info = {0}; in get_tlv_info() local
458 struct tlv_info info; in snd_ctl_get_dB_range() local
479 struct tlv_info info; snd_ctl_convert_to_dB() local
502 struct tlv_info info; snd_ctl_convert_from_dB() local
[all...]
H A Dctlparse.c277 get_ctl_enum_item_index(snd_ctl_t *handle, snd_ctl_elem_info_t *info, const char **ptrp) get_ctl_enum_item_index() argument
346 snd_ctl_ascii_value_parse(snd_ctl_t *handle, snd_ctl_elem_value_t *dst, snd_ctl_elem_info_t *info, const char *value) snd_ctl_ascii_value_parse() argument
[all...]
/third_party/alsa-lib/src/
H A Ddlmisc.c70 Dl_info info; in snd_dlinfo_origin() local
/third_party/googletest/googletest/src/hwext/
H A Dgtest-ext.cc55 const TestDefInfo* info = testDefInfos.at(i); in findDefFor() local
130 const TestDefInfo* info = testDefInfos.at(i); in getLevel() local
179 const TestDefInfo* info = testDefInfos.at(i); getTestFlags() local
[all...]
/third_party/gn/src/gn/
H A Dresolved_target_data.h125 const TargetInfo* info = GetTargetSwiftValues(target); in GetSwiftModuleDependencies() local
192 TargetInfo* info = GetTargetInfo(target); in GetTargetLibInfo() local
201 TargetInfo* info = GetTargetInfo(target); in GetTargetFrameworkInfo() local
210 TargetInfo* info = GetTargetInfo(target); GetTargetHardDeps() local
219 TargetInfo* info = GetTargetInfo(target); GetTargetInheritedLibs() local
228 TargetInfo* info = GetTargetInfo(target); GetTargetRustLibs() local
237 TargetInfo* info = GetTargetInfo(target); GetTargetSwiftValues() local
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h672 inline void PrintTo(const std::type_info& info, std::ostream* os) { in PrintTo() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUTS46.java42 public StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info) { in labelToASCII() argument
47 public StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info) { in labelToUnicode() argument
52 public StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info) { in nameToASCII() argument
64 public StringBuilder nameToUnicode(CharSequence name, StringBuilder dest, Info info) { in nameToUnicode() argument
114 process(CharSequence src, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) process() argument
203 processUnicode(CharSequence src, int labelStart, int mappingStart, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) processUnicode() argument
330 processLabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) processLabel() argument
503 markBadACELabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) markBadACELabel() argument
570 checkLabelBiDi(CharSequence label, int labelStart, int labelLength, Info info) checkLabelBiDi() argument
762 checkLabelContextO(CharSequence label, int labelStart, int labelLength, Info info) checkLabelContextO() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp47 const DataMap *info= NULL; in runIndexedTest() local
/third_party/icu/icu4c/source/common/
H A Ducmndata.cpp50 udata_getInfoSize(const UDataInfo *info) { in udata_getInfoSize() argument
[all...]
H A Ducol_swp.cpp44 const UDataInfo &info=*(const UDataInfo *)((const char *)inData+4); in ucol_looksLikeCollationBinary() local
490 const UDataInfo &info=*(const UDataInfo *)((const char *)inData+4); in ucol_swap() local
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c119 struct node_info info; in usb_attach() local
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_controller.h167 void *info; member
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c54 int dl_iterate_phdr(int (*callback)(void *info, size_t size, void *data), void *data) in dl_iterate_phdr() argument
/third_party/alsa-lib/include/
H A Dmixer_abst.h77 snd_ctl_card_info_t *info; member
/third_party/alsa-lib/include/sound/uapi/
H A Dsb16_csp.h74 struct snd_sb_csp_mc_header info; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DResourceModule.java76 UResourceBundle info; field in ResourceModule
290 private UResourceBundle info; field in ResourceModule.UResourceTestData

Completed in 29 milliseconds

1...<<111112113114115116117118119120>>...213