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

  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 64 DataSource(const std::string& source_name, MessageLoop* message_loop);
94 const std::string& source_name() const { return source_name_; } function in class:ChromeURLDataManager::DataSource
chrome_url_data_manager_backend.cc 39 // Parse a URL into the components used to resolve its request. |source_name|
41 void URLToRequest(const GURL& url, std::string* source_name,
51 // Our input looks like: chrome://source_name/extra_bits?foo .
54 source_name->assign(url.host());
168 DataSourceMap::iterator i = data_sources_.find(source->source_name());
174 data_sources_[source->source_name()] = source;
191 std::string source_name; local
193 URLToRequest(url, &source_name, &path);
196 DataSourceMap::iterator i = data_sources_.find(source_name);
414 std::string source_name; local
    [all...]
chrome_url_data_manager.cc 110 ChromeURLDataManager::DataSource::DataSource(const std::string& source_name,
112 : source_name_(source_name),
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 154 When mixed in, it does give the class a #size and #source_name attribute
221 attr_accessor :source_name
528 alias source_name name
669 while automatically setting up the +source_name+ and +line+ parameters. It does
770 # [:source_name] The source name (file name) attribute of the stream
788 @source_name = options.fetch( :source_name ) { stream.source_name }
793 @source_name = options.fetch( :source_name ) { @token_source.source_name rescue nil
    [all...]
error.rb 107 attr_accessor :input, :index, :line, :column, :symbol, :token, :source_name
114 @source_name = @input.source_name rescue nil
160 if @source_name then "in #@source_name @ line #@line:#@column"
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...]
token.rb 158 def source_name method in class:ANTLR3.Token
159 i = input and i.source_name
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/e2fsprogs/ext2ed/
main.c 537 void internal_error (char *description,char *source_name,char *function_name)
539 wprintw (command_win,"Internal error - Found by source: %s.c , function: %s\n",source_name,function_name);
ext2ed.h 297 extern void internal_error (char *description,char *source_name,char *function_name);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 27 source_name="webkit"
47 source_name="mozilla"
82 source_name="dillo"
97 source_name="gtkhtml"
106 if [ "$source_name" ]; then
107 echo "Updating $source_name"
115 cat $dest_dir/$type/$source_name ${tmp_prefix}.${type} | sort -u > $dest_dir/$type/$source_name
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 111 const char *source_name = writeString(pSourceName, pStringPool, pWriteStart); local
119 pDepTable.push(std::make_pair(source_name, sha1));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 501 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, char *source_name, pa_context_success_cb_t cb, void* userdata);
513 pa_operation* pa_context_suspend_source_by_name(pa_context *c, char *source_name, int suspend, pa_context_success_cb_t cb, void* userdata);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 501 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, char *source_name, pa_context_success_cb_t cb, void* userdata);
513 pa_operation* pa_context_suspend_source_by_name(pa_context *c, char *source_name, int suspend, pa_context_success_cb_t cb, void* userdata);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 501 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, char *source_name, pa_context_success_cb_t cb, void* userdata);
513 pa_operation* pa_context_suspend_source_by_name(pa_context *c, char *source_name, int suspend, pa_context_success_cb_t cb, void* userdata);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 418 source_name = self.getSourceName()
419 if source_name is not None:
420 return "%s line %d:%d" % (source_name, e.line, e.charPositionInLine)
    [all...]
  /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 1623 milliseconds