HomeSort by relevance Sort by last modified time
    Searched refs:baseName (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 92 std::string baseName = std::string(argv[optind]);
93 ApiGen apiEntries(baseName);
96 std::string typesFilename = inDir + "/" + baseName + TYPES_EXTENTION;
102 std::string filename = inDir + "/" + baseName + SPEC_EXTENSION;
110 apiEntries.genAttributesTemplate(inDir + "/" + baseName + ATTRIB_EXTENSION);
114 std::string attribFileName = inDir + "/" + baseName + ATTRIB_EXTENSION;
123 apiEntries.genOpcodes(encoderDir + "/" + baseName + "_opcodes.h");
124 apiEntries.genContext(encoderDir + "/" + baseName + "_client_context.h", ApiGen::CLIENT_SIDE);
125 apiEntries.genContextImpl(encoderDir + "/" + baseName + "_client_context.cpp", ApiGen::CLIENT_SIDE);
127 apiEntries.genProcTypes(encoderDir + "/" + baseName + "_client_proc.h", ApiGen::CLIENT_SIDE)
    [all...]
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
MenuIconGeneratorTest.java 23 private void checkGraphic(String baseName) throws IOException {
25 checkGraphic(4, "menus", baseName, generator, new GraphicGenerator.Options());
NotificationIconGeneratorTest.java 25 private void checkGraphic(String baseName,
33 checkGraphic(expectedCount, folderName, baseName, generator, options);
36 private void checkGraphic(String baseName, GraphicGenerator.Shape shape) throws IOException {
37 checkGraphic(baseName, shape, 1, "notification", 12);
TabIconGeneratorTest.java 23 private void checkGraphic(String folderName, String baseName, int minSdk,
28 checkGraphic(expectedFileCount, folderName, baseName, generator, options);
ActionBarIconGeneratorTest.java 26 private void checkGraphic(String baseName, Theme theme) throws IOException {
31 checkGraphic(4, "actions", baseName, generator, options);
LauncherIconGeneratorTest.java 25 private void checkGraphic(String baseName,
36 checkGraphic(4 + (isWebGraphic ? 1 : 0), "launcher", baseName, generator, options);
  /external/icu4c/test/intltest/
windttst.cpp 155 UnicodeString baseName(wlocale.getBaseName());
158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected +
163 UnicodeString baseName(wlocale.getBaseName());
166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected +
171 UnicodeString baseName(wlocale.getBaseName());
174 log->errln("Date format error for locale " + baseName + ": expected \"" + expected +
179 UnicodeString baseName(wlocale.getBaseName());
182 log->errln("Time format error for locale " + baseName + ": expected \"" + expected +
intltest.cpp 606 UBool IntlTest::runTest( char* name, char* par, char *baseName )
613 if(baseName == NULL) {
615 baseName=baseNameBuffer;
616 strcpy(baseName, "/");
629 rval = runTestLoop( NULL, par, baseName );
636 rval = runTestLoop( name, par, baseName );
663 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName )
672 if(baseName == NULL) {
673 printf("ERROR: baseName can't be null.\n");
676 if ((char *)this->basePath != baseName) {
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 59 * <li>BaseName (base bundle)
172 * <strong>Example</strong> For the basename "BaseName", the {@code Locale} of the
181 * <li>BaseName</li>
245 * @param baseName
253 public static ResourceBundle getBundle(String baseName, ResourceBundle.Control control) {
254 return getBundle(baseName, Locale.getDefault(), getLoader(), control);
260 * @param baseName
270 public static ResourceBundle getBundle(String baseName,
272 return getBundle(baseName, targetLocale, getLoader(), control)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 44 $baseName = $parts[1];
45 $parts = explode(".", $baseName);
  /external/icu4c/common/
locid.cpp 280 if (baseName && baseName != baseNameBuffer) {
281 uprv_free(baseName);
282 baseName = NULL;
287 : UObject(), fullName(fullNameBuffer), baseName(NULL)
298 : UObject(), fullName(fullNameBuffer), baseName(NULL)
308 : UObject(), fullName(fullNameBuffer), baseName(NULL)
443 : UObject(other), fullName(fullNameBuffer), baseName(NULL)
475 /* baseName is the cached result of getBaseName. if 'other' has a
476 baseName and it fits in baseNameBuffer, then copy it. otherwise se
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 68 String baseName = getReportBaseName();
69 File reportFile = new File(reportPath, baseName + ".zip");
73 ZipEntry entry = new ZipEntry(baseName + ".xml");
  /frameworks/base/core/java/android/util/
AtomicFile.java 53 public AtomicFile(File baseName) {
54 mBaseName = baseName;
55 mBackupName = new File(baseName.getPath() + ".bak");
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 47 public AtomicFile(File baseName) {
48 mBaseName = baseName;
49 mBackupName = new File(baseName.getPath() + ".bak");
  /frameworks/support/v4/java/android/support/v4/util/
AtomicFile.java 51 public AtomicFile(File baseName) {
52 mBaseName = baseName;
53 mBackupName = new File(baseName.getPath() + ".bak");
  /packages/apps/Phone/src/com/android/phone/
CallTime.java 202 String baseName = file.getPath() + File.separator + "callstate";
203 String dataFile = baseName + ".data";
204 String keyFile = baseName + ".key";
218 Debug.startMethodTracing(baseName, 8 * 1024 * 1024);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 152 GOwnPtr<gchar> baseName(g_path_get_basename(finalPath.get()));
153 if (!g_strcmp0(baseName.get(), "libflashplayer.so")
173 if (!g_strcmp0(baseName.get(), "libflashplayer.so")) {
  /frameworks/base/services/java/com/android/server/
IntentResolverOld.java 370 String baseName = name;
373 baseName = name.substring(0, slashpos).intern();
387 array = mBaseTypeToFilter.get(baseName);
391 mBaseTypeToFilter.put(baseName, array);
395 array = mWildTypeToFilter.get(baseName);
399 mWildTypeToFilter.put(baseName, array);
419 String baseName = name;
422 baseName = name.substring(0, slashpos).intern();
432 if (!remove_all_objects(mBaseTypeToFilter.get(baseName), filter)) {
433 mBaseTypeToFilter.remove(baseName);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 351 String baseName,
360 while ((alias = prov.getProperty("Alg.Alias." + baseName + "." + algorithm)) != null)
365 String className = prov.getProperty(baseName + "." + algorithm);
405 String baseName,
419 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
427 imp = getImplementation(baseName, algorithm, prov[i]);
  /external/webkit/Tools/MiniBrowser/qt/
MiniBrowserApplication.cpp 54 programName = program.baseName();
  /external/icu4c/common/unicode/
locid.h 724 char* baseName;
766 return &baseName[variantBegin];
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 46 std::string baseName(Record &R) {
76 std::string BaseName = macroName(Base->getName());
93 << BaseName << "(Type, Base)\n";
98 << R->getName() << ", " << baseName(*Base) << "))\n";
101 << baseName(*Base) << ")\n";
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/resources/
ResourceFile.java 299 * @param baseName The initial resource name
300 * @return The baseName value if a resource with this name does not exist or a new suggested name otherwise
302 public String getNewResourceName(String baseName)
305 String newName = baseName;
315 newName = baseName + (count == 0 ? "" : "_" + Integer.toString(count));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 792 String baseName = realFqcn.substring(dotIndex+1);
794 if (Character.isLowerCase(baseName.charAt(0))) {
795 baseName = Character.toUpperCase(baseName.charAt(0)) + baseName.substring(1);
798 baseName + "Rule"; //$NON-NLS-1$
    [all...]
  /external/guava/guava/src/com/google/common/io/
Files.java 420 String baseName = System.currentTimeMillis() + "-";
423 File tempDir = new File(baseDir, baseName + counter);
430 + baseName + "0 to " + baseName + (TEMP_DIR_ATTEMPTS - 1) + ')');

Completed in 4854 milliseconds

1 2 3 4