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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-bfin.c 61 bfd_boolean relocatable = (output_bfd != NULL);
158 bfd_boolean relocatable = (output_bfd != NULL);
229 bfd_boolean relocatable = (output_bfd != NULL);
296 bfd_boolean relocatable = (output_bfd != NULL);
971 NULL, /* special_function. */
    [all...]
elf32-frv.c 684 NULL, /* special_function */
838 == FRV_ELF_DATA ? ((struct frvfdpic_elf_link_hash_table *) ((p)->hash)) : NULL)
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 271 _imgRef=(Magick::ImageRef *) NULL;
602 SetImageProperty(image(),"Comment",NULL,exceptionInfo);
762 if (exif_profile == (StringInfo *) NULL)
773 image()->filename[fileName_.length()]=0; // Null terminate
816 options()->fillPattern(static_cast<MagickCore::Image*>(NULL));
940 if (text != (char *) NULL)
1009 if (color_profile == (StringInfo *) NULL)
1061 if (iptc_profile == (StringInfo *) NULL)
1103 (void) SetImageProperty(image(),"Label",NULL,exceptionInfo);
1462 options()->strokePattern(static_cast<MagickCore::Image*>(NULL));
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessTexturesTests.cpp 802 gl.bufferData(GL_TEXTURE_BUFFER, b_size, NULL, GL_STATIC_DRAW);
907 { { s_vertex_shader, NULL, NULL }, 1, GL_VERTEX_SHADER, 0 },
932 gl.shaderSource(shader[i].id, shader[i].count, shader[i].source, NULL);
953 gl.getShaderInfoLog(shader[i].id, log_size, NULL, &log_text[0]);
1005 gl.getProgramInfoLog(m_po, log_size, NULL, &log_text[0]);
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 41 public static final int NULL=13;
431 MismatchedSetException mse = new MismatchedSetException(null,input);
455 MismatchedSetException mse = new MismatchedSetException(null,input);
786 MismatchedSetException mse = new MismatchedSetException(null,input);
806 MismatchedSetException mse = new MismatchedSetException(null,input);
868 MismatchedSetException mse = new MismatchedSetException(null,input);
888 MismatchedSetException mse = new MismatchedSetException(null,input);
948 MismatchedSetException mse = new MismatchedSetException(null,input);
972 MismatchedSetException mse = new MismatchedSetException(null,input);
    [all...]
  /external/elfutils/src/
ldgeneric.c 132 if (fileinfo->archive_file != NULL)
200 if (ld_state.shstrtab == NULL)
231 if (emulation == NULL)
234 assert (emulation != NULL);
245 if (h == NULL)
256 if (initfct == NULL)
281 if (list == NULL)
342 if (path == NULL)
351 char *rfname = NULL;
358 ? (const char *[2]) { ".a", NULL }
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 330 saved_tz_ = NULL;
354 saved_tz_ = NULL;
360 // being NULL.
419 // Tests that GTEST_IS_NULL_LITERAL_(x) is true when x is a null
422 EXPECT_TRUE(GTEST_IS_NULL_LITERAL_(NULL));
429 // Some compilers may fail to detect some null pointer literals;
437 // Tests that GTEST_IS_NULL_LITERAL_(x) is false when x is not a null
443 EXPECT_FALSE(GTEST_IS_NULL_LITERAL_(static_cast<void*>(NULL)));
940 // We aren't using EXPECT_EQ(NULL, s1.c_str()) because comparin
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 97 test_info_obj_("FooTest", "Bar", NULL, NULL,
98 CodeLocation(__FILE__, __LINE__), 0, NULL) {}
123 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
129 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
422 saved_tz_ = NULL;
438 saved_tz_ = NULL;
444 // being NULL
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 435 checkOffsets ? offs : NULL,
593 checkOffsets ? offs : NULL,
    [all...]
  /external/libxml2/
parser.c 131 if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE))
140 if ((ent != NULL) && (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) &&
141 (ent->content != NULL) && (ent->checked == 0) &&
152 if ((rep == NULL) || (ctxt->errNo == XML_ERR_ENTITY_LOOP)) {
157 if (rep != NULL) {
161 rep = NULL;
173 if (ctxt->input != NULL) {
191 if (ctxt->input != NULL) {
200 } else if (ent != NULL) {
209 if (ctxt->input != NULL) {
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 69 COverview = NULL;
149 LLVMContextSetDiagnosticHandler(C, NULL, NULL);
152 if (DiagnosticContext == NULL)
696 LLVMSetMetadata(Val, Int_val(MDKindID), NULL);
716 return NULL;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 104 this->reladdr = NULL;
105 this->reladdr2 = NULL;
122 this->reladdr = NULL;
123 this->reladdr2 = NULL;
140 this->reladdr = NULL;
141 this->reladdr2 = NULL;
157 this->reladdr = NULL;
158 this->reladdr2 = NULL;
205 this->reladdr = NULL;
206 this->reladdr2 = NULL;
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
GL.py 5 NULL = 0
  /external/python/cpython2/Lib/plat-irix6/
GL.py 5 NULL = 0
  /external/v8/src/arm64/
assembler-arm64.cc 684 } else if (label_veneer != NULL) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64.cc     [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 97 test_info_obj_("FooTest", "Bar", NULL, NULL,
98 CodeLocation(__FILE__, __LINE__), 0, NULL) {}
123 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
129 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
422 saved_tz_ = NULL;
438 saved_tz_ = NULL;
444 // being NULL
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 130 pointer to be NULL in this case.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 97 test_info_obj_("FooTest", "Bar", NULL, NULL, 0, NULL) {}
122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
128 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
419 saved_tz_ = NULL;
443 saved_tz_ = NULL;
449 // being NULL
    [all...]
  /external/webrtc/webrtc/
common_types.h 36 #ifndef NULL
37 #define NULL 0
622 // These are NULL/0 if not externally negotiated.
  /frameworks/base/tools/aapt/
ResourceTable.cpp 50 if (root == NULL) {
66 if (root == NULL) {
93 root->removeWhitespace(true, NULL);
95 root->removeWhitespace(false, NULL);
204 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
205 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
206 { NULL, 0, 0, NULL }
212 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
213 { NULL, 0, 0, NULL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 460 #define _wcsdec(_cpc1,_cpc2) ((_cpc1)>=(_cpc2) ? NULL : (_cpc2)-1)
466 #define _wcsspnp(_cpc1,_cpc2) (!_cpc1 ? NULL : ((*((_cpc1)+wcsspn(_cpc1,_cpc2))) ? ((_cpc1)+wcsspn(_cpc1,_cpc2)) : NULL))
1094 #ifndef NULL
1097 #define NULL 0
1099 #define NULL 0LL
1102 #define NULL ((void *)0)
1106 #define _strdec(_cpc1,_cpc2) ((_cpc1)>=(_cpc2) ? NULL : (_cpc2)-1)
1112 #define _strspnp(_cpc1,_cpc2) (!_cpc1 ? NULL : ((*((_cpc1)+strspn(_cpc1,_cpc2))) ? ((_cpc1)+strspn(_cpc1,_cpc2)) : NULL))
    [all...]

Completed in 1463 milliseconds

<<11121314151617181920>>