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

<<11121314151617181920>>

  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/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/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/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/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/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/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.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/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.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
  /system/core/toolbox/
wipe.c 16 /* Directories created by init defined in system/rootdir/init.rc */
18 "/system/etc/ppp",
32 fprintf(stderr, "wipe <system|data|all>\n\n"
33 "system means '/system'\n"
47 if (0 == strcmp (whatToWipe, "system")) {
48 fprintf(stdout, "Wiping /system\n");
49 wipe ("/system");
56 fprintf(stdout, "Wiping /system and /data\n");
57 wipe ("/system");
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 32 assertNotSetugid("/system/bin/ip");
33 assertNotSetugid("/system/xbin/ip");
42 assertNotSetugid("/system/bin/tcpdump");
43 assertNotSetugid("/system/bin/tcpdump-arm");
44 assertNotSetugid("/system/xbin/tcpdump");
45 assertNotSetugid("/system/xbin/tcpdump-arm");
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 46 System.out.println("FAIL: CLASS: " + className + " " + e.getClass() + ":" + e.getMessage());
52 System.out.println("START: " + methodName);
55 long time = System.currentTimeMillis();
58 System.out.println("SUCCESS: " + methodName + " - " + (System.currentTimeMillis() - time));
60 System.out.println("FAIL: " + methodName + " - " + (e.getMessage() == null ? e.getClass().getName() : e.getMessage()));
  /external/valgrind/main/
darwin9.supp 13 obj:/System/Library/Frameworks/CoreFoundation*
14 obj:/System/Library/Frameworks/ApplicationServices*
22 obj:/System/Library/Frameworks/CoreFoundation*
23 obj:/System/Library/Frameworks/CoreServices*
31 obj:/System/Library/Frameworks/CoreFoundation*
32 obj:/System/Library/Frameworks/Carbon*
40 obj:/System/Library/Frameworks/CoreFoundation*
41 obj:/System/Library/Frameworks/CoreFoundation*
49 obj:/System/Library/Frameworks/CoreFoundation*
50 obj:/System/Library/Frameworks/AppKit
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
Source.java 29 * Set the system identifier for this Source.
31 * <p>The system identifier is optional if the source does not
33 * The application can use a system identifier, for example, to resolve
36 * @param systemId The system identifier as a URL string.
41 * Get the system identifier that was set with setSystemId.
43 * @return The system identifier that was set with setSystemId, or null
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldErrorManagerTest.java 27 private final PrintStream err = System.err;
28 private final PrintStream out = System.out;
31 System.setErr(err);
32 System.setOut(out);
40 System.setErr(st);
41 System.setOut(st);
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 17 package libcore.dalvik.system;
19 import dalvik.system.CloseGuard;
48 System.gc();
49 System.runFinalization();
54 System.gc();
55 System.runFinalization();

Completed in 422 milliseconds

<<11121314151617181920>>