HomeSort by relevance Sort by last modified time
    Searched refs:Dict (Results 1 - 8 of 8) sorted by null

  /external/dbus/test/data/valid-messages/
unknown-header-field.message 8 TYPE DICT
9 LENGTH Dict
10 START_LENGTH Dict
14 END_LENGTH Dict
  /external/skia/third_party/glu/libtess/
dict-list.h 39 ** $Header: //depot/main/gfx/lib/glu/libtess/dict-list.h#5 $
48 #define Dict DictList
52 #define dictDeleteDict(dict) __gl_dictListDeleteDict(dict)
54 #define dictSearch(dict,key) __gl_dictListSearch(dict,key)
55 #define dictInsert(dict,key) __gl_dictListInsert(dict,key)
56 #define dictInsertBefore(dict,node,key) __gl_dictListInsertBefore(dict,node,key
    [all...]
dict.h 39 ** $Header: //depot/main/gfx/lib/glu/libtess/dict.h#5 $
50 #define Dict DictList
54 #define dictDeleteDict(dict) __gl_dictListDeleteDict(dict)
56 #define dictSearch(dict,key) __gl_dictListSearch(dict,key)
57 #define dictInsert(dict,key) __gl_dictListInsert(dict,key)
58 #define dictInsertBefore(dict,node,key) __gl_dictListInsertBefore(dict,node,key
    [all...]
dict.c 39 ** $Header: //depot/main/gfx/lib/glu/libtess/dict.c#5 $
43 #include "dict-list.h"
47 Dict *dictNewDict( void *frame,
50 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); local
53 if (dict == NULL) return NULL;
55 head = &dict->head;
61 dict->frame = frame
    [all...]
tess.h 48 #include "dict.h"
90 Dict *dict; /* edge dictionary for sweep line */ member in struct:GLUtesselator
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 142 /// <param name="dict">Dictionary whose string representation will be returned</param>
144 class function DictionaryToString(const Dict: IDictionary<Integer, IList<IANTLRInterface>>): String; static;
336 const Dict: IDictionary<Integer, IList<IANTLRInterface>>): String;
344 if Assigned(Dict) then
348 for E in Dict do
371 Dict: IDictionary<Integer, IList<IANTLRInterface>>;
387 if Supports(Element, IDictionary<Integer, IList<IANTLRInterface>>, Dict) then
388 SB.Append(DictionaryToString(Dict))
Antlr.Runtime.pas     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 165 milliseconds