Home
last modified time | relevance | path

Searched refs:firstElement (Results 1 - 25 of 35) sorted by relevance

12

/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
H A Dokp_importKey.https.any.js201 var firstElement;
205 firstElement = arr[i];
207 results.push([firstElement]);
211 combination.push(firstElement);
H A Dsymmetric_importKey.https.any.js180 var firstElement;
184 firstElement = arr[i];
186 results.push([firstElement]);
190 combination.push(firstElement);
H A Dec_importKey.https.any.js226 var firstElement;
230 firstElement = arr[i];
232 results.push([firstElement]);
236 combination.push(firstElement);
H A Drsa_importKey.https.any.js224 var firstElement;
228 firstElement = arr[i];
230 results.push([firstElement]);
234 combination.push(firstElement);
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
H A Dhelpers.js37 var firstElement;
41 firstElement = arr[i];
43 results.push([firstElement]);
47 combination.push(firstElement);
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h145 inline void* firstElement(void) const;
369 inline void* UVector::firstElement(void) const { in firstElement() function in UVector
H A Dbytestriebuilder.cpp297 const BytesTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
299 int32_t minStringLength=firstElement.getStringLength(*strings); in getLimitOfLinearMatch()
301 firstElement.charAt(byteIndex, *strings)== in getLimitOfLinearMatch()
H A Ducharstriebuilder.cpp246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
248 int32_t minStringLength=firstElement.getStringLength(strings); in getLimitOfLinearMatch()
250 firstElement.charAt(unitIndex, strings)== in getLimitOfLinearMatch()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBManager.java511 Bundle mainBundle = (Bundle)bundles.firstElement(); in createItem()
564 Bundle mainBundle = (Bundle)bundles.firstElement(); in createGroup()
670 Bundle mainBundle = (Bundle)bundles.firstElement(); in createResource()
706 return ((Bundle)bundles.firstElement()).duplicates.size(); in getNumberDuplicates()
722 return ((Bundle)bundles.firstElement()).duplicates; in getDuplicatesListingVector()
739 Bundle bundle = (Bundle)bundles.firstElement(); in getGroupListingVector()
796 return ((Bundle)bundles.firstElement()).getGroupCount(); in getNumberGroups()
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp297 const BytesTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
299 int32_t minStringLength=firstElement.getStringLength(*strings); in getLimitOfLinearMatch()
301 firstElement.charAt(byteIndex, *strings)== in getLimitOfLinearMatch()
H A Ducharstriebuilder.cpp246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
248 int32_t minStringLength=firstElement.getStringLength(strings); in getLimitOfLinearMatch()
250 firstElement.charAt(unitIndex, strings)== in getLimitOfLinearMatch()
H A Duvector.h164 inline void* firstElement(void) const {return elementAt(0);} in firstElement() function in UVector
/third_party/node/deps/icu-small/source/common/
H A Dbytestriebuilder.cpp297 const BytesTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
299 int32_t minStringLength=firstElement.getStringLength(*strings); in getLimitOfLinearMatch()
301 firstElement.charAt(byteIndex, *strings)== in getLimitOfLinearMatch()
H A Ducharstriebuilder.cpp246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
248 int32_t minStringLength=firstElement.getStringLength(strings); in getLimitOfLinearMatch()
250 firstElement.charAt(unitIndex, strings)== in getLimitOfLinearMatch()
H A Duvector.h164 inline void* firstElement() const {return elementAt(0);} in firstElement() function in UVector
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1107 uint32 firstElement; member
1119 uint32 firstElement; member
1170 uint32 firstElement; member
1307 uint32 firstElement; member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.hpp91 PrimitiveList (PrimitiveType primitiveType, int numElements, const int firstElement); // !< primitive list for drawArrays-like call
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp635 const deUint32 firstElement = getFirstWrittenElement();
644 firstElement, // deUint32 dstArrayElement
648 usesBufferView() ? DE_NULL : &m_descriptorBufferInfos[firstElement], // const VkDescriptorBufferInfo* pBufferInfo
649 usesBufferView() ? &m_bufferViewHandles[firstElement] : DE_NULL // const VkBufferView* pTexelBufferView
1122 const deUint32 firstElement = getFirstWrittenElement();
1131 firstElement, // deUint32 dstArrayElement
1134 &m_descriptorImageInfos[firstElement], // const VkDescriptorImageInfo pImageInfo
1352 const deUint32 firstElement = getFirstWrittenElement();
1361 firstElement, // deUint32 dstArrayElement
1364 &m_descriptorImageInfos[firstElement], // cons
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp635 const deUint32 firstElement = getFirstWrittenElement();
644 firstElement, // deUint32 dstArrayElement
648 usesBufferView() ? DE_NULL : &m_descriptorBufferInfos[firstElement], // const VkDescriptorBufferInfo* pBufferInfo
649 usesBufferView() ? &m_bufferViewHandles[firstElement] : DE_NULL // const VkBufferView* pTexelBufferView
1122 const deUint32 firstElement = getFirstWrittenElement();
1131 firstElement, // deUint32 dstArrayElement
1134 &m_descriptorImageInfos[firstElement], // const VkDescriptorImageInfo pImageInfo
1352 const deUint32 firstElement = getFirstWrittenElement();
1361 firstElement, // deUint32 dstArrayElement
1364 &m_descriptorImageInfos[firstElement], // cons
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Duvectest.cpp174 TEST_ASSERT(strcmp("abc", (const char *)a->firstElement()) == 0); in UStack_API()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader_buffer.c60 desc.buffer.firstElement = buf->buffer_offset / sizeof(uint32); in svga_create_uav_buffer()
H A Dsvga_image_view.c79 desc.buffer.firstElement = image->u.buf.offset / bytes_per_block; in svga_create_uav_image()
/third_party/skia/experimental/sktext/editor/
H A DTexts.h159 Position firstElement(PositionType positionType) const { return fSelectableText->firstPosition(positionType); } in firstElement() function in skia::editor::EditableText
H A DEditor.cpp80 position = fEditableText->firstElement(PositionType::kGraphemeCluster); in moveCursor()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java185 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents()

Completed in 25 milliseconds

12