HomeSort by relevance Sort by last modified time
    Searched refs:cName (Results 1 - 23 of 23) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkAppInstaller.java 49 ComponentName cName = new ComponentName("com.android.stk",
55 pm.setComponentEnabledSetting(cName, state,
  /external/icu4c/common/
uscript.c 61 char cName[50] = {'\0'};
62 u_UCharsToChars(name,cName,len);
63 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, cName);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 70 String cName = pckPath.substring(pck.length() + 1);
71 cName = cName.substring(0, cName.lastIndexOf("."));
72 String cfName = pck+"/"+cName+".class";
75 String inFile = classesDir + "/" + pck + "/" + cName + ".class";
83 .lastIndexOf("/"))+ "/" + cName + ".cfh";
  /frameworks/base/core/java/android/app/
SearchableInfo.java 306 * @param cName The component name of the searchable activity
309 private SearchableInfo(Context activityContext, AttributeSet attr, final ComponentName cName) {
310 mSearchActivity = cName;
531 ComponentName cName = new ComponentName(activityInfo.packageName, activityInfo.name);
533 SearchableInfo searchable = getActivityMetaData(userContext, xml, cName);
558 * @param cName The component name of the searchable activity
563 final ComponentName cName) {
565 Context activityContext = createActivityContext(context, cName);
578 result = new SearchableInfo(activityContext, attr, cName);
581 cName.flattenToShortString() + ": " + ex.getMessage())
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java 34 String cName = metaData.getColumnName(columnIndex).toLowerCase();
35 this.columnNames.put(cName, columnIndex-1);
36 this.columnNameArray[columnIndex-1]=cName;
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 268 const char* cName = NULL;
269 if ((cName = ucnv_getStandardName(icuCanonicalName, "MIME", &status)) != NULL) {
270 return env->NewStringUTF(cName);
271 } else if ((cName = ucnv_getStandardName(icuCanonicalName, "IANA", &status)) != NULL) {
272 return env->NewStringUTF(cName);
  /external/skia/src/effects/gradients/
SkTwoPointRadialGradient.cpp 582 SkString cName("c");
612 cName.c_str(),
624 cName.c_str());
637 t.printf("-%s / %s", cName.c_str(), bVar.c_str());
SkTwoPointConicalGradient.cpp 526 SkString cName("c");
564 code->appendf("\tfloat %s = dot(%s, %s) - %s;\n", cName.c_str(),
573 cName.c_str());
594 cName.c_str(), qName.c_str());
632 cName.c_str(), bVar.c_str());
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 560 gchar* cName = JSStringCopyUTF8CString(name);
562 DumpRenderTreeSupportGtk::executeCoreCommandByName(view, cName, cValue);
563 g_free(cName);
610 gchar* cName = JSStringCopyUTF8CString(name);
611 bool result = DumpRenderTreeSupportGtk::isCommandEnabled(view, cName);
612 g_free(cName);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 441 byte[] cName = C.class.getName().getBytes("UTF-8");
454 out.write(cName.length); // second byte for C class name length
455 out.write(cName, 0, cName.length); // C class name
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 440 byte[] cName = C.class.getName().getBytes("UTF-8");
453 out.write(cName.length); // second byte for C class name length
454 out.write(cName, 0, cName.length); // C class name
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1146 milliseconds