HomeSort by relevance Sort by last modified time
    Searched defs:search_word (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Commands/
CommandObjectApropos.cpp 63 const char *search_word = args.GetArgumentAtIndex(0); local
64 if ((search_word != NULL)
65 && (strlen (search_word) > 0))
74 m_interpreter.FindCommandsForApropos (search_word, commands_found, commands_help, true, false);
75 m_interpreter.FindCommandsForApropos (search_word, user_commands_found, user_commands_help, false, true);
79 result.AppendMessageWithFormat ("No commands found pertaining to '%s'. Try 'help' to see a complete list of debugger commands.\n", search_word);
85 result.AppendMessageWithFormat ("The following built-in commands may relate to '%s':\n", search_word);
107 result.AppendMessageWithFormat ("The following user commands may relate to '%s':\n", search_word);
129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
133 result.AppendMessageWithFormat ("\nThe following settings variables may relate to '%s': \n\n", search_word);
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 42 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, NJ_UINT8 *exit_flag);
123 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, function
466 return search_word(iwnn, cursor, comp_flg, exit_flag);

Completed in 116 milliseconds