HomeSort by relevance Sort by last modified time
    Searched full:standalone (Results 1 - 25 of 399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/qt/symbian/
backup_registration.xml 1 <?xml version="1.0" standalone="yes"?>
  /external/clearsilver/man/man3/
cgi_debug_init.3 14 cgi_debug_init - initialize standalone debugging
28 cgi_debug_init initializes a CGI program for standalone
  /external/chromium/third_party/icu/source/test/intltest/
tsdtfmsy.cpp 64 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
89 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
223 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
224 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
225 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !=
226 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) {
227 errln("ERROR: setMonths(STANDALONE,WIDE) failed");
230 const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
231 fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
232 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) !=
    [all...]
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 64 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
89 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
223 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
224 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
225 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !=
226 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) {
227 errln("ERROR: setMonths(STANDALONE,WIDE) failed");
230 const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
231 fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
232 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) !=
    [all...]
  /ndk/tests/
run-standalone-tests.sh 25 # Prepare the standalone toolchain
26 ROOTDIR=/tmp/ndk/standalone
32 # Install standalone toolchain
40 $NDK/build/tools/make-standalone-toolchain.sh --install-dir=$TOOLCHAINDIR --platform=$1
63 for CXXSRC in $PROGDIR/standalone/*/*.cpp $PROGDIR/standalone/*/*.c; do
  /libcore/xml/src/main/java/org/kxml2/kdom/
Document.java 35 Boolean standalone; field in class:Document
47 public void setStandalone (Boolean standalone) {
48 this.standalone = standalone;
52 return standalone;
88 standalone = (Boolean)parser.getProperty ("http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone");
123 writer.startDocument(encoding, standalone);
  /external/e2fsprogs/lib/ext2fs/
inline.c 3 * files as standalone functions, in case the application program
  /development/scripts/app_engine_server/gae_shell/
README 5 May be run as a standalone app or in an existing app as an admin-only handler.
  /external/freetype/src/raster/
ftraster.h 34 /* standalone module, fully independent of FreeType. */
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jardesc 1 <?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
jar_example.jardesc 1 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
  /libcore/luni/src/test/java/tests/xml/
DeclarationTest.java 49 "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" standalone=\"no\" ?><foo />");
55 "<?xml version=\"1.1\" encoding=\"US-ASCII\" standalone=\"yes\" ?><foo />");
98 String message = "This implementation doesn't parse standalone from the XML declaration";
  /external/expat/lib/
xmltok_ns.c 100 int *standalone)
112 standalone);
  /ndk/docs/
sidenav.html 24 <li><a href="STANDALONE-TOOLCHAIN.html" target="content">Standalone Toolchain</a></li>
  /external/chromium/third_party/icu/source/i18n/
udat.cpp 399 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
403 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
407 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
411 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
415 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
419 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
431 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
435 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
504 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
508 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED)
    [all...]
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
copyright 10 + trivial database library - standalone version
  /external/icu4c/i18n/
udat.cpp 443 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
447 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
451 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
455 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
459 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
463 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
475 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
479 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
548 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
552 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED)
    [all...]
  /external/jdiff/src/
comments.xsd 1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
  /external/webkit/WebCore/manual-tests/
svg-crash-hovering-use.svg 1 <?xml version="1.0" standalone="no"?>
  /external/webkit/WebKitTools/GtkLauncher/
simple.svg 1 <?xml version="1.0" standalone="no"?>
  /frameworks/base/core/res/res/layout/
recent_apps_icon.xml 20 <!-- This is not a standalone element - it is imported into recent_apps_dialog.xml -->
  /sdk/
changes.txt 24 - Fixed SSL download for the standalone version of the SDK Updater.
  /sdk/sdklauncher/
sdklauncher.exe.manifest 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  /system/core/include/cutils/
tztime.h 35 const char *standalone_month[12]; /* long standalone names */
  /external/bison/lib/
timevar.c 153 /* Non-zero if this timing variable is running as a standalone
155 unsigned standalone : 1; member in struct:timevar_def
281 TIMEVAR cannot be running as a standalone timer. */
297 /* Can't push a standalone timer. */
298 if (tv->standalone)
386 if (tv->standalone)
388 tv->standalone = 1;
407 if (!tv->standalone)
427 /* Is TIMEVAR currently running as a standalone timer? */
428 if (tv->standalone)
    [all...]

Completed in 1139 milliseconds

1 2 3 4 5 6 7 8 91011>>