HomeSort by relevance Sort by last modified time
    Searched defs:cl (Results 201 - 225 of 348) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/instant/
instant_loader.cc 709 CommandLine* cl = CommandLine::ForCurrentProcess(); local
710 if (cl->HasSwitch(switches::kInstantURL))
711 instant_url = GURL(cl->GetSwitchValueASCII(switches::kInstantURL));
    [all...]
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.cc 289 CommandLine* cl = CommandLine::ForCurrentProcess(); local
290 if (cl->HasSwitch(switches::kTileMemoryMultiplier)) {
292 cl->GetSwitchValueASCII(switches::kTileMemoryMultiplier);
300 if (cl->HasSwitch(switches::kDefaultTileWidth) ||
301 cl->HasSwitch(switches::kDefaultTileHeight)) {
308 cl->AppendSwitchASCII(switches::kDefaultTileWidth, size.str());
309 cl->AppendSwitchASCII(switches::kDefaultTileHeight, size.str());
    [all...]
  /external/chromium_org/chrome/browser/search/
search.cc 632 CommandLine* cl = CommandLine::ForCurrentProcess(); local
633 cl->AppendSwitch(switches::kEnableInstantExtendedAPI);
637 CommandLine* cl = CommandLine::ForCurrentProcess(); local
638 cl->AppendSwitch(switches::kDisableInstantExtendedAPI);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 134 CommandLine* cl = CommandLine::ForCurrentProcess(); local
135 if (cl->HasSwitch(switches::kPasswordFileForTest)) {
137 } else if (cl->HasSwitch(switches::kSyncUserForTest) &&
138 cl->HasSwitch(switches::kSyncPasswordForTest)) {
139 username_ = cl->GetSwitchValueASCII(switches::kSyncUserForTest);
140 password_ = cl->GetSwitchValueASCII(switches::kSyncPasswordForTest);
145 if (!cl->HasSwitch(switches::kSyncServiceURL) &&
146 !cl->HasSwitch(switches::kSyncServerCommandLine)) {
152 } else if (cl->HasSwitch(switches::kSyncServiceURL) &&
153 cl->HasSwitch(switches::kSyncServerCommandLine))
404 CommandLine* cl = CommandLine::ForCurrentProcess(); local
499 CommandLine* cl = CommandLine::ForCurrentProcess(); local
533 CommandLine* cl = CommandLine::ForCurrentProcess(); local
589 CommandLine* cl = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 340 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;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRedBlackTree.h 884 int cl = checkNode(n->fChildren[kLeft_Child], &leftBh); local
888 return 1 + cl + cr;
    [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...]
  /external/openssl/ssl/
t1_enc.c 340 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;
    [all...]
  /external/qemu/android/
hw-sensors.c 188 _hwSensorClient_free( HwSensorClient* cl )
191 if (cl->sensors) {
192 HwSensorClient** pnode = &cl->sensors->clients;
197 if (node == cl) {
198 *pnode = cl->next;
203 cl->next = NULL;
204 cl->sensors = NULL;
208 if (cl->client) {
209 qemud_client_close(cl->client);
210 cl->client = NULL
228 HwSensorClient* cl; local
255 HwSensorClient* cl = opaque; local
263 HwSensorClient* cl = opaque; local
290 HwSensorClient* cl = opaque; local
487 HwSensorClient* cl = _hwSensorClient_new(sensors); local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 1983 mov cl, [esi + ebx] \/\/ load cl with Prior(x) local
2256 mov cl, [esi + ebx] \/\/ load cl with Prior(x) local
2355 mov cl, [esi + ebx] \/\/ load cl with Prior(x) local
2420 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
2456 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
2460 mov cl, [esi + ebx] \/\/ load Prior(x) into cl local
2467 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
2471 mov cl, [edi + edx] \/\/ load Raw(x-bpp) into cl local
3125 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3161 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3165 mov cl, [esi + ebx] \/\/ load Prior(x) into cl local
3172 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3176 mov cl, [edi + edx] \/\/ load Raw(x-bpp) into cl local
3206 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3242 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3246 mov cl, [esi + ebx] \/\/ load Prior(x) into cl local
3253 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3257 mov cl, [edi + edx] \/\/ load Raw(x-bpp) into cl local
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 884 int cl = checkNode(n->fChildren[kLeft_Child], &leftBh); local
888 return 1 + cl + cr;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 178 sp<ProClient> cl = mProClientList[i][j].promote(); local
179 if (cl != NULL) {
180 clientsToDisconnect.push_back(cl);
742 wp<ProClient> cl = mProClientList[i][j]; local
744 sp<ProClient> clStrong = cl.promote();
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 270 ClassLoader cl = Thread.currentThread().getContextClassLoader(); local
271 if (cl != null) {
273 return ResourceBundle.getBundle(resourceBundleName, Locale.getDefault(), cl);
279 cl = ClassLoader.getSystemClassLoader();
280 if (cl != null) {
282 return ResourceBundle.getBundle(resourceBundleName, Locale.getDefault(), cl);
    [all...]
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 68 ClassLoader cl = DexClassLoaderTest.class.getClassLoader(); local
69 copyResource(cl, JAR_NAME, JAR_FILE);
70 copyResource(cl, DEX_NAME, DEX_FILE);
71 copyResource(cl, JAR2_NAME, JAR2_FILE);
72 copyResource(cl, DEX2_NAME, DEX2_FILE);
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 289 Class cl = TestMethod.class; local
294 mth = cl.getMethod("pustatic", new Class[0]);
302 mth = cl.getDeclaredMethod("prstatic", new Class[0]);
310 mth = cl.getDeclaredMethod("pustatsynch", new Class[0]);
318 mth = cl.getDeclaredMethod("pustatsynchnat", new Class[0]);
326 cl = AbstractTestMethod.class;
328 mth = cl.getDeclaredMethod("puabs", new Class[0]);
519 Class cl = TestMethod.class; local
527 mth = cl.getMethod("voidMethod", new Class[0]);
535 mth = cl.getMethod("parmTest", plist)
573 Class cl = TestMethod.class; local
649 Class cl = TestMethod.class; local
    [all...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 186 uint16x8_t cl = vshll_n_u8(c, 1); local
196 bl = vaddq_u16(bl, cl);
217 uint16x8_t cl = vshll_n_u8(c, 1); local
227 bl = vaddq_u16(bl, cl);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 296 int cl = (r - l - cw) / 2; local
298 view.layout(cl, ct, cl + cw, ct + ch);
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 661 ContentLength cl = (ContentLength) h; local
662 contentLengthHeader.setContentLength(cl.getContentLength());
1533 ContentLength cl = (ContentLength) sipHeader; local
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 225 * Compute class descriptor for a given class <code>cl</code>.
227 * @param cl
232 private static ObjectStreamClass createClassDesc(Class<?> cl) {
236 boolean isArray = cl.isArray();
237 boolean serializable = isSerializable(cl);
238 boolean externalizable = isExternalizable(cl);
244 result.setName(cl.getName());
245 result.setClass(cl);
246 Class<?> superclass = cl.getSuperclass();
258 declaredFields = cl.getDeclaredFields()
995 Class<?> cl = forClass(); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 792 Class cl = new Object[0].getClass(); local
793 assertTrue("int[] not resolved", result.field1.getClass() == cl);
816 Class cl = new char[0].getClass(); local
817 assertTrue("int[] not resolved", result.field1.getClass() == cl);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 1616 Class cl = ((Object) value).getClass(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.cc 371 CommandLine* cl = CommandLine::ForCurrentProcess(); local
372 if (cl->HasSwitch(switches::kSyncShortInitialRetryOverride)) {
376 if (cl->HasSwitch(switches::kSyncEnableGetUpdateAvoidance)) {
404 !cl->HasSwitch(switches::kSyncDisableOAuth2Token)));
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 320 for (int cl = 0; cl < kNumClasses; ++cl) {
321 const int length = Static::central_cache()[cl].length();
322 const int tc_length = Static::central_cache()[cl].tc_length();
323 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes();
325 Static::sizemap()->ByteSizeForClass(cl));
328 if (class_count) class_count[cl] = length + tc_length;
420 for (int cl = 0; cl < kNumClasses; ++cl)
770 const size_t cl = Static::sizemap()->SizeClass(size); local
794 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local
1081 size_t cl = Static::sizemap()->SizeClass(size); local
1130 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local
1184 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local
1283 int cl = Static::sizemap()->SizeClass(size); local
    [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 392 for (ClassInfo cl : mThrownExceptions) {
393 if (documented == null || !inList(cl, documented)) {
394 rv.add(new ThrowsTagInfo("@throws", "@throws", cl.qualifiedName(), cl, "",
584 ClassInfo cl = containingClass(); local
585 while (cl != null) {
586 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
590 cl = cl.containingClass();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 

Completed in 492 milliseconds

1 2 3 4 5 6 7 891011>>