Home
last modified time | relevance | path

Searched refs:getArray (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp131 auto &Array = Stack.back().Node.getArray(); in readFromBlob()
158 if (Stack.back().Node.getArray().size() != Stack.back().Length) in readFromBlob()
188 MPWriter.writeArraySize(Node.getArray().size()); in writeToBlob()
190 {Node, DocNode::MapTy::iterator(), Node.getArray().begin(), false}); in writeToBlob()
221 if (Stack.back().ArrayIt != Stack.back().Node.getArray().end()) in writeToBlob()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.hpp138 const PoolArray<T, Alignment>* getArray (void) const throw() { return m_array; } in getArray() function in de::PoolArrayConstIterator
174 PoolArray<T, Alignment>* getArray (void) const throw() { return m_array; } in getArray() function in de::PoolArrayIterator
444 , m_array (iter.getArray()) in PoolArrayConstIterator()
458 return PoolArrayConstIterator<T, Alignment>(iter->getArray(), iter->getNdx()+offs); in operator +()
464 return PoolArrayConstIterator<T, Alignment>(iter->getArray(), iter->getNdx()+offs); in operator +()
470 return PoolArrayConstIterator<T, Alignment>(iter.getArray(), iter.getNdx()-offs); in operator -()
505 return PoolArrayIterator<T, Alignment>(iter.getArray(), iter.getNdx()+offs); in operator +()
511 return PoolArrayIterator<T, Alignment>(iter.getArray(), iter.getNdx()+offs); in operator +()
517 return PoolArrayIterator<T, Alignment>(iter.getArray(), iter.getNdx()-offs); in operator -()
/third_party/alsa-lib/modules/mixer/simple/python/
Dcommon.py76 …self.volumearray[dir] = HValue(helem).getArray(self.volumeinfo[dir].type, self.volumeinfo[dir].cou…
81 …self.switcharray[dir] = HValue(helem).getArray(self.switchinfo[dir].type, self.switchinfo[dir].cou…
128 … self.volumearray[i] = HValue(helem).getArray(self.volumeinfo[i].type, self.volumeinfo[i].count)
130 … self.switcharray[i] = HValue(helem).getArray(self.switchinfo[i].type, self.switchinfo[i].count)
143 self.enumarray = HValue(helem).getArray(self.enuminfo.type, self.enuminfo.count)
178 self.enumarray = HValue(helem).getArray(self.enuminfo.type, self.enuminfo.count)
/third_party/typescript/tests/baselines/reference/
DgenericFunctionInference1.js218 declare const getArray: () => string[];
222 getArray,
228 getArray,
234 getArray,
343 const fn60 = pipe(getArray, x => x, first);
344 const fn61 = pipe(getArray, identity, first);
345 const fn62 = pipe(getArray, x => x, x => first(x));
DgenericFunctionInference1.errors.txt225 declare const getArray: () => string[];
229 getArray,
235 getArray,
241 getArray,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_global_main.cpp58 LlcArray = getArray(i, LlcArrayLen); in main()
59 SzArray = Subzero_::getArray(i, SzArrayLen); in main()
Dtest_global.h23 const uint8_t *getArray(size_t WhichArray, size_t &Len);
Dtest_global.cpp76 const uint8_t *getArray(size_t WhichArray, size_t &Len) { in getArray() function
/third_party/typescript/tests/cases/compiler/
DgenericFunctionInference1.ts220 declare const getArray: () => string[];
224 getArray,
230 getArray,
236 getArray,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
DStandardPluralRanges.java37 UResource.Array entriesArray = value.getArray(); in put()
40 UResource.Array pluralFormsArray = value.getArray(); in put()
/third_party/rust/crates/cxx/book/src/binding/
Dcxxstring.md52 fn getArray(self: &Json) -> &CxxVector<Json>;
102 const array &getArray() const;
129 const json::array &json::getArray() const { return std::get<array>(value); }
/third_party/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp272 const Formattable* res_array = ft_arr.getArray( res_cnt ); in test_Formattable()
282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); in test_Formattable()
295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR); in test_Formattable()
/third_party/skia/third_party/externals/icu/source/i18n/
Dpluralranges.cpp30 ResourceArray entriesArray = value.getArray(status); in put()
35 ResourceArray pluralFormsArray = value.getArray(status); in put()
Dfmtable.cpp674 Formattable::getArray(int32_t& count, UErrorCode& status) const in getArray() function in Formattable
873 array = obj.getArray(count);
994 (void)obj->getArray(count, *status); in ufmt_getArrayLength()
1002 (void)obj->getArray(count, *status); in ufmt_getArrayItemByIndex()
/third_party/node/deps/icu-small/source/i18n/
Dpluralranges.cpp30 ResourceArray entriesArray = value.getArray(status); in put()
35 ResourceArray pluralFormsArray = value.getArray(status); in put()
Dfmtable.cpp674 Formattable::getArray(int32_t& count, UErrorCode& status) const in getArray() function in Formattable
873 array = obj.getArray(count);
994 (void)obj->getArray(count, *status); in ufmt_getArrayLength()
1002 (void)obj->getArray(count, *status); in ufmt_getArrayItemByIndex()
/third_party/icu/icu4c/source/i18n/
Dpluralranges.cpp30 ResourceArray entriesArray = value.getArray(status); in put()
35 ResourceArray pluralFormsArray = value.getArray(status); in put()
Dfmtable.cpp674 Formattable::getArray(int32_t& count, UErrorCode& status) const in getArray() function in Formattable
873 array = obj.getArray(count);
994 (void)obj->getArray(count, *status); in ufmt_getArrayLength()
1002 (void)obj->getArray(count, *status); in ufmt_getArrayItemByIndex()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
DStandardPluralRanges.java84 UResource.Array entriesArray = value.getArray(); in put()
87 UResource.Array pluralFormsArray = value.getArray(); in put()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h443 const Formattable* getArray(int32_t& count) const in getArray() function
455 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h443 const Formattable* getArray(int32_t& count) const in getArray() function
455 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h443 const Formattable* getArray(int32_t& count) const in getArray() function
455 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundleReader.java731 Array getArray(int res) { in getArray() method in ICUResourceBundleReader
866 public ohos.global.icu.impl.UResource.Array getArray() { in getArray() method in ICUResourceBundleReader.ReaderValue
867 Array array = reader.getArray(res); in getArray()
890 Array array = reader.getArray(res); in getStringArray()
899 Array array = reader.getArray(res); in getStringArrayOrStringAsArray()
916 Array array = reader.getArray(res); in getStringOrFirstOfArray()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java729 Array getArray(int res) { in getArray() method in ICUResourceBundleReader
864 public com.ibm.icu.impl.UResource.Array getArray() { in getArray() method in ICUResourceBundleReader.ReaderValue
865 Array array = reader.getArray(res); in getArray()
888 Array array = reader.getArray(res); in getStringArray()
897 Array array = reader.getArray(res); in getStringArrayOrStringAsArray()
914 Array array = reader.getArray(res); in getStringOrFirstOfArray()
DICUResourceBundleImpl.java210 value = wholeBundle.reader.getArray(resource); in ResourceArray()
265 ICUResourceBundleReader.Container array = reader.getArray(res); in handleGetObject()

12345