HomeSort by relevance Sort by last modified time
    Searched full:format_version (Results 1 - 25 of 28) sorted by null

1 2

  /external/dropbear/_MTN/
revision 0 format_version "1"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adfs_fs.h 33 __le32 format_version; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 33 __le32 format_version; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 33 __le32 format_version; member in struct:adfs_discrecord
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels.c 240 static int format_version = 0; local
241 ++format_version;
242 if ( format_version < 0 ) { /* It wrapped... */
243 format_version = 1;
245 surface->format_version = format_version;
535 map->format_version = (unsigned int)-1;
611 map->format_version = dst->format_version;
SDL_surface.c 416 (src->map->dst->format_version != src->map->format_version) ) {
SDL_blit.h 66 unsigned int format_version; member in struct:SDL_BlitMap
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 37 private static final String FORMAT_VERSION = "3";
147 sb.append("{V=").append(FORMAT_VERSION);
212 if (!value.equals(FORMAT_VERSION)) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 40 public static final int FORMAT_VERSION = 1;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 64 out.writeByte(SerializedGrammar.FORMAT_VERSION);
  /external/llvm/lib/Target/ARM/
ARMBuildAttrs.h 74 Format_Version = 0x41
  /external/dbus/doc/
TODO 15 - format_version in the object info doesn't look like it's handled correctly. The creator
  /external/chromium/chrome/browser/net/
predictor.cc 628 int format_version = -1; local
630 referral_list.GetInteger(0, &format_version) &&
631 format_version == PREDICTOR_REFERRER_VERSION) {
predictor_api.cc 516 int format_version = -1; local
518 (*it)->GetAsInteger(&format_version) &&
519 format_version == kPredictorStartupFormatVersion) {
predictor_unittest.cc 269 int format_version = -1; local
270 CHECK(referral_list.GetInteger(0, &format_version));
271 CHECK_EQ(Predictor::PREDICTOR_REFERRER_VERSION, format_version);
  /external/icu4c/tools/genrb/
genrb.c 60 FORMAT_VERSION,
139 if(options[FORMAT_VERSION].doesOccur) {
140 const char *s = options[FORMAT_VERSION].value;
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMOutputCapsule.java 83 ret.setAttribute("format_version", Integer.toString(FormatVersion.VERSION));
DOMInputCapsule.java 74 String version = currentElem.getAttribute("format_version");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 110 unsigned int format_version; /* Private */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 110 unsigned int format_version; /* Private */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 110 unsigned int format_version; /* Private */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 122 unsigned int format_version; /* Private */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 110 unsigned int format_version; /* Private */ member in struct:SDL_Surface
    [all...]
  /external/dbus/
ChangeLog.pre-1-0     [all...]
  /prebuilts/tools/linux-x86/sdl/libs/
lib64SDL.a     [all...]

Completed in 2205 milliseconds

1 2