/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 25 * <p>The ancestor, descendant, following, preceding and self axes partition a 42 * the ancestor-or-self axis contains the context node and the ancestors of 65 * The descendant-or-self axis contains the context node and the 116 /** The self axis contains just the context node itself. */ 117 public static final int SELF = 13; 167 true, // ancestor-or-self 171 false, // descendant-or-self 179 false // self (one node, has no order) 186 "ancestor-or-self", // 1 190 "descendant-or-self", // [all...] |
/external/srec/portable/src/ |
PANSIFileSystemImpl.c | 70 ESR_ReturnCode PANSIFileSystemDestroyImpl(PFileSystem* self) 72 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; 95 FREE(self); 101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath) 103 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; 171 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, key, self, NULL)); 179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath) 181 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; 210 ESR_ReturnCode PANSIFileSystemGetRealPathImpl(PFileSystem* self, LCHAR* path, size_t* len) 212 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self; [all...] |
/external/webkit/WebCore/platform/mac/ |
WebCoreView.m | 41 return self; 50 NSView *view = [self documentView]; 60 NSView *view = [self contentView];
|
SharedTimerMac.mm | 50 self = [super init]; 52 if (self) 53 [[[NSWorkspace sharedWorkspace] notificationCenter] addObserver:self 58 return self;
|
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapeContainerCheckContextInfo.mm | 34 self = [super init]; 35 if (!self) 41 return self;
|
WebPluginContainerCheck.mm | 53 if (!(self = [super init])) 65 return self; 70 return [[[self alloc] initWithRequest:request target:target resultObject:obj selector:selector controller:controller contextInfo:contextInfo] autorelease]; 95 [_controller _webPluginContainerCancelCheckIfAllowedToLoadRequest:self]; 103 [self _continueWithPolicy:PolicyIgnore]; 130 NSDictionary *action = [self _actionInformationWithURL:[_request URL]]; 132 _listener = [[WebPolicyDecisionListener alloc] _initWithTarget:self action:@selector(_continueWithPolicy:)]; 156 if ([self _isForbiddenFileLoad]) 159 [self _askPolicyDelegate];
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
ResourceLoadDelegate.mm | 57 NSString *str = [NSString stringWithFormat:@"<NSError domain %@, code %d", [self domain], [self code]]; 60 if ((failingURL = [[self userInfo] objectForKey:@"NSErrorFailingURLKey"])) 74 if (![self isFileURL]) 75 return [self absoluteString]; 83 return [[self path] substringFromIndex:[basePath length] + 1]; 93 if ([self isKindOfClass:[NSHTTPURLResponse class]]) 94 statusCode = [(NSHTTPURLResponse *)self statusCode]; 95 return [NSString stringWithFormat:@"<NSURLResponse %@, http status code %i>", [[self URL] _drt_descriptionSuitableForTestResult], statusCode]; 104 NSString *httpMethod = [self HTTPMethod] [all...] |
/external/webkit/WebKitTools/QueueStatusServer/handlers/ |
patchstatus.py | 35 def get(self, queue_name, attachment_id): 38 self.error(404) 40 self.response.out.write(statuses[0].message)
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
applypatch.py | 40 def run(self, state): 42 self._tool.scm().apply_patch(state["patch"], force=self._options.non_interactive)
|
closepatch.py | 34 def run(self, state): 35 comment_text = bug_comment_from_commit_text(self._tool.scm(), state["commit_text"]) 36 self._tool.bugs.clear_attachment_flags(state["patch"].id(), comment_text)
|
commit.py | 33 def run(self, state): 34 commit_message = self._tool.scm().commit_message_for_this_commit() 35 state["commit_text"] = self._tool.scm().commit_with_message(commit_message.message())
|
postdiffforcommit.py | 35 def run(self, state): 36 self._tool.bugs.add_patch_to_bug( 38 StringIO.StringIO(self.cached_lookup(state, "diff")),
|
/frameworks/base/cmds/bootanimation/ |
bootanimation_main.cpp | 53 sp<ProcessState> proc(ProcessState::self()); 54 ProcessState::self()->startThreadPool(); 59 IPCThreadState::self()->joinThreadPool();
|
/external/bluetooth/bluez/audio/ |
gstsbcdec.c | 201 static void gst_sbc_dec_init(GstSbcDec *self, GstSbcDecClass *klass) 203 self->sinkpad = gst_pad_new_from_static_template( 205 gst_pad_set_chain_function(self->sinkpad, GST_DEBUG_FUNCPTR( 207 gst_element_add_pad(GST_ELEMENT(self), self->sinkpad); 209 self->srcpad = gst_pad_new_from_static_template( 211 gst_element_add_pad(GST_ELEMENT(self), self->srcpad); 213 self->outcaps = NULL;
|
/external/embunit/inc/ |
TestResult.h | 61 void TestResult_init(TestResult* self,TestListner* listner); 62 void TestResult_startTest(TestResult* self,Test* test); 63 void TestResult_endTest(TestResult* self,Test* test); 64 void TestResult_addFailure(TestResult* self,Test* test,const char* msg,int line,const char* file);
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_dns.cpp | 32 OsclDNS *self = OSCL_PLACEMENT_NEW(p, OsclDNS(alloc, obs, id)); local 33 OsclError::PushL(self); 34 self->ConstructL(serv); 36 return self;
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWindow.m | 94 [ self cacheImageInRect:[ window_view frame ] ]; 100 [ self restoreCachedImage ]; 172 [ self cacheImageInRect:[ window_view frame ] ]; 179 [ self restoreCachedImage ]; 189 [ [ NSNotificationCenter defaultCenter ] addObserver:self 192 [ [ NSNotificationCenter defaultCenter ] addObserver:self 195 [ [ NSNotificationCenter defaultCenter ] addObserver:self 228 [self addCursorRect: [self visibleRect] cursor: sdlc->wm_cursor->nscursor];
|
/external/webkit/WebCore/inspector/front-end/ |
PropertiesSidebarPane.js | 45 var self = this; 47 var body = self.bodyElement; 49 self.sections = []; 55 self.sections.push(section);
|
/external/webkit/WebKit/mac/Misc/ |
WebIconFetcher.mm | 101 self = [super init]; 102 if (!self) 105 client->setFetcher(self); 108 return self;
|
WebNSNotificationCenterExtras.m | 35 [self postNotificationOnMainThreadWithName:name object:object userInfo:nil waitUntilDone:NO]; 40 [self postNotificationOnMainThreadWithName:name object:object userInfo:userInfo waitUntilDone:NO]; 55 [[self class] performSelectorOnMainThread:@selector(_postNotificationName:) withObject:info waitUntilDone:wait]; 64 [[self defaultCenter] postNotificationName:name object:object userInfo:userInfo];
|
/external/webkit/WebKit/mac/Panels/ |
WebPanelAuthenticationHandler.m | 45 sharedHandler = [[self alloc] init]; 51 self = [super init]; 52 if (self != nil) { 57 return self; 100 [self startAuthentication:challenge window:(window == WebModalDialogPretendWindow ? nil : window)]; 110 [self enqueueChallenge:challenge forWindow:window]; 124 WebAuthenticationPanel *panel = [[WebAuthenticationPanel alloc] initWithCallback:self selector:@selector(_authenticationDoneWithChallenge:result:)]; 141 [panel cancel:self]; 160 [self tryNextChallengeForWindow:window];
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebJavaScriptTextInputPanel.m | 40 [self initWithWindowNibName:@"WebJavaScriptTextInputPanel"]; 41 NSWindow *window = [self window]; 43 // This must be done after the call to [self window], because 53 return self;
|
WebKeyGenerator.m | 39 if (![self sharedGenerator]) { 40 [[[self alloc] init] release]; 42 ASSERT([[self sharedGenerator] isKindOfClass:self]);
|
/external/webkit/WebKit/mac/WebInspector/ |
WebInspector.mm | 44 if (!(self = [super init])) 47 return self; 81 if ([self isDebuggingJavaScript]) 82 [self stopDebuggingJavaScript:sender]; 84 [self startDebuggingJavaScript:sender]; 111 if ([self isProfilingJavaScript]) 112 [self stopProfilingJavaScript:sender]; 114 [self startProfilingJavaScript:sender]; 241 [self show:sender];
|
/external/webkit/WebKit/mac/WebView/ |
WebViewData.mm | 47 WebCoreObjCFinalizeOnMainThread(self); 53 self = [super init]; 54 if (!self) 76 return self;
|