Home
last modified time | relevance | path

Searched refs:context_name (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-console.cc53 Handle<String> context_name = context_name_obj->IsString() in ConsoleCall() local
58 v8::debug::ConsoleContext(context_id, Utils::ToLocal(context_name))); in ConsoleCall()
109 int context_id, Handle<Object> context_name) { in InstallContextFunction() argument
125 if (context_name->IsString()) { in InstallContextFunction()
127 context_name, NONE); in InstallContextFunction()
/external/autotest/client/common_lib/
Ddecorators.py9 def in_context(context_name): argument
55 context = getattr(self, context_name)
/external/tensorflow/tensorflow/core/protobuf/
Dcontrol_flow.proto33 string context_name = 1; field
54 string context_name = 1; field
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1601 self._name = ops.prepend_name_scope(context_def.context_name, import_scope)
1648 context_def.context_name = ops.strip_name_scope(self.name, export_scope)
2242 self._name = ops.prepend_name_scope(context_def.context_name, import_scope)
2337 context_def.context_name = ops.strip_name_scope(self.name, export_scope)