OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setversion
(Results
76 - 100
of
561
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/parameter-framework/upstream/
CMakeLists.txt
54
include(
SetVersion
.cmake)
/external/skia/src/core/
SkPictureData.h
37
void
setVersion
(uint32_t version) {
SkPictureData.cpp
417
buffer.
setVersion
(fInfo.getVersion());
575
buffer.
setVersion
(info.getVersion());
SkReadBuffer.h
93
void
setVersion
(int version) {
/external/skqp/src/core/
SkPictureData.h
37
void
setVersion
(uint32_t version) {
SkPictureData.cpp
417
buffer.
setVersion
(fInfo.getVersion());
575
buffer.
setVersion
(info.getVersion());
SkReadBuffer.h
93
void
setVersion
(int version) {
/frameworks/native/opengl/tools/glgen/src/
GenerateGL.java
68
emitter.
setVersion
(version, ext, pack);
/frameworks/support/persistence/db/api/
current.txt
47
method public abstract void
setVersion
(int);
/libcore/ojluni/src/main/java/java/net/
HttpCookie.java
146
* {@code
setVersion
} method.
161
* @see #
setVersion
228
cookie.
setVersion
(0);
237
cookie.
setVersion
(1);
554
* @see #
setVersion
574
public void
setVersion
(int v) {
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DumperOptionsTest.java
280
options.
setVersion
(DumperOptions.Version.V1_1);
284
options.
setVersion
(DumperOptions.Version.V1_0);
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java
60
mDatabase.
setVersion
(CURRENT_DATABASE_VERSION);
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
ULP_PDU.java
125
public void
setVersion
(Asn1Object value) {
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp
230
m_checksumHelper.
setVersion
(checksumVersion);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py
221
self.
SetVersion
(DefineObj.GetInfVersion().GetValue())
231
self.
SetVersion
('0')
243
self.
SetVersion
(VersionString)
540
PackageDependency.
SetVersion
(PkgInfo[2])
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java
142
public void
setVersion
(String newValue)
/frameworks/base/tools/aapt2/test/
Builders.h
164
ArtifactBuilder&
SetVersion
(int version);
/frameworks/base/tools/obbtool/
Main.cpp
100
obb->
setVersion
(info->packageVersion);
/frameworks/support/persistence/db/api_legacy/
1.0.0.txt
46
method public abstract void
setVersion
(int);
1.1.0.txt
47
method public abstract void
setVersion
(int);
current.txt
47
method public abstract void
setVersion
(int);
/system/tools/hidl/utils/include/hidl-util/
FQName.h
241
__attribute__((warn_unused_result)) bool
setVersion
(const std::string& v);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java
430
mvhd.
setVersion
(1);
492
tfra.
setVersion
(1); // use long offsets and times
624
tkhd.
setVersion
(1);
/frameworks/av/services/mediaanalytics/
MediaAnalyticsService.cpp
530
void MediaAnalyticsService::setPkgInfo(MediaAnalyticsItem *item, uid_t uid, bool setName, bool
setVersion
)
534
if (!setName && !
setVersion
) {
676
if (
setVersion
) {
Completed in 668 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>