HomeSort by relevance Sort by last modified time
    Searched full:structname (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
debug-info-flex-member.cpp 5 struct StructName {
9 struct StructName SN;
  /frameworks/base/media/mca/
structgen.py 107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval):
109 self.structname = structname
151 self.structname, self.structname, self.name, self.defval)
168 self.jtype, self.structname, self.structname, self.name)
171 def __init__(self, name, structname, jclassname, package):
172 FieldType_BasePOD.__init__(self, name, structname, jclassname, package, "float", "float", "jfloat", "0.0")
175 def __init__(self, name, structname, jclassname, package)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlevent.html 392 CLASS="STRUCTNAME"
395 CLASS="STRUCTNAME"
398 CLASS="STRUCTNAME"
449 CLASS="STRUCTNAME"
468 CLASS="STRUCTNAME"
487 CLASS="STRUCTNAME"
506 CLASS="STRUCTNAME"
525 CLASS="STRUCTNAME"
544 CLASS="STRUCTNAME"
563 CLASS="STRUCTNAME"
    [all...]
sdlpalette.html 147 CLASS="STRUCTNAME"
172 CLASS="STRUCTNAME"
177 CLASS="STRUCTNAME"
181 CLASS="STRUCTNAME"
184 CLASS="STRUCTNAME"
189 CLASS="STRUCTNAME"
211 CLASS="STRUCTNAME"
218 CLASS="STRUCTNAME"
sdlconvertaudio.html 134 CLASS="STRUCTNAME"
144 CLASS="STRUCTNAME"
152 CLASS="STRUCTNAME"
160 CLASS="STRUCTNAME"
168 CLASS="STRUCTNAME"
193 CLASS="STRUCTNAME"
199 CLASS="STRUCTNAME"
218 CLASS="STRUCTNAME"
226 CLASS="STRUCTNAME"
239 CLASS="STRUCTNAME"
    [all...]
sdlopenaudio.html 154 CLASS="STRUCTNAME"
173 CLASS="STRUCTNAME"
187 CLASS="STRUCTNAME"
200 CLASS="STRUCTNAME"
207 CLASS="STRUCTNAME"
221 CLASS="STRUCTNAME"
259 CLASS="STRUCTNAME"
275 CLASS="STRUCTNAME"
302 CLASS="STRUCTNAME"
338 CLASS="STRUCTNAME"
    [all...]
sdlkeyboardevent.html 189 CLASS="STRUCTNAME"
194 CLASS="STRUCTNAME"
250 CLASS="STRUCTNAME"
285 CLASS="STRUCTNAME"
292 CLASS="STRUCTNAME"
sdlmousebuttonevent.html 210 CLASS="STRUCTNAME"
215 CLASS="STRUCTNAME"
244 CLASS="STRUCTNAME"
270 CLASS="STRUCTNAME"
277 CLASS="STRUCTNAME"
event.html 137 CLASS="STRUCTNAME"
141 CLASS="STRUCTNAME"
144 CLASS="STRUCTNAME"
sdlcreateyuvoverlay.html 144 CLASS="STRUCTNAME"
155 CLASS="STRUCTNAME"
173 CLASS="STRUCTNAME"
sdlexposeevent.html 148 CLASS="STRUCTNAME"
153 CLASS="STRUCTNAME"
176 CLASS="STRUCTNAME"
sdlcdtrack.html 199 CLASS="STRUCTNAME"
204 CLASS="STRUCTNAME"
219 CLASS="STRUCTNAME"
244 CLASS="STRUCTNAME"
sdljoystickeventstate.html 200 CLASS="STRUCTNAME"
207 CLASS="STRUCTNAME"
214 CLASS="STRUCTNAME"
221 CLASS="STRUCTNAME"
sdlmousemotionevent.html 206 CLASS="STRUCTNAME"
211 CLASS="STRUCTNAME"
289 CLASS="STRUCTNAME"
296 CLASS="STRUCTNAME"
sdlpixelformat.html 270 CLASS="STRUCTNAME"
280 CLASS="STRUCTNAME"
284 CLASS="STRUCTNAME"
321 CLASS="STRUCTNAME"
331 CLASS="STRUCTNAME"
335 CLASS="STRUCTNAME"
452 CLASS="STRUCTNAME"
sdldisplayyuvoverlay.html 134 CLASS="STRUCTNAME"
170 CLASS="STRUCTNAME"
sdlgetkeyname.html 126 CLASS="STRUCTNAME"
147 CLASS="STRUCTNAME"
sdlupdaterect.html 183 CLASS="STRUCTNAME"
190 CLASS="STRUCTNAME"
sdlcreatergbsurface.html 136 CLASS="STRUCTNAME"
147 CLASS="STRUCTNAME"
368 CLASS="STRUCTNAME"
375 CLASS="STRUCTNAME"
  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderVars.cpp 40 structName(other.structName)
52 structName = other.structName;
StructureHLSL.cpp 108 const TString &structName = QualifiedStructNameString(*structure,
110 numComponents = mStructElementIndexes.find(structName)->second;
163 const TString &structName = QualifiedStructNameString(structure, useHLSLRowMajorPacking,
165 const TString declareString = (isNameless ? "struct" : "struct " + structName);
486 const TString &structName = QualifiedStructNameString(structure, useHLSLRowMajorPacking, true);
487 mStd140StructElementIndexes[structName] = padHelper.elementIndex();
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 397 def CodeClear(self, structname):
398 code = [ '%s->%s_set = 0;' % (structname, self.Name()) ]
402 def CodeComplete(self, structname):
406 code = [ 'if (!%s->%s_set)' % (structname, self.Name()),
511 def CodeClear(self, structname):
512 code = [ '%s->%s_set = 0;' % (structname, self.Name()),
514 structname, self._name, structname, self._name)]
599 def CodeClear(self, structname):
600 code = [ 'if (%s->%s_set == 1) {' % (structname, self.Name())
    [all...]
  /external/deqp/data/gles31/shaders/
separate_shader_validation.test 1213 struct StructName
1219 StructName v_val;
1235 struct StructName
1241 StructName v_val;
1262 struct StructName
1268 StructName v_val;
1284 struct StructName
1290 StructName v_val;
1311 struct StructName
1317 StructName v_val
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParameterAsserts.java 104 * @param structName a struct name
107 public static void assertStructName(String structName) throws XMPException
109 if (structName == null || structName.length() == 0)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProviderWin.cpp 36 #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(structName, member) \
37 offsetof(structName, member) + \
38 (sizeof static_cast<structName*>(0)->member)

Completed in 619 milliseconds

1 2 3 4 5