OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:main_code
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/translate/core/language_detection/
language_detection_util.cc
310
const std::string&
main_code
= chunks[0];
local
312
if (
main_code
.size() < 1 || 3 <
main_code
.size())
315
for (std::string::const_iterator it =
main_code
.begin();
316
it !=
main_code
.end(); ++it) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c
154
/*@null@*/ yasm_section *debug_info, *debug_line, *
main_code
;
local
161
&
main_code
, &num_line_sections);
171
debug_info = yasm_dwarf2__generate_info(object, debug_line,
main_code
);
Completed in 39 milliseconds