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

  /system/core/init/
ueventd_test.cpp 121 for (const auto& [file, expected_context] : files_and_contexts) {
124 EXPECT_EQ(expected_context, file_context);
147 std::string expected_context; member in struct:__anon2770
161 files_and_modes[i].expected_context = secontext;
180 if (files_and_modes[i].expected_context != secontext) {
  /art/runtime/
class_loader_context.cc 683 ClassLoaderContext expected_context; local
684 if (!expected_context.Parse(context_spec, verify_checksums)) {
693 if (special_shared_library_ || expected_context.special_shared_library_) {
697 if (expected_context.class_loader_chain_.size() != class_loader_chain_.size()) {
699 << expected_context.class_loader_chain_.size()
707 const ClassLoaderInfo& expected_info = expected_context.class_loader_chain_[i];
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
state_saving_rnn_estimator_test.py 301 expected_context = {ctx_feature_name: 2.}
323 assert_equal(expected_context, actual_context)

Completed in 500 milliseconds