/external/chromium_org/third_party/tcmalloc/vendor/src/ |
thread_cache.cc | 134 for (size_t cl = 0; cl < kNumClasses; ++cl) { 135 list_[cl].Init(); 145 for (int cl = 0; cl < kNumClasses; ++cl) { 146 if (list_[cl].length() > 0) { 147 ReleaseToCentralCache(&list_[cl], cl, list_[cl].length()) [all...] |
/frameworks/base/tools/aidl/ |
Type.h | 51 Variable* parcel, Variable** cl); 53 Variable* parcel, Variable** cl); 60 Variable* parcel, Variable** cl); 62 Variable* parcel, Variable** cl); 67 Variable* data, Variable** cl); 106 Variable* parcel, Variable** cl); 113 Variable* parcel, Variable** cl); 115 Variable* parcel, Variable** cl); 120 Variable* data, Variable** cl); 143 Variable* parcel, Variable** cl); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
SpringLoadedDragController.java | 42 public void setAlarm(CellLayout cl) { 44 mAlarm.setAlarm((cl == null) ? ENTER_SPRING_LOAD_CANCEL_HOVER_TIME : 46 mScreen = cl;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
SpringLoadedDragController.java | 42 public void setAlarm(CellLayout cl) { 44 mAlarm.setAlarm((cl == null) ? ENTER_SPRING_LOAD_CANCEL_HOVER_TIME : 46 mScreen = cl;
|
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 172 CommandLine cl(argc, argv); 174 if (cl.HasSwitch("help") || argc < 2) { 212 if (cl.HasSwitch("pidfile")) { 213 pidfile_fd = OpenPidFile(cl.GetSwitchValueASCII("pidfile").c_str()); 220 if (cl.HasSwitch("forward-ip-header")) { 222 cl.GetSwitchValueASCII("forward-ip-header")); 224 cl.GetSwitchValueASCII("forward-ip-header")); 227 if (cl.HasSwitch("logdest")) { 228 std::string log_dest_value = cl.GetSwitchValueASCII("logdest"); 243 if (cl.HasSwitch("logfile")) [all...] |
/external/chromium_org/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 165 CommandLine cl(argc, argv); 167 if (cl.HasSwitch("help") || argc < 2) { 206 if (cl.HasSwitch("pidfile")) { 207 pidfile_fd = OpenPidFile(cl.GetSwitchValueASCII("pidfile").c_str()); 214 if (cl.HasSwitch("forward-ip-header")) { 216 cl.GetSwitchValueASCII("forward-ip-header")); 218 cl.GetSwitchValueASCII("forward-ip-header")); 221 if (cl.HasSwitch("logdest")) { 222 std::string log_dest_value = cl.GetSwitchValueASCII("logdest"); 236 if (cl.HasSwitch("logfile")) [all...] |
/external/compiler-rt/lib/i386/ |
ashldi3.S | 46 shldl %cl, %eax, %edx // left shift high by count 47 shll %cl, %eax // left shift low by count 52 shll %cl, %edx // shift high by count - 32
|
lshrdi3.S | 47 shrdl %cl, %edx, %eax // right shift low by count 48 shrl %cl, %edx // right shift high by count 53 shrl %cl, %eax // shift low by count - 32
|
/frameworks/compile/mclinker/include/mcld/Support/ |
CommandLine.h | 24 namespace cl { namespace in namespace:llvm 29 class SearchDirParser : public llvm::cl::basic_parser<std::string> 51 class FalseParser : public cl::parser<bool> 55 bool parse(cl::Option &O, StringRef ArgName, StringRef Arg, bool &Val) { 56 if (cl::parser<bool>::parse(O, ArgName, Arg, Val)) 87 class parser<mcld::ZOption> : public llvm::cl::basic_parser<mcld::ZOption> 100 } // namespace of cl
|
/external/chromium_org/content/public/common/ |
main_function_params.h | 30 explicit MainFunctionParams(const CommandLine& cl) 31 : command_line(cl),
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
common.h | 219 inline size_t ByteSizeForClass(size_t cl) { 220 return class_to_size_[cl]; 224 inline size_t class_to_size(size_t cl) { 225 return class_to_size_[cl]; 229 inline size_t class_to_pages(size_t cl) { 230 return class_to_pages_[cl]; 238 inline int num_objects_to_move(size_t cl) { 239 return num_objects_to_move_[cl];
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-muldiv.asm | 20 divb %cl 24 divb %cl, %al 28 idivb %cl 32 idivb %cl, %al
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdtlib.asm | 19 mov cl,byte [esi] 21 cmp cl,dl 24 or cl,cl
|
/external/javassist/src/main/javassist/tools/reflect/ |
Loader.java | 32 * javassist.tools.reflect.Loader cl 34 * cl.makeReflective("Person", "MyMetaobject", 36 * cl.run("MyApp", args); 57 * javassist.tools.reflect.Loader cl = new javassist.tools.reflect.Loader(); 58 * cl.makeReflective("Person", "MyMetaobject", 60 * cl.run("MyApp", args); 84 * javassist.Loader cl 88 * cl.run("MyApp", args); 124 Loader cl = new Loader(); local 125 cl.run(args) [all...] |
/external/libffi/testsuite/libffi.call/ |
cls_double.c | 24 static ffi_closure cl; local 33 pcl = &cl;
|
cls_float.c | 25 static ffi_closure cl; local 34 pcl = &cl;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCAsmInfo.cpp | 30 static cl::opt<AsmWriterFlavorTy> 31 AsmWriterFlavor("x86-asm-syntax", cl::init(ATT), 32 cl::desc("Choose style of code to emit from X86 backend:"), 33 cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"), 37 static cl::opt<bool> 38 MarkedJTDataRegions("mark-data-regions", cl::init(false), 39 cl::desc("Mark code section jump table data regions."), 40 cl::Hidden);
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.h | 27 extern cl::opt<std::string> TripleName; 28 extern cl::opt<std::string> ArchName;
|
/external/skia/tools/skpdiff/ |
SkCLImageDiffer.h | 12 # include <OpenCL/cl.h> 14 # include <CL/cl.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 101 for key, cl in dict.items(): 102 if cl.module == name: 104 if hasattr(cl, 'super') and cl.super: 106 for sup in cl.super: 111 if sup.module != cl.module: 115 items.append((cl.lineno, s)) 116 self.classes[s] = cl 130 self.cl = self.classes[self.name] 132 self.cl = Non [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 101 for key, cl in dict.items(): 102 if cl.module == name: 104 if hasattr(cl, 'super') and cl.super: 106 for sup in cl.super: 111 if sup.module != cl.module: 115 items.append((cl.lineno, s)) 116 self.classes[s] = cl 130 self.cl = self.classes[self.name] 132 self.cl = Non [all...] |
/external/doclava/src/com/google/doclava/ |
ClassInfo.java | 61 public ClassInfo(ClassDoc cl, String rawCommentText, SourcePositionInfo position, 78 mClass = cl; 260 ClassInfo cl = containingClass(); local 261 while (cl != null) { 262 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments(); 266 cl = cl.containingClass(); 271 private static void gatherHiddenInterfaces(ClassInfo cl, HashSet<ClassInfo> interfaces) { 272 for (ClassInfo iface : cl.mRealInterfaces) { 445 private static void addFields(ClassInfo cl, TreeMap<String, FieldInfo> all) 856 ClassInfo cl = classes[i]; local 959 direct.put(cl.name(), cl); local 961 indirect.put(cl.name(), cl); local 1118 ClassInfo cl = superclass(); local 1209 ClassInfo cl = this; local 1315 ClassDoc cl = mClass; local 1354 ClassInfo cl = classes[i]; local [all...] |
/external/llvm/tools/opt/ |
opt.cpp | 55 static cl::list<const PassInfo*, bool, PassNameParser> 56 PassList(cl::desc("Optimizations available:")); 60 static cl::opt<std::string> 61 InputFilename(cl::Positional, cl::desc("<input bitcode file>"), 62 cl::init("-"), cl::value_desc("filename")); 64 static cl::opt<std::string> 65 OutputFilename("o", cl::desc("Override output filename"), 66 cl::value_desc("filename")) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ClassLoaderTest.java | 114 ClassLoader cl; field in class:ClassLoaderTest.SyncLoadTestThread 117 SyncLoadTestThread(ClassLoader cl) { 118 this.cl = cl; 125 cls = Class.forName("TestClass", false, cl); 141 SyncTestClassLoader cl = new SyncTestClassLoader(lock); local 142 SyncLoadTestThread tt1 = new SyncLoadTestThread(cl); 143 SyncLoadTestThread tt2 = new SyncLoadTestThread(cl); 160 assertEquals("Both threads tried to define class", 1, cl.numFindClassCalled); 205 ClassLoader cl = ClassLoader.getSystemClassLoader() local [all...] |
/external/zlib/src/contrib/inflate86/ |
inffas86.c | 165 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */ 167 " shlq %%cl, %%rax\n" 184 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */ 186 " shlq %%cl, %%rax\n" 193 " movb %%ah, %%cl\n" /* cl = this.bits */ 195 " shrq %%cl, %%rdx\n" /* hold >>= this.bits */ 209 " movb %%ah, %%cl\n" /* cl = this.bits * 825 mov cl, bl \/* cl = bits, needs it for shifting *\/ local 836 mov cl, ah \/* cl = this.bits *\/ local 852 mov cl, al local 856 and cl, 15 \/* op &= 15 *\/ local 864 mov cl, bl \/* cl = bits, needs it for shifting *\/ local 868 mov cl, ch \/* move op back to ecx *\/ local 886 mov cl, bl \/* cl = bits, needs it for shifting *\/ local 900 mov cl, ah local 903 mov cl, al \/* cl = this.op *\/ local 907 and cl, 15 \/* op &= 15 *\/ local 915 mov cl, bl \/* cl = bits, needs it for shifting *\/ local 919 mov cl, ch \/* move op back to ecx *\/ local [all...] |