Home
last modified time | relevance | path

Searched refs:glocation (Results 1 – 2 of 2) sorted by relevance

/external/python/httplib2/tests/
Dtest_https.py19 glocation = [""] # nonlocal kind of trick, maybe redundant
24 return tests.http_response_bytes(status="301 goto", headers={"location": glocation[0]})
27 glocation[0] = urllib.parse.urljoin(uri, "/final")
32 assert response.previous["location"] == glocation[0]
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc503 auto* glocation = result_->add_location(); in WriteLocations() local
504 glocation->set_id(ToPprofId(id)); in WriteLocations()
505 glocation->set_mapping_id(ToPprofId(loc.mapping_id)); in WriteLocations()
511 auto* gline = glocation->add_line(); in WriteLocations()
518 glocation->add_line()->set_function_id( in WriteLocations()