/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocument.cpp | 131 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/ |
D | dePoolArray.hpp | 138 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/ |
D | common.py | 76 …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/ |
D | genericFunctionInference1.js | 218 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));
|
D | genericFunctionInference1.errors.txt | 225 declare const getArray: () => string[]; 229 getArray, 235 getArray, 241 getArray,
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_global_main.cpp | 58 LlcArray = getArray(i, LlcArrayLen); in main() 59 SzArray = Subzero_::getArray(i, SzArrayLen); in main()
|
D | test_global.h | 23 const uint8_t *getArray(size_t WhichArray, size_t &Len);
|
D | test_global.cpp | 76 const uint8_t *getArray(size_t WhichArray, size_t &Len) { in getArray() function
|
/third_party/typescript/tests/cases/compiler/ |
D | genericFunctionInference1.ts | 220 declare const getArray: () => string[]; 224 getArray, 230 getArray, 236 getArray,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
D | StandardPluralRanges.java | 37 UResource.Array entriesArray = value.getArray(); in put() 40 UResource.Array pluralFormsArray = value.getArray(); in put()
|
/third_party/rust/crates/cxx/book/src/binding/ |
D | cxxstring.md | 52 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/ |
D | tfsmalls.cpp | 272 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/ |
D | pluralranges.cpp | 30 ResourceArray entriesArray = value.getArray(status); in put() 35 ResourceArray pluralFormsArray = value.getArray(status); in put()
|
D | fmtable.cpp | 674 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/ |
D | pluralranges.cpp | 30 ResourceArray entriesArray = value.getArray(status); in put() 35 ResourceArray pluralFormsArray = value.getArray(status); in put()
|
D | fmtable.cpp | 674 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/ |
D | pluralranges.cpp | 30 ResourceArray entriesArray = value.getArray(status); in put() 35 ResourceArray pluralFormsArray = value.getArray(status); in put()
|
D | fmtable.cpp | 674 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/ |
D | StandardPluralRanges.java | 84 UResource.Array entriesArray = value.getArray(); in put() 87 UResource.Array pluralFormsArray = value.getArray(); in put()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | fmtable.h | 443 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/ |
D | fmtable.h | 443 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/ |
D | fmtable.h | 443 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/ |
D | ICUResourceBundleReader.java | 731 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/ |
D | ICUResourceBundleReader.java | 729 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()
|
D | ICUResourceBundleImpl.java | 210 value = wholeBundle.reader.getArray(resource); in ResourceArray() 265 ICUResourceBundleReader.Container array = reader.getArray(res); in handleGetObject()
|