Searched defs:Basic (Results 1 - 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/py2tf/pyct/
H A Danno.py33 class Basic(NoValue): class in inherits:NoValue
/external/clang/test/CodeGenCXX/
H A Dpod-member-memcpys.cpp20 struct Basic { struct
108 CALL_AO(Basic)
117 // Basic copy-assignment:
118 // CHECK-LABEL: define linkonce_odr dereferenceable({{[0-9]+}}) %struct.Basic* @_ZN5BasicaSERKS_(%struct.Basic* %this, %struct.Basic* dereferenceable({{[0-9]+}}))
122 // CHECK: ret %struct.Basic*
262 CALL_CC(Basic)
263 // Basic copy-constructor:
264 // CHECK-LABEL: define linkonce_odr void @_ZN5BasicC2ERKS_(%struct.Basic*
[all...]
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Darray_common_test.h41 static void Basic() { function in class:mojo::test::ArrayCommonTest
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp73 TESTCASE_AUTO(Basic);
535 // Basic Check for basic functionality of regex pattern matching.
540 void RegexTest::Basic() { function in class:RegexTest
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1024 Basic, ///< A normal use, with no folding. enumerator in enum:__anon23041::LSRUse::KindType
1144 case Basic: OS << "Basic"; break;
1214 case LSRUse::Basic:
1310 return std::make_pair(reinterpret_cast<const SCEV *>(-1), LSRUse::Basic);
1314 return std::make_pair(reinterpret_cast<const SCEV *>(-2), LSRUse::Basic);
1945 // Basic uses can't accept any offset, for example.
2102 LSRUse::KindType Kind = LSRUse::Basic;
2282 std::pair<size_t, int64_t> P = getUse(S, LSRUse::Basic, 0);
2613 // As a special-case, handle special out-of-loop Basic user
[all...]
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1193 Basic, ///< A normal use, with no folding. enumerator in enum:__anon14734::LSRUse::KindType
1321 case Basic: OS << "Basic"; break;
1396 case LSRUse::Basic:
1401 // Special case Basic to handle -1 scales.
1500 case LSRUse::Basic:
2258 // Basic uses can't accept any offset, for example.
2947 LSRUse::KindType Kind = LSRUse::Basic;
3137 S, LSRUse::Basic, MemAccessTy());
3547 // As a special-case, handle special out-of-loop Basic user
[all...]
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h971 Basic, member in class:XFA_ScriptType

Completed in 1090 milliseconds