/bionic/libc/kernel/arch-arm/asm/arch/ |
board.h | 110 void (*set_power)(struct omap_pwm_led_platform_data *self, int on_off);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseTraversers.java | 160 case Axis.SELF : 250 * the self node should be processed, use this function. 264 * the self node should be processed, use this function. If the context 402 * the self node. <\p> 419 * the self node. <\p> 585 * be overridded by classes that need to return the self node. 671 * the self node. <\p> 779 * the self node should be processed, use this function. [all...] |
/dalvik/vm/jdwp/ |
JdwpEvent.h | 91 enum JdwpSuspendPolicy suspendPolicy; /* suspend all, none, or self? */
|
/dalvik/vm/mterp/armv5te/ |
debug.c | 30 printf(" + self is %p\n", dvmThreadSelf());
|
/external/bzip2/ |
README | 26 bzip2 and bzip2recover. Six self-tests are run. If the self-tests 56 self-tested. So I suggest you also build using the normal Makefile, 57 since that conducts a self-test. A second reason to prefer the
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_custom.h | 73 /* Enable self-test test vector checking */
|
/external/gtest/test/ |
gtest_nc_test.py | 44 def testCompilerError(self):
|
/external/icu4c/tools/ctestfw/unicode/ |
udbgutil.h | 18 UDBG_UDebugEnumType = 0, /* Self-referential, strings for UDebugEnumType. Count=ENUM_COUNT. */
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_map.h | 85 typedef Oscl_Map<Key, T, Alloc, Compare> self; typedef in class:Oscl_Map 126 Oscl_Map(const self& x) : t(x.t) {} 130 self& operator=(const self& x)
|
/external/openssl/android.testssl/ |
testssl.sh | 60 echo "convert the certificate request into a self signed certificate using 'x509'"
|
/external/openssl/patches/ |
testssl.sh | 60 echo "convert the certificate request into a self signed certificate using 'x509'"
|
/external/quake/quake/src/QW/server/ |
progdefs.h | 25 int self; member in struct:__anon5207
|
/external/v8/tools/ |
logreader.js | 102 var self = this; 107 var addr = self.prevAddresses_[addressTag]; 109 self.prevAddresses_[addressTag] = addr; 112 self.prevAddresses_[addressTag] = value;
|
/external/webkit/WebCore/bindings/js/ |
JSAudioConstructor.cpp | 48 putDirect(exec->propertyNames().prototype, JSHTMLAudioElementPrototype::self(exec, globalObject), None);
|
JSEventSourceConstructor.cpp | 55 putDirect(exec->propertyNames().prototype, JSEventSourcePrototype::self(exec, globalObject), None);
|
JSImageConstructor.cpp | 41 putDirect(exec->propertyNames().prototype, JSHTMLImageElementPrototype::self(exec, globalObject), None);
|
JSMessageChannelConstructor.cpp | 44 putDirect(exec->propertyNames().prototype, JSMessageChannelPrototype::self(exec, globalObject), None);
|
JSOptionConstructor.cpp | 41 putDirect(exec->propertyNames().prototype, JSHTMLOptionElementPrototype::self(exec, globalObject), None);
|
JSWebGLArrayBufferConstructor.cpp | 45 putDirect(exec->propertyNames().prototype, JSWebGLArrayBufferPrototype::self(exec, globalObject), None);
|
JSWebGLByteArrayConstructor.cpp | 48 putDirect(exec->propertyNames().prototype, JSWebGLByteArrayPrototype::self(exec, globalObject), None);
|
JSWebGLFloatArrayConstructor.cpp | 48 putDirect(exec->propertyNames().prototype, JSWebGLFloatArrayPrototype::self(exec, globalObject), None);
|
JSWebGLIntArrayConstructor.cpp | 48 putDirect(exec->propertyNames().prototype, JSWebGLIntArrayPrototype::self(exec, globalObject), None);
|
JSWebGLShortArrayConstructor.cpp | 49 putDirect(exec->propertyNames().prototype, JSWebGLShortArrayPrototype::self(exec, globalObject), None);
|
JSWebGLUnsignedByteArrayConstructor.cpp | 48 putDirect(exec->propertyNames().prototype, JSWebGLUnsignedByteArrayPrototype::self(exec, globalObject), None);
|
JSWebGLUnsignedIntArrayConstructor.cpp | 48 putDirect(exec->propertyNames().prototype, JSWebGLUnsignedIntArrayPrototype::self(exec, globalObject), None);
|