HomeSort by relevance Sort by last modified time
    Searched full:system (Results 426 - 450 of 14111) sorted by null

<<11121314151617181920>>

  /external/icu4c/data/xml/main/
en_US_POSIX.xml 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
pa_PK.xml 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
sh.xml 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
ur_IN.xml 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
uz_UZ.xml 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
  /external/javasqlite/src/main/java/SQLite/
Callback.java 11 * System.out.println("&lt;TH&gt;&lt;TR&gt;");
13 * System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
15 * System.out.println("&lt;/TR&gt;&lt;/TH&gt;");
18 * System.out.println("&lt;TR&gt;");
20 * System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
22 * System.out.println("&lt;/TR&gt;");
29 * System.out.println("&lt;TABLE&gt;");
31 * System.out.println("&lt;/TABLE&gt;");
  /external/javassist/sample/hotswap/
Test.java 12 System.out.println("** reload a logging version");
20 System.out.println("** reload the original version");
  /external/jsr305/sampleUses/src/main/java/
LuhnVerification.java 18 System.out.println(result);
23 System.out.println(checkNumber(""));
  /external/llvm/include/llvm/Support/
LICENSE.TXT 1 LLVM System Interface Library
3 The LLVM System Interface Library is licensed under the Illinois Open Source
  /external/llvm/lib/Support/
README.txt.system 1 Design Of lib/System
5 and all operating system specific functionality. It is not intended to be a
6 complete operating system wrapper (such as ACE), but only to provide the
23 1. No system header files are to be exposed through the interface.
25 3. No exposed system-specific functions.
26 4. No exposed system-specific data.
27 5. Data in lib/System classes must use only simple C++ intrinsic types.
32 system class.
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
Info.plist.in 2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
JAXPTest.java 37 System.err.println("Usage: java "+getClass()+" [input-file]");
38 System.exit(1);
41 //System.setProperty("javax.xml.parsers.SAXParserFactory", SAXFactoryImpl.class.toString());
42 System.setProperty("javax.xml.parsers.SAXParserFactory", "org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl");
45 System.out.println("Ok, SAX factory JAXP creates is: "+spf);
46 System.out.println("Let's parse...");
48 System.out.println("Done. And then DOM build:");
52 System.out.println("Succesfully built DOM tree from '"+f+"', -> "+doc);
  /external/valgrind/main/memcheck/tests/
linux-syslog-syscall.c 1 /** Test program for the syslog() system call.
4 * then look at syslog(3). The system call of this name is about control?
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
staff2.dtd 22 <!ENTITY svgunit SYSTEM "svgunit.js">
23 <!ENTITY svgtest SYSTEM "internalSubset01.js">
  /external/webkit/Source/WebCore/manual-tests/
focusringcolor-change-on-theme-change.html 4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences-&gt;Appearance and selecting another value in the Appearance popup menu.</li>
  /frameworks/base/core/java/android/os/
StatFs.java 27 * the file system will be performed, and the values retrieved available
30 * @param path A path in the desired file system to state.
35 * Perform a restat of the file system referenced by this object. This
36 * is the same as re-constructing the object with the same file system
45 * The size, in bytes, of a block on the file system. This corresponds
51 * The total number of blocks on the file system. This corresponds
57 * The total number of blocks that are free on the file system, including
65 * The number of blocks that are free on the file system and available to
  /hardware/ti/omap4xxx/domx/domx/memmgr_rpc/src/
Android.mk 13 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/omx_core/inc \
14 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/mm_osal/inc \
  /libcore/dom/src/test/resources/
staff2.dtd 22 <!ENTITY svgunit SYSTEM "svgunit.js">
23 <!ENTITY svgtest SYSTEM "internalSubset01.js">
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestUtils.java 40 * <code>System.out</code> in the customizable form.
56 System.out.print(prefix + "0x" + tail + delimiter);
59 System.out.println("");
62 System.out.println("");
66 * Sets system property
68 * @param key - the name of the system property.
72 Properties properties = System.getProperties();
78 System.setProperties(properties);
  /packages/apps/Phone/src/com/android/phone/sip/
SipSharedPreferences.java 82 Settings.System.putString(mContext.getContentResolver(),
83 Settings.System.SIP_CALL_OPTIONS, option);
87 String option = Settings.System.getString(mContext.getContentResolver(),
88 Settings.System.SIP_CALL_OPTIONS);
94 Settings.System.putInt(mContext.getContentResolver(),
95 Settings.System.SIP_RECEIVE_CALLS, (enabled ? 1 : 0));
100 return (Settings.System.getInt(mContext.getContentResolver(),
101 Settings.System.SIP_RECEIVE_CALLS) != 0);
  /prebuilt/sdk/11/renderscript/include/
rs_time.rsh 24 // Return the current system clock in milliseconds
28 // Return the current system clock in nanoseconds
  /prebuilt/sdk/12/renderscript/include/
rs_time.rsh 24 // Return the current system clock in milliseconds
28 // Return the current system clock in nanoseconds
  /prebuilt/sdk/13/renderscript/include/
rs_time.rsh 24 // Return the current system clock in milliseconds
28 // Return the current system clock in nanoseconds
  /system/media/wilhelm/tests/automated/
Android.mk 11 system/media/wilhelm/include \
13 system/media/wilhelm/src/ut
  /system/media/wilhelm/tests/listening/
Android.mk 10 system/media/wilhelm/include
34 system/media/wilhelm/include

Completed in 276 milliseconds

<<11121314151617181920>>