Searched defs:api (Results 1 - 25 of 240) sorted by path

12345678910

/external/apache-harmony/security/src/test/api/java/tests/api/java/security/
H A DAccessControlContextTest.java18 package tests.api.java.security;
H A DDomainCombinerTest.java18 package tests.api.java.security;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h872 tBTM_APPL_INFO api; member in struct:__anon1264
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h272 tL2CAP_APPL_INFO api; member in struct:__anon1662
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_int.h41 /* Header structure for api/received request/response. */
71 tMCA_CCB_MSG api; member in union:__anon1672
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.h23 namespace api { namespace in namespace:extensions
27 } // namespace api
50 std::vector<linked_ptr<api::file_browser_private::DriveEntryProperties> >
H A Dprivate_api_util.h30 namespace api { namespace in namespace:extensions
52 extensions::api::file_browser_private::VolumeMetadata* volume_metadata);
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dhttps_forwarder.py16 import tlslite.api namespace
73 tlslite.api.TLSSocketServerMixIn,
87 self.cert_chain = tlslite.api.X509CertChain()
93 self.private_key = tlslite.api.parsePEMKey(pem_cert_and_key,
/external/chromium_org/chrome/browser/extensions/api/app_window/
H A Dapp_window_api.h13 namespace api { namespace in namespace:extensions
32 const extensions::api::app_window::CreateWindowOptions& options,
38 const extensions::api::app_window::CreateWindowOptions& options,
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_internal_api.h19 namespace api { namespace in namespace:extensions
25 } // namespace api
57 api::automation_internal::PerformAction::Params* params,
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api.cc5 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api.h"
12 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h"
13 #include "chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h"
15 #include "chrome/common/extensions/api/bluetooth.h"
27 namespace bluetooth = extensions::api::bluetooth;
28 namespace GetDevice = extensions::api::bluetooth::GetDevice;
29 namespace GetDevices = extensions::api::bluetooth::GetDevices;
100 namespace api { namespace in namespace:extensions
203 } // namespace api
H A Dbluetooth_api.h12 #include "chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h"
13 #include "chrome/common/extensions/api/bluetooth.h"
67 namespace api { namespace in namespace:extensions
134 } // namespace api
H A Dbluetooth_api_utils.cc5 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h"
9 #include "chrome/common/extensions/api/bluetooth.h"
13 namespace bluetooth = extensions::api::bluetooth;
91 namespace api { namespace in namespace:extensions
146 } // namespace api
H A Dbluetooth_api_utils.h9 #include "chrome/common/extensions/api/bluetooth.h"
14 namespace api { namespace in namespace:extensions
27 } // namespace api
H A Dbluetooth_extension_function.cc5 #include "chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h"
8 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api.h"
9 #include "chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h"
41 namespace api { namespace in namespace:extensions
68 } // namespace api
H A Dbluetooth_extension_function.h19 namespace api { namespace in namespace:extensions
44 } // namespace api
H A Dbluetooth_private_api.cc5 #include "chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h"
10 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api.h"
11 #include "chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h"
12 #include "chrome/common/extensions/api/bluetooth_private.h"
16 namespace bt_private = extensions::api::bluetooth_private;
61 namespace api { namespace in namespace:extensions
288 } // namespace api
H A Dbluetooth_private_api.h9 #include "chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h"
49 namespace api { namespace in namespace:extensions
121 } // namespace api
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_api.cc5 #include "chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.h"
10 #include "chrome/browser/extensions/api/bluetooth_low_energy/utils.h"
11 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h"
12 #include "chrome/common/extensions/api/bluetooth_low_energy.h"
20 namespace apibtle = extensions::api::bluetooth_low_energy;
109 namespace api { namespace in namespace:extensions
772 } // namespace api
H A Dbluetooth_low_energy_api.h9 #include "chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h"
52 namespace api { namespace in namespace:extensions
334 } // namespace api
H A Dutils.cc5 #include "chrome/browser/extensions/api/bluetooth_low_energy/utils.h"
8 namespace api { namespace in namespace:extensions
55 } // namespace api
H A Dutils.h10 #include "chrome/common/extensions/api/bluetooth_low_energy.h"
13 namespace api { namespace in namespace:extensions
31 } // namespace api
/external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
H A Dbluetooth_socket_api.cc5 #include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h"
7 #include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h"
8 #include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h"
9 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h"
21 using extensions::api::bluetooth_socket::ListenOptions;
22 using extensions::api::bluetooth_socket::SocketInfo;
23 using extensions::api::bluetooth_socket::SocketProperties;
71 extensions::api::BluetoothSocketEventDispatcher* GetSocketEventDispatcher(
73 extensions::api::BluetoothSocketEventDispatcher* socket_event_dispatcher =
74 extensions::api
86 namespace api { namespace in namespace:extensions
[all...]
H A Dbluetooth_socket_api.h13 #include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h"
14 #include "chrome/common/extensions/api/bluetooth_socket.h"
16 #include "extensions/browser/api/api_resource_manager.h"
17 #include "extensions/browser/api/async_api_function.h"
31 namespace api { namespace in namespace:extensions
326 } // namespace api
H A Dbluetooth_socket_event_dispatcher.cc5 #include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h"
8 #include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h"
9 #include "chrome/common/extensions/api/bluetooth_socket.h"
18 namespace bluetooth_socket = extensions::api::bluetooth_socket;
58 namespace api { namespace in namespace:extensions
371 } // namespace api

Completed in 1027 milliseconds

12345678910