Searched refs:cls (Results 226 - 250 of 263) sorted by relevance

1234567891011

/external/quake/quake/src/WinQuake/
H A Dkeys.cpp172 if (cls.state == ca_disconnected)
687 if (cls.demoplayback && down && consolekeys[key] && key_dest == key_game)
H A Dsys_android.cpp366 if (cls.state == ca_dedicated) {
H A Dcd_audio.cpp806 if (cls.state == ca_dedicated)
/external/v8/tools/
H A Dgrokdump.py644 def Is(self, cls):
645 return isinstance(self, cls)
977 cls = V8Heap.CLASS_MAP.get(instance_type_name, HeapObject)
978 object = cls(self, map, address)
/external/valgrind/main/VEX/switchback/
H A Dlinker.c487 unsigned long cls = 16; //VG_(cache_line_size);
489 startaddr &= ~(cls - 1);
490 for (addr = startaddr; addr < endaddr; addr += cls)
493 for (addr = startaddr; addr < endaddr; addr += cls)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java686 Class cls = TestClassForSerialization.class;
689 bais, cls);
692 assertEquals(cls, obj);
/external/oprofile/libpp/
H A Darrange_profiles.cpp495 profile_class cls; local
496 cls.ptemplate = template_from_profile(parsed, merge_by);
498 pair<set<profile_class>::iterator, bool> ret = classes.insert(cls);
/external/opencv/ml/src/
H A Dmlem.cpp214 int cls = 0; local
276 cls = k;
298 return (float)cls;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py2251 def _inContext(cls, adaptor, tokenNames, t, context):
2257 if cls.dotdotPattern.match(context):
2261 if cls.doubleEtcPattern.match(context):
2279 ancestor = cls._getAncestor(adaptor, tokenNames, t, goal)
H A Drecognizers.py842 def _getRuleInvocationStack(cls, module):
/external/clang/bindings/python/clang/
H A Dcindex.py1881 def from_source(cls, filename, args=None, unsaved_files=None, options=0,
1953 return cls(ptr, index=index)
1956 def from_ast_file(cls, filename, index=None):
1975 return cls(ptr=ptr, index=index)
/external/quake/quake/src/QW/client/
H A Dgl_model.c1534 Info_SetValueForKey (cls.userinfo,
1538 if (cls.state >= ca_connected) {
1539 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
1543 SZ_Print (&cls.netchan.message, st);
H A Dmodel.c1467 Info_SetValueForKey (cls.userinfo,
1471 if (cls.state >= ca_connected) {
1472 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
1476 SZ_Print (&cls.netchan.message, st);
H A Dr_misc.c233 i = (cls.netchan.outgoing_sequence-a) & NET_TIMINGSMASK;
H A Dsbar.c1013 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
1014 SZ_Print (&cls.netchan.message, "pings");
H A Dcd_audio.c802 if (cls.state == ca_dedicated)
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py289 def _parse_date(cls, date_string):
293 return datetime.strptime(date_string, cls._bugzilla_date_format)
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py405 def __new__(cls, value):
414 return unicode.__new__(cls, value)
415 return unicode.__new__(cls, value, DEFAULT_OUTPUT_ENCODING)
/external/grub/stage2/
H A Dshared.h782 void cls (void);
/external/webkit/Source/WebKit2/Scripts/webkit2/
H A Dmessages.py65 def parse(cls, file):
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py948 def _command_wrapper(cls, wrapper_option):
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp485 #define COLOR_GET(cls) \
486 edje_object_color_class_get(m_edje, "webkit/"cls, \
/external/icu4c/test/intltest/
H A Dtranstst.cpp4053 #define TEST_TRANSLIT_ID(id, cls) { \
4059 if (t->getDynamicClassID() != cls::getStaticClassID()) { \
4060 errln("FAIL: " #cls " dynamic and static class ID mismatch"); \
4067 #define TEST_TRANSLIT_RULE(rule, cls) { \
4074 if (t->getDynamicClassID() != cls ::getStaticClassID()) { \
4075 errln("FAIL: " #cls " dynamic and static class ID mismatch"); \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 604 milliseconds

1234567891011