Searched refs:NULL (Results 201 - 225 of 19694) sorted by relevance

1234567891011>>

/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DRegistrationPage.cpp42 m_hostnameSetupKey( NULL ),
43 m_registrationSetupKey( NULL ),
44 m_statusKey( NULL )
52 NULL, REG_OPTION_NON_VOLATILE, KEY_READ|KEY_WRITE|KEY_WOW64_32KEY, NULL, &m_hostnameSetupKey, NULL );
56 NULL, REG_OPTION_NON_VOLATILE, KEY_READ|KEY_WRITE|KEY_WOW64_32KEY, NULL, &m_registrationSetupKey, NULL );
60 NULL, REG_OPTION_NON_VOLATIL
[all...]
/external/icu/icu4c/source/tools/ctestfw/
H A Dtestdata.cpp16 fInfo(NULL),
17 fCurrSettings(NULL),
18 fCurrCase(NULL),
28 if(fInfo != NULL) {
31 if(fCurrSettings != NULL) {
34 if(fCurrCase != NULL) {
48 fData(NULL),
49 fHeaders(NULL),
50 fSettings(NULL),
51 fCases(NULL)
[all...]
/external/libxcam/xcore/
H A Dx3a_result_factory.h38 SmartPtr<X3aWhiteBalanceResult> create_whitebalance (XCam3aResultWhiteBalance *from = NULL);
39 SmartPtr<X3aBlackLevelResult> create_blacklevel (XCam3aResultBlackLevel *from = NULL);
40 SmartPtr<X3aColorMatrixResult> create_rgb2yuv_colormatrix (XCam3aResultColorMatrix *from = NULL);
41 SmartPtr<X3aColorMatrixResult> create_yuv2rgb_colormatrix (XCam3aResultColorMatrix *from = NULL);
42 SmartPtr<X3aExposureResult> create_exposure (XCam3aResultExposure *from = NULL);
43 SmartPtr<X3aFocusResult> create_focus (XCam3aResultFocus *from = NULL);
44 SmartPtr<X3aDemosaicResult> create_demosaicing (XCam3aResultDemosaic *from = NULL);
45 SmartPtr<X3aDefectPixelResult> create_defectpixel (XCam3aResultDefectPixel *from = NULL);
46 SmartPtr<X3aNoiseReductionResult> create_noise_reduction (XCam3aResultNoiseReduction *from = NULL);
47 SmartPtr<X3aTemporalNoiseReduction> create_3d_noise_reduction (XCam3aResultTemporalNoiseReduction *from = NULL);
[all...]
/external/python/cpython2/Doc/includes/
H A Dnoddy2.c25 if (self != NULL) {
27 if (self->first == NULL)
30 return NULL;
34 if (self->last == NULL)
37 return NULL;
49 PyObject *first=NULL, *last=NULL, *tmp;
51 static char *kwlist[] = {"first", "last", "number", NULL};
83 {NULL} /* Sentinel */
89 static PyObject *format = NULL;
[all...]
/external/python/cpython3/Doc/includes/
H A Dnoddy2.c25 if (self != NULL) {
27 if (self->first == NULL) {
29 return NULL;
33 if (self->last == NULL) {
35 return NULL;
47 PyObject *first=NULL, *last=NULL, *tmp;
49 static char *kwlist[] = {"first", "last", "number", NULL};
81 {NULL} /* Sentinel */
87 if (self->first == NULL) {
[all...]
/external/mesa3d/prebuilt-intermediates/nir/
H A Dnir_opt_algebraic.c23 NULL,
37 NULL,
46 NULL,
54 NULL,
63 NULL,
72 NULL,
80 NULL,
89 NULL,
98 NULL,
112 NULL,
[all...]
/external/libpng/contrib/gregbook/
H A Dreadpng.c69 static png_structp png_ptr = NULL;
70 static png_infop info_ptr = NULL;
74 uch *image_data = NULL;
103 png_ptr = png_create_read_struct(png_get_libpng_ver(NULL), NULL, NULL,
104 NULL);
110 png_destroy_read_struct(&png_ptr, NULL, NULL);
124 png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c99 struct rad_handle *radius_auth_state = NULL;
100 struct rad_handle *radius_acct_state = NULL;
106 static char *PAM_usr = NULL;
107 static char *PAM_pwd = NULL;
110 static struct pam_conv PAM_chat = { &PAM_conv, NULL };
133 plog(LLV_ERROR, LOCATION, NULL,
139 plog(LLV_ERROR, LOCATION, NULL,
144 plog(LLV_INFO, LOCATION, NULL, "Sending Xauth request\n");
151 if ((buffer = vmalloc(tlen)) == NULL) {
152 plog(LLV_ERROR, LOCATION, NULL, "Canno
[all...]
H A Dalgorithm.c83 eay_hmacmd5_final, NULL,
87 eay_hmacsha1_final, NULL,
92 eay_hmacsha2_256_final, NULL,
96 eay_hmacsha2_384_final, NULL,
100 eay_hmacsha2_512_final, NULL,
140 NULL, NULL,
141 NULL, eay_des_keylen, },
143 NULL, NULL,
[all...]
/external/python/cpython2/Objects/
H A Denumobject.c17 PyObject *seq = NULL;
18 PyObject *start = NULL;
23 return NULL;
26 if (en == NULL)
27 return NULL;
28 if (start != NULL) {
30 if (start == NULL) {
32 return NULL;
41 en->en_longindex = NULL;
46 en->en_longindex = NULL;
[all...]
/external/python/cpython3/Python/
H A Dimport.c25 static PyObject *extensions = NULL;
32 static PyObject *initstr = NULL;
48 if (initstr == NULL)
51 if (interp->builtins_copy == NULL)
58 PyObject *v, *path_hooks = NULL;
63 if (v == NULL)
70 if (v == NULL)
77 if (path_hooks == NULL)
96 if (path_hooks == NULL) {
105 if (zimpimport == NULL) {
[all...]
/external/clang/test/PCH/
H A Dmacro-undef.cpp8 #define NULL 0 macro
14 #undef NULL macro
25 // CHECK: fix-it:"{{.*}}":{11:10-11:10}:" = NULL"
/external/compiler-rt/test/tsan/
H A Dannotate_happens_before.cc34 return NULL;
41 return NULL;
47 pthread_create(&t[0], NULL, Thread1, NULL);
48 pthread_create(&t[1], NULL, Thread2, NULL);
49 pthread_join(t[0], NULL);
50 pthread_join(t[1], NULL);
H A Dfd_socketpair_norace.cc15 return NULL;
24 return NULL;
30 pthread_create(&t[0], NULL, Thread1, NULL);
31 pthread_create(&t[1], NULL, Thread2, NULL);
32 pthread_join(t[0], NULL);
33 pthread_join(t[1], NULL);
H A Dmutexset6.cc14 return NULL;
26 return NULL;
46 pthread_create(&t[0], NULL, Thread1, NULL);
47 pthread_create(&t[1], NULL, Thread2, NULL);
48 pthread_join(t[0], NULL);
49 pthread_join(t[1], NULL);
H A Drace_on_read.cc14 return NULL;
20 return NULL;
31 pthread_create(&t[0], NULL, Thread1, NULL);
32 pthread_create(&t[1], NULL, Thread2, NULL);
33 pthread_join(t[0], NULL);
34 pthread_join(t[1], NULL);
H A Dthread_name.cc22 return NULL;
33 return NULL;
39 pthread_create(&t[0], NULL, Thread1, NULL);
40 pthread_create(&t[1], NULL, Thread2, NULL);
41 pthread_join(t[0], NULL);
42 pthread_join(t[1], NULL);
H A Dvfork.cc14 return NULL;
22 return NULL;
42 pthread_create(&t[0], NULL, Thread1, NULL);
43 pthread_create(&t[1], NULL, Thread2, NULL);
44 pthread_join(t[0], NULL);
45 pthread_join(t[1], NULL);
H A Dvptr_benign_race.cc42 return NULL;
47 return NULL;
52 pthread_create(&t[0], NULL, Thread1, NULL);
53 pthread_create(&t[1], NULL, Thread2, NULL);
54 pthread_join(t[0], NULL);
55 pthread_join(t[1], NULL);
H A Dvptr_harmful_race.cc33 return NULL;
39 return NULL;
45 pthread_create(&t[0], NULL, Thread1, NULL);
46 pthread_create(&t[1], NULL, Thread2, NULL);
47 pthread_join(t[0], NULL);
48 pthread_join(t[1], NULL);
H A Dvptr_harmful_race2.cc33 return NULL;
39 return NULL;
45 pthread_create(&t[0], NULL, Thread1, NULL);
46 pthread_create(&t[1], NULL, Thread2, NULL);
47 pthread_join(t[0], NULL);
48 pthread_join(t[1], NULL);
H A Dvptr_harmful_race3.cc34 return NULL;
40 return NULL;
46 pthread_create(&t[0], NULL, Thread1, NULL);
47 pthread_create(&t[1], NULL, Thread2, NULL);
48 pthread_join(t[0], NULL);
49 pthread_join(t[1], NULL);
/external/curl/tests/libtest/
H A Dlib517.c125 NULL
135 printf("%d: %s => %ld\n", i, dates[i], (long)curl_getdate(dates[i], NULL));
/external/elfutils/libasm/
H A Dasm_getelf.c42 return ctx != NULL ? ctx->out.elf : NULL;
H A Dasm_scngrp_newsignature.c40 if (grp == NULL || signature == NULL)

Completed in 534 milliseconds

1234567891011>>