/external/chromium_org/third_party/freetype/src/truetype/ |
ttpload.c | 98 face->num_locations = table_len >> shift; 110 face->num_locations = table_len >> shift; 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) 116 face->num_locations - 1, face->root.num_glyphs )); 119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) 149 face->num_locations = face->root.num_glyphs + 1; 152 FT_TRACE2(( "adjusting num_locations to %d\n", 153 face->num_locations )); 184 if ( gindex < face->num_locations ) 189 p_limit = face->glyph_locations + face->num_locations * 4 [all...] |
ttobjs.c | 446 for( i = 0; i < face->num_locations; i++ ) [all...] |
/external/freetype/src/truetype/ |
ttpload.c | 98 face->num_locations = table_len >> shift; 110 face->num_locations = table_len >> shift; 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) 116 face->num_locations - 1, face->root.num_glyphs )); 119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) 149 face->num_locations = face->root.num_glyphs + 1; 152 FT_TRACE2(( "adjusting num_locations to %d\n", 153 face->num_locations )); 184 if ( gindex < face->num_locations ) 189 p_limit = face->glyph_locations + face->num_locations * 4 [all...] |
ttobjs.c | 447 for( i = 0; i < face->num_locations; i++ ) [all...] |
/external/lldb/test/functionalities/breakpoint/breakpoint_command/ |
TestRegexpBreakCommand.py | 41 lldbutil.check_breakpoint_result (self, break_results, file_name='main.c', line_number=self.line, num_locations=1) 44 lldbutil.check_breakpoint_result (self, break_results, file_name='main.c', line_number=self.line, num_locations=1)
|
/external/lldb/source/Breakpoint/ |
Breakpoint.cpp | 454 size_t num_locations = m_locations.GetSize(); local 456 for (loc_idx = 0; loc_idx < num_locations; loc_idx++) 541 const size_t num_locations = GetNumLocations (); local 557 if (num_locations > 0) 559 s->Printf(", locations = %" PRIu64, (uint64_t)num_locations); 582 if (num_locations == 0) 586 else if (num_locations == 1) 596 s->Printf ("%zd locations.", num_locations); 601 s->Printf ("%zd locations.", num_locations); 622 for (size_t i = 0; i < num_locations; ++i [all...] |
BreakpointIDList.cpp | 217 const size_t num_locations = breakpoint_sp->GetNumLocations(); local 218 for (size_t j = 0; j < num_locations; ++j) 303 const size_t num_locations = breakpoint->GetNumLocations(); local 307 for (size_t k = 0; k < num_locations; ++k) 320 for (size_t k = 0; k < num_locations; ++k)
|
/external/lldb/examples/python/ |
jump.py | 79 num_locations = breakpoint.GetNumLocations() 81 if (num_locations == 0): 86 for location_index in range(num_locations):
|
/external/lldb/test/functionalities/alias/ |
TestAliases.py | 86 lldbutil.check_breakpoint_result (self, break_results, num_locations=1, symbol_name='foo', symbol_match_exact=False) 89 lldbutil.check_breakpoint_result (self, break_results, num_locations=1, symbol_name='sum', symbol_match_exact=False) 94 lldbutil.check_breakpoint_result (self, break_results, num_locations=1, file_name='main.cpp', line_number=32)
|
/external/lldb/test/functionalities/abbreviation/ |
TestAbbreviations.py | 101 lldbutil.check_breakpoint_result (self, match_object, symbol_name='sum', symbol_match_exact=False, num_locations=1) 104 lldbutil.check_breakpoint_result (self, match_object, file_name='main.cpp', line_number=32, num_locations=1)
|
TestCommonShortSpellings.py | 35 lldbutil.check_breakpoint_result (self, match_object, symbol_name='sum', symbol_match_exact=False, num_locations=1)
|
/external/lldb/test/lang/objc/foundation/ |
TestFoundationDisassembly.py | 78 lldbutil.check_breakpoint_result (self, break_results, symbol_name=symbol_name, num_locations=1) 88 lldbutil.check_breakpoint_result (self, break_results, symbol_name='-[NSAutoreleasePool release]', num_locations=1)
|
TestObjCMethods.py | 66 lldbutil.check_breakpoint_result (self, break_results, symbol_name='+[NSString stringWithFormat:]', num_locations=1) 76 lldbutil.check_breakpoint_result (self, break_results, symbol_name='-[NSAutoreleasePool release]', num_locations=1)
|
/external/lldb/test/ |
lldbutil.py | 324 check_breakpoint_result (test, break_results, num_locations=num_expected_locations, file_name = file_name, line_number = line_number, module_name=module_name) 326 check_breakpoint_result (test, break_results, num_locations = num_expected_locations) 345 check_breakpoint_result (test, break_results, num_locations = num_expected_locations, symbol_name = symbol, module_name=module_name) 347 check_breakpoint_result (test, break_results, num_locations = num_expected_locations) 365 check_breakpoint_result (test, break_results, num_locations = num_expected_locations, symbol_name = selector, symbol_match_exact=False, module_name=module_name) 367 check_breakpoint_result (test, break_results, num_locations = num_expected_locations) 380 check_breakpoint_result (test, break_results, num_locations=num_expected_locations) 392 check_breakpoint_result (test, break_results, num_locations=num_expected_locations) 403 num_locations - number of locations set for the breakpoint. 414 patterns = [r"^Breakpoint (?P<bpno>[0-9]+): (?P<num_locations>[0-9]+) locations\.$" [all...] |
/external/lldb/examples/functions/ |
main.cpp | 218 const size_t num_locations = bp.GetNumLocations(); local 219 for (uint32_t bp_loc_idx=0; bp_loc_idx<num_locations; ++bp_loc_idx)
|
/external/lldb/scripts/Python/interface/ |
SBBreakpoint.i | 226 __swig_getmethods__["num_locations"] = GetNumLocations 227 if _newclass: num_locations = property(GetNumLocations, None, doc='''A read only property that returns the count of locations of this breakpoint.''')
|
/external/lldb/source/API/ |
SBBreakpoint.cpp | 518 const size_t num_locations = m_opaque_sp->GetNumLocations (); local 519 s.Printf(", locations = %" PRIu64, (uint64_t)num_locations); 642 uint32_t num_locations = 0; local 644 num_locations = (Breakpoint::BreakpointEventData::GetNumBreakpointLocationsFromEvent (event.GetSP())); 645 return num_locations;
|
/external/chromium_org/gpu/command_buffer/service/ |
program_manager.cc | 1165 uint32 num_locations = 0; local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 1294 FT_ULong num_locations; \/* in broken TTF, gid > 0xFFFF *\/ member in struct:TT_FaceRec_ [all...] |
/external/freetype/include/internal/ |
tttypes.h | 1370 FT_ULong num_locations; \/* in broken TTF, gid > 0xFFFF *\/ member in struct:TT_FaceRec_ [all...] |
/external/lldb/source/Commands/ |
CommandObjectBreakpoint.cpp | 1822 const size_t num_locations = breakpoint->GetNumLocations(); local [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | 668 /* the check for `num_locations' assures that we actually */ 673 ttface->num_locations && [all...] |
/external/freetype/src/base/ |
ftobjs.c | 666 /* the check for `num_locations' assures that we actually */ 676 ttface->num_locations && [all...] |