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

  /external/chromium_org/tools/gyp/test/escaping/
gyptest-colon.py 20 source_name = 'colon/a:b.c' variable
28 source_name = abs_source variable
37 test.write(source_name, 'int main() {}')
  /external/chromium_org/content/browser/webui/
url_data_source_impl.h 53 URLDataSourceImpl(const std::string& source_name,
61 const std::string& source_name() const { return source_name_; } function in class:content::URLDataSourceImpl
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 24 const char* source_name; member in struct:__anon10055::SourceInfo
133 // containing the |source_name| followed by the index of the suggestion.
138 const std::string& source_name, int number_of_suggestions)
141 source_name_(source_name),
264 // A NULL |source_name| means we shouldn't add this source.
265 if (source_info.source_name) {
267 source_info.source_name, source_info.number_of_suggestions);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 158 def source_name method in class:ANTLR3.Token
159 i = input and i.source_name
recognizers.rb 1066 def source_name method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
1308 def source_name method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Parser
    [all...]
tree.rb 119 def source_name method in class:ANTLR3.AST.TreeParser
120 @input.source_name
1075 def source_name method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1076 self.token_stream.source_name
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 229 const wchar_t* source_name = source + lstrlenW(source); local
230 while (source_name > source && *source_name != L'\\')
231 --source_name;
232 if (source_name == source)
236 source_name++;
237 scoped_ptr<char> source_name_utf8(WideToUtf8(source_name, -1));
239 scoped_ptr<char> source_path_utf8(WideToUtf8(source, source_name - source));
  /cts/tools/dasm/src/dasm/
DAsm.java 98 String source_name; field in class:DAsm
239 source_name = name;
331 new CstString(source_name));
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 205 milliseconds