/external/openssl/crypto/bn/ |
bn_blind.c | 139 BN_BLINDING *ret=NULL; 143 if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL) 146 return(NULL); 149 if (A != NULL) 151 if ((ret->A = BN_dup(A)) == NULL) goto err; 153 if (Ai != NULL) 155 if ((ret->Ai = BN_dup(Ai)) == NULL) goto err; 159 if ((ret->mod = BN_dup(mod)) == NULL) goto err; 170 if (ret != NULL) BN_BLINDING_free(ret); 171 return(NULL); [all...] |
/external/openssl/crypto/dh/ |
dh_depr.c | 71 DH *ret=NULL; 73 if((ret=DH_new()) == NULL) 74 return NULL; 81 return NULL;
|
/external/openssl/crypto/evp/ |
evp_acnf.c | 72 OPENSSL_config(NULL);
|
/external/oprofile/libutil/ |
op_get_time.c | 18 time_t t = time(NULL);
|
/external/protobuf/gtest/samples/ |
sample2.h | 55 // The default c'tor constructs a NULL string. 56 MyString() : c_string_(NULL) {} 59 explicit MyString(const char * c_string) : c_string_(NULL) { 64 MyString(const MyString& string) : c_string_(NULL) { 78 return c_string_ == NULL ? 0 : strlen(c_string_);
|
/external/skia/src/animator/ |
SkDrawClip.cpp | 28 SkDrawClip::SkDrawClip() : rect(NULL), path(NULL) { 32 if (rect != NULL) 35 SkASSERT(path != NULL);
|
/external/valgrind/main/helgrind/tests/ |
hg05_race2.c | 27 pthread_create(&a, NULL, th, &foo); 29 pthread_create(&b, NULL, th, &foo); 31 pthread_join(a, NULL); 32 pthread_join(b, NULL);
|
/external/valgrind/unittest/ |
test_utils.cc | 34 return NULL;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_none.c | 30 config = wpa_config_alloc_empty(NULL, NULL); 31 if (config == NULL) 32 return NULL;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_none.c | 24 config = wpa_config_alloc_empty(NULL, NULL); 25 if (config == NULL) 26 return NULL;
|
/frameworks/av/libvideoeditor/lvpp/ |
I420ColorConverter.cpp | 25 if (mHandle == NULL) { 34 if (getI420ColorConverter == NULL) { 37 mHandle = NULL; 48 return mHandle != NULL;
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
w32err.c | 47 if (hModule != NULL) {
54 NULL);
62 NULL,
67 NULL);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/ |
info_fn_imps.hpp | 45 { return (p_nd == NULL || !p_nd->m_red); }
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
info_fn_imps.hpp | 45 { return (p_nd == NULL || !p_nd->m_red); }
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
info_fn_imps.hpp | 45 { return (p_nd == NULL || !p_nd->m_red); }
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
info_fn_imps.hpp | 45 { return (p_nd == NULL || !p_nd->m_red); }
|
/prebuilts/tools/windows/sdl/host/include/SDL/ |
SDL_quit.h | 50 (SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUITMASK))
|
/external/dropbear/libtomcrypt/src/math/ |
ltm_desc.c | 48 LTC_ARGCHK(a != NULL); 51 if (*a == NULL) { 63 LTC_ARGCHKVD(a != NULL); 70 LTC_ARGCHK(a != NULL); 71 LTC_ARGCHK(b != NULL); 77 LTC_ARGCHK(a != NULL); 78 LTC_ARGCHK(b != NULL); 93 LTC_ARGCHK(a != NULL); 99 LTC_ARGCHK(a != NULL); 106 LTC_ARGCHK(a != NULL); [all...] |
/external/libxslt/libxslt/ |
templates.c | 77 if (res != NULL) { 112 * Returns the computed string value or NULL, must be deallocated by the 118 xmlChar *ret = NULL; 138 if (res != NULL) { 143 res->stringval = NULL; 145 xsltTransformError(ctxt, NULL, NULL, 172 * Returns the computed string value or NULL, must be deallocated by the 177 return(xsltEvalXPathStringNs(ctxt, comp, 0, NULL)); 190 * Returns the computed string value or NULL; it's up to the caller t [all...] |
/external/bluetooth/glib/gio/ |
gvolumemonitor.c | 94 NULL, NULL, 109 NULL, NULL, 124 NULL, NULL, 139 NULL, NULL, 154 NULL, NULL, [all...] |
/external/libxml2/ |
pattern.c | 19 * currently push(NULL, NULL) means a reset of the streaming context 84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r); 90 const xmlChar *name; /* first string value if NULL accept all */ 197 * Returns the newly allocated xmlPatternPtr or NULL in case of error 204 if (cur == NULL) { 205 ERROR(NULL, NULL, NULL, 207 return(NULL); [all...] |
c14n.c | 118 (((ctx)->is_visible_callback != NULL) ? \ 140 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_C14N, 141 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra, 142 NULL, NULL, 0, 0, 155 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_C14N [all...] |
/bionic/libc/stdio/ |
flockfile.c | 49 if (fp != NULL) { 63 if (fp != NULL) { 72 if (fp != NULL) {
|
/bionic/libc/unistd/ |
getcwd.c | 35 if (buf == NULL || size == 0) { 37 return NULL; 39 return ( __getcwd(buf, size) < 0 ) ? NULL : buf;
|
/dalvik/vm/native/ |
dalvik_bytecode_OpcodeInfo.cpp | 42 { NULL, NULL, NULL },
|