Home
last modified time | relevance | path

Searched refs:index (Results 26 - 50 of 23908) sorted by relevance

12345678910>>...957

/third_party/skia/src/core/
H A DSkTDPQueue.h20 * Optionally objects may know their index into the priority queue. The queue will update the index
24 * afterwards. In debug builds the index will be set to -1 before an element is removed from the
68 int index = fArray.count(); in insert() local
71 this->percolateUpIfNecessary(index); in insert()
78 int index = *INDEX(entry); in remove() local
79 SkASSERT(index >= 0 && index < fArray.count()); in remove()
81 SkDEBUGCODE(*INDEX(fArray[index]) = -1;) in remove()
82 if (index in remove()
98 int index = *INDEX(entry); priorityDidChange() local
126 percolateUpOrDown(int index) percolateUpOrDown() argument
134 percolateUpIfNecessary(int index) percolateUpIfNecessary() argument
157 percolateDownIfNecessary(int index) percolateDownIfNecessary() argument
197 setIndex(int index) setIndex() argument
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificdevice_fuzzer/
H A Dwificdevice_fuzzer.cpp77 int index = 0; in AddDeviceConfigTest() local
89 config.securityType = static_cast<int>(data[index++]); in AddDeviceConfigTest()
90 config.netId = static_cast<int>(data[index++]); in AddDeviceConfigTest()
91 config.freq = static_cast<int>(data[index++]); in AddDeviceConfigTest()
92 config.wapiPskType = static_cast<int>(data[index++]); in AddDeviceConfigTest()
93 config.isHiddenSsid = static_cast<int>(data[index++]); in AddDeviceConfigTest()
94 config.ipType = static_cast<IpType>(static_cast<int>(data[index++]) % TWO); in AddDeviceConfigTest()
96 int result = static_cast<int>(data[index++]); in AddDeviceConfigTest()
109 int index = 0; in AdvanceScanTest() local
111 params.freqs = static_cast<int>(data[index in AdvanceScanTest()
122 int index = 0; GetSignalLevelTest() local
141 int index = 0; GetScanInfoListTest() local
171 int index = 0; GetDeviceConfigsTest() local
201 int index = 0; ConnectToDeviceTest() local
226 int index = 0; GetLinkedInfoTest() local
259 int index = 0; GetIpInfoTest() local
286 int index = 0; Get5GHzChannelListTest() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dtls.cpp41 TLSIndex index; in CreateTLSIndex() local
49 index = result; in CreateTLSIndex()
53 index = nextTlsIndex++; in CreateTLSIndex()
56 index = TlsAlloc(); in CreateTLSIndex()
61 if ((pthread_key_create(&index, destructor)) != 0) in CreateTLSIndex()
63 index = TLS_INVALID_INDEX; in CreateTLSIndex()
67 ASSERT(index != TLS_INVALID_INDEX && "CreateTLSIndex: Unable to allocate Thread Local Storage"); in CreateTLSIndex()
68 return index; in CreateTLSIndex()
71 bool DestroyTLSIndex(TLSIndex index) in DestroyTLSIndex() argument
73 ASSERT(index ! in DestroyTLSIndex()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dalphaindextst.cpp34 UnicodeString joinLabelsAndAppend(AlphabeticIndex::ImmutableIndex &index, UnicodeString &dest) { in joinLabelsAndAppend() argument
37 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) { in joinLabelsAndAppend()
54 void AlphabeticIndexTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
99 LocalPointer<AlphabeticIndex> index(new AlphabeticIndex(Locale::getEnglish(), status)); in APITest()
101 lc = index->getBucketCount(status); in APITest()
105 index.adoptInstead(nullptr); in APITest()
115 index.adoptInstead(new AlphabeticIndex(coll.orphan(), status)); in APITest()
117 TEST_ASSERT(originalColl == &index->getCollator()); in APITest()
118 assertEquals("only the underflow label in an index built from a collator", in APITest()
119 1, index in APITest()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dgradient_style_modifier.cpp91 for (size_t index = 0; index < size; index++) { in GetGradient()
92 color.SetColor(colors[index]); in GetGradient()
94 stops[index].Value() > MAX_COLOR_STOP ? Dimension(MAX_COLOR_STOP, DimensionUnit::PERCENT) : stops[index]; in GetGradient()
178 size_t index = 0; in Add() local
179 for (; index < idealSize; index++) { in Add()
180 Color color = Color::FromARGB(colors_[index] in Add()
205 size_t index = 0; Minus() local
229 size_t index = 0; Multiply() local
267 size_t index = 0; Add() local
291 size_t index = 0; Minus() local
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c48 * @index: Index of prot on the interface
52 static int __cvmx_helper_sgmii_hardware_init_one_time(int interface, int index) in __cvmx_helper_sgmii_hardware_init_one_time() argument
60 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
62 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64); in __cvmx_helper_sgmii_hardware_init_one_time()
70 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
72 cvmx_read_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
82 cvmx_write_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
98 cvmx_read_csr(CVMX_PCSX_ANX_ADV_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
103 cvmx_write_csr(CVMX_PCSX_ANX_ADV_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
108 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interfac in __cvmx_helper_sgmii_hardware_init_one_time()
137 __cvmx_helper_sgmii_hardware_init_link(int interface, int index) __cvmx_helper_sgmii_hardware_init_link() argument
201 __cvmx_helper_sgmii_hardware_init_link_speed(int interface, int index, union cvmx_helper_link_info link_info) __cvmx_helper_sgmii_hardware_init_link_speed() argument
309 int index; __cvmx_helper_sgmii_hardware_init() local
369 int index; __cvmx_helper_sgmii_enable() local
402 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_get() local
511 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_set() local
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c48 * @index: Index of prot on the interface
52 static int __cvmx_helper_sgmii_hardware_init_one_time(int interface, int index) in __cvmx_helper_sgmii_hardware_init_one_time() argument
60 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
62 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64); in __cvmx_helper_sgmii_hardware_init_one_time()
70 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
72 cvmx_read_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
82 cvmx_write_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
98 cvmx_read_csr(CVMX_PCSX_ANX_ADV_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
103 cvmx_write_csr(CVMX_PCSX_ANX_ADV_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
108 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interfac in __cvmx_helper_sgmii_hardware_init_one_time()
137 __cvmx_helper_sgmii_hardware_init_link(int interface, int index) __cvmx_helper_sgmii_hardware_init_link() argument
201 __cvmx_helper_sgmii_hardware_init_link_speed(int interface, int index, union cvmx_helper_link_info link_info) __cvmx_helper_sgmii_hardware_init_link_speed() argument
309 int index; __cvmx_helper_sgmii_hardware_init() local
369 int index; __cvmx_helper_sgmii_enable() local
402 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_get() local
511 int index = cvmx_helper_get_interface_index_num(ipd_port); __cvmx_helper_sgmii_link_set() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DWritableFontData.java153 * Writes a byte at the given index.
155 * @param index index into the font data
159 public int writeByte(int index, byte b) { in writeByte() argument
160 this.array.put(this.boundOffset(index), b); in writeByte()
167 * @param index index into the font data
171 * @return the number of bytes actually written; -1 if the index is outside
174 public int writeBytes(int index, byte[] b, int offset, int length) { in writeBytes() argument
175 return this.array.put(this.boundOffset(index), in writeBytes()
192 writeBytesPad(int index, byte[] b, int offset, int length, byte pad) writeBytesPad() argument
206 writePadding(int index, int count) writePadding() argument
218 writePadding(int index, int count, byte pad) writePadding() argument
233 writeBytes(int index, byte[] b) writeBytes() argument
245 writeChar(int index, byte c) writeChar() argument
257 writeUShort(int index, int us) writeUShort() argument
271 writeUShortLE(int index, int us) writeUShortLE() argument
285 writeShort(int index, int s) writeShort() argument
297 writeUInt24(int index, int ui) writeUInt24() argument
312 writeULong(int index, long ul) writeULong() argument
328 writeULongLE(int index, long ul) writeULongLE() argument
344 writeLong(int index, long l) writeLong() argument
356 writeFixed(int index, int f) writeFixed() argument
368 writeDateTime(int index, long date) writeDateTime() argument
[all...]
H A DByteArray.java64 * Gets the byte from the given index.
66 * @param index the index into the byte array
69 public int get(int index) { in get() argument
70 if (index < 0 || index >= this.filledLength) { in get()
73 return this.internalGet(index) & 0xff; in get()
77 * Gets the bytes from the given index and fill the buffer with them.
81 * @param index the index int
85 get(int index, byte[] b) get() argument
99 get(int index, byte[] b, int offset, int length) get() argument
150 put(int index, byte b) put() argument
167 put(int index, byte[] b) put() argument
184 put(int index, byte[] b, int offset, int length) put() argument
325 internalPut(int index, byte b) internalPut() argument
336 internalPut(int index, byte[] b, int offset, int length) internalPut() argument
344 internalGet(int index) internalGet() argument
355 internalGet(int index, byte[] b, int offset, int length) internalGet() argument
[all...]
H A DReadableFontData.java308 * Reads the UBYTE at the given index.
310 * @param index index into the font data
312 * @throws IndexOutOfBoundsException if index is outside the FontData's range
314 public int readUByte(int index) { in readUByte() argument
315 if (!this.boundsCheck(index, 1)) { in readUByte()
317 "Index attempted to be read from is out of bounds: " + Integer.toHexString(index)); in readUByte()
319 int b = this.array.get(this.boundOffset(index)); in readUByte()
322 "Index attempted to be read from is out of bounds: " + Integer.toHexString(index)); in readUByte()
325 // return this.array.get(this.boundOffset(index)); in readUByte()
335 readByte(int index) readByte() argument
359 readBytes(int index, byte[] b, int offset, int length) readBytes() argument
376 readChar(int index) readChar() argument
387 readUShort(int index) readUShort() argument
398 readShort(int index) readShort() argument
409 readUInt24(int index) readUInt24() argument
421 readULong(int index) readULong() argument
434 readULongAsInt(int index) readULongAsInt() argument
449 readULongLE(int index) readULongLE() argument
461 readLong(int index) readLong() argument
473 readFixed(int index) readFixed() argument
484 readF2Dot14(int index) readF2Dot14() argument
495 readDateTimeAsLong(int index) readDateTimeAsLong() argument
506 readLongDateTime(int index) readLongDateTime() argument
517 readFUnit(int index) readFUnit() argument
528 readFWord(int index) readFWord() argument
539 readUFWord(int index) readUFWord() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.cc57 int32_t WritableFontData::WriteByte(int32_t index, uint8_t b) { in WriteByte() argument
58 array_->Put(BoundOffset(index), b); in WriteByte()
62 int32_t WritableFontData::WriteBytes(int32_t index, in WriteBytes() argument
66 return array_->Put(BoundOffset(index), in WriteBytes()
69 BoundLength(index, length)); in WriteBytes()
72 int32_t WritableFontData::WriteBytes(int32_t index, std::vector<uint8_t>* b) { in WriteBytes() argument
74 return WriteBytes(index, &((*b)[0]), 0, b->size()); in WriteBytes()
77 int32_t WritableFontData::WriteBytesPad(int32_t index, in WriteBytesPad() argument
83 array_->Put(BoundOffset(index), in WriteBytesPad()
86 BoundLength(index, in WriteBytesPad()
92 WritePadding(int32_t index, int32_t count) WritePadding() argument
96 WritePadding(int32_t index, int32_t count, uint8_t pad) WritePadding() argument
104 WriteChar(int32_t index, uint8_t c) WriteChar() argument
108 WriteUShort(int32_t index, int32_t us) WriteUShort() argument
114 WriteUShortLE(int32_t index, int32_t us) WriteUShortLE() argument
120 WriteShort(int32_t index, int32_t s) WriteShort() argument
124 WriteUInt24(int32_t index, int32_t ui) WriteUInt24() argument
131 WriteULong(int32_t index, int64_t ul) WriteULong() argument
139 WriteULongLE(int32_t index, int64_t ul) WriteULongLE() argument
147 WriteLong(int32_t index, int64_t l) WriteLong() argument
151 WriteFixed(int32_t index, int32_t f) WriteFixed() argument
155 WriteDateTime(int32_t index, int64_t date) WriteDateTime() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.cpp53 void TabController::SetIndex(int32_t index) in SetIndex() argument
55 // There can be different tab at the same index in SetIndex()
56 if ((index_ == index && !Container::IsCurrentUsePartialUpdate()) || index < 0) { in SetIndex()
61 index_ = index; in SetIndex()
65 tabContent->ChangeByBar(index); in SetIndex()
70 void TabController::SetInitialIndex(int32_t index) in SetInitialIndex() argument
72 if (initialIndex_ == index || index < 0) { in SetInitialIndex()
75 initialIndex_ = index; in SetInitialIndex()
78 SetIndexWithoutChangeContent(int32_t index) SetIndexWithoutChangeContent() argument
87 SetPendingIndex(int32_t index) SetPendingIndex() argument
96 SetIndexByController(int32_t index, bool blockEvent) SetIndexByController() argument
127 ChangeDispatch(int32_t index) ChangeDispatch() argument
147 SetIndexByScrollContent(int32_t index) SetIndexByScrollContent() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_command.h43 const std::string& String(size_t index = 0u) const in String()
46 return index < Count() ? args_[index] : EMPTY; in String()
49 int8_t Int8(size_t index = 0u) const in Int8()
51 return Utils::ToInt8(String(index)); in Int8()
54 int16_t Int16(size_t index = 0u) const in Int16()
56 return Utils::ToInt16(String(index)); in Int16()
59 int32_t Int32(size_t index = 0u) const in Int32()
61 return Utils::ToInt32(String(index)); in Int32()
64 int64_t Int64(size_t index
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py111 __slots__ = 'code', 'index'
114 self.index = value
117 return 'Symbol({}, {})'.format(self.code.name, self.index)
122 return self.code.length(self.index)
125 return self.index
131 return self.code.bitPattern(self.index)
136 return self.code.extraBits(self.index)
141 return self.code.mnemonic(self.index)
151 return self.code.value(self.index, extra)
154 return self.code.value(self.index)
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DProtobufArrayList.java95 public void add(int index, E element) { in add() argument
98 if (index < 0 || index > size) { in add()
99 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in add()
104 System.arraycopy(array, index, array, index + 1, size - index); in add()
111 System.arraycopy(array, 0, newArray, 0, index); in add()
114 System.arraycopy(array, index, newArray, index in add()
124 get(int index) get() argument
130 remove(int index) remove() argument
145 set(int index, E element) set() argument
166 ensureIndexInRange(int index) ensureIndexInRange() argument
172 makeOutOfBoundsExceptionMessage(int index) makeOutOfBoundsExceptionMessage() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dosr-optimized-code-cache.cc42 for (int index = 0; index < osr_cache->length(); index += kEntryLength) { in Insert()
43 if (osr_cache->Get(index + kSharedOffset)->IsCleared() || in Insert()
44 osr_cache->Get(index + kCachedCodeOffset)->IsCleared()) { in Insert()
45 entry = index; in Insert()
111 int index = FindEntry(shared, osr_offset); in TryGet() local
112 if (index == -1) return {}; in TryGet()
114 CodeT code = GetCodeFromEntry(index); in TryGet()
116 ClearEntry(index, isolat in TryGet()
189 GetCodeFromEntry(int index) GetCodeFromEntry() argument
199 GetSFIFromEntry(int index) GetSFIFromEntry() argument
208 GetBytecodeOffsetFromEntry(int index) GetBytecodeOffsetFromEntry() argument
228 ClearEntry(int index, Isolate* isolate) ClearEntry() argument
298 RawSetForTesting(int index, MaybeObject value) RawSetForTesting() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/
H A DWoffWriter.java49 int index = 0; in convert()
51 index += writeWoffHeader(writableFontData, in convert()
52 index, in convert()
58 index += writeTableDirectoryEntries(writableFontData, index, tableDirectoryEntries); in convert()
59 index += writeTables(writableFontData, index, tableDirectoryEntries); in convert()
98 int index = start; in writeWoffHeader()
99 index += writableFontData.writeULong(index, SIGNATUR in writeWoffHeader()
234 writeTable(WritableFontData writableFontData, int index) writeTable() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_adapter.cpp30 for (int32_t index = nodeSize - 1; index >= 0; index--) { in ResetControl()
31 if (index + delta < 0) { in ResetControl()
34 srcNode = nodes_.at(index + delta); in ResetControl()
36 MoveNode(srcNode, index); in ResetControl()
39 for (int32_t index = 0; index < nodeSize; index++) { in ResetControl()
40 if (index in ResetControl()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_collection_ffi.cpp61 void FFICJCommonVectorStringSetElement(VectorStringHandle vec, int64_t index, const char* value) in FFICJCommonVectorStringSetElement() argument
64 (*actualVec)[index] = value; in FFICJCommonVectorStringSetElement()
68 const char* FFICJCommonVectorStringGetElement(VectorStringHandle vec, int64_t index) in FFICJCommonVectorStringGetElement() argument
71 return (*actualVec)[index].c_str(); in FFICJCommonVectorStringGetElement()
75 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() argument
78 (*actualVec)[index] = value; in FFICJCommonVectorInt32SetElement()
81 int32_t FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) in FFICJCommonVectorInt32GetElement() argument
84 return (*actualVec)[index]; in FFICJCommonVectorInt32GetElement()
88 void FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) in FFICJCommonVectorInt64SetElement() argument
91 (*actualVec)[index] in FFICJCommonVectorInt64SetElement()
94 FFICJCommonVectorInt64GetElement(VectorInt64Handle vec, int64_t index) FFICJCommonVectorInt64GetElement() argument
101 FFICJCommonVectorUInt8SetElement(VectorUInt8Handle vec, int64_t index, uint8_t value) FFICJCommonVectorUInt8SetElement() argument
107 FFICJCommonVectorUInt8GetElement(VectorUInt8Handle vec, int64_t index) FFICJCommonVectorUInt8GetElement() argument
114 FFICJCommonVectorUInt32SetElement(VectorUInt32Handle vec, int64_t index, uint32_t value) FFICJCommonVectorUInt32SetElement() argument
120 FFICJCommonVectorUInt32GetElement(VectorUInt32Handle vec, int64_t index) FFICJCommonVectorUInt32GetElement() argument
127 FFICJCommonVectorFloat32SetElement(VectorFloat32Handle vec, int64_t index, float value) FFICJCommonVectorFloat32SetElement() argument
133 FFICJCommonVectorFloat32GetElement(VectorFloat32Handle vec, int64_t index) FFICJCommonVectorFloat32GetElement() argument
140 FFICJCommonVectorFloat64SetElement(VectorFloat64Handle vec, int64_t index, double value) FFICJCommonVectorFloat64SetElement() argument
146 FFICJCommonVectorFloat64GetElement(VectorFloat64Handle vec, int64_t index) FFICJCommonVectorFloat64GetElement() argument
153 FFICJCommonVectorBoolSetElement(VectorBoolHandle vec, int64_t index, bool value) FFICJCommonVectorBoolSetElement() argument
159 FFICJCommonVectorBoolGetElement(VectorBoolHandle vec, int64_t index) FFICJCommonVectorBoolGetElement() argument
166 FFICJCommonVectorNavigationItemSetElement(VectorNavigationItemHandle vec, int64_t index, NavigationItemFFI value) FFICJCommonVectorNavigationItemSetElement() argument
172 FFICJCommonVectorNavigationItemGetElement(VectorNavigationItemHandle vec, int64_t index) FFICJCommonVectorNavigationItemGetElement() argument
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRootElements.java151 int index = findP(p); in lastCEWithPrimaryBefore()
152 long q = elements[index]; in lastCEWithPrimaryBefore()
155 // p == elements[index] is a root primary. Find the CE before it. in lastCEWithPrimaryBefore()
158 secTer = elements[index - 1]; in lastCEWithPrimaryBefore()
165 index -= 2; in lastCEWithPrimaryBefore()
167 p = elements[index]; in lastCEWithPrimaryBefore()
172 --index; in lastCEWithPrimaryBefore()
176 // p > elements[index] which is the previous primary. in lastCEWithPrimaryBefore()
181 q = elements[++index]; in lastCEWithPrimaryBefore()
199 int index in firstCEWithPrimaryAtLeast()
321 getPrimaryAfter(long p, int index, boolean isCompressible) getPrimaryAfter() argument
351 getSecondaryAfter(int index, int s) getSecondaryAfter() argument
385 getTertiaryAfter(int index, int s, int t) getTertiaryAfter() argument
423 getFirstSecTerForPrimary(int index) getFirstSecTerForPrimary() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationRootElements.java153 int index = findP(p); in lastCEWithPrimaryBefore()
154 long q = elements[index]; in lastCEWithPrimaryBefore()
157 // p == elements[index] is a root primary. Find the CE before it. in lastCEWithPrimaryBefore()
160 secTer = elements[index - 1]; in lastCEWithPrimaryBefore()
167 index -= 2; in lastCEWithPrimaryBefore()
169 p = elements[index]; in lastCEWithPrimaryBefore()
174 --index; in lastCEWithPrimaryBefore()
178 // p > elements[index] which is the previous primary. in lastCEWithPrimaryBefore()
183 q = elements[++index]; in lastCEWithPrimaryBefore()
201 int index in firstCEWithPrimaryAtLeast()
323 getPrimaryAfter(long p, int index, boolean isCompressible) getPrimaryAfter() argument
353 getSecondaryAfter(int index, int s) getSecondaryAfter() argument
387 getTertiaryAfter(int index, int s, int t) getTertiaryAfter() argument
425 getFirstSecTerForPrimary(int index) getFirstSecTerForPrimary() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationrootelements.cpp28 int32_t index = findP(p); in lastCEWithPrimaryBefore() local
29 uint32_t q = elements[index]; in lastCEWithPrimaryBefore()
32 // p == elements[index] is a root primary. Find the CE before it. in lastCEWithPrimaryBefore()
35 secTer = elements[index - 1]; in lastCEWithPrimaryBefore()
42 index -= 2; in lastCEWithPrimaryBefore()
44 p = elements[index]; in lastCEWithPrimaryBefore()
49 --index; in lastCEWithPrimaryBefore()
53 // p > elements[index] which is the previous primary. in lastCEWithPrimaryBefore()
58 q = elements[++index]; in lastCEWithPrimaryBefore()
73 int32_t index in firstCEWithPrimaryAtLeast() local
90 int32_t index = findPrimary(p); getPrimaryBefore() local
120 int32_t index; getSecondaryBefore() local
145 int32_t index; getTertiaryBefore() local
173 getPrimaryAfter(uint32_t p, int32_t index, UBool isCompressible) const getPrimaryAfter() argument
195 getSecondaryAfter(int32_t index, uint32_t s) const getSecondaryAfter() argument
221 getTertiaryAfter(int32_t index, uint32_t s, uint32_t t) const getTertiaryAfter() argument
276 int32_t index = findP(p); findPrimary() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationrootelements.cpp28 int32_t index = findP(p); in lastCEWithPrimaryBefore() local
29 uint32_t q = elements[index]; in lastCEWithPrimaryBefore()
32 // p == elements[index] is a root primary. Find the CE before it. in lastCEWithPrimaryBefore()
35 secTer = elements[index - 1]; in lastCEWithPrimaryBefore()
42 index -= 2; in lastCEWithPrimaryBefore()
44 p = elements[index]; in lastCEWithPrimaryBefore()
49 --index; in lastCEWithPrimaryBefore()
53 // p > elements[index] which is the previous primary. in lastCEWithPrimaryBefore()
58 q = elements[++index]; in lastCEWithPrimaryBefore()
73 int32_t index in firstCEWithPrimaryAtLeast() local
90 int32_t index = findPrimary(p); getPrimaryBefore() local
120 int32_t index; getSecondaryBefore() local
145 int32_t index; getTertiaryBefore() local
173 getPrimaryAfter(uint32_t p, int32_t index, UBool isCompressible) const getPrimaryAfter() argument
195 getSecondaryAfter(int32_t index, uint32_t s) const getSecondaryAfter() argument
221 getTertiaryAfter(int32_t index, uint32_t s, uint32_t t) const getTertiaryAfter() argument
276 int32_t index = findP(p); findPrimary() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationrootelements.cpp28 int32_t index = findP(p); in lastCEWithPrimaryBefore() local
29 uint32_t q = elements[index]; in lastCEWithPrimaryBefore()
32 // p == elements[index] is a root primary. Find the CE before it. in lastCEWithPrimaryBefore()
35 secTer = elements[index - 1]; in lastCEWithPrimaryBefore()
42 index -= 2; in lastCEWithPrimaryBefore()
44 p = elements[index]; in lastCEWithPrimaryBefore()
49 --index; in lastCEWithPrimaryBefore()
53 // p > elements[index] which is the previous primary. in lastCEWithPrimaryBefore()
58 q = elements[++index]; in lastCEWithPrimaryBefore()
73 int32_t index in firstCEWithPrimaryAtLeast() local
90 int32_t index = findPrimary(p); getPrimaryBefore() local
120 int32_t index; getSecondaryBefore() local
145 int32_t index; getTertiaryBefore() local
173 getPrimaryAfter(uint32_t p, int32_t index, UBool isCompressible) const getPrimaryAfter() argument
195 getSecondaryAfter(int32_t index, uint32_t s) const getSecondaryAfter() argument
221 getTertiaryAfter(int32_t index, uint32_t s, uint32_t t) const getTertiaryAfter() argument
276 int32_t index = findP(p); findPrimary() local
[all...]
/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DPreferencesTaskpoolJsunit.test.js15 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index'
56 for (let index = 0; index < 100; index++) {
58 await mPreferences.put(KEY_TEST_STRING_ELEMENT + index.toString(), "test" + index.toString());
63 for (let index = 0; index < 100; index++) {
82 for (let index
[all...]

Completed in 12 milliseconds

12345678910>>...957