HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 401 - 425 of 1005) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 48 // Macro that releases a COM object if not NULL.
49 #define SAFE_RELEASE(p) do { if ((p)) { (p)->Release(); (p) = NULL; } } while(0)
265 IMMDeviceEnumerator* pIMMD(NULL);
271 NULL,
295 NULL);
327 if (p == NULL)
409 _ptrAudioBuffer(NULL),
410 _ptrEnumerator(NULL),
411 _ptrRenderCollection(NULL),
412 _ptrCaptureCollection(NULL),
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 119 * field *must* be initialized first, or else EMPTY will see a null value!
122 * to cache null. We intentionally create a new String instance so we can
132 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
133 PathPart.EMPTY, Part.NULL, Part.NULL);
176 * @return the scheme or null if this is a relative URI
211 * @return the authority for this URI or null if not present
223 * @return the authority for this URI or null if not present
233 * @return the user info for this URI or null if not presen
    [all...]
  /frameworks/base/core/java/android/os/
PowerManager.java 545 int NULL = 0;
778 if (tag == null) {
779 throw new IllegalArgumentException("The tag must not be null.");
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 23 #ifndef NULL
24 #define NULL 0
27 //#define NULL 0
935 return NULL;
980 return NULL;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 36 #ifndef NULL
37 #define NULL 0
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 143 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 144 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 143 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 144 #define NULL ((void*)0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 92 #ifndef NULL
95 # define NULL (__null)
98 # define NULL ((void*)0)
100 # define NULL (0)
447 (_IO_BE ((_fp)->_wide_data == NULL \
452 (_IO_BE ((_fp)->_wide_data == NULL \
515 (__builtin_expect (&_IO_stdin_used == NULL, 0))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 134 #ifndef NULL
137 #define NULL 0
139 #define NULL 0LL
142 #define NULL ((void *)0)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 29 assert(fp##entrypoint != NULL); \
70 : inst(VK_NULL_HANDLE), m_device(NULL), m_commandPool(VK_NULL_HANDLE), m_commandBuffer(NULL), m_renderPass(VK_NULL_HANDLE),
74 m_depth_clear_color(1.0), m_stencil_clear_color(0), m_depthStencil(NULL), m_CreateDebugReportCallback(VK_NULL_HANDLE),
116 instInfo.pNext = NULL;
122 err = vkCreateInstance(&instInfo, NULL, &this->inst);
125 err = vkEnumeratePhysicalDevices(inst, &this->gpu_count, NULL);
134 ASSERT_NE(m_CreateDebugReportCallback, (PFN_vkCreateDebugReportCallbackEXT)NULL)
145 err = m_CreateDebugReportCallback(this->inst, &dbgCreateInfo, NULL, &m_globalMsgCallback);
150 ASSERT_NE(m_DestroyDebugReportCallback, (PFN_vkDestroyDebugReportCallbackEXT)NULL)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 143 #define NULL ((void*)0)
    [all...]
  /system/security/keystore/
key_store_service.cpp 87 double diff_secs = difftime(time(NULL), sbuf.st_ctime);
197 Blob keyBlob(&item[0], item.size(), NULL, 0, ::TYPE_GENERIC);
465 if (expArg != NULL) {
467 reinterpret_cast<const unsigned char*>(expArg->data()), expArg->size(), NULL));
468 if (pubExpBn.get() == NULL) {
511 Unique_PKCS8_PRIV_KEY_INFO pkcs8(d2i_PKCS8_PRIV_KEY_INFO(NULL, &ptr, data.size()));
540 /*outCharacteristics*/ NULL, &import_result);
809 Blob keyBlob(&hidlKeyBlob[0], hidlKeyBlob.size(), NULL, 0, ::TYPE_KEYMASTER_10);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coffgen.c 58 name = NULL;
85 if (strings == NULL)
92 if (name == NULL)
98 if (name == NULL)
100 /* Assorted wastage to null-terminate the name, thanks AT&T! */
103 if (name == NULL)
110 if (return_section == NULL)
125 return_section->userdata = NULL;
126 return_section->next = NULL;
154 char *new_name = NULL;
    [all...]
elf64-sh64.c 278 NULL, /* special_function */
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 196 // Static Analyzers may issue errors about potential NULL-dereferences when
198 // NULL-check. This may lead to false positives, such as when using ASSERT()
321 /// Passing the datum to the function is optional, and a NULL
344 /// NULL pointer (VOID *)
346 #define NULL ((VOID *) 0)
349 // Null character
    [all...]
  /external/curl/lib/vtls/
openssl.c 171 #define DEFAULT_CIPHER_SELECTION NULL
210 /* The fp for the open SSLKEYLOGFILE, or NULL if not open */
264 * we have a valid SSL context if we have a non-NULL session. */
607 params.cert = NULL;
611 0, (void *)cmd_name, NULL)) {
618 0, &params, NULL, 1)) {
655 STACK_OF(X509) *ca = NULL;
662 p12 = d2i_PKCS12_fp(f, NULL);
764 EVP_PKEY *priv_key = NULL;
916 /* OPENSSL_config(NULL); is "strongly recommended" to use but unfortunatel
    [all...]
  /external/freetype/src/raster/
ftraster.c 281 #ifndef NULL
282 #define NULL (void*)0
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 67 static icu::ICULocaleService* gService = NULL;
76 gService = NULL;
178 NULL
215 return NULL;
218 if (shared == NULL) {
221 return NULL;
228 for (int i = 0; gCalTypes[i] != NULL; i++) {
299 UResourceBundle *rb = ures_openDirect(NULL, "supplementalData", &status);
301 UResourceBundle *order = ures_getByKey(rb, region, NULL, &status);
302 if (status == U_MISSING_RESOURCE_ERROR && rb != NULL) {
    [all...]
  /external/libevent/test/
regress_http.c 101 if (sock == NULL) {
139 return NULL;
143 evhttp_set_bevcb(myhttp, https_bev, NULL);
238 ptr = evbuffer_search(buf, s, strlen(s), NULL);
249 struct evhttp_request *req = evhttp_request_new(NULL, NULL);
263 "Content-Type") != NULL)
270 event_base_loopexit(exit_base, NULL);
272 event_base_loopexit(my_base, NULL);
297 event_base_loopexit(arg, NULL);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 170 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL);
231 x->nmvjointcost, x->mvcost, &dis, &x->pred_sse[ref], NULL, 0, 0);
862 if (p != NULL) p->in_use = 0;
    [all...]
  /external/libxml2/
tree.c 80 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
93 const char *msg = NULL;
130 #define UPDATE_LAST_CHILD_AND_PARENT(n) if ((n) != NULL) { \
132 if (ulccur == NULL) { \
133 (n)->last = NULL; \
135 while (ulccur->next != NULL) { \
143 #define IS_STR_XML(str) ((str != NULL) && (str[0] == 'x') && \
166 * Returns A pointer to the entity structure or NULL if not found.
172 if((dtd != NULL) && (dtd->entities != NULL))
    [all...]
valid.c 60 xmlGenericErrorFunc channel = NULL;
61 xmlParserCtxtPtr pctxt = NULL;
62 void *data = NULL;
64 if (ctxt != NULL) {
77 __xmlRaiseError(NULL, channel, data,
78 pctxt, NULL, XML_FROM_VALID, XML_ERR_NO_MEMORY,
79 XML_ERR_FATAL, NULL, 0, extra, NULL, NULL, 0, 0,
82 __xmlRaiseError(NULL, channel, data
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 299 // Tests that GTEST_IS_NULL_LITERAL_(x) is true when x is a null
302 EXPECT_TRUE(GTEST_IS_NULL_LITERAL_(NULL));
308 // Some compilers may fail to detect some null pointer literals;
316 // Tests that GTEST_IS_NULL_LITERAL_(x) is false when x is not a null
322 EXPECT_FALSE(GTEST_IS_NULL_LITERAL_(static_cast<void*>(NULL)));
806 // We aren't using EXPECT_EQ(NULL, s1.c_str()) because comparing
807 // pointers with NULL isn't supported on all platforms.
809 EXPECT_TRUE(NULL == s1.c_str());
822 // a NULL pointer and length 0.
823 EXPECT_EQ(0U, String(NULL, 0).length())
    [all...]

Completed in 575 milliseconds

<<11121314151617181920>>