/external/openfst/src/include/fst/script/ |
script-impl.h | 125 void RegisterOperation(const string &operation_name, 128 this->SetEntry(make_pair(operation_name, arc_type), op); 132 const string &operation_name, const string &arc_type) { 133 return this->GetEntry(make_pair(operation_name, arc_type));
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 216 void PinOperationSuccessCallback(const std::string& operation_name); 217 void PinOperationErrorCallback(const std::string& operation_name, 512 std::string operation_name = "ChangeRequirePin"; local 513 NET_LOG_USER(operation_name, cellular->path()); 520 operation_name), 523 operation_name)); 532 std::string operation_name = "EnterPin"; local 533 NET_LOG_USER(operation_name, cellular->path()); 539 operation_name), 542 operation_name)); 552 std::string operation_name = "ChangePin"; local 573 std::string operation_name = "UnblockPin"; local [all...] |
choose_mobile_network_ui.cc | 88 const std::string& operation_name, 91 NET_LOG_ERROR("Operation failed: " + error_name, operation_name);
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_parser_unittest.cc | 287 const char* operation_name; member in struct:__anon7063::TestCase 309 SCOPED_TRACE(cases[i].operation_name); 312 ExpectNextOperationToFail(parser.get(), 0, cases[i].operation_name);
|
jtl_compiler.cc | 226 std::string operation_name; local 230 &operation_name, &arguments, &ends_sentence)) { 239 operation_name, arguments, ends_sentence, hasher, &bytecode_writer);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 68 @operation_name = '' 73 attr_reader :operation_name 84 self.class.operation_name 105 @operation_name = 'insert-before'.freeze 129 @operation_name = 'replace'.freeze 166 @operation_name = 'delete'.freeze
|