HomeSort by relevance Sort by last modified time
    Searched full:self (Results 501 - 525 of 1842) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKitTools/DumpRenderTree/mac/
EditingDelegate.mm 43 DOMNode *parent = [self parentNode];
44 NSString *str = [NSString stringWithFormat:@"%@", [self nodeName]];
60 return [NSString stringWithFormat:@"range from %ld of %@ to %ld of %@", [self startOffset], [[self startContainer] dumpPath], [self endOffset], [[self endContainer] dumpPath]];
68 self = [super init];
69 if (!self)
72 return self;
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
fuzzy_image_diff.py 45 def compare_output(self, filename, output, test_args, target):
55 expected_png_file = self._port.expected_filename(filename, '.png')
62 failures.append(test_failures.FailureMissingImage(self))
67 failures.append(test_failures.FailureFuzzyFailure(self))
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
closebug.py 41 def run(self, state):
42 if not self._options.close_bug:
46 patches = self._tool.bugs.fetch_bug(state["patch"].bug_id()).patches()
51 self._tool.bugs.close_bug_as_fixed(state["patch"].bug_id(), "All reviewed patches have been landed. Closing bug.")
ensurebuildersaregreen.py 41 def run(self, state):
42 if not self._options.check_builders:
44 red_builders_names = self._tool.buildbot.red_core_builders_names()
48 error("Builders [%s] are red, please do not commit.\nSee http://%s.\nPass --ignore-builders to bypass this check." % (", ".join(red_builders_names), self._tool.buildbot.buildbot_host))
obsoletepatches.py 42 def run(self, state):
43 if not self._options.obsolete_patches:
46 patches = self._tool.bugs.fetch_bug(bug_id).patches()
51 self._tool.bugs.obsolete_attachment(patch.id())
revertrevision.py 33 def run(self, state):
34 self._tool.scm().apply_reverse_diff(state["revision"])
  /external/webkit/WebKitTools/Scripts/webkitpy/
user.py 43 def edit(self, files):
48 def page(self, message):
56 def confirm(self, message=None):
62 def open_url(self, url):
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 41 pthread_t self = pthread_self(); local
48 e = pthread_getcpuclockid( self, &clock );
50 fprintf(stderr, "pthread_getcpuclockid(%08lx,) returned error %d: %s\n", self, e, strerror(e));
60 fprintf(stderr, "thread %08lx: clock_gettime() returned %g nsecs\n", self, ts.tv_sec*1e9 + ts.tv_nsec);
  /dalvik/vm/mterp/x86-atom/
footer.S 57 movl offGlue_self(%edx), %eax # %eax<- glue->self
60 call dvmCheckSuspendPending # call: (Thread* self)
102 movl offGlue_self(%ecx), %eax# %eax<- glue->self
106 call dvmCheckSuspendPending # call: (Thread* self)
289 movl offGlue_self(%eax), %ecx # %ecx<- glue->self
291 movl rFP, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP
302 movl offGlue_self(%edx), %edx # %edx<- glue->self
303 movl offThread_jniLocal_topCookie(%edx), %ecx # %ecx<- glue->self->thread->refNext
307 movl %eax, offThread_curFrame(%edx) # glue->self->curFrame<- newFP
308 movl %edx, -8(%esp) # save glue->self
    [all...]
OP_MONITOR_EXIT.S 38 push offGlue_self(%eax) # push parameter self
39 call dvmUnlockObject # call: (struct Thread* self,
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 122 self = [super initWithContentRect:contentRect styleMask:style backing:bufferingType defer:flag];
123 if (self==nil) return nil;
131 return self;
189 self = (CarbonWindowAdapter*)[super _initContent:NULL styleMask:styleMask backing:backingStoreType defer:YES contentView:carbonWindowContentView];
190 if (!self) return nil;
197 [self _setWindowNumber:(NSInteger)nativeWindow];
201 [self reconcileToCarbonWindowBounds];
214 osStatus = InstallEventHandler( GetWindowEventTarget(_windowRef), NSCarbonWindowHandleEvent, GetEventTypeCount( kEvents ), kEvents, (void*)self, &_eventHandler);
216 [self release];
220 osStatus = InstallEventHandler( GetControlEventTarget( HIViewGetRoot( _windowRef ) ), NSCarbonWindowHandleEvent, 1, &kControlBoundsChangedEvent, (void*)self, &_eventHandler)
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 201 [_webView setUIDelegate:self];
210 [self setWindowFrameAutosaveName:@"Web Inspector 2"];
211 return self;
216 if (![self init])
221 return self;
256 [window setDelegate:self];
266 [self setWindow:window];
280 [self hideHighlight];
295 [self hideHighlight];
346 NSView *contentView = [[self window] contentView]
    [all...]
  /external/webkit/WebCore/bindings/objc/
DOM.mm 264 return [NSString stringWithFormat:@"<%@: null>", [[self class] description], self];
266 NSString *value = [self nodeValue];
269 [[self class] description], [self nodeName], _internal, value];
271 return [NSString stringWithFormat:@"<%@ [%@]: %p>", [[self class] description], [self nodeName], _internal];
276 WebCore::Frame* frame = core(self)->document()->frame();
355 core(self)->document()->updateLayoutIgnorePendingStylesheets();
356 WebCore::RenderObject* renderer = core(self)->renderer()
    [all...]
  /external/webkit/WebKit/mac/History/
WebHistory.mm 132 return self;
229 BOOL foundDate = [self findKey:&dateKey forDay:[entry lastVisitedTimeInterval]];
258 [self removeItemFromDateCaches:entry];
260 BOOL itemWasInDateCaches = [self removeItemFromDateCaches:entry];
273 if ([self findKey:&dateKey forDay:[entry lastVisitedTimeInterval]])
275 [self insertItem:entry forDateKey:dateKey];
299 BOOL itemWasInDateCaches = [self removeItemFromDateCaches:entry];
311 [self addItemToDateCaches:entry];
331 [self removeItemForURLString:URLString];
339 [self addItemToDateCaches:entry]
    [all...]
  /dalvik/vm/
Exception.c 100 Thread* self);
265 Thread* self = dvmThreadSelf(); local
289 if (dvmCheckException(self))
305 if (!initException(exception, msg, cause, self)) {
311 if (!dvmCheckException(self)) {
316 self->exception = gDvm.internalErrorObj;
322 self->exception = exception;
325 dvmReleaseTrackedAlloc(exception, self);
398 * "self" is dvmThreadSelf(), passed in so we don't have to look it up again.
402 * and leave self->exception intact
651 Thread* self = dvmThreadSelf(); local
727 Thread* self = dvmThreadSelf(); local
    [all...]
Sync.h 90 void dvmLockObject(struct Thread* self, struct Object* obj);
95 bool dvmUnlockObject(struct Thread* self, struct Object* obj);
100 void dvmObjectWait(struct Thread* self, struct Object* obj,
102 void dvmObjectNotify(struct Thread* self, struct Object* obj);
103 void dvmObjectNotifyAll(struct Thread* self, struct Object* obj);
  /dalvik/vm/interp/
Jit.c 38 void* dvmSelfVerificationShadowSpaceAlloc(Thread* self)
40 self->shadowSpace = (ShadowSpace*) calloc(1, sizeof(ShadowSpace));
41 if (self->shadowSpace == NULL)
44 self->shadowSpace->registerSpaceSize = REG_SPACE;
45 self->shadowSpace->registerSpace =
46 (int*) calloc(self->shadowSpace->registerSpaceSize, sizeof(int));
48 return self->shadowSpace->registerSpace;
52 void dvmSelfVerificationShadowSpaceFree(Thread* self)
54 free(self->shadowSpace->registerSpace);
55 free(self->shadowSpace)
65 Thread *self = dvmThreadSelf(); local
140 Thread *self = dvmThreadSelf(); local
    [all...]
  /development/testrunner/
errors.py 23 def __init__(self, msg=""):
24 self.msg = msg
  /development/testrunner/test_defs/
native_test.py 34 def Run(self, options, adb):
55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
56 os.path.walk(build_path, self._CollectTestSources, source_list)
60 host_list = self._FilterOutMissing(android_build.GetHostBin(), source_list)
64 target_list = self._FilterOutMissing(android_build.GetTargetSystemBin(),
102 def _CollectTestSources(self, test_list, dirname, files):
124 def _FilterOutMissing(self, path, sources):
146 def _RunHostCommand(self, binary, valgrind=False):
  /development/tools/axl/
chewie.py 17 def __init__(self):
18 self.queue = []
20 def add(self, url, time):
21 self.queue.append([url, time])
23 def get(self, url):
24 for x in range(len(self.queue)):
25 rec = self.queue[x]
27 del self.queue[x]
  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 31 ESR_ReturnCode PANSIFileSystemGetVirtualPathImpl(PFileSystem* self, LCHAR* path, size_t* len)
33 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self;
91 ESR_ReturnCode PANSIFileSystemMkdirImpl(PFileSystem* self, const LCHAR* path)
100 CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self, realPath, &len));
120 ESR_ReturnCode PANSIFileSystemGetcwdImpl(PFileSystem* self, LCHAR* path, size_t* len)
144 CHKLOG(rc, PANSIFileSystemGetVirtualPathImpl(self, path, len));
150 ESR_ReturnCode PANSIFileSystemChdirImpl(PFileSystem* self, const LCHAR* path)
159 CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self, realPath, &len));
  /external/webkit/WebCore/page/mac/
WebCoreViewFactory.m 43 sharedFactory = [self retain];
45 return self;
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queries.py 44 def execute(self, options, args, tool):
55 def execute(self, options, args, tool):
65 def __init__(self):
69 AbstractDeclarativeCommand.__init__(self, options=options)
83 def execute(self, options, args, tool):
85 patches_needing_cq = filter(self._needs_commit_queue, patches)
100 def execute(self, options, args, tool):
113 def execute(self, options, args, tool):
  /frameworks/base/core/java/android/database/
ContentObservable.java 32 * self-notifications and the update is from a self-notification
  /frameworks/base/libs/surfaceflinger/tests/overlays/
overlays.cpp 26 sp<ProcessState> proc(ProcessState::self());
27 ProcessState::self()->startThreadPool();

Completed in 80 milliseconds

<<21222324252627282930>>