Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 4630) sorted by relevance

12345678910>>...186

/external/ceres-solver/internal/ceres/
Dtypes.cc46 const char* LinearSolverTypeToString(LinearSolverType type) { in LinearSolverTypeToString()
60 bool StringToLinearSolverType(string value, LinearSolverType* type) { in StringToLinearSolverType()
72 const char* PreconditionerTypeToString(PreconditionerType type) { in PreconditionerTypeToString()
84 bool StringToPreconditionerType(string value, PreconditionerType* type) { in StringToPreconditionerType()
95 SparseLinearAlgebraLibraryType type) { in SparseLinearAlgebraLibraryTypeToString()
106 SparseLinearAlgebraLibraryType* type) { in StringToSparseLinearAlgebraLibraryType()
114 DenseLinearAlgebraLibraryType type) { in DenseLinearAlgebraLibraryTypeToString()
125 DenseLinearAlgebraLibraryType* type) { in StringToDenseLinearAlgebraLibraryType()
132 const char* TrustRegionStrategyTypeToString(TrustRegionStrategyType type) { in TrustRegionStrategyTypeToString()
142 TrustRegionStrategyType* type) { in StringToTrustRegionStrategyType()
[all …]
/external/chromium_org/tools/json_schema_compiler/test/
Darrays.json8 "type": "object", string
11 "type": "array", string
13 "type": "string", string
21 "type": "object", string
24 "type": "array", string
26 "type": "string", string
35 "type": "object", string
38 "type": "array", string
39 "items": {"type": "string"} string
42 "type": "array", string
[all …]
Dchoices.json8 "type": "object", string
12 {"type": "array", "items": {"type": "integer", "minimum": 0}}, string
13 {"type": "integer"} string
18 {"type": "array", "items": {"type": "string", "minimum": 0}}, string
19 {"type": "string"} string
29 {"type": "integer"}, string
31 {"type": "string"}, string
32 {"type": "boolean"} string
35 {"type": "double"}, string
37 {"type": "array", "items": {"$ref": "ChoiceType"}} string
[all …]
Dbrowser_action.json13 "type": "array", string
15 "type": "integer", string
26 "type": "function", string
31 "type": "object", string
34 "type": "string", string
38 "type": "integer", string
48 "type": "function", string
53 "type": "object", string
56 "type": "integer", string
63 "type": "function", string
[all …]
Dtabs.json8 "type": "object", string
10 …"id": {"type": "integer", "minimum": 0, "description": "The ID of the tab. Tab IDs are unique with… string
11 …"index": {"type": "integer", "minimum": 0, "description": "The zero-based index of the tab within … string
12 …"windowId": {"type": "integer", "minimum": 0, "description": "The ID of the window the tab is cont… string
13 … "selected": {"type": "boolean", "description": "Whether the tab is selected.", "nodoc": true}, string
14 "highlighted": {"type": "boolean", "description": "Whether the tab is highlighted."}, string
15 "active": {"type": "boolean", "description": "Whether the tab is active in its window."}, string
16 "pinned": {"type": "boolean", "description": "Whether the tab is pinned."}, string
17 "url": {"type": "string", "description": "The URL the tab is displaying."}, string
18 …"title": {"type": "string", "optional": true, "description": "The title of the tab. This may not b… string
[all …]
/external/chromium_org/chrome/common/extensions/api/
Dinput_ime.json13 "type": "object", string
16 …"type": {"type": "string", "description": "One of keyup or keydown.", "enum": ["keyup", "keydown"]… object
17 "requestId": {"type": "string", "description": "The ID of the request."}, string
18 "key": {"type": "string", "description": "Value of the key being pressed"}, string
19 …"code": {"type": "string", "description": "Value of the physical key being pressed. The value is n… string
20 …"altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pres… string
21 …"ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pr… string
22 …"shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is … string
23 …"capsLock": {"type": "boolean", "optional": true, "description": "Whether or not the CAPS_LOCK is … string
28 "type": "object", string
[all …]
Dweb_navigation.json13 "type": "function", string
17 "type": "object", string
21 …"tabId": { "type": "integer", "minimum": 0, "description": "The ID of the tab in which the frame i… string
22 …"processId": {"type": "integer", "description": "The ID of the process runs the renderer for this … string
23 …"frameId": { "type": "integer", "minimum": 0, "description": "The ID of the frame in the given tab… string
27 "type": "function", "name": "callback", "parameters": [ string
29 "type": "object", string
35 "type": "boolean", string
39 "type": "string", string
43 "type": "integer", string
[all …]
Dtest.json12 "type": "function", string
16 "type": "function", "name": "callback", "parameters": [ string
18 "type": "object", string
22 "type": "string", string
27 "type": "object", string
32 "type": "integer", string
40 "type": "object", string
45 "type": "integer", string
53 "type": "string", string
57 "type": "integer", string
[all …]
Dmetrics_private.json12 "type": "object", string
15 …"metricName": {"type": "string", "description": "A unique name within the extension for the metric… string
16 "type": { object
17 "type": "string", string
21 …"min": {"type": "integer", "description": "The minimum sample value to be recoded. Must be greate… string
22 "max": {"type": "integer", "description": "The maximum sample value to be recoded."}, string
23 …"buckets": {"type": "integer", "description": "The number of buckets to use when separating the re… string
31 "type": "function", string
35 "type": "function", string
38 { "name": "is_enabled", "type": "boolean" } string
[all …]
Dweb_request.json18 "type": "object", string
22 "type": "array", string
24 "items": { "type": "string" } string
27 "type": "array", string
30 …"items": { "type": "string", "enum": ["main_frame", "sub_frame", "stylesheet", "script", "image", … string
32 "tabId": { "type": "integer", "optional": true }, string
33 "windowId": { "type": "integer", "optional": true } string
39 "type": "array", string
42 "type": "object", string
44 "name": {"type": "string", "description": "Name of the HTTP header."}, string
[all …]
Devents.json15 "type": "object", string
19 "type": "string", string
24 "type": "array", string
25 "items": {"type": "string"}, string
30 "type": "array", string
31 "items": {"type": "any"}, string
35 "type": "array", string
36 "items": {"type": "any"}, string
40 "type": "integer", string
48 "type": "object", string
[all …]
Dbookmarks.json22 "type": "object", string
26 "type": "string", string
31 "type": "string", string
37 "type": "integer", string
42 "type": "string", string
47 "type": "string", string
51 "type": "number", string
56 "type": "number", string
61 "type": "array", string
72 "type": "function", string
[all …]
Dcookies.json12 "type": "object", string
15 "name": {"type": "string", "description": "The name of the cookie."}, string
16 "value": {"type": "string", "description": "The value of the cookie."}, string
17 …"domain": {"type": "string", "description": "The domain of the cookie (e.g. \"www.google.com\", \"… string
18 …"hostOnly": {"type": "boolean", "description": "True if the cookie is a host-only cookie (i.e. a r… string
19 "path": {"type": "string", "description": "The path of the cookie."}, string
20 …"secure": {"type": "boolean", "description": "True if the cookie is marked as Secure (i.e. its sco… string
21 …"httpOnly": {"type": "boolean", "description": "True if the cookie is marked as HttpOnly (i.e. the… string
22 …"session": {"type": "boolean", "description": "True if the cookie is a session cookie, as opposed … string
23 …"expirationDate": {"type": "number", "optional": true, "description": "The expiration date of the … string
[all …]
Dhistory.json12 "type": "object", string
15 … "id": {"type": "string", "minimum": 0, "description": "The unique identifier for the item."}, string
16 … "url": {"type": "string", "optional": true, "description": "The URL navigated to by a user."}, string
17 …"title": {"type": "string", "optional": true, "description": "The title of the page when it was la… string
18 …"lastVisitTime": {"type": "number", "optional": true, "description": "When this page was last load… string
19 …"visitCount": {"type": "integer", "optional": true, "description": "The number of times the user h… string
20 …"typedCount": {"type": "integer", "optional": true, "description": "The number of times the user h… string
25 "type": "object", string
28 … "id": {"type": "string", "minimum": 0, "description": "The unique identifier for the item."}, string
29 "visitId": {"type": "string", "description": "The unique identifier for this visit."}, string
[all …]
Domnibox.json12 "type": "object", string
16 "type": "string", string
21 "type": "string", string
28 "type": "array", string
31 "type": "object", string
35 "offset": { "type": "integer" }, string
36 … "type": { "description": "The style type", "type": "string", "enum": ["url", "match", "dim"]}, string
37 "length": { "type": "integer", "optional": true } string
44 "type": "array", string
47 "type": "object", string
[all …]
Dtabs.json12 "type": "object", string
14 …"id": {"type": "integer", "minimum": 0, "optional": true, "description": "The ID of the tab. Tab I… string
17 …"windowId": {"type": "integer", "minimum": 0, "description": "The ID of the window the tab is cont… string
18 …"openerTabId": {"type": "integer", "minimum": 0, "optional": true, "description": "The ID of the t… string
19 …"selected": {"type": "boolean", "description": "Whether the tab is selected.", "deprecated": "Plea… string
20 "highlighted": {"type": "boolean", "description": "Whether the tab is highlighted."}, string
21 …"active": {"type": "boolean", "description": "Whether the tab is active in its window. (Does not n… string
22 "pinned": {"type": "boolean", "description": "Whether the tab is pinned."}, string
23 …"url": {"type": "string", "optional": true, "description": "The URL the tab is displaying. This pr… string
24 …"title": {"type": "string", "optional": true, "optional": true, "description": "The title of the t… string
[all …]
Dwebview.json12 "type": "object", string
16 "type": "boolean", string
21 "type": "boolean", string
26 "type": "boolean", string
31 "type": "boolean", string
36 "type": "boolean", string
41 "type": "boolean", string
49 "type": "object", string
53 "type": "number", string
63 "type": "function", string
[all …]
Dmanifest_types.json17 "type": "object", string
25 "type": "array", string
26 "items": {"type": "string"} string
31 "type": "array", string
32 "items": {"type": "string"} string
37 "type": "boolean" string
43 "type": "object", string
47 "type": "object", string
52 "type": "boolean", string
61 "type": "string" string
[all …]
Dpage_action.json12 "type": "object", string
14 "additionalProperties": { "type": "any" }, string
21 "type": "function", string
24 …{"type": "integer", "name": "tabId", "minimum": 0, "description": "The id of the tab for which you… string
29 "type": "function", string
32 …{"type": "integer", "name": "tabId", "minimum": 0, "description": "The id of the tab for which you… string
37 "type": "function", string
42 "type": "object", string
44 …"tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to… string
45 "title": {"type": "string", "description": "The tooltip string."} string
[all …]
Dbookmark_manager_private.json14 "type": "object", string
17 "type": "string", string
22 "type": "string", string
26 "title": {"type": "string"}, string
28 "type": "string", string
32 "type": "array", string
40 "type": "object", string
43 "sameProfile": {"type": "boolean"}, string
45 "type": "array", string
54 "type": "function", string
[all …]
Ddeclarative_web_request.json12 "type": "object", string
17 "type": "string", string
21 "type": "string", string
27 {"type": "array", "items": {"type": "string"}}, string
28 {"type": "string"} string
34 "type": "string", string
39 "type": "string", string
44 "type": "string", string
50 {"type": "array", "items": {"type": "string"}}, string
51 {"type": "string"} string
[all …]
Druntime.json12 "type": "object", string
16 "name": {"type": "string"}, string
17 "disconnect": { "type": "function" }, string
20 "postMessage": {"type": "function"}, string
27 "additionalProperties": { "type": "any"} string
31 "type": "object", string
35 …"id": {"type": "string", "optional": true, "description": "The ID of the extension or app that ope… string
36 …"url": {"type": "string", "optional": true, "description": "The URL of the page or frame that open… string
37 …"tlsChannelId": {"type": "string", "optional": true, "description": "The TLS channel ID of the web… string
43 "type": "object", string
[all …]
Dbrowser_action.json12 "type": "array", string
14 "type": "integer", string
23 "type": "object", string
25 "additionalProperties": { "type": "any" }, string
32 "type": "function", string
37 "type": "object", string
40 "type": "string", string
44 "type": "integer", string
54 "type": "function", string
59 "type": "object", string
[all …]
/external/chromium_org/chrome/browser/performance_monitor/
Devents.json12 "type": "object", string
15 "eventType": {"type": "integer", "description": "The type of the event."}, string
16 "time": {"type": "number", "description": "The time at which the event was recorded."}, string
17 "extensionId": {"type": "string", "description": "The extension's id."}, string
18 "extensionName": {"type": "string", "description": "The extension's name."}, string
19 "extensionUrl": {"type": "string", "description": "The extension's url."}, string
20 … "extensionLocation": {"type": "integer", "description": "The extension's install location."}, string
21 …"extensionVersion": {"type": "string", "description": "The string reprepresentation of the extensi… string
22 "extensionDescription": {"type": "string", "description": "The extension's description."} string
27 "type": "object", string
[all …]
/external/chromium/chrome/common/extensions/api/
Dextension_api.json8 "type": "object", string
12 …"id": {"type": "string", "description": "The extension ID of the extension that opened the connect… string
17 "type": "object", string
20 "addListener": {"type": "function"}, string
21 "removeListener": {"type": "function"}, string
22 "hasListener": {"type": "function"}, string
23 "hasListeners": {"type": "function"} string
25 "additionalProperties": { "type": "any"} string
29 "type": "object", string
32 "name": {"type": "string"}, string
[all …]

12345678910>>...186