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

  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
simple_api_parser_test.js 98 exports['Options - locationInfo - ' + testName] = function () {
103 var locationInfo = arguments[arguments.length - 1];
105 assert.strictEqual(typeof locationInfo.start, 'number');
106 assert.strictEqual(typeof locationInfo.end, 'number');
110 parser = new SimpleApiParser(handlers, {locationInfo: true});
parser_test.js 59 locationInfo: true,
114 locationInfo: true,
tokenizer_test.js 180 exports['Options - locationInfo'] = function () {
237 tokenizer = new Tokenizer(html, {locationInfo: true});
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
simple_api_parser.js 10 locationInfo: false
35 if (this.options.locationInfo) {
59 if (this.options.locationInfo) {
79 if (this.options.locationInfo)
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallContactInteractions.java 115 BusinessContextInfo locationInfo = constructLocationInfo(address, distance);
116 info.add(locationInfo);
277 BusinessContextInfo locationInfo = new BusinessContextInfo();
278 locationInfo.iconId = R.drawable.ic_location_on_white_24dp;
282 locationInfo.heading = mContext.getString(R.string.distance_imperial_away,
285 locationInfo.heading = mContext.getString(R.string.distance_metric_away,
290 locationInfo.detail = mContext.getString(
295 locationInfo.detail = address.getAddressLine(0);
297 return locationInfo;
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
CHANGELOG.md 13 * Add: Parser [locationInfo](https://github.com/inikulin/parse5#optionslocationinfo) option.
14 * Add: SimpleApiParser [locationInfo](https://github.com/inikulin/parse5#optionslocationinfo-1) option.
parse5.js 1019 locationInfo: false
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/vinn/
html_to_js_generator.js 17 var parser = new parse5.Parser(adapter, {locationInfo: true});
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js 22 locationInfo: false
353 if (this.options.locationInfo)
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 170 if (options.locationInfo)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.8.ALPHA.jar 

Completed in 989 milliseconds