HomeSort by relevance Sort by last modified time
    Searched refs:Null (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/vulkan-validation-layers/libs/glm/detail/
type_mat4x3.hpp 66 ctor Null);
type_mat3x3.hpp 71 ctor Null);
type_mat4x4.hpp 71 ctor Null);
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 18 : f_pNULLSection(NULL),
19 f_pGOT(NULL),
20 f_pPLT(NULL),
21 f_pRelDyn(NULL),
22 f_pRelPlt(NULL),
23 f_pRelaDyn(NULL),
24 f_pRelaPlt(NULL),
25 f_pComment(NULL),
26 f_pData1(NULL),
27 f_pDebug(NULL),
    [all...]
ELFObjectReader.cpp 39 m_pELFReader(NULL),
40 m_pEhFrameReader(NULL),
113 // ignore the section if the LDSection* in input context is NULL
114 if (*section == NULL)
120 assert((*section)->getLink() != NULL);
186 assert((*section)->getLink() != NULL);
189 if (link_sect == NULL || link_sect->kind() == LDFileFormat::Ignore) {
257 case LDFileFormat::Null:
280 if (symtab_shdr == NULL) {
287 if (strtab_shdr == NULL) {
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
writer.h 60 \param stackAllocator User supplied allocator. If it is null, it will create a private one.
108 bool Null() { Prefix(kNullType); return WriteNull(); }
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_mat2x2.hpp 72 ctor Null);
type_mat3x4.hpp 66 ctor Null);
type_mat4x2.hpp 66 ctor Null);
type_mat4x3.hpp 66 ctor Null);
type_mat3x3.hpp 71 ctor Null);
type_mat4x4.hpp 71 ctor Null);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 66 return LDFileFormat::Null;
157 const sys::fs::Path* path = NULL;
176 if (path == NULL) {
178 return NULL;
341 return NULL;
428 FragmentRef* frag = NULL;
429 if (pSection == NULL || ResolveInfo::Undefined == pDesc ||
433 frag = FragmentRef::Null();
447 return NULL;
451 return NULL;
    [all...]
  /external/syslinux/memdisk/
memdisk16.asm 183 call32_gdt: dw call32_gdt_size-1 ; Null descriptor - contains GDT
313 ; ends with a null command (assumed to be for sychronization?)
315 mov al,0FFh ; Null command
466 mov al,0FFh ; Null command/synchronization
782 and edi,edi ; NULL pointer?
  /external/v8/src/inspector/
v8-debugger.cc 55 if (!wrappedEntries->SetPrototype(context, v8::Null(isolate))
64 if (!wrapper->SetPrototype(context, v8::Null(isolate)).FromMaybe(false))
94 if (!location->SetPrototype(context, v8::Null(isolate)).FromMaybe(false)) {
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 460 case TemplateArgument::Null:
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 562 namespace Null {
563 decltype(nullptr) null();
565 int *p = null();
568 int S::*q = null();
  /external/easymock/src/org/easymock/
EasyMock.java 109 * <code>null</code> or <code>false</code> for unexpected invocations.
125 * <code>null</code> or <code>false</code> for unexpected invocations.
161 * <code>null</code> or <code>false</code> for unexpected invocations.
201 if (lastControl == null) {
292 * @return <code>null</code>.
296 return null;
306 * @return <code>null</code>.
310 return null;
398 * @return <code>null</code>.
402 return null;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-math-table.hh 645 if (unlikely (index >= count)) return Null(MathGlyphConstruction);
  /external/llvm/unittests/IR/
ValueMapTest.cpp 41 TYPED_TEST(ValueMapTest, Null) {
  /external/pdfium/fxjs/
cjs_v8.cpp 130 return v8::Null(m_isolate);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 44 /// TargetData. This always returns a non-null constant, but it may be a
426 /// return null.
469 // Append NULL at the end.
514 /// otherwise TD is null.
728 /// If successful, the constant result is returned, if not, null is returned.
789 /// result is returned, if not, null is returned.
810 /// returned, if not, null is returned. Note that this function can fail when
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
ValueMapTest.cpp 43 TYPED_TEST(ValueMapTest, Null) {
45 VM1[NULL] = 7;
46 EXPECT_EQ(7, VM1.lookup(NULL));
  /external/v8/src/compiler/
typed-optimization.cc 60 } else if (upper->Is(Type::Null())) {
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 358 /// [ 0] NULL 00000000 000000 000000 00 0
361 *input, "", LDFileFormat::Null, llvm::ELF::SHT_NULL, 0x0);

Completed in 554 milliseconds

1 2 3 4 56 7 8 91011>>