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

<<11121314151617181920>>

  /dalvik/tests/049-show-object/src/
Main.java 11 System.out.println("d is " + d);
16 System.out.println("class: " + foo.getClass());
19 System.out.println(i + ": " + foo[i]);
  /dalvik/tests/071-dexfile/src-ex/
Another.java 19 System.out.println("Constructing another");
23 System.loadLibrary("nonexistent");
25 System.out.println("Got expected ULE");
  /dalvik/tests/073-mismatched-field/src/
Main.java 25 System.out.println("value=" + this.f);
26 System.err.println("Succeeded unexpectedly");
28 System.out.println("Got expected failure");
  /device/moto/stingray/self-extractors/broadcom/staging/
device-stingray.mk 19 $(LOCAL_PATH)/proprietary/bcm4329.hcd:system/etc/firmware/bcm4329.hcd \
20 $(LOCAL_PATH)/proprietary/bcm4329.cal:system/etc/wifi/bcm4329.cal \
21 $(LOCAL_PATH)/proprietary/fw_bcm4329_mfg.bin:system/vendor/firmware/fw_bcm4329_mfg.bin
  /device/moto/wingray/self-extractors/broadcom/staging/
device-wingray.mk 19 $(LOCAL_PATH)/proprietary/bcm4329.hcd:system/etc/firmware/bcm4329.hcd \
20 $(LOCAL_PATH)/proprietary/bcm4329.cal:system/etc/wifi/bcm4329.cal \
21 $(LOCAL_PATH)/proprietary/fw_bcm4329_mfg.bin:system/vendor/firmware/fw_bcm4329_mfg.bin
  /device/samsung/crespo/self-extractors/broadcom/staging/
device-crespo.mk 19 $(LOCAL_PATH)/proprietary/gpsd:system/vendor/bin/gpsd \
20 $(LOCAL_PATH)/proprietary/bcm4329.hcd:system/vendor/firmware/bcm4329.hcd \
21 $(LOCAL_PATH)/proprietary/gps.s5pc110.so:system/vendor/lib/hw/gps.s5pc110.so
  /device/samsung/crespo4g/self-extractors/broadcom/staging/
device-crespo4g.mk 19 $(LOCAL_PATH)/proprietary/gpsd:system/vendor/bin/gpsd \
20 $(LOCAL_PATH)/proprietary/bcm4329.hcd:system/vendor/firmware/bcm4329.hcd \
21 $(LOCAL_PATH)/proprietary/gps.s5pc110.so:system/vendor/lib/hw/gps.s5pc110.so
  /device/samsung/maguro/self-extractors/samsung/staging/
device-maguro.mk 19 $(LOCAL_PATH)/proprietary/fRom:system/bin/fRom \
20 $(LOCAL_PATH)/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
21 $(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so \
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.h 17 // A utility class for system notifications.
21 // Creates a system notification.
27 // Creates a system notification with a footer link.
  /external/clang/include/clang/Frontend/
HeaderSearchOptions.h 22 /// searches the system group, etc.
28 System, ///< Like Angled, but marks system directories.
29 CSystem, ///< Like System, but only used for C.
30 CXXSystem, ///< Like System, but only used for C++.
31 ObjCSystem, ///< Like System, but only used for ObjC.
32 ObjCXXSystem, ///< Like System, but only used for ObjC++.
33 After ///< Like System, but searched after the system directories.
58 /// If non-empty, the directory to use as a "virtual system root" for includ
    [all...]
  /external/jdiff/src/jdiff/
API.java 87 for (int i = 0; i < indent; i++) System.out.print(" ");
88 System.out.println("Package Name: " + pkg.name_);
95 System.out.print("Package doc block:");
96 System.out.println("\"" + pkg.doc_ + "\"");
107 for (int i = 0; i < indent; i++) System.out.print(" ");
109 System.out.println("Interface name: " + c.name_);
111 System.out.println("Class Name: " + c.name_);
113 for (int i = 0; i < indent; i++) System.out.print(" ");
114 System.out.println("Extends: " + c.extends_);
117 for (int i = 0; i < indent; i++) System.out.print(" ")
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardRunnable.java 68 // Redirect the System's out and err streams to the console text area.
69 PrintStream oldOut = System.out;
70 PrintStream oldErr = System.err;
75 System.setOut(printStream);
76 System.setErr(printStream);
87 System.out.println("Processing completed successfully");
94 System.out.println(ex.getMessage());
105 System.gc();
108 System.out.println(msg("outOfMemoryInfo", configurationFileName));
121 // Restore the old System's out and err streams
    [all...]
  /external/svox/pico/lib/
picoextapi.c 52 pico_System *system);
55 /* System initialization and termination functions ****************************/
69 /* System and lingware inspection functions ***********************************/
89 pico_System system,
93 if (NULL == system) {
108 pico_System system,
113 if (NULL == system) {
123 pico_System system,
127 if (NULL == system) {
162 pico_System system,
    [all...]
  /frameworks/base/cmds/system_server/
system_main.cpp 2 * Main entry of system server process.
4 * Calls the standard system initialization function, and then
47 LOGI("System server is starting with pid=%d.\n", getpid());
  /frameworks/base/core/java/android/animation/
package.html 4 These classes provide functionality for the property animation system, which allows you
6 color values are supported by default. You can animate any other type by telling the system how
17 For a guide on how to use the property animation system, see the
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include-fixed/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/install-tools/include/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include-fixed/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/install-tools/include/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include-fixed/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/install-tools/include/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/install-tools/include/
README 5 standard system header files by the fixincludes process. They are
6 system-specific, and will not work on any other kind of system. They

Completed in 673 milliseconds

<<11121314151617181920>>