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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 263 const SourceInfo& source_info = description.sources[j]; local
265 if (source_info.source_name) {
266 sources[j] = new SuggestionsSourceStub(source_info.weight,
267 source_info.source_name, source_info.number_of_suggestions);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
linemap.c 70 /*@only@*/ line_source_info *source_info; member in struct:yasm_linemap
180 linemap->source_info = yasm_xmalloc(linemap->source_info_size *
183 linemap->source_info[i].bc = NULL;
184 linemap->source_info[i].source = NULL;
195 if (linemap->source_info[i].source)
196 yasm_xfree(linemap->source_info[i].source);
198 yasm_xfree(linemap->source_info);
222 linemap->source_info = yasm_xrealloc(linemap->source_info,
225 linemap->source_info[i].bc = NULL
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 1495 const SourceCodeInfo& source_info = file_.source_code_info(); local
    [all...]

Completed in 941 milliseconds