/development/simulator/wrapsim/ |
Intercept.c | 94 - /proc/[self]/exe 95 - /proc/[self]/cwd
|
/external/dbus/bus/ |
services.c | 809 /* this function is self-cancelling if you cancel the transaction */ 1104 /* this function is self-cancelling if you cancel the transaction */ [all...] |
/external/dbus/doc/ |
dcop-howto.txt | 213 QString result = self->doIt (i); 247 QString result = self->doIt(i);
|
/external/dropbear/libtomcrypt/src/ciphers/aes/ |
aes.c | 639 Performs a self-test of the AES block cipher 640 @return CRYPT_OK if functional, CRYPT_NOP if self-test has been disabled
|
/external/dropbear/libtomcrypt/src/ciphers/ |
blowfish.c | 508 Performs a self-test of the Blowfish block cipher 509 @return CRYPT_OK if functional, CRYPT_NOP if self-test has been disabled
|
kseed.c | 304 Performs a self-test of the SEED block cipher 305 @return CRYPT_OK if functional, CRYPT_NOP if self-test has been disabled
|
/external/dropbear/libtomcrypt/src/hashes/ |
rmd160.c | 408 Self-test the hash 409 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
|
rmd320.c | 426 Self-test the hash 427 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
sha256.c | 288 Self-test the hash 289 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
|
/external/kernel-headers/original/linux/ |
ethtool.h | 345 * self_test: Run specified self-tests 452 #define ETHTOOL_TEST 0x0000001a /* execute NIC self-test. */
|
/external/openssl/crypto/x509v3/ |
x509v3.h | 366 /* Really self issued not necessarily self signed */
|
/external/openssl/include/openssl/ |
x509v3.h | 366 /* Really self issued not necessarily self signed */
|
/external/quake/quake/src/QW/ |
qwrlnote.txt | 37 - infokey(self, "ip") and infokey(self, "ping") return expected values as
|
/external/stlport/stlport/stl/ |
_vector.h | 148 //We need to take care of self referencing here: 543 /* This method do not check self referencing.
|
/external/v8/src/ |
platform-linux.cc | 319 FILE* fp = fopen("/proc/self/maps", "r"); 464 case ThreadHandle::SELF: thread_ = pthread_self(); break;
|
/external/webkit/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 93 return self; 170 NSView *view = [self TCMInterposing_focusView]; // call original (was swizzled)
|
/frameworks/base/camera/tests/CameraServiceTest/ |
CameraServiceTest.cpp | 558 IPCThreadState::self()->flushCommands(); 818 ProcessState::self()->startThreadPool();
|
/frameworks/base/media/libstagefright/ |
AwesomePlayer.cpp | 395 IPCThreadState::self()->flushCommands(); 590 IPCThreadState::self()->flushCommands(); [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
systemConfig.c | 174 RETURN: Pointer to rthe self site entry in the site table 236 to the site mgr. This will cause the site manager to add a new entry to the site table, the self site entry.
|
/system/core/debuggerd/ |
unwind-arm.c | 223 /* Calculate the address encoded by a 31-bit self-relative offset at address 347 /* The low 31 bits of the content field are a self-relative
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
systemConfig.c | 174 RETURN: Pointer to rthe self site entry in the site table 234 to the site mgr. This will cause the site manager to add a new entry to the site table, the self site entry.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree.def | 253 argument for "self", which is not present in the declared argument list. 255 is the type of "self". TYPE_ARG_TYPES is the real argument list, which 256 includes the hidden argument for "self". */ 600 When you wish to construct such a type you need "self-references" 604 Such a "self-references" is done using a PLACEHOLDER_EXPR. This is [all...] |
/external/libxml2/ |
xpath.c | 1180 fprintf(output, " 'ancestors-or-self' "); break; 1188 fprintf(output, " 'descendant-or-self' "); break; 1202 fprintf(output, " 'self' "); break; [all...] |
/external/webkit/WebCore/rendering/ |
RenderBlock.cpp | 580 // We are not self-collapsing if we 601 // If the height is 0 or auto, then whether or not we are a self-collapsing block depends 602 // on whether we have content that is all self-collapsing or not. 605 // line boxes, then we can't be self-collapsing, since we have content. 610 // are also self-collapsing. [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 94 CertPathReviewer.totalPathLength.text = The total path length without self-signed certificates is {0}. 95 CertPathReviewer.totalPathLength.summary = The total path length without self-signed certificates is {0}. 96 CertPathReviewer.totalPathLength.details = The total path length without self-signed certificates, as defined in RFC 3280, is {0}. [all...] |