HomeSort by relevance Sort by last modified time
    Searched defs:cl (Results 101 - 125 of 409) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ColorChooser.java 162 ColorListener cl = new ColorListener() { local
171 ColorPickerDialog cpd = new ColorPickerDialog(mContext, cl);
  /system/core/logd/
main.cpp 436 CommandListener *cl = new CommandListener(logBuf, reader, swl); local
437 if (cl->startListener()) {
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 112 public static void printClassInfo(ClassInfo cl) {
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.realInterfaces().isEmpty())
825 ClassInfo cl = null; local
1679 ClassInfo cl = Caches.obtainClass(imp); local
    [all...]
Doclava.java 709 for (ClassInfo cl : classes) {
710 PackageInfo pkg = cl.containingPackage();
755 for (ClassInfo cl : classesToCheck) {
756 if (!cl.isHiddenOrRemoved()) {
869 for (ClassInfo cl : classes) {
870 if (cl.isHiddenOrRemoved()) {
873 sorted.put(cl.qualifiedName(), cl); local
874 PackageInfo pkg = cl.containingPackage();
896 ClassInfo cl = (ClassInfo) o local
1214 ClassInfo cl = classes[i]; local
1246 ClassInfo cl = (ClassInfo) sorted[i].data; local
1306 Proofread.writeClass(cl.htmlPage(), cl); local
1311 ClassInfo cl = classes[i]; local
    [all...]
  /art/runtime/
art_method.cc 548 auto* cl = Runtime::Current()->GetClassLinker(); local
551 auto* type = cl->ResolveType(type_idx, this);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 490 CursorLoader cl = new CursorLoader(getActivity(), MainTable.CONTENT_URI, local
492 cl.setUpdateThrottle(2000); // update at most every 2 seconds.
493 return cl;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 490 CursorLoader cl = new CursorLoader(getActivity(), MainTable.CONTENT_URI, local
492 cl.setUpdateThrottle(2000); // update at most every 2 seconds.
493 return cl;
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
PlotTest.java 189 Class cl = MockRenderer1.class; local
197 assertEquals(1, registry.get(cl).size());
203 assertEquals(1, registry.get(cl).size());
212 // we added a new instance of cl to the renderer so there should be 2 in the subregistry:
213 assertEquals(2, registry.get(cl).size());
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 351 unsigned int cl; local
356 &cl, &tv1, &tv2, &a) == 4) {
357 clock_seq = cl & 0x3FFF;
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 702 static const char* cl = "my_very_very_very_very_very_very_very_very_very_very_very_very_very_long_and_incredibly_uncreative_domain_label"; local
728 int32_t len = (int32_t)strlen(cl);
729 u_charsToUChars(cl, ul, len+1);
744 len = (int32_t)strlen(cl);
774 static const char* cl = "my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.ibm.com"; local
780 int32_t len = (int32_t)strlen(cl);
781 u_charsToUChars(cl, ul, len+1);
798 len = (int32_t)strlen(cl);
    [all...]
utf8tst.c 1048 UChar32 cu, cs, cl; local
    [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 486 DateTimePatternGenerator *cl = gen->clone(); local
487 delete cl;
  /external/libvncserver/client_examples/
SDLvncviewer.c 176 static uint32_t get(rfbClient *cl, int x, int y)
179 case 1: return ((uint8_t *)cl->frameBuffer)[x + y * cl->width];
180 case 2: return ((uint16_t *)cl->frameBuffer)[x + y * cl->width];
181 case 4: return ((uint32_t *)cl->frameBuffer)[x + y * cl->width];
200 static void resizeRectangleToReal(rfbClient *cl, int x, int y, int w, int h)
202 int i0 = x * realWidth / cl->width;
203 int i1 = ((x + w) * realWidth - 1) / cl->width + 1
483 rfbClient* cl; local
    [all...]
  /external/ltrace/
type.c 469 struct { char c; long l; } cl; local
477 static size_t long_alignment = alignof(l, cl);
  /external/valgrind/memcheck/tests/
vcpu_fbench.c 463 double c, cl, y; local
481 cl = 0.0;
482 for (n = 50; c != cl && n--;) {
484 cl = c;
  /external/valgrind/perf/
fbench.c 459 double c, cl, y; local
477 cl = 0.0;
478 for (n = 50; c != cl && n--;) {
480 cl = c;
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 226 Variable* parcel, Variable** cl)
229 t->CreateFromParcel(addTo, v, parcel, cl);
232 t->CreateArrayFromParcel(addTo, v, parcel, cl);
238 Variable* parcel, Variable** cl)
241 t->ReadFromParcel(addTo, v, parcel, cl);
244 t->ReadArrayFromParcel(addTo, v, parcel, cl);
302 Variable* cl = NULL; local
314 stubClass->transact_data, &cl);
471 tryStatement->statements, _result, _reply, &cl);
481 v, _reply, &cl);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ConstructorTest.java 233 Class[] cl = { int.class }; local
235 .getDeclaredConstructor(cl);
244 Class[] cl = { long.class }; local
246 .getDeclaredConstructor(cl);
  /libcore/luni/src/main/java/java/util/
Arrays.java 1308 Class<?> cl; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 283 # _decomp -- the decompressor from builtin module cl
331 import cl namespace
332 params = [cl.ORIGINAL_FORMAT, 0,
333 cl.BITS_PER_COMPONENT, self._sampwidth * 8,
334 cl.FRAME_RATE, self._framerate]
336 params[1] = cl.MONO
338 params[1] = cl.STEREO_INTERLEAVED
432 import cl namespace
433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE,
487 import cl namespace
763 import cl namespace
805 import cl namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 283 # _decomp -- the decompressor from builtin module cl
331 import cl namespace
332 params = [cl.ORIGINAL_FORMAT, 0,
333 cl.BITS_PER_COMPONENT, self._sampwidth * 8,
334 cl.FRAME_RATE, self._framerate]
336 params[1] = cl.MONO
338 params[1] = cl.STEREO_INTERLEAVED
432 import cl namespace
433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE,
487 import cl namespace
763 import cl namespace
805 import cl namespace
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 360 CellLayout cl = (CellLayout) mLauncher.getWorkspace().getChildAt(0); local
361 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
375 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo,
378 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
443 CellLayout cl = ((CellLayout) child); local
444 cl.setOnInterceptTouchListener(this);
445 cl.setClickable(true);
446 cl.setContentDescription(getContext().getString(
455 final CellLayout cl = (CellLayout) child; local
457 (cl.getShortcutsAndWidgets().getAlpha() > 0 |
673 CellLayout cl = (CellLayout) getChildAt(i); local
    [all...]
  /art/runtime/mirror/
class.cc 217 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
223 os << " super='" << PrettyClass(h_super.Get()) << "' (cl=" << h_super->GetClassLoader()
237 const ClassLoader* cl = interface->GetClassLoader(); local
238 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 79 public Class<?> findClass(String cl) throws ClassNotFoundException {
80 return super.findClass(cl);
108 ClassLoader cl = new BogusClassLoader(); local
110 ucl = new URLClassLoader(u, cl);
174 Class cl = ucl.loadClass("ucl.ResClass"); local
176 URL res = cl.getClassLoader().getResource("XX.class");
177 assertNotNull("Failed to load class", cl);
181 cl = null;
184 cl = ucl.loadClass("ucl.ResClass");
185 assertNotNull("Failed to load class from explicit jar URL", cl);
193 ClassLoader cl = new BogusClassLoader(); local
211 ClassLoader cl = new BogusClassLoader(); local
322 URLClassLoaderExt cl = new URLClassLoaderExt(new URL[557]); local
330 URLClassLoader cl = new URLClassLoader(new URL[] { new URL( local
    [all...]
  /external/fsck_msdos/
dir.c 227 cl_t cl; local
246 cl = fat[boot->RootCl].next;
247 if (cl < CLUST_FIRST
248 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
250 if (cl == CLUST_FREE)
252 else if (cl >= CLUST_RSRVD)
254 rsrvdcltype(cl));
421 cl_t cl; local
424 for (cl = dir->head; (sz += boot->ClusterSize) < dir->size;
448 cl_t cl; local
532 cl_t cl, valcl = ~0, invcl = ~0, empcl = ~0; local
    [all...]

Completed in 1030 milliseconds

1 2 3 45 6 7 8 91011>>