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

1 2 3 4 5

  /external/dropbear/libtomcrypt/src/hashes/
tiger.c 15 @file tiger.c
16 Tiger hash function, Tom St Denis
19 #ifdef TIGER
23 "tiger",
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKMessageDigest.java 285 // static public class Tiger
289 // public Tiger()
297 // Tiger d = (Tiger)super.clone();
JCEMac.java 505 // * Tiger HMac
507 // public static class Tiger
510 // public Tiger()
556 // super(new HMac(new TigerDigest()), PKCS12, TIGER, 192);
PBE.java 38 static final int TIGER = 3;
100 // case TIGER:
  /external/webkit/WebCore/platform/graphics/
GraphicsTypes.h 34 // AppKit on Mac OS X Tiger. If these ever change, we'll need to change the
35 // Mac OS X Tiger platform code to map one to the other.
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
config.json 4 { "name": "bdash-slave-2", "platform": "mac-tiger" },
35 "builders": [ { "name": "Tiger Intel Release", "type": "BuildAndTest", "builddir": "tiger-intel-release",
36 "platform": "mac-tiger", "configuration": "release", "architectures": ["i386"],
132 "builderNames": ["Tiger Intel Release", "Leopard Intel Release (Build)", "Leopard Intel Debug (Build)",
  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 32 // This function is available on Tiger, but not declared in the CFRunLoop.h header on Tiger.
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 42 #ifdef TIGER
131 #ifdef TIGER
132 struct tiger_state tiger; member in union:Hash_state
281 #ifdef TIGER
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 70 --no-tiger) OPTION_NO_TIGER=yes
92 echo " --no-tiger do not generate Tiger-compatible binaries (OS X only)"
130 echo "Please install the 10.4 SDK at $TIGER_SDK to generate Tiger-compatible binaries."
131 echo "If you don't want compatibility, use --no-tiger option instead."
138 echo "Using OS X 10.4 SDK to generate Tiger-compatible binaries."
140 echo "Warning: the generated binaries will not be compatible with Tiger."
  /external/dropbear/libtomcrypt/demos/
hashsum.c 71 #ifdef TIGER
  /external/webkit/JavaScriptCore/Configurations/
Version.xcconfig 35 SYSTEM_VERSION_PREFIX_ = 4; // Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR.
  /external/webkit/JavaScriptGlue/Configurations/
Version.xcconfig 35 SYSTEM_VERSION_PREFIX_ = 4; // Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR.
  /external/webkit/WebCore/Configurations/
Version.xcconfig 35 SYSTEM_VERSION_PREFIX_ = 4; // Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR.
  /external/webkit/WebCore/platform/graphics/mac/
IconMac.mm 49 // FIXME: find a better image for multiple files to use on Tiger.
  /external/webkit/WebKit/mac/Configurations/
Version.xcconfig 35 SYSTEM_VERSION_PREFIX_ = 4; // Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR.
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 134 #if defined(TIGER)
135 " TIGER\n"
  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp 110 // The following code can be conditionally removed once we have a Tiger update that
111 // contains the new Java plugin. It is needed for builds prior to Tiger.
  /external/webkit/WebCore/platform/network/cf/
DNSCFNet.cpp 41 // This function is available on Tiger, but not declared in the CFRunLoop.h header on Tiger.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 60 if self._name == 'mac-tiger':
62 if self._name in ('mac-tiger', 'mac-leopard'):
64 if self._name in ('mac-tiger', 'mac-leopard', 'mac-snowleopard'):
117 if self._name in ('mac-tiger', 'mac-leopard', 'mac-snowleopard'):
170 return '-tiger'
  /external/bison/examples/
extexi 81 # by awk on Mac OS X Tiger (darwin 8.4.6).
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 50 blockLengths.put("Tiger", Integer.valueOf(64));
  /external/webkit/JavaScriptCore/API/
JSContextRef.cpp 67 // When running on Tiger or Leopard, or if the application was linked before JSGlobalContextCreate was changed
  /external/webkit/WebCore/accessibility/
AccessibilityList.cpp 62 // lists don't appear on tiger/leopard on the mac
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 97 // if the function doesn't exist, we're probably on tiger and need to grab the
  /external/webkit/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 46 // Tiger has to be a little less efficient.

Completed in 567 milliseconds

1 2 3 4 5