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

1 2 3

  /development/tools/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>
243 * @param baseName
251 public static ResourceBundle getBundle(String baseName, ResourceBundle.Control control) {
252 return getBundle(baseName, Locale.getDefault(), getLoader(), control);
258 * @param baseName
268 public static ResourceBundle getBundle(String baseName,
270 return getBundle(baseName, targetLocale, getLoader(), control)
    [all...]
  /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/com/android/internal/os/
AtomicFile.java 36 public AtomicFile(File baseName) {
37 mBaseName = baseName;
38 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/
IntentResolver.java 368 String baseName = name;
371 baseName = name.substring(0, slashpos).intern();
385 array = mBaseTypeToFilter.get(baseName);
389 mBaseTypeToFilter.put(baseName, array);
393 array = mWildTypeToFilter.get(baseName);
397 mWildTypeToFilter.put(baseName, array);
417 String baseName = name;
420 baseName = name.substring(0, slashpos).intern();
430 if (!remove_all_objects(mBaseTypeToFilter.get(baseName), filter)) {
431 mBaseTypeToFilter.remove(baseName);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Util.java 347 String baseName,
356 while ((alias = prov.getProperty("Alg.Alias." + baseName + "." + algorithm)) != null)
361 String className = prov.getProperty(baseName + "." + algorithm);
401 String baseName,
415 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
423 imp = getImplementation(baseName, algorithm, prov[i]);
  /external/collada/src/dae/
daeURI.cpp 128 /* out */ string& baseName,
140 //dir = baseName = extension = "";
141 //re.FullMatch(path, &dir, &baseName, &extension);
146 dir = baseName = extension = tmpFile = "";
148 findExt.PartialMatch(tmpFile, &baseName, &extension);
196 void daeURI::pathComponents(string& dir, string& baseName, string& ext) const {
197 parsePath(_path, dir, baseName, ext);
224 void daeURI::path(const string& dir, const string& baseName, const string& ext) {
225 path(addSlashToEnd(dir) + baseName + ext);
234 void daeURI::pathFileBase(const string& baseName) {
    [all...]
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.h 48 std::string baseName(Record &R) {
ClangASTNodesEmitter.cpp 28 std::string BaseName = macroName(Base->getName());
45 << BaseName << "(Type, Base)\n";
50 << R->getName() << ", " << baseName(*Base) << "))\n";
53 << baseName(*Base) << ")\n";
  /external/webkit/Tools/MiniBrowser/qt/
MiniBrowserApplication.cpp 54 programName = program.baseName();
  /external/icu4c/common/unicode/
locid.h 723 char* baseName;
765 return &baseName[variantBegin];
  /external/guava/src/com/google/common/io/
Files.java 408 String baseName = System.currentTimeMillis() + "-";
411 File tempDir = new File(baseDir, baseName + counter);
418 + baseName + "0 to " + baseName + (TEMP_DIR_ATTEMPTS - 1) + ')');
  /external/collada/include/dae/
daeURI.h 221 // file:/folder/file.dae, dir = /folder/, baseName = file, ext = .dae
222 void pathComponents(std::string& dir, std::string& baseName, std::string& ext) const;
232 void path(const std::string& dir, const std::string& baseName, const std::string& ext);
237 void pathFileBase(const std::string& baseName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 770 String baseName = realFqcn.substring(dotIndex+1);
772 if (Character.isLowerCase(baseName.charAt(0))) {
773 baseName = Character.toUpperCase(baseName.charAt(0)) + baseName.substring(1);
776 baseName + "Rule"; //$NON-NLS-1$
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 258 String baseName = m.group(1);
261 String dataName = baseName + TRACE_DATA_EXT;
265 handleTraceDoubleClick(baseName, entry, dataEntry);
271 String baseName = m.group(1);
274 String keyName = baseName + TRACE_KEY_EXT;
278 handleTraceDoubleClick(baseName, keyEntry, entry);
393 * @param baseName the base name of the 2 files.
397 private void handleTraceDoubleClick(String baseName, FileEntry keyEntry,
405 File f = File.createTempFile(baseName, DdmConstants.DOT_TRACE);
428 command[1] = path + File.separator + baseName;
    [all...]

Completed in 648 milliseconds

1 2 3