HomeSort by relevance Sort by last modified time
    Searched refs:name_prefix (Results 51 - 73 of 73) sorted by null

1 23

  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 165 name_prefix = pm_constants.DEFAULT_TEST_NETWORK_PREFIX
  /external/tensorflow/tensorflow/python/framework/
subscribe_test.py 199 name_prefix = c.op.name + '/subscription/Identity'
200 identity_ops = [op for op in graph_ops if op.name.startswith(name_prefix)]
  /external/v8/src/tracing/
trace-event.h 121 #define INTERNAL_TRACE_EVENT_UID(name_prefix) \
122 INTERNAL_TRACE_EVENT_UID2(name_prefix, __LINE__)
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDualFOVPP.cpp 735 void QCameraDualFOVPP::dumpYUVtoFile(const uint8_t* pBuf, cam_frame_len_offset_t offset, uint32_t idx, const char* name_prefix)
741 name_prefix, offset.mp[0].stride, offset.mp[0].scanline, idx);
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
ExchangeAccountType.java 93 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME)
130 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME)
BaseAccountType.java 172 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME)
221 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME)
237 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME)
    [all...]
  /art/runtime/gc/collector/
mark_sweep.h 56 MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
semi_space.cc 91 SemiSpace::SemiSpace(Heap* heap, bool generational, const std::string& name_prefix)
93 name_prefix + (name_prefix.empty() ? "" : " ") + "semispace"),
    [all...]
concurrent_copying.h 69 const std::string& name_prefix = "",
mark_sweep.cc 94 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
96 name_prefix +
    [all...]
concurrent_copying.cc 66 const std::string& name_prefix,
69 name_prefix + (name_prefix.empty() ? "" : " ") +
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc     [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn_cell.py 593 name_prefix = "state_f%02d_b%02d" % (freq_index, block_index)
594 state_names += ("%s_c, %s_m," % (name_prefix, name_prefix))
741 name_prefix = "%s_f%02d_b%02d" % (state_prefix, freq_index, block)
742 c_prev_time = getattr(state, name_prefix + "_c")
743 m_prev_time = getattr(state, name_prefix + "_m")
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
ExchangeAccountType.java 92 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
BaseAccountType.java 159 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
190 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
    [all...]
  /external/libchrome/base/trace_event/
trace_event.h 214 #define INTERNAL_TRACE_EVENT_UID(name_prefix) \
215 INTERNAL_TRACE_EVENT_UID2(name_prefix, __LINE__)
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h 575 #define INTERNAL_TRACE_EVENT_UID(name_prefix) \
576 INTERNAL_TRACE_EVENT_UID2(name_prefix, __LINE__)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 74 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
FallbackSource.java 117 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
  /external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc 119 Status BuildGraph(const string& name_prefix, const string& device,
183 Status OpTestBuilder::BuildGraph(const string& name_prefix,
195 test_def->set_name(strings::StrCat(name_prefix, "_op_under_test"));
210 string name = strings::StrCat(name_prefix, "_input_", i);
221 string name = strings::StrCat(name_prefix, "_output_", i);
    [all...]
  /external/v8/src/profiler/
profile-generator.cc 252 entry_->name_prefix(), entry_->name(), entry_->script_id(),
  /external/tensorflow/tensorflow/core/common_runtime/
placer_test.cc 93 Status CreateDevices(const SessionOptions& options, const string& name_prefix,
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 308 milliseconds

1 23