Home
last modified time | relevance | path

Searched defs:index (Results 5851 - 5875 of 15295) sorted by relevance

1...<<231232233234235236237238239240>>...612

/third_party/backends/backend/
H A Dgt68xx_shm_channel.c374 SANE_Int index = buf_index; in shm_channel_writer_get_buffer() local
593 SANE_Int index = buf_index; in shm_channel_reader_get_buffer() local
H A Dhp3900_usb.c127 IWrite_Word(USB_Handle usb_handle, SANE_Int address, SANE_Int data, SANE_Int index) IWrite_Word() argument
143 IWrite_Integer(USB_Handle usb_handle, SANE_Int address, SANE_Int data, SANE_Int index) IWrite_Integer() argument
161 IWrite_Buffer(USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer, SANE_Int size, SANE_Int index) IWrite_Buffer() argument
174 IRead_Byte(USB_Handle usb_handle, SANE_Int address, SANE_Byte * data, SANE_Int index) IRead_Byte() argument
191 IRead_Word(USB_Handle usb_handle, SANE_Int address, SANE_Int * data, SANE_Int index) IRead_Word() argument
208 IRead_Integer(USB_Handle usb_handle, SANE_Int address, SANE_Int * data, SANE_Int index) IRead_Integer() argument
230 IRead_Buffer(USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer, SANE_Int size, SANE_Int index) IRead_Buffer() argument
358 usb_ctl_write(USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer, SANE_Int size, SANE_Int index) usb_ctl_write() argument
400 usb_ctl_read(USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer, SANE_Int size, SANE_Int index) usb_ctl_read() argument
[all...]
/third_party/backends/backend/genesys/
H A Dscanner_interface_usb.cpp178 void ScannerInterfaceUsb::write_0x8c(std::uint8_t index, std::uint8_t value) in write_0x8c() argument
H A Dtest_scanner_interface.cpp101 void TestScannerInterface::write_0x8c(std::uint8_t index, std::uint8_t value) in write_0x8c() argument
/third_party/backends/sanei/
H A Dsanei_DomainOS.c442 int done, index; in sanei_DomainOS_init() local
/third_party/benchmark/src/
H A Dstring_util.cc92 const int64_t index = (exponent > 0 ? exponent - 1 : -exponent - 1); in ExponentToPrefix() local
/third_party/alsa-lib/src/control/
H A Dsetup.c404 long index = 0; in add_elem() local
H A Dctlparse.c119 unsigned int numid, index, device, subdevice; in snd_ctl_ascii_elem_id_get() local
/third_party/alsa-utils/axfer/
H A Dxfer-options.c421 generate_path_with_suffix(struct xfer_context *xfer, const char *template, unsigned int index, const char *suffix) generate_path_with_suffix() argument
448 generate_path_without_suffix(struct xfer_context *xfer, const char *template, unsigned int index, const char *suffix ATTRIBUTE_UNUSED) generate_path_without_suffix() argument
475 generate_path(struct xfer_context *xfer, char *template, unsigned int index, const char *suffix) generate_path() argument
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java343 public void textChanged(int index) { in textChanged() argument
H A DCalendarPanel.java72 public void setColor(int index, Color c) { in setColor() argument
77 public void setCalendar(int index, Calendar c) { in setCalendar() argument
89 public Calendar getCalendar(int index) { in getCalendar() argument
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h870 std::size_t index; member
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h284 int index() const { return index_; } in index() function in testing::internal::InternalRunDeathTestFlag
/third_party/gptfdisk/
H A Dsupport.cc243 uint64_t index = 0; in BytesToIeee() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie.java178 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() argument
274 getValue(int index) getValue() argument
[all...]
H A DFormattedStringBuilder.java90 public char charAt(int index) { in charAt() argument
96 public Object fieldAt(int index) { in fieldAt() argument
116 public int codePointAt(int index) { in codePointAt() argument
120 codePointBefore(int index) codePointBefore() argument
135 setAppendIndex(int index) setAppendIndex() argument
143 insertChar16(int index, char codeUnit, Object field) insertChar16() argument
165 insertCodePoint(int index, int codePoint, Object field) insertCodePoint() argument
189 insert(int index, CharSequence sequence, Object field) insert() argument
208 insert(int index, CharSequence sequence, int start, int end, Object field) insert() argument
267 insert(int index, char[] chars, Object[] fields) insert() argument
294 insert(int index, FormattedStringBuilder other) insert() argument
320 prepareForInsert(int index, int count) prepareForInsert() argument
339 prepareForInsertHelper(int index, int count) prepareForInsertHelper() argument
400 remove(int index, int count) remove() argument
[all...]
H A DICUResourceBundleImpl.java144 public String getString(int index) { in getString() argument
155 protected int getContainerResource(int index) { in getContainerResource() argument
158 protected UResourceBundle createBundleObject(int index, String resKey, HashMap<String, String> aliasesVisited, in createBundleObject() argument
204 protected UResourceBundle handleGet(int index, HashMap<String, String> aliasesVisited, in handleGet() argument
218 getKey(int index) getKey() argument
241 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument
[all...]
H A DNorm2AllModes.java313 public static Normalizer2WithImpl getN2WithImpl(int index) { in getN2WithImpl() argument
H A DTrieBuilder.java241 findSameIndexBlock(int index[], int indexLength, int otherBlock) findSameIndexBlock() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRuleSet.java104 public NFRuleSet(RuleBasedNumberFormat owner, String[] descriptions, int index) throws IllegalArgumentException { in NFRuleSet() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java72 int getCE32FromContexts(int index) { in getCE32FromContexts() argument
451 addLowScriptRange(short[] table, int index, int lowStart) addLowScriptRange() argument
462 addHighScriptRange(short[] table, int index, int highLimit) addHighScriptRange() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Duspoof_conf.cpp101 SPUString *SPUStringPool::getByIndex(int32_t index) { in getByIndex() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditransformtst.c218 uint32_t i = 0, j, length = u_strlen(expected), index; in shapeLetters() local
/third_party/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.cpp29 CompoundTransliteratorTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
420 UTransPosition index; in expect() local
[all...]
H A Ddadrcal.cpp41 void DataDrivenCalendarTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument

Completed in 26 milliseconds

1...<<231232233234235236237238239240>>...612