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

  /test/framework/harnesses/host_controller/tfc/
tfc_client.py 148 def CreateTfcClient(api_root, oauth2_service_json,
153 api_root: The URL to the service.
160 api_root, api_name, api_version)
  /external/libxml2/
testapi.c 33 static xmlNodePtr api_root = NULL; variable
48 api_root = NULL;
57 api_root = NULL;
76 if ((api_root == NULL) || (api_root->type != XML_ELEMENT_NODE)) {
81 api_root = api_doc->children->next;
83 return(api_root);
89 if (api_root != NULL)
90 api_ns = api_root->nsDef;
101 if ((api_root == NULL) || (api_root->type != XML_ELEMENT_NODE))
    [all...]

Completed in 169 milliseconds