| /third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
| H A D | okp_importKey.https.any.js | 201 var firstElement; 205 firstElement = arr[i]; 207 results.push([firstElement]); 211 combination.push(firstElement);
|
| H A D | symmetric_importKey.https.any.js | 180 var firstElement; 184 firstElement = arr[i]; 186 results.push([firstElement]); 190 combination.push(firstElement);
|
| H A D | ec_importKey.https.any.js | 226 var firstElement; 230 firstElement = arr[i]; 232 results.push([firstElement]); 236 combination.push(firstElement);
|
| H A D | rsa_importKey.https.any.js | 224 var firstElement; 228 firstElement = arr[i]; 230 results.push([firstElement]); 234 combination.push(firstElement);
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/util/ |
| H A D | helpers.js | 37 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 D | uvector.h | 145 inline void* firstElement(void) const; 369 inline void* UVector::firstElement(void) const { in firstElement() function in UVector
|
| H A D | bytestriebuilder.cpp | 297 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 D | ucharstriebuilder.cpp | 246 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 D | RBManager.java | 511 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 D | bytestriebuilder.cpp | 297 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 D | ucharstriebuilder.cpp | 246 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 D | uvector.h | 164 inline void* firstElement(void) const {return elementAt(0);} in firstElement() function in UVector
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | bytestriebuilder.cpp | 297 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 D | ucharstriebuilder.cpp | 246 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 D | uvector.h | 164 inline void* firstElement() const {return elementAt(0);} in firstElement() function in UVector
|
| /third_party/mesa3d/src/gallium/drivers/svga/include/ |
| H A D | svga3d_dx.h | 1107 uint32 firstElement; member 1119 uint32 firstElement; member 1170 uint32 firstElement; member 1307 uint32 firstElement; member
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrRenderer.hpp | 91 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 D | vktBindingDescriptorCopyTests.cpp | 635 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 D | vktBindingDescriptorCopyTests.cpp | 635 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 D | uvectest.cpp | 174 TEST_ASSERT(strcmp("abc", (const char *)a->firstElement()) == 0); in UStack_API()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_shader_buffer.c | 60 desc.buffer.firstElement = buf->buffer_offset / sizeof(uint32); in svga_create_uav_buffer()
|
| H A D | svga_image_view.c | 79 desc.buffer.firstElement = image->u.buf.offset / bytes_per_block; in svga_create_uav_image()
|
| /third_party/skia/experimental/sktext/editor/ |
| H A D | Texts.h | 159 Position firstElement(PositionType positionType) const { return fSelectableText->firstPosition(positionType); } in firstElement() function in skia::editor::EditableText
|
| H A D | Editor.cpp | 80 position = fEditableText->firstElement(PositionType::kGraphemeCluster); in moveCursor()
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | RBGroupPanel.java | 185 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents()
|