OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_desc
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java
107
ElementDescriptor
root_desc
= getUiRootNode().getDescriptor();
local
110
Node node = (Node) xpath.evaluate("/" +
root_desc
.getXmlName(), //$NON-NLS-1$
113
if (node == null &&
root_desc
.getMandatory() != Mandatory.NOT_MANDATORY) {
124
root_desc
.getXmlName());
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
discovery.py
344
def _media_path_url_from_info(
root_desc
, path_url):
351
root_desc
: Dictionary; the entire original deserialized discovery document.
359
'root':
root_desc
['rootUrl'],
360
'service_path':
root_desc
['servicePath'],
365
def _fix_up_parameters(method_desc,
root_desc
, http_method):
380
root_desc
: Dictionary; the entire original deserialized discovery document.
391
for name, description in six.iteritems(
root_desc
.get('parameters', {})):
408
def _fix_up_media_upload(method_desc,
root_desc
, path_url, parameters):
420
root_desc
: Dictionary; the entire original deserialized discovery document.
444
media_path_url = _media_path_url_from_info(
root_desc
, path_url
[
all
...]
Completed in 48 milliseconds