HomeSort by relevance Sort by last modified time
    Searched full:api_ (Results 1 - 15 of 15) sorted by null

  /external/jdiff/src/jdiff/
XMLToAPI.java 25 private static API api_ = null; field in class:XMLToAPI
44 api_ = new API();
45 api_.name_ = apiName; // Checked later
48 DefaultHandler handler = new APIHandler(api_, createGlobalComments);
92 return api_;
99 Iterator iter = api_.packages_.iterator();
107 ClassAPI parent = (ClassAPI)api_.classes_.get(cls.extends_);
115 ClassAPI parent = (ClassAPI)api_.classes_.get(implName);
177 ClassAPI parent2 = (ClassAPI)api_.classes_.get(parent.extends_);
185 ClassAPI parent2 = (ClassAPI)api_.classes_.get(implName)
    [all...]
APIHandler.java 22 public API api_; field in class:APIHandler
26 api_ = api;
67 api_.dump();
215 api_.currPkg_, api_.currClass_);
229 api_.currPkg_.doc_ = currentText;
230 commentID = api_.currPkg_.name_;
233 api_.currClass_.doc_ = currentText;
234 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_
    [all...]
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.cc 26 api_(api),
75 api_->WebSocketDidOpen();
84 api_->HandleWebSocketMessage(receive_message_var_);
96 api_->HandleWebSocketError();
97 api_->WebSocketDidClose(was_clean, GetCloseCode(), GetCloseReason());
101 WebSocketAPI* api_; member in class:pp::WebSocketAPI::Implement
  /external/chromium_org/chrome_frame/crash_reporting/
vectored_handler-impl.h 44 VectoredHandlerT<E>::VectoredHandlerT(E* api) : exceptions_seen_(0), api_(api) {
82 if (exceptionCode != STATUS_STACK_OVERFLOW && api_->CheckForStackOverflow()) {
88 const EXCEPTION_REGISTRATION_RECORD* seh = api_->RtlpGetExceptionList();
89 if (api_->ShouldIgnoreException(exceptionInfo, seh)) {
99 if (api_->IsOurModule(exceptionInfo->ExceptionRecord->ExceptionAddress)) {
100 api_->WriteDump(exceptionInfo);
106 DWORD captured = api_->RtlCaptureStackBackTrace(0, api_->max_back_trace,
109 if (api_->IsOurModule(back_trace[i])) {
110 api_->WriteDump(exceptionInfo)
    [all...]
vectored_handler.h 64 E* api_; member in class:VectoredHandlerT
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_apitest.cc 23 explicit MockDnsSdRegistry(extensions::MDnsAPI* api) : api_(api) {}
33 api_->OnDnsSdEvent(service_type, services);
37 extensions::DnsSdRegistry::DnsSdObserver* api_; member in class:__anon4741::MockDnsSdRegistry
  /external/chromium_org/content/renderer/pepper/
ppb_buffer_impl.cc 100 BufferAutoMapper::BufferAutoMapper(PPB_Buffer_API* api) : api_(api) {
108 api_->Unmap();
ppb_buffer_impl.h 66 ppapi::thunk::PPB_Buffer_API* api_; member in class:content::BufferAutoMapper
  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 119 // ApplyBlock() has run. Both api_ and enqueue_apply_ are guarded by lock_.
120 DBusAPI api_; member in class:content::PowerSaveBlockerImpl::Delegate
137 api_(NO_API),
159 } else if (api_ != NO_API) {
161 base::Bind(&Delegate::RemoveBlock, this, api_));
168 api_ = SelectAPI();
169 if (enqueue_apply_ && api_ != NO_API) {
174 base::Bind(&Delegate::ApplyBlock, this, api_));
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_channel_api.cc 184 api_ = CastChannelAPI::Get(GetProfile());
195 DCHECK(api_);
196 scoped_ptr<CastSocket> socket = api_->CreateCastSocket(extension_->id(),
cast_channel_api.h 136 CastChannelAPI* api_; member in class:extensions::CastChannelOpenFunction
  /external/chromium_org/tools/json_schema_compiler/
dart_generator.py 470 (c.Sblock('class API_%s {' % self._namespace.unix_name)
502 c.Sblock('API_%s(this._jsObject) {' % self._namespace.unix_name)
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 54 BTA_AV_AP_START_EVT, /* the following 2 events must be in the same order as the *API_*EVT */
  /external/guava/guava/lib/
jdiff.jar 
  /system/core/include/system/
window.h 272 /* parameter for NATIVE_WINDOW_[API_][DIS]CONNECT */

Completed in 1755 milliseconds