/external/pdfium/xfa/src/fwl/src/basewidget/ |
fxmath_barcodeimp.cpp | 272 FX_BOOL CFX_Barcode::SetVersion(int32_t version) {
277 memptr = (memptrtype)&CBC_QRCode::SetVersion;
|
fwl_barcodeimp.cpp | 162 m_pBarcodeEngine->SetVersion(pData->GetVersion());
|
/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...] |
/external/v8/tools/release/ |
push_to_candidates.py | 293 class SetVersion(Step): 297 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_") 406 SetVersion,
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 275 * @see #setVersion(int) 290 public void setVersion(int version) {
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
HostConnection.cpp | 184 m_checksumHelper.setVersion(checksumVersion);
|
/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 | 81 void setVersion(int baseVersion, int rulesVersion) {
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationTailoring.java | 79 void setVersion(int baseVersion, int rulesVersion) {
|
/external/parameter-framework/upstream/ |
CMakeLists.txt | 54 include(SetVersion.cmake)
|
/external/pdfium/xfa/include/fxbarcode/ |
BC_BarCode.h | 225 FX_BOOL SetVersion(int32_t version);
|
/external/skia/src/core/ |
SkReadBuffer.h | 74 void setVersion(int version) {
|
SkPictureData.cpp | 414 buffer.setVersion(fInfo.fVersion); 571 buffer.setVersion(info.fVersion);
|
/frameworks/native/opengl/tools/glgen/src/ |
GenerateGL.java | 68 emitter.setVersion(version, ext, pack);
|
/libcore/ojluni/src/main/java/java/net/ |
HttpCookie.java | 168 * <code>setVersion</code> method. 180 * @see #setVersion 251 cookie.setVersion(0); 260 cookie.setVersion(1); 680 * @see #setVersion 707 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);
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorOutputElem.java | 142 public void setVersion(String newValue)
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
HttpExchange.java | 50 * <li>The HTTP request method, URI and HTTP version (see {@link #setMethod(String)}, {@link #setRequestURI(String)}, and {@link #setVersion(int)}) 501 public void setVersion(int version) 510 public void setVersion(String version) 521 * @see #setVersion(int) [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
CookieCutter.java | 316 cookie.setVersion(version);
|
/frameworks/base/tools/obbtool/ |
Main.cpp | 100 obb->setVersion(info->packageVersion);
|
/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);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
oaidl.h | 662 virtual HRESULT STDMETHODCALLTYPE SetVersion( 772 HRESULT (STDMETHODCALLTYPE *SetVersion)( 880 #define ICreateTypeInfo_SetVersion(This,wMajorVerNum,wMinorVerNum) (This)->lpVtbl->SetVersion(This,wMajorVerNum,wMinorVerNum) 924 return This->lpVtbl->SetVersion(This,wMajorVerNum,wMinorVerNum); [all...] |