Searched defs:cl (Results 176 - 200 of 226) sorted by relevance

12345678910

/external/quake/quake/src/WinQuake/
H A Dhost_cmd.cpp456 memcpy (text, cl.levelname, strlen(cl.levelname));
457 sprintf (kills,"kills:%3i/%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS]);
488 if (cl.intermission)
965 client_t *cl; local
978 cl = &svs.clients[j];
979 if (cl->privileged)
981 cl->privileged = false;
982 cl
[all...]
/external/skia/src/gpu/
H A DGrRedBlackTree.h884 int cl = checkNode(n->fChildren[kLeft_Child], &leftBh); local
888 return 1 + cl + cr;
/external/chromium/base/
H A Dprocess_util_posix.cc657 bool LaunchApp(const CommandLine& cl, argument
661 return LaunchApp(cl.argv(), no_files, wait, process_handle);
869 // Executes the application specified by |cl| and wait for it to exit. Stores
872 // the current environment. If |do_search_path| is false, |cl| should fully
876 static bool GetAppOutputInternal(const CommandLine& cl, char* const envp[], argument
885 const std::vector<std::string>& argv = cl.argv();
994 bool GetAppOutput(const CommandLine& cl, std::string* output) { argument
996 return GetAppOutputInternal(cl, NULL, output,
1002 bool GetAppOutputRestricted(const CommandLine& cl, argument
1006 return GetAppOutputInternal(cl,
[all...]
H A Dprocess_util_win.cc304 bool LaunchApp(const CommandLine& cl, argument
306 return LaunchAppImpl(cl.command_line_string(), wait,
327 bool GetAppOutput(const CommandLine& cl, std::string* output) { argument
366 const_cast<wchar_t*>(cl.command_line_string().c_str()),
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc709 CommandLine* cl = CommandLine::ForCurrentProcess(); local
710 if (cl->HasSwitch(switches::kInstantURL))
711 instant_url = GURL(cl->GetSwitchValueASCII(switches::kInstantURL));
/external/doclava/src/com/google/doclava/
H A DDoclava.java588 for (ClassInfo cl : classes) {
589 PackageInfo pkg = cl.containingPackage();
630 for (ClassInfo cl : classesToCheck) {
631 if (!cl.isHidden()) {
727 for (ClassInfo cl : classes) {
728 if (cl.isHidden()) {
731 sorted.put(cl.qualifiedName(), cl);
732 PackageInfo pkg = cl.containingPackage();
753 ClassInfo cl
763 cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable) argument
778 getPrintableName(ClassInfo cl) argument
1045 writeClass(ClassInfo cl, Data data) argument
[all...]
H A DInfoBuilder.java112 public static void printClassInfo(ClassInfo cl) { argument
113 System.out.print("Class: " + cl.toString());
115 printTypeVariables(cl.type());
119 System.out.println(cl.comment().mText);
121 if (!cl.annotations().isEmpty()) {
123 printAnnotations(cl.annotations());
126 if (cl.superclass() != null) {
127 System.out.print("Superclass: " + cl.superclass().qualifiedName());
128 printTypeVariables(cl.superclassType());
132 if (!cl
1713 resolveQualifiedNameInInheritedClass(String name, ClassInfo cl, String originalPackage) argument
1749 resolveQualifiedInnerName(String possibleQualifiedName, ClassInfo cl) argument
[all...]
H A DClassInfo.java62 public ClassInfo(ClassDoc cl, String rawCommentText, SourcePositionInfo position, argument
79 mClass = cl;
257 ClassInfo cl = containingClass();
258 while (cl != null) {
259 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
263 cl = cl.containingClass();
268 private static void gatherHiddenInterfaces(ClassInfo cl, HashSet<ClassInfo> interfaces) { argument
269 for (ClassInfo iface : cl.mRealInterfaces) {
442 private static void addFields(ClassInfo cl, TreeMa argument
472 gatherFields(ClassInfo owner, ClassInfo cl, HashMap<String, FieldInfo> fields) argument
509 gatherMethods(ClassInfo owner, ClassInfo cl, HashMap<String, MethodInfo> methods) argument
685 isDerivedFrom(ClassInfo cl) argument
1122 makeInheritedHDF(Data data, int index, ClassInfo cl) argument
1484 implementsInterface(ClassInfo cl, String iface) argument
1571 isConsistent(ClassInfo cl) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-swing.jar ... url java.net.URLConnection conn Throwable ioe ClassLoader cl javax.swing.ImageIcon img Throwable e java. ...
/external/grub/stage2/
H A Diso9660.h182 } cl; member in union:rock_ridge::__anon5573
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java290 * @param cl
293 public static boolean isProxyClass(Class cl) argument
296 return (ProxyObject.class.isAssignableFrom(cl));
419 ClassLoader cl = getClassLoader();
422 createClass2(cl);
424 createClass3(cl);
464 private void createClass2(ClassLoader cl) { argument
472 HashMap cacheForTheLoader = (HashMap)proxyCache.get(cl);
476 proxyCache.put(cl, cacheForTheLoader);
486 createClass3(cl);
492 createClass3(ClassLoader cl) argument
[all...]
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp59 static cl::opt<bool>
61 cl::desc("Coalesce copies (default=true)"),
62 cl::init(true));
64 static cl::opt<bool>
66 cl::desc("Verify machine instrs before and after register coalescing"),
67 cl::Hidden);
1458 unsigned cl = LHS.second->pred_size() + LHS.second->succ_size(); local
1460 if (cl != cr)
1461 return cl > cr;
/external/llvm/lib/Support/
H A DCommandLine.cpp37 using namespace cl;
42 namespace llvm { namespace cl { namespace in namespace:llvm
58 } } // end namespace llvm::cl
93 void cl::MarkOptionsChanged() {
140 if (O->getFormattingFlag() == cl::Positional)
142 else if (O->getMiscFlags() & cl::Sink) // Remember sink options
144 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) {
146 O->error("Cannot specify more than one option with cl::ConsumeAfter!");
213 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
234 /// does special handling of cl
[all...]
/external/openssl/ssl/
H A Dt1_enc.c340 int is_export,n,i,j,k,exp_label_len,cl; local
455 cl=EVP_CIPHER_key_length(c);
456 j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
457 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
/external/qemu-pc-bios/vgabios/
H A Dclext.c728 mov cl, al
729 shr cl, #0x03 variable
730 and cl, #0x03 variable
731 cmp cl, #0x03 variable
734 shl al, cl
H A Dvgabios.c1754 mov cl, #0x01 variable
1758 mov al, cl
1766 inc cl
1767 cmp cl, #0x04 variable
1783 mov cl, #0x01 variable
1787 mov al, cl
1795 inc cl
1796 cmp cl, #0x04 variable
2191 mov cl, #0x00 variable
2194 mov al, cl
2201 cmp cl, #0x10 variable
2292 mov cl, #0x00 variable
2305 cmp cl, #0x10 variable
2448 mov cl, al variable
2858 mov cl, [bx] variable
2859 and cl, #0x0f variable
[all...]
/external/quake/quake/src/QW/client/
H A Dcl_main.c85 client_state_t cl; variable
379 // wipe the entire cl structure
380 memset (&cl, 0, sizeof(cl));
392 cl.free_efrags = cl_efrags;
394 cl.free_efrags[i].entnext = &cl.free_efrags[i+1];
395 cl.free_efrags[i].entnext = NULL;
477 if (!cl.players[i].name[0])
479 if (cl
[all...]
/external/quake/quake/src/QW/server/
H A Dsv_main.c158 client_t *cl; local
166 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++)
167 if (cl->state >= cs_spawned)
168 Netchan_Transmit (&cl->netchan, net_message.cursize
242 int SV_CalcPing (client_t *cl) argument
251 for (frame = cl->frames, i=0 ; i<UPDATE_BACKUP ; i++, frame++)
314 void SV_FullClientUpdateToClient (client_t *client, client_t *cl) argument
316 ClientReliableCheckBlock(cl, 24 + strlen(client->userinfo));
317 if (cl
344 client_t *cl; local
508 client_t *cl, *newcl; local
1069 client_t *cl; local
1145 client_t *cl; local
1460 SV_ExtractFromUserinfo(client_t *cl) argument
[all...]
H A Dpr_cmds.c262 client_t *cl; local
273 cl = &svs.clients[entnum-1];
275 ClientReliableWrite_Begin (cl, svc_centerprint, 2 + strlen(s));
276 ClientReliableWrite_String (cl, s);
685 client_t *cl; local
692 cl = &svs.clients[entnum-1];
696 cl->drop = true;
700 ClientReliableWrite_Begin (cl, svc_stufftext, 2+strlen(str));
701 ClientReliableWrite_String (cl, str);
1358 client_t *cl local
1368 client_t *cl = Write_GetClient(); local
1378 client_t *cl = Write_GetClient(); local
1388 client_t *cl = Write_GetClient(); local
1398 client_t *cl = Write_GetClient(); local
1408 client_t *cl = Write_GetClient(); local
1418 client_t *cl = Write_GetClient(); local
1429 client_t *cl = Write_GetClient(); local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h790 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) argument
791 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
/external/gcc-demangle/
H A Dcp-demangle.c1536 { "cl", NL ("()"), 2 },
2499 struct demangle_component *cl; local
2506 cl = cplus_demangle_type (di);
2537 return d_make_comp (di, DEMANGLE_COMPONENT_PTRMEM_TYPE, cl, mem);
2661 /* Subroutine of <expression> ::= cl <expression>+ E */
2699 ::= cl <expression>+ E
2821 if (!strcmp (code, "cl"))
4144 if (strcmp (d_left (dc)->u.s_operator.op->code, "cl") != 0)
/external/harfbuzz/src/
H A Dharfbuzz-gsub.c1879 HB_UShort* cl; local
1928 cl = sr->Class;
1954 if ( cl[i - 1] != classes[i] )
/external/icu4c/test/cintltst/
H A Dcucdtst.c815 int32_t cl, i; local
819 for(cl=0; cl<12; ++cl) {
822 if(posixClasses[cl].fn(posixData[i].c)!=expect) {
824 posixClasses[cl].name, posixData[i].c, expect ? "FALSE" : "TRUE");
/external/llvm/include/llvm/Support/
H A DCommandLine.h35 /// cl Namespace - This namespace contains all of the command line option
38 namespace cl { namespace in namespace:llvm
137 CommaSeparated = 0x01, // Should this cl::list split between commas?
138 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args?
139 Sink = 0x04 // Should this cl::list eat all unknown options?
405 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> {
406 typedef cl::boolOrDefault WrapperType;
410 OptionValue(const cl::boolOrDefault& V) {
413 OptionValue<cl
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h921 DAGCombinerInfo(SelectionDAG &dag, bool bl, bool blo, bool cl, void *dc) argument
923 CalledByLegalizer(cl), DAG(dag) {}

Completed in 532 milliseconds

12345678910