HomeSort by relevance Sort by last modified time
    Searched full:setversion (Results 51 - 75 of 561) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/suplClient/
SuplRrlpMessagesGenerator.java 88 ulpPdu.setVersion(version);
159 ulpPdu.setVersion(version);
245 ulpPdu.setVersion(version);
  /external/v8/tools/release/
create_release.py 185 class SetVersion(Step):
189 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
305 SetVersion,
push_to_candidates.py 293 class SetVersion(Step):
297 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
406 SetVersion,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 169 long[] setVersion = mSetVersion;
261 long setVersion[] = mSetVersion;
264 if (setVersion[index] != version) {
AlbumSetDataLoader.java 253 long setVersion[] = mSetVersion;
254 int length = setVersion.length;
257 if (setVersion[i % length] != version) return i;
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109VersionHandler.java 62 cookie.setVersion(Integer.parseInt(value));
RFC2965VersionAttributeHandler.java 77 cookie.setVersion(version);
BasicClientCookie.java 275 * @see #setVersion(int)
290 public void setVersion(int version) {
  /external/e2fsprogs/lib/e2p/
Makefile.in 21 parse_num.o pe.o pf.o ps.o setflags.o setversion.o uuid.o \
30 $(srcdir)/setflags.c $(srcdir)/setversion.c $(srcdir)/uuid.c \
180 setversion.o: $(srcdir)/setversion.c $(top_builddir)/lib/config.h \
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoder.cpp 111 void CBC_QRCoder::SetVersion(int32_t version) {
  /frameworks/base/core/java/android/hardware/location/
ContextHubMessage.java 83 public void setVersion(int version) {
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresRlmiInfo.java 79 public void setVersion(int version) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerProvider.java 63 db.setVersion(DB_VERSION);
  /hardware/libhardware/tests/input/evdev/
InputMocks.h 53 void setVersion(uint16_t version) { mVersion = version; }
  /system/security/keystore/
blob.h 117 void setVersion(uint8_t version) { mBlob.version = version; }
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfLibraryClassesObject.py 102 def SetVersion(self, Version):
238 LibItemObj.SetVersion(LibItem[1])
  /frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
FrameworkSQLiteDatabase.java 124 public void setVersion(int version) {
125 mDelegate.setVersion(version);
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/crash/26.2.0-alpha16/
crash-26.2.0-alpha16.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 114 * true if setVersion() was called before the underlying handler
427 public void setVersion(String version)
429 m_handler.setVersion(version);
431 // Cache call to setVersion()
432 // super.setVersion(version);
711 * @see XSLOutputAttributes#setVersion(String)
1012 m_handler.setVersion(oldHandler.getVersion());
    [all...]
  /system/tools/hidl/utils/
FQName.cpp 60 CHECK(setVersion(version)) << version;
210 bool FQName::setVersion(const std::string& v) {
276 CHECK(setVersion(defaultVersion));
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Interface.java 128 void setVersion(int version) {
375 ((HandlerImpl) proxy.getProxyHandler()).setVersion(version);
  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 117 void setVersion(int version);
  /external/apache-http/src/org/apache/http/params/
HttpProtocolParams.java 146 public static void setVersion(final HttpParams params, final ProtocolVersion version) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationTailoring.java 83 void setVersion(int baseVersion, int rulesVersion) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationTailoring.java 81 void setVersion(int baseVersion, int rulesVersion) {

Completed in 1287 milliseconds

1 23 4 5 6 7 8 91011>>