OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:len_diff
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py
182
len_diff
= len(result_list) - len(expect_list)
184
if
len_diff
> 0:
185
expect_list.extend(['0'] *
len_diff
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py
182
len_diff
= len(result_list) - len(expect_list)
184
if
len_diff
> 0:
185
expect_list.extend(['0'] *
len_diff
)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c
881
long
len_diff
; /* used only for optimize_term_expand */
member in struct:optimize_data
1243
long
len_diff
= optd->
len_diff
;
local
[
all
...]
Completed in 71 milliseconds