HomeSort by relevance Sort by last modified time
    Searched refs:source_name (Results 1 - 25 of 38) 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 21 WebUIDataSource* WebUIDataSource::Create(const std::string& source_name) {
22 return new WebUIDataSourceImpl(source_name);
105 WebUIDataSourceImpl::WebUIDataSourceImpl(const std::string& source_name)
107 source_name,
109 source_name_(source_name),
web_ui_data_source_impl.h 70 explicit WebUIDataSourceImpl(const std::string& 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:__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/lldb/test/lang/objc/objc-dynamic-value/
TestObjCDynamicValue.py 43 self.source_name = 'dynamic-value.m'
44 self.set_property_line = line_number(self.source_name, '// This is the line in setProperty, make sure we step to here.')
45 self.handle_SourceBase = line_number(self.source_name,
47 self.main_before_setProperty_line = line_number(self.source_name,
68 handle_SourceBase_bkpt = target.BreakpointCreateByLocation(self.source_name, self.handle_SourceBase)
73 main_before_setProperty_bkpt = target.BreakpointCreateByLocation(self.source_name, self.main_before_setProperty_line)
134 self.assertTrue (line_entry.GetFileSpec().GetFilename() == self.source_name)
  /external/chromium_org/mojo/examples/html_viewer/
html_document_view.h 43 const blink::WebString& source_name,
html_document_view.cc 116 const blink::WebString& source_name,
  /external/lldb/test/lang/objc/objc-checker/
TestObjCCheckers.py 41 self.source_name = 'main.m'
55 main_bkpt = target.BreakpointCreateBySourceRegex ("Set a breakpoint here.", lldb.SBFileSpec (self.source_name))
  /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/lldb/test/lang/objc/objc-property/
TestObjCProperty.py 41 self.source_name = 'main.m'
54 main_bkpt = target.BreakpointCreateBySourceRegex ("Set a breakpoint here.", lldb.SBFileSpec (self.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/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 179 std::string source_name(
181 std::string histogram_name("Settings." + histogram_name_prefix + source_name);
  /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 293 extern void internal_error (char *description,char *source_name,char *function_name);
  /external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py 262 source_name = os.path.splitext(os.path.basename(grd_file))[0]
265 '%s*.xtb' % source_name)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
introspect.h 335 pa_operation* pa_context_suspend_source_by_name(pa_context *c, const char *source_name, int suspend, pa_context_success_cb_t cb, void* userdata);
561 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, const char *source_name, pa_context_success_cb_t cb, void* userdata);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
introspect.h 335 pa_operation* pa_context_suspend_source_by_name(pa_context *c, const char *source_name, int suspend, pa_context_success_cb_t cb, void* userdata);
561 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, const char *source_name, pa_context_success_cb_t cb, void* userdata);
    [all...]

Completed in 2715 milliseconds

1 2