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

  /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/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);
  /development/scripts/
symbol.py 159 source_info = addr_to_line.get(addr)
160 if not source_info:
161 source_info = [(None, None)]
169 for (source_symbol, source_location) in source_info]
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 189 source_info = addr_to_line.get(addr)
190 if not source_info:
191 source_info = [(None, None)]
199 for (source_symbol, source_location) in source_info]
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 36 SyncSourceInfo source_info(updates_source, types);
38 scoped_ptr<DictionaryValue> value(source_info.ToValue());
  /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 1781 milliseconds