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

1 2

  /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() {}')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 97 source_name = support.TESTFN + '.py'
98 self.addCleanup(support.unlink, source_name)
99 with open(source_name, 'w') as source:
101 getline(source_name, 1)
105 with open(source_name) as source:
107 self.assertEqual(line, getline(source_name, index + 1))
110 with open(source_name, 'w') as source:
118 self.assertEqual(line, getline(source_name, index + 1))
121 linecache.checkcache(source_name)
122 with open(source_name) as source
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 97 source_name = support.TESTFN + '.py'
98 self.addCleanup(support.unlink, source_name)
99 with open(source_name, 'w') as source:
101 getline(source_name, 1)
105 with open(source_name) as source:
107 self.assertEqual(line, getline(source_name, index + 1))
110 with open(source_name, 'w') as source:
118 self.assertEqual(line, getline(source_name, index + 1))
121 linecache.checkcache(source_name)
122 with open(source_name) as source
    [all...]
  /external/chromium_org/content/browser/webui/
url_data_source_impl.cc 16 URLDataSourceImpl::URLDataSourceImpl(const std::string& source_name,
18 : source_name_(source_name),
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
web_ui_data_source_impl.cc 18 WebUIDataSource* WebUIDataSource::Create(const std::string& source_name) {
19 return new WebUIDataSourceImpl(source_name);
73 WebUIDataSourceImpl::WebUIDataSourceImpl(const std::string& source_name)
75 source_name,
77 source_name_(source_name),
web_ui_data_source_impl.h 69 explicit WebUIDataSourceImpl(const std::string& source_name);
url_data_manager_backend.cc 62 // Parse a URL into the components used to resolve its request. |source_name|
64 void URLToRequest(const GURL& url, std::string* source_name,
78 // Our input looks like: chrome://source_name/extra_bits?foo .
81 source_name->assign(url.host());
463 DataSourceMap::iterator i = data_sources_.find(source->source_name());
469 data_sources_[source->source_name()] = source;
486 std::string source_name; local
488 URLToRequest(request->url(), &source_name, &path);
491 DataSourceMap::iterator i = data_sources_.find(source_name);
  /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/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));
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 24 const char* source_name; member in struct:__anon8948::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/chromium_org/tools/win/sizeviewer/
sizeviewer.py 27 def InsertIntoTree(tree, source_name, size):
28 components = source_name.replace(':', '').split('\\')
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.h 21 // Construct a data source for the specified |source_name|.
22 AboutUIHTMLSource(const std::string& source_name, Profile* profile);
  /external/chromium_org/content/public/browser/
web_ui_data_source.h 26 CONTENT_EXPORT static WebUIDataSource* Create(const std::string& 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"
  /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);
  /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));
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 203 std::string source_name(
205 std::string histogram_name("Settings." + histogram_name_prefix + source_name);
  /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);

Completed in 419 milliseconds

1 2