Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:writeInt
(Results
1 - 25
of
61
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
ProgramExecutable.cpp
518
stream->
writeInt
(static_cast<uint32_t>(mAttributesTypeMask.to_ulong()));
in save()
519
stream->
writeInt
(static_cast<uint32_t>(mAttributesMask.to_ulong()));
in save()
520
stream->
writeInt
(static_cast<uint32_t>(mActiveAttribLocationsMask.to_ulong()));
in save()
521
stream->
writeInt
(mMaxActiveAttribLocation);
in save()
523
stream->
writeInt
(mFragmentInoutRange.low());
in save()
524
stream->
writeInt
(mFragmentInoutRange.high());
in save()
526
stream->
writeInt
(mLinkedShaderStages.bits());
in save()
537
stream->
writeInt
(mGeometryShaderInvocations);
in save()
538
stream->
writeInt
(mGeometryShaderMaxVertices);
in save()
540
stream->
writeInt
(mTessControlShaderVertice
in save()
[all...]
H
A
D
BinaryStream.h
203
//
writeInt
also handles bool types
205
void
writeInt
(IntT param)
in writeInt()
function in gl::BinaryOutputStream
215
// Specialized
writeInt
for values that can also be exactly -1.
221
writeInt
(-1);
in writeIntOrNegOne()
225
writeInt
(param);
in writeIntOrNegOne()
232
writeInt
(param.size());
in writeIntVector()
243
writeInt
<UnderlyingType>(static_cast<UnderlyingType>(param));
in writeEnum()
248
writeInt
(v.length());
in writeString()
H
A
D
Program.cpp
712
stream->
writeInt
(var.binding);
in WriteShaderVariableBuffer()
713
stream->
writeInt
(var.dataSize);
in WriteShaderVariableBuffer()
720
stream->
writeInt
(var.memberIndexes.size());
in WriteShaderVariableBuffer()
723
stream->
writeInt
(memberCounterIndex);
in WriteShaderVariableBuffer()
748
stream->
writeInt
(var.bufferIndex);
in WriteBufferVariable()
750
stream->
writeInt
(var.topLevelArraySize);
in WriteBufferVariable()
777
stream->
writeInt
(block.arrayElement);
in WriteInterfaceBlock()
797
stream->
writeInt
(block.arraySize);
in WriteShInterfaceBlock()
800
stream->
writeInt
(block.binding);
in WriteShInterfaceBlock()
805
stream->
writeInt
<size_
in WriteShInterfaceBlock()
[all...]
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H
A
D
FlyweightMapStorage.java
157
objectOutput.
writeInt
(prefixSizeInBytes);
in writeExternal()
158
objectOutput.
writeInt
(descIndexSizeInBytes);
in writeExternal()
162
objectOutput.
writeInt
(sizeOfLengths);
in writeExternal()
164
objectOutput.
writeInt
(length);
in writeExternal()
168
objectOutput.
writeInt
(descriptionPool.length);
in writeExternal()
175
objectOutput.
writeInt
(numOfEntries);
in writeExternal()
225
objectOutput.
writeInt
(inputBuffer.getInt(wordIndex));
in writeExternalWord()
H
A
D
DefaultMapStorage.java
83
objectOutput.
writeInt
(numOfEntries);
in writeExternal()
85
objectOutput.
writeInt
(phoneNumberPrefixes[i]);
in writeExternal()
89
objectOutput.
writeInt
(sizeOfLengths);
in writeExternal()
91
objectOutput.
writeInt
(length);
in writeExternal()
H
A
D
MappingFileProvider.java
109
objectOutput.
writeInt
(numOfEntries);
in writeExternal()
111
objectOutput.
writeInt
(countryCallingCodes[i]);
in writeExternal()
114
objectOutput.
writeInt
(numOfLangs);
in writeExternal()
/third_party/pulseaudio/sonic/
H
A
D
wave.c
56
static void
writeInt
(
in writeInt()
function
175
writeInt
(file, 36 /* + dataLength */); /* 04 - how big is the rest of this file? */
in writeHeader()
178
writeInt
(file, 16); /* 16 - size of this chunk */
in writeHeader()
181
writeInt
(file, sampleRate); /* 24 - samples per second (numbers per second) */
in writeHeader()
182
writeInt
(file, sampleRate * 2); /* 28 - bytes per second */
in writeHeader()
186
writeInt
(file, 0); /* 40 - how big is this data chunk */
in writeHeader()
302
writeInt
(file, file->bytesWritten - 8);
in closeWaveFile()
312
writeInt
(file, file->bytesWritten - 48);
in closeWaveFile()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
ProgramD3D.cpp
1327
stream->
writeInt
(ANGLE_COMPILE_OPTIMIZATION_LEVEL);
1331
stream->
writeInt
(d3dSemantic);
1336
stream->
writeInt
(mShaderSamplers[shaderType].size());
1340
stream->
writeInt
(mShaderSamplers[shaderType][i].logicalTextureUnit);
1344
stream->
writeInt
(mUsedShaderSamplerRanges[shaderType].low());
1345
stream->
writeInt
(mUsedShaderSamplerRanges[shaderType].high());
1348
stream->
writeInt
(mImagesCS.size());
1352
stream->
writeInt
(mImagesCS[imageIndex].logicalImageUnit);
1355
stream->
writeInt
(mReadonlyImagesCS.size());
1359
stream->
writeInt
(mReadonlyImagesC
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ProgramExecutableVk.cpp
48
stream->
writeInt
(xfb.buffer);
in SaveShaderInterfaceVariableXfbInfo()
49
stream->
writeInt
(xfb.offset);
in SaveShaderInterfaceVariableXfbInfo()
50
stream->
writeInt
(xfb.stride);
in SaveShaderInterfaceVariableXfbInfo()
51
stream->
writeInt
(xfb.arraySize);
in SaveShaderInterfaceVariableXfbInfo()
52
stream->
writeInt
(xfb.columnCount);
in SaveShaderInterfaceVariableXfbInfo()
53
stream->
writeInt
(xfb.rowCount);
in SaveShaderInterfaceVariableXfbInfo()
54
stream->
writeInt
(xfb.arrayIndex);
in SaveShaderInterfaceVariableXfbInfo()
55
stream->
writeInt
(xfb.componentType);
in SaveShaderInterfaceVariableXfbInfo()
56
stream->
writeInt
(xfb.arrayElements.size());
in SaveShaderInterfaceVariableXfbInfo()
350
stream->
writeInt
(mVariableInfoMa
in save()
[all...]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H
A
D
Phonemetadata.java
165
objectOutput.
writeInt
(leadingDigitsPatternSize);
in writeExternal()
315
objectOutput.
writeInt
(possibleLengthSize);
in writeExternal()
317
objectOutput.
writeInt
(possibleLength_.get(i));
in writeExternal()
321
objectOutput.
writeInt
(possibleLengthLocalOnlySize);
in writeExternal()
323
objectOutput.
writeInt
(possibleLengthLocalOnly_.get(i));
in writeExternal()
920
objectOutput.
writeInt
(countryCode_);
in writeExternal()
951
objectOutput.
writeInt
(numberFormatSize);
in writeExternal()
957
objectOutput.
writeInt
(intlNumberFormatSize);
in writeExternal()
1168
objectOutput.
writeInt
(size);
in writeExternal()
/third_party/skia/src/core/
H
A
D
SkPictureRecord.h
111
fWriter.
writeInt
(PACK_8_24(drawType, MASK_24));
in addDraw()
113
fWriter.
writeInt
(SkToU32(*size));
in addDraw()
115
fWriter.
writeInt
(PACK_8_24(drawType, SkToU32(*size)));
in addDraw()
122
fWriter.
writeInt
(value);
in addInt()
H
A
D
SkWriteBuffer.h
42
virtual void
writeInt
(int32_t value) = 0;
46
this->
writeInt
(value);
in write32()
107
void
writeInt
(int32_t value) override;
/third_party/skia/src/effects/
H
A
D
SkLayerDrawLooper.cpp
200
buffer.
writeInt
(fCount);
in flatten()
205
buffer.
writeInt
(0);
in flatten()
207
buffer.
writeInt
(rec->fInfo.fPaintBits);
in flatten()
208
buffer.
writeInt
((int)rec->fInfo.fColorMode);
in flatten()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
IntTrieBuilder.java
342
dos.
writeInt
(Trie.HEADER_SIGNATURE_);
in serialize()
351
dos.
writeInt
(options);
in serialize()
353
dos.
writeInt
(m_indexLength_);
in serialize()
354
dos.
writeInt
(m_dataLength_);
in serialize()
378
dos.
writeInt
(m_data_[i]);
in serialize()
H
A
D
RBBIDataWrapper.java
100
bytes.
writeInt
(fNumStates);
in put()
101
bytes.
writeInt
(fRowLen);
in put()
102
bytes.
writeInt
(fDictCategoriesStart);
in put()
103
bytes.
writeInt
(fLookAheadResultsSize);
in put()
104
bytes.
writeInt
(fFlags);
in put()
H
A
D
ICUBinary.java
640
dos.
writeInt
(dataFormat);
in writeHeader()
641
dos.
writeInt
(formatVersion);
in writeHeader()
642
dos.
writeInt
(dataVersion);
in writeHeader()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
IntTrieBuilder.java
344
dos.
writeInt
(Trie.HEADER_SIGNATURE_);
in serialize()
353
dos.
writeInt
(options);
in serialize()
355
dos.
writeInt
(m_indexLength_);
in serialize()
356
dos.
writeInt
(m_dataLength_);
in serialize()
380
dos.
writeInt
(m_data_[i]);
in serialize()
H
A
D
RBBIDataWrapper.java
79
bytes.
writeInt
(fNumStates);
in put()
80
bytes.
writeInt
(fRowLen);
in put()
81
bytes.
writeInt
(fFlags);
in put()
82
bytes.
writeInt
(fReserved);
in put()
H
A
D
ICUBinary.java
645
dos.
writeInt
(dataFormat);
in writeHeader()
646
dos.
writeInt
(formatVersion);
in writeHeader()
647
dos.
writeInt
(dataVersion);
in writeHeader()
/third_party/skia/src/gpu/
H
A
D
GrPersistentCacheUtils.cpp
39
writer.
writeInt
(kCurrentVersion);
in PackCachedShaders()
54
writer.
writeInt
(meta->fAttributeNames.count());
in PackCachedShaders()
/third_party/skia/tests/
H
A
D
Writer32Test.cpp
47
swriter.
writeInt
(array[i]);
in test_rewind()
53
swriter.
writeInt
(3);
in test_rewind()
62
writer.
writeInt
(i);
in test_rewind()
/third_party/skia/src/effects/imagefilters/
H
A
D
SkMatrixConvolutionImageFilter.cpp
221
buffer.
writeInt
(fKernelSize.fWidth);
in flatten()
222
buffer.
writeInt
(fKernelSize.fHeight);
in flatten()
226
buffer.
writeInt
(fKernelOffset.fX);
in flatten()
227
buffer.
writeInt
(fKernelOffset.fY);
in flatten()
228
buffer.
writeInt
((int) fTileMode);
in flatten()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
RBBIRuleBuilder.java
229
dos.
writeInt
(header[i]);
in flattenData()
254
dos.
writeInt
(val.intValue());
in flattenData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
RBBIRuleBuilder.java
224
dos.
writeInt
(header[i]);
in flattenData()
249
dos.
writeInt
(val.intValue());
in flattenData()
/third_party/skia/tools/debugger/
H
A
D
JsonWriteBuffer.h
27
void
writeInt
(int32_t value) override;
Completed in 25 milliseconds
1
2
3