HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 1476 - 1500 of 2465) sorted by null

<<51525354555657585960>>

  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 134 handleMergeWriterError(EC, Input.Filename, I.Name, firstTime);
265 Func.Name.find(ShowFunction) != Func.Name.npos);
292 OS << " " << Func.Name << ":\n"
  /external/llvm/tools/sancov/
sancov.cc 79 cl::desc("Print demangled function name."));
234 StringRef Name = NameOrErr.get();
236 if (Name == "__sanitizer_cov" || Name == "__sanitizer_cov_with_check" ||
237 Name == "__sanitizer_cov_trace_func_enter") {
  /external/llvm/utils/TableGen/
CodeGenTarget.h 58 /// getQualifiedName - Return the name of the specified record, with a
118 const CodeGenRegister *getRegisterByName(StringRef Name) const;
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 87 static void PrintError(const char *message, const FString &name)
91 PrintString(FStringToConsoleString(name));
210 UString _filePath; // name inside arcvhive
260 // Get Name
474 UString Name;
579 case kpidPath: prop = dirItem.Name; break;
602 static void GetStream2(const wchar_t *name)
605 if (name[0] == 0)
606 name = kEmptyFileAlias;
607 PrintString(name);
749 FString name = CmdStringToFString(args[i]); local
    [all...]
  /external/mesa3d/docs/
MESA_drm_image.spec 0 Name
5 Name Strings
50 EGLint *name,
99 underlying DRM buffer name. EGL_DRM_BUFFER_USE_CURSOR_MESA
104 To create a process local handle or a global DRM name for a
109 EGLint *name,
113 If <name> is non-NULL, a global name is assigned to the image and
114 written to <name>, the handle (local to the DRM file descriptor,
132 an existing DRM buffer name, it doesn't seem right to overloa
    [all...]
MESA_multithread_makecurrent.spec 0 Name
5 Name Strings
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 0 Name
5 Name Strings
224 <registerName> and <len> specify the name a variable, input
227 values in <v>. If <name> doesn't exist in the program string,
268 does not name a known program register or variable.
  /external/mesa3d/src/glsl/
glsl_symbol_table.cpp 78 bool glsl_symbol_table::name_declared_this_scope(const char *name)
80 return _mesa_symbol_table_symbol_scope(table, -1, name) == 0;
87 symbol_table_entry *existing = get_entry(v->name);
88 if (name_declared_this_scope(v->name)) {
104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry);
114 return _mesa_symbol_table_add_symbol(table, -1, v->name, entry) == 0;
117 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t)
120 return _mesa_symbol_table_add_symbol(table, -1, name, entry) == 0;
125 if (this->language_version == 110 && name_declared_this_scope(f->name)) {
127 symbol_table_entry *existing = get_entry(f->name);
    [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.h 51 * always have Name==0. User created buffers have Name!=0.
56 return obj != NULL && obj->Name != 0;
76 GLuint name, GLenum target );
153 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
156 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
159 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint* params);
framebuffer.c 104 _mesa_new_framebuffer(struct gl_context *ctx, GLuint name)
108 assert(name != 0);
111 _mesa_initialize_user_framebuffer(fb, name);
166 _mesa_initialize_user_framebuffer(struct gl_framebuffer *fb, GLuint name)
169 assert(name);
173 fb->Name = name;
909 fprintf(stderr, "Mesa Framebuffer %u at %p\n", fb->Name, (void *) fb);
921 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace,
929 i, att->Renderbuffer->Name, att->Complete)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter_layout.c 100 /* Pointer to the string name was copied. Null-out src param name
103 curr->Name = NULL;
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 138 arrays[VERT_ATTRIB_EDGEFLAG]->BufferObj->Name;
194 /*printf("atom %s %x/%x\n", atom->name, atom->dirty.mesa, atom->dirty.st);*/
198 printf("malformed atom %s\n", atom->name);
st_cb_xformfb.c 72 st_new_transform_feedback(struct gl_context *ctx, GLuint name)
80 obj->base.Name = name;
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 178 GLboolean map_ib = ib->obj->Name && !ib->obj->Pointer;
  /external/nist-pkits/
extract-pkits-tests.pl 153 if ($_ =~ /^\s*4\.13 Name Constraints\s*$/) {
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfChannelList.h 17 // * Neither the name of Industrial Light & Magic nor the names of
122 void insert (const char name[],
125 void insert (const std::string &name,
131 // [n] Returns a reference to the channel with name n.
132 // If no channel with name n exists, an Iex::ArgExc
135 // findChannel(n) Returns a pointer to the channel with name n,
136 // or 0 if no channel with name n exists.
140 Channel & operator [] (const char name[]);
141 const Channel & operator [] (const char name[]) const;
143 Channel & operator [] (const std::string &name);
351 ChannelList::Iterator::name () const function in class:Imf::ChannelList::Iterator
403 ChannelList::ConstIterator::name () const function in class:Imf::ChannelList::ConstIterator
    [all...]
ImfFrameBuffer.h 17 // * Neither the name of Industrial Light & Magic nor the names of
158 void insert (const char name[],
161 void insert (const std::string &name,
167 // [n] Returns a reference to the slice with name n.
168 // If no slice with name n exists, an Iex::ArgExc
171 // findSlice(n) Returns a pointer to the slice with name n,
172 // or 0 if no slice with name n exists.
176 Slice & operator [] (const char name[]);
177 const Slice & operator [] (const char name[]) const;
179 Slice & operator [] (const std::string &name);
301 FrameBuffer::Iterator::name () const function in class:Imf::FrameBuffer::Iterator
353 FrameBuffer::ConstIterator::name () const function in class:Imf::FrameBuffer::ConstIterator
    [all...]
ImfHeader.cpp 17 // * Neither the name of Industrial Light & Magic nor the names of
132 if (strlen (i.name()) >= 32 || strlen (i.attribute().typeName()) >= 32)
142 if (strlen (i.name()) >= 32)
288 Header::insert (const char name[], const Attribute &attribute)
290 if (name[0] == 0)
291 THROW (Iex::ArgExc, "Image attribute name cannot be an empty string.");
293 AttributeMap::iterator i = _map.find (name);
301 _map[name] = tmp;
314 "to image attribute \"" << name << "\" of "
325 Header::insert (const string &name, const Attribute &attribute
991 char name[Name::SIZE]; local
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 223 SkString nameInput("Test name\twith#tab");
224 SkPDFUnion name = SkPDFUnion::Name(nameInput); local
225 ASSERT_EMIT_EQ(reporter, name, "/Test#20name#09with#23tab");
228 SkPDFUnion name2 = SkPDFUnion::Name(nameInput2);
231 SkPDFUnion name3 = SkPDFUnion::Name("SimpleNameWithOnlyPrintableASCII");
236 SkPDFUnion highBitName = SkPDFUnion::Name(highBitString);
  /external/skia/tools/
CrashHandler.cpp 103 const char* name; member in struct:__anon23223
120 SkDebugf(" %s", kExceptions[i].name);
157 // Buffer to store symbol name in.
172 SkDebugf("%s +%x\n", symbol->Name, offset);
  /external/v8/samples/
process.cc 12 // * Neither the name of Google Inc. nor the names of its
119 static void GetPath(Local<String> name,
121 static void GetReferrer(Local<String> name,
123 static void GetHost(Local<String> name,
125 static void GetUserAgent(Local<String> name,
129 static void MapGet(Local<Name> name, const PropertyCallbackInfo<Value>& info);
130 static void MapSet(Local<Name> name, Local<Value> value,
386 void JsHttpRequestProcessor::MapGet(Local<Name> name
    [all...]
  /external/v8/src/interpreter/
bytecodes.h 243 #define DECLARE_OPERAND_TYPE(Name, _) k##Name,
256 #define DECLARE_BYTECODE(Name, ...) k##Name,
  /external/v8/src/
type-info.cc 282 Handle<Name> name,
288 CollectReceiverTypes(&nexus, name, flags, receiver_types);
310 Handle<Name> name,
314 CollectReceiverTypes(slot, name, flags, receiver_types);
335 Handle<Name> name,
339 CollectReceiverTypes<FeedbackNexus>(&nexus, name, flags, types);
344 void TypeFeedbackOracle::CollectReceiverTypes(T* obj, Handle<Name> name
    [all...]
typing-asm.h 104 #define V(NAME, Name, name, lane_count, lane_type) \
105 ObjectTypeMap stdlib_simd_##name##_types_; \
106 VariableInfo* stdlib_simd_##name##_constructor_type_;
137 Expression* GetReceiverOfPropertyAccess(Expression* expr, const char* name);
140 bool IsSIMDTypeObject(Expression* expr, const char* name);
153 VariableInfo* LibType(ObjectTypeMap* map, Handle<String> name);
  /external/v8/test/unittests/compiler/
live-range-unittest.cc 14 #define DISABLE_IN_RELEASE(Name) Name
18 #define DISABLE_IN_RELEASE(Name) DISABLED_##Name

Completed in 617 milliseconds

<<51525354555657585960>>