HomeSort by relevance Sort by last modified time
    Searched refs:Oracle (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 50 /// An oracle for answering whether two values are equivalent as
52 class Oracle {
58 virtual ~Oracle() {}
74 /// Installs an oracle to decide whether two global values are
75 /// equivalent as operands. Without an oracle, global values are
78 void setGlobalValueOracle(Oracle *oracle) {
79 globalValueOracle = oracle;
87 Oracle *globalValueOracle;
DifferenceEngine.cpp 631 void DifferenceEngine::Oracle::anchor() { }
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestUtil.java 215 Oracle,
225 } else if (javaVendorProp.startsWith("sun") || javaVendorProp.startsWith("oracle")) {
226 vendor = JavaVendor.Oracle;
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestUtil.java 214 Oracle,
224 } else if (javaVendorProp.startsWith("sun") || javaVendorProp.startsWith("oracle")) {
225 vendor = JavaVendor.Oracle;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 42 MySQL or Oracle database server. This means the code,
44 MySQL or Oracle databases work with Amazon RDS without
357 **Oracle**
359 The Oracle System ID (SID) of the created DB instance.
396 **Oracle**
415 Valid Values: `MySQL` | `oracle-se1` | `oracle-se` | `oracle-ee` |
434 **Oracle**
462 **Oracle**
    [all...]
  /build/core/
main.mk 215 # For Java 1.7/1.8, we require OpenJDK on linux and Oracle JDK on Mac OS.
238 $(info You use OpenJDK but only Sun/Oracle JDK is supported.)
243 endif # java version is not Sun Oracle JDK
    [all...]

Completed in 1495 milliseconds