HomeSort by relevance Sort by last modified time
    Searched refs:api (Results 1 - 25 of 947) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/tlslite/tlslite/
__init__.py 9 API documentation is available in the 'docs' directory.
19 from tlslite.api import *
27 from tlslite.api import *
28 from tlslite.api import __version__ # Unsure why this is needed, but it is
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
egl_st.h 35 egl_st_create_api(enum st_api_type api);
41 egl_st_get_profile_mask(enum st_api_type api);
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael.h 5 #include <crypto/rijndael/rijndael-api-fst.h>
  /external/mesa3d/src/gallium/targets/egl-static/
egl_st.h 35 egl_st_create_api(enum st_api_type api);
41 egl_st_get_profile_mask(enum st_api_type api);
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 5 #include "chrome/browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h"
13 api::sync_file_system::ServiceStatus SyncServiceStateToExtensionEnum(
17 return api::sync_file_system::SERVICE_STATUS_RUNNING;
19 return api::sync_file_system::SERVICE_STATUS_AUTHENTICATION_REQUIRED;
21 return api::sync_file_system::SERVICE_STATUS_TEMPORARY_UNAVAILABLE;
23 return api::sync_file_system::SERVICE_STATUS_DISABLED;
26 return api::sync_file_system::SERVICE_STATUS_NONE;
29 api::sync_file_system::FileStatus SyncFileStatusToExtensionEnum(
33 return api::sync_file_system::FILE_STATUS_SYNCED;
35 return api::sync_file_system::FILE_STATUS_PENDING
    [all...]
sync_file_system_api_helpers.h 14 #include "chrome/common/extensions/api/sync_file_system.h"
26 // extensions::api::sync_file_system <-> sync_file_system enum conversion
28 api::sync_file_system::ServiceStatus SyncServiceStateToExtensionEnum(
31 api::sync_file_system::FileStatus SyncFileStatusToExtensionEnum(
34 api::sync_file_system::SyncAction SyncActionToExtensionEnum(
37 api::sync_file_system::SyncDirection SyncDirectionToExtensionEnum(
40 api::sync_file_system::ConflictResolutionPolicy
46 api::sync_file_system::ConflictResolutionPolicy);
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
brlapi_keycode_map.h 9 #include "chrome/common/extensions/api/braille_display_private.h"
13 namespace api { namespace in namespace:extensions
20 } // namespace api
braille_display_private_api.h 9 #include "chrome/browser/extensions/api/braille_display_private/braille_controller.h"
10 #include "chrome/common/extensions/api/braille_display_private.h"
11 #include "extensions/browser/api/async_api_function.h"
18 namespace api { namespace in namespace:extensions
22 } // namespace api
24 // Implementation of the chrome.brailleDisplayPrivate API.
26 api::braille_display_private::BrailleObserver,
41 const api::braille_display_private::DisplayState& display_state) OVERRIDE;
43 const api::braille_display_private::KeyEvent& keyEvent) OVERRIDE;
52 friend class api::braille_display_private::BrailleDisplayPrivateAPIUserTest
82 namespace api { namespace in namespace:extensions
    [all...]
  /external/mockito/src/org/mockito/internal/verification/api/
VerificationInOrderMode.java 5 package org.mockito.internal.verification.api;
  /external/chromium_org/third_party/icu/source/common/
unorm_it.c 34 UCharIterator api; member in struct:UNormIterator
48 * api.start: first valid character & state in the arrays
49 * api.index: current position
50 * api.limit: one past the last valid character in chars[], but states[limit] is valid
55 /* the current iter->getState(), saved to avoid unnecessary setState() calls; may not correspond to api->index! */
69 /* do not pass api so that the compiler knows it's an alias pointer to uni itself */
70 UCharIterator *api=&uni->api; local
74 api->start=api->index=api->limit=0
92 UCharIterator *api=&uni->api; local
192 UCharIterator *api=&uni->api; local
262 UCharIterator *api=&uni->api; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api_helpers.h 20 namespace api { namespace in namespace:extensions
29 scoped_ptr<api::permissions::Permissions> PackPermissionSet(
35 const api::permissions::Permissions& permissions,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
request_value.h 11 #include "chrome/common/extensions/api/file_system_provider_internal.h"
28 scoped_ptr<extensions::api::file_system_provider_internal::
32 scoped_ptr<extensions::api::file_system_provider_internal::
36 scoped_ptr<extensions::api::file_system_provider_internal::
40 scoped_ptr<extensions::api::file_system_provider_internal::
44 scoped_ptr<extensions::api::file_system_provider_internal::
48 scoped_ptr<extensions::api::file_system_provider_internal::
53 const extensions::api::file_system_provider_internal::
59 const extensions::api::file_system_provider_internal::
65 const extensions::api::file_system_provider_internal:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcurrent.h 61 * Return true if a client API enum is recognized.
64 _eglIsApiValid(EGLenum api)
66 return (api >= _EGL_API_FIRST_API && api <= _EGL_API_LAST_API);
71 * Convert a client API enum to an index, for use by thread info.
72 * The client API enum is assumed to be valid.
75 _eglConvertApiToIndex(EGLenum api)
77 return api - _EGL_API_FIRST_API;
82 * Convert an index, used by thread info, to a client API enum.
105 _eglGetAPIContext(EGLenum api);
    [all...]
  /external/mesa3d/src/egl/main/
eglcurrent.h 61 * Return true if a client API enum is recognized.
64 _eglIsApiValid(EGLenum api)
66 return (api >= _EGL_API_FIRST_API && api <= _EGL_API_LAST_API);
71 * Convert a client API enum to an index, for use by thread info.
72 * The client API enum is assumed to be valid.
75 _eglConvertApiToIndex(EGLenum api)
77 return api - _EGL_API_FIRST_API;
82 * Convert an index, used by thread info, to a client API enum.
105 _eglGetAPIContext(EGLenum api);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/browser/
browser_api.h 9 #include "chrome/common/extensions/api/browser.h"
12 namespace api { namespace in namespace:extensions
24 } // namespace api
  /external/chromium_org/chrome/browser/extensions/api/log_private/
filter_handler.h 11 #include "chrome/common/extensions/api/log_private.h"
18 explicit FilterHandler(const api::log_private::Filter& filter);
23 bool IsValidLogEntry(const api::log_private::LogEntry& entry) const;
37 const api::log_private::Filter* GetFilter() const { return &filter_; }
40 api::log_private::Filter filter_;
syslog_parser.h 12 #include "chrome/browser/extensions/api/log_private/log_parser.h"
13 #include "chrome/common/extensions/api/log_private.h"
27 std::vector<linked_ptr<api::log_private::LogEntry> >* output,
36 api::log_private::LogEntry* entry) const;
39 api::log_private::LogEntry* entry) const;
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_chromeos.cc 5 #include "chrome/browser/extensions/api/music_manager_private/device_id.h"
10 namespace api { namespace in namespace:extensions
17 } // namespace api
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_windows_api.cc 5 #include "chrome/browser/extensions/api/tabs/tabs_windows_api.h"
8 #include "chrome/browser/extensions/api/tabs/tabs_event_router.h"
9 #include "chrome/browser/extensions/api/tabs/windows_event_router.h"
11 #include "chrome/common/extensions/api/tabs.h"
12 #include "chrome/common/extensions/api/windows.h"
22 // Tabs API Events.
23 event_router->RegisterObserver(this, api::tabs::OnCreated::kEventName);
24 event_router->RegisterObserver(this, api::tabs::OnUpdated::kEventName);
25 event_router->RegisterObserver(this, api::tabs::OnMoved::kEventName);
27 api::tabs::OnSelectionChanged::kEventName)
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_conversion_helper.h 12 namespace api { namespace in namespace:extensions
17 } // namespace api
29 // extensions::api::notifications::NotificationOptions.
32 extensions::api::notifications::NotificationOptions* options);
35 // extensions::api::notifications::NotificationBitmap type (RGBA).
38 extensions::api::notifications::NotificationBitmap* return_image_args);
40 // Converts an extensions::api::notifications::NotificationBitmap type object
45 extensions::api::notifications::NotificationBitmap* notification_bitmap,
50 // to extensions::api::notifications::TemplateType
  /external/chromium_org/chrome/common/extensions/api/webstore/
webstore_api_constants.cc 5 #include "chrome/common/extensions/api/webstore/webstore_api_constants.h"
11 namespace api { namespace in namespace:extensions
15 // chrome/common/extensions/api/webstore.json and
59 } // namespace api
  /external/chromium_org/chrome/browser/extensions/api/notification_provider/
notification_provider_api.cc 5 #include "chrome/browser/extensions/api/notification_provider/notification_provider_api.h"
40 const api::notifications::NotificationOptions& options) {
48 const api::notifications::NotificationOptions& options) {
62 const api::notifications::NotificationOptions& options) {
64 api::notification_provider::OnCreated::Create(
68 api::notification_provider::OnCreated::kEventName, args.Pass()));
78 const api::notifications::NotificationOptions& options) {
80 api::notification_provider::OnUpdated::Create(
84 api::notification_provider::OnUpdated::kEventName, args.Pass()));
95 api::notification_provider::OnCleared::Create(sender_id, notification_id)
    [all...]
  /build/core/tasks/
apicheck.mk 17 # api compatibility or added apis illegally.
20 # skip api check for PDK buid
34 .PHONY: check-public-api
35 checkapi : check-public-api
37 .PHONY: update-api
40 # Note that since INTERNAL_PLATFORM_API_FILE is the byproduct of api-stubs module,
42 # we need to add api-stubs as additional dependency of the api check.
44 # Check that the API we're building hasn't broken the last-released
46 $(eval $(call check-api, \
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
provider_function.cc 11 #include "chrome/common/extensions/api/file_system_provider_internal.h"
39 api::file_system_provider::ProviderError error) {
41 case api::file_system_provider::PROVIDER_ERROR_OK:
43 case api::file_system_provider::PROVIDER_ERROR_FAILED:
45 case api::file_system_provider::PROVIDER_ERROR_IN_USE:
47 case api::file_system_provider::PROVIDER_ERROR_EXISTS:
49 case api::file_system_provider::PROVIDER_ERROR_NOT_FOUND:
51 case api::file_system_provider::PROVIDER_ERROR_ACCESS_DENIED:
53 case api::file_system_provider::PROVIDER_ERROR_TOO_MANY_OPENED:
55 case api::file_system_provider::PROVIDER_ERROR_NO_MEMORY
    [all...]
  /external/chromium_org/chrome/common/extensions/
chrome_extension_messages.h 15 #include "chrome/common/extensions/api/webstore/webstore_api_constants.h"
23 IPC_ENUM_TRAITS_MAX_VALUE(extensions::api::webstore::InstallStage,
24 extensions::api::webstore::INSTALL_STAGE_INSTALLING)
38 extensions::api::webstore::InstallStage /* stage */)

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>