Searched defs:self (Results 1 - 25 of 269) sorted by relevance

1234567891011

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Derrno.c74 pthread_t self; local
77 if ((self = pthread_self ()).p == NULL)
87 result = (int *)(&self.p->exitStatus);
H A Dpthread_self.c62 pthread_t self; local
75 self = sp->ptHandle;
80 * Need to create an implicit 'self' for the currently
83 self = ptw32_new ();
84 sp = (ptw32_thread_t *) self.p;
121 ptw32_threadReusePush (self);
139 return (self);
H A Dpthread_testcancel.c72 pthread_t self = pthread_self (); local
73 ptw32_thread_t * sp = (ptw32_thread_t *) self.p;
H A Dpthread_join.c80 * EDEADLK attempt to join thread with self
86 pthread_t self; local
113 self = pthread_self();
115 if (NULL == self.p)
119 else if (pthread_equal (self, thread))
H A Dpthread_mutex_lock.c98 pthread_t self = pthread_self(); local
106 mx->ownerThread = self;
110 if (pthread_equal (mx->ownerThread, self))
137 mx->ownerThread = self;
160 pthread_t self = pthread_self(); local
198 ptw32_robust_mutex_add(mutex, self);
213 ptw32_robust_mutex_add(mutex, self);
217 if (pthread_equal (mx->ownerThread, self))
259 ptw32_robust_mutex_add(mutex, self);
H A Dpthread_mutex_trylock.c103 pthread_t self; local
114 self = pthread_self();
126 ptw32_robust_mutex_add(mutex, self);
140 ptw32_robust_mutex_add(mutex, self);
H A Dpthread_mutex_unlock.c114 pthread_t self = pthread_self(); local
121 if (pthread_equal (mx->ownerThread, self))
H A Dpthread_setcancelstate.c84 pthread_t self = pthread_self (); local
85 ptw32_thread_t * sp = (ptw32_thread_t *) self.p;
H A Dpthread_setcanceltype.c84 pthread_t self = pthread_self (); local
85 ptw32_thread_t * sp = (ptw32_thread_t *) self.p;
H A Dpthread_delay_np.c88 pthread_t self; local
128 if (NULL == (self = pthread_self ()).p)
133 sp = (ptw32_thread_t *) self.p;
H A Dpthread_setspecific.c68 pthread_t self; local
78 self = pthread_self ();
79 if (self.p == NULL)
98 self = *((pthread_t *) value);
102 self = sp->ptHandle;
110 if (self.p != NULL && key->destructor != NULL && value != NULL)
114 ptw32_thread_t * sp = (ptw32_thread_t *) self.p;
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dstorage_area.js23 var self = this;
25 self[functionName] = function() {
/external/chromium_org/content/test/data/workers/
H A Dworker_common.js5 if (!self.postMessage) {
10 self.postMessage = function(msg) {
13 self.onmessage(e);
/external/e2fsprogs/contrib/python-uuid/
H A Duuid.c5 static PyObject * _uuid_generate(PyObject *self, PyObject *args) argument
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dwin32prng.c7 static PyObject* getRandomBytes(PyObject *self, PyObject *args) argument
/external/embunit/src/
H A DRepeatedTest.c38 char* RepeatedTest_name(RepeatedTest* self) argument
40 return Test_name(self->test);
43 void RepeatedTest_run(RepeatedTest* self,TestResult* result) argument
46 Test* test = self->test;
47 for (i=0; i<self->timesRepeat; i++) {
52 int RepeatedTest_countTestCases(RepeatedTest* self) argument
54 return Test_countTestCases(self->test) * self->timesRepeat;
H A DTestCaller.c39 char* TestCaller_name(TestCaller* self) argument
41 return self->name;
44 void TestCaller_run(TestCaller* self,TestResult* result) argument
48 cs.setUp= self->setUp;
49 cs.tearDown = self->tearDown;
50 for (i=0; i<self->numberOfFixtuers; i++) {
51 cs.name = self->fixtuers[i].name;
52 cs.runTest = self->fixtuers[i].test;
58 int TestCaller_countTestCases(TestCaller* self) argument
60 return self
[all...]
H A DTestResult.c39 void TestResult_init(TestResult* self,TestListner* listner) argument
41 self->runCount = 0;
42 self->failureCount = 0;
43 self->listener = listner;
46 void TestResult_startTest(TestResult* self,Test* test) argument
48 self->runCount++;
49 if (self->listener) {
50 TestListner_startTest(self->listener, test);
54 void TestResult_endTest(TestResult* self,Test* test) argument
56 if (self
61 TestResult_addFailure(TestResult* self,Test* test,const char* msg,int line,const char* file) argument
[all...]
H A DTestSuite.c38 char* TestSuite_name(TestSuite* self) argument
40 return self->name;
43 void TestSuite_run(TestSuite* self,TestResult* result) argument
47 if (self->tests) {
48 for (i=0; i<self->numberOfTests; i++) {
49 test = self->tests[i];
55 int TestSuite_countTestCases(TestSuite* self) argument
60 if (self->tests) {
61 for (i=0; i<self->numberOfTests; i++) {
62 test = self
[all...]
/external/javassist/sample/duplicate/
H A DDuplicatedObject.java11 public DuplicatedObject(Object self, Object[] args) { argument
12 super(self, args);
15 backup = null; // self is a backup object.
18 args2[0] = self;
/external/javassist/src/main/javassist/util/proxy/
H A DMethodHandler.java31 * @param self the proxy instance.
46 Object invoke(Object self, Method thisMethod, Method proceed, argument
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/
H A DContext.c28 static PyObject *perf_trace_context_common_pc(PyObject *self, PyObject *args) argument
43 static PyObject *perf_trace_context_common_flags(PyObject *self, argument
59 static PyObject *perf_trace_context_common_lock_depth(PyObject *self, argument
/external/srec/shared/src/
H A Dlstring.c25 ESR_ReturnCode LStringAppend(LString* self, const LCHAR* value) argument
27 if (self == NULL)
32 return self->append(self, value);
35 ESR_ReturnCode LStringToLCHAR(LString* self, LCHAR** result) argument
37 if (self == NULL)
42 return self->toLCHAR(self, result);
45 ESR_ReturnCode LStringReset(LString* self) argument
47 if (self
55 LStringDestroy(LString* self) argument
[all...]
/external/srec/srec/Nametag/src/
H A DNametag.c26 ESR_ReturnCode SR_NametagGetID(const SR_Nametag* self, LCHAR** id) argument
28 if (self == NULL)
33 return self->getID(self, id);
36 ESR_ReturnCode SR_NametagGetValue(const SR_Nametag* self, const char** pvalue, size_t* plen) argument
38 if (self == NULL || pvalue == NULL || plen == NULL)
43 return self->getValue(self, pvalue, plen);
46 ESR_ReturnCode SR_NametagSetID(SR_Nametag* self, const LCHAR* id) argument
48 if (self
56 SR_NametagClone(const SR_Nametag* self, SR_Nametag** result) argument
66 SR_NametagDestroy(SR_Nametag* self) argument
[all...]
/external/checkpolicy/
H A Dcheckpolicy.h10 int self; member in struct:te_assert

Completed in 470 milliseconds

1234567891011