/external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/ |
JavaConcepts.java | 233 System.out.println(1); 236 System.out.println("default"); 241 System.out.println(1); 257 System.out.println(cu); 312 System.out.println("catch"); 314 System.out.println("catch"); 316 System.out.println("finally"); 323 System.out.println("finally"); 330 System.out.println("catch"); 333 System.out.println(in) [all...] |
/external/objenesis/main/src/test/java/org/objenesis/ |
ClassReader.java | 37 System.out.println("Usage: ClassReader (path_to_the_class_file|class:complete_class_name)"); 152 System.out.println(this + " " + attribute_name); 163 System.out.println("Attribute LineNumberTable skipped"); 168 System.out.println("Attribute LocalVariableTable skipped"); 175 System.out.println("\t" + info); 261 System.out.println("Constant pool count: " + constant_pool_count); 268 System.out.print(i + ": "); 286 System.out.println(constant_pool[i]); 291 System.out.println("Access flags: " + access_flags); // see http://stackoverflow.com/questions/8949933/what-is-the-purpose-of-the-acc-super-access-flag-on-java-class-files 295 System.out.println("This class index: " + this_class) [all...] |
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
RunTestCommand.java | 25 import dalvik.system.DexFile; 70 System.err.println("Incomplete '-c' parameter."); 71 System.exit(ARG_FAIL_INCOMPLETE_C); 74 System.err.println("Incomplete '-e' parameter."); 75 System.exit(ARG_FAIL_INCOMPLETE_E); 78 System.err.println("Unsupported standalone parameter."); 79 System.exit(ARG_FAIL_UNSUPPORTED); 87 System.err.println("No test classes found."); 88 System.exit(ARG_FAIL_NO_CLASS); 154 System.err.println("Cannot find runner: " + mRunnerClassName) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
GrowingArrayUtils.java | 47 System.arraycopy(array, 0, newArray, 0, currentSize); 62 System.arraycopy(array, 0, newArray, 0, currentSize); 77 System.arraycopy(array, 0, newArray, 0, currentSize); 92 System.arraycopy(array, 0, newArray, 0, currentSize); 107 System.arraycopy(array, 0, newArray, 0, currentSize); 129 System.arraycopy(array, index, array, index + 1, currentSize - index); 137 System.arraycopy(array, 0, newArray, 0, index); 139 System.arraycopy(array, index, newArray, index + 1, array.length - index); 150 System.arraycopy(array, index, array, index + 1, currentSize - index); 156 System.arraycopy(array, 0, newArray, 0, index) [all...] |
/frameworks/base/core/tests/coretests/src/android/net/http/ |
AbstractProxyTest.java | 48 System.clearProperty("proxyHost"); 49 System.clearProperty("proxyPort"); 50 System.clearProperty("http.proxyHost"); 51 System.clearProperty("http.proxyPort"); 52 System.clearProperty("https.proxyHost"); 53 System.clearProperty("https.proxyPort"); 90 * We had bugs where proxy system properties weren't being honored. 193 System.setProperty("http.proxyHost", "proxy.foo"); 194 System.setProperty("http.proxyPort", "8080"); 209 System.setProperty("http.proxyHost", "proxy.foo") [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 28 /// then search the Angled group, then the System group, etc. 34 System, ///< Like Angled, but marks system directories. 35 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 37 CSystem, ///< Like System, but only used for C. 38 CXXSystem, ///< Like System, but only used for C++. 39 ObjCSystem, ///< Like System, but only used for ObjC. 40 ObjCXXSystem, ///< Like System, but only used for ObjC++. 41 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/ |
HeaderSearchOptions.h | 28 /// then search the Angled group, then the System group, etc. 34 System, ///< Like Angled, but marks system directories. 35 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 37 CSystem, ///< Like System, but only used for C. 38 CXXSystem, ///< Like System, but only used for C++. 39 ObjCSystem, ///< Like System, but only used for ObjC. 40 ObjCXXSystem, ///< Like System, but only used for ObjC++. 41 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/ |
HeaderSearchOptions.h | 28 /// then search the Angled group, then the System group, etc. 34 System, ///< Like Angled, but marks system directories. 35 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 37 CSystem, ///< Like System, but only used for C. 38 CXXSystem, ///< Like System, but only used for C++. 39 ObjCSystem, ///< Like System, but only used for ObjC. 40 ObjCXXSystem, ///< Like System, but only used for ObjC++. 41 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 28 /// then search the Angled group, then the System group, etc. 34 System, ///< Like Angled, but marks system directories. 35 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 37 CSystem, ///< Like System, but only used for C. 38 CXXSystem, ///< Like System, but only used for C++. 39 ObjCSystem, ///< Like System, but only used for ObjC. 40 ObjCXXSystem, ///< Like System, but only used for ObjC++. 41 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/ |
HeaderSearchOptions.h | 28 /// then search the Angled group, then the System group, etc. 34 System, ///< Like Angled, but marks system directories. 35 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 37 CSystem, ///< Like System, but only used for C. 38 CXXSystem, ///< Like System, but only used for C++. 39 ObjCSystem, ///< Like System, but only used for ObjC. 40 ObjCXXSystem, ///< Like System, but only used for ObjC++. 41 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/ |
HeaderSearchOptions.h | 28 /// then search the Angled group, then the System group, etc. 34 System, ///< Like Angled, but marks system directories. 35 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 37 CSystem, ///< Like System, but only used for C. 38 CXXSystem, ///< Like System, but only used for C++. 39 ObjCSystem, ///< Like System, but only used for ObjC. 40 ObjCXXSystem, ///< Like System, but only used for ObjC++. 41 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/ |
HeaderSearchOptions.h | 29 /// then search the Angled group, then the System group, etc. 35 System, ///< Like Angled, but marks system directories. 36 ExternCSystem, ///< Like System, but headers are implicitly wrapped in 38 CSystem, ///< Like System, but only used for C. 39 CXXSystem, ///< Like System, but only used for C++. 40 ObjCSystem, ///< Like System, but only used for ObjC. 41 ObjCXXSystem, ///< Like System, but only used for ObjC++. 42 After ///< Like System, but searched after the system directories [all...] |
/development/gsi/gsi_util/gsi_util/checkers/ |
sepolicy_checker.py | 18 (a.k.a. system V.S. vendor/odm, or framework V.S. non-framework). 19 The former files are stored on /system partition of a device, while the 29 https://android.googlesource.com/platform/system/core/+/master/init/selinux.cpp 40 # SEPolicy files on /system. 41 _PLAT_SEPOLICY_CIL = '/system/etc/selinux/plat_sepolicy.cil' 53 # System compatiblity file, required to get expected kernel sepolicy version. 54 _SYSTEM_COMPATIBILITY_MATRIX = '/system/compatibility_matrix.xml' 64 that are installed on /system and /vendor (and/or /odm) partitions of 75 https://android.googlesource.com/platform/system/sepolicy/+/master/Android.mk 94 version is also included in system compatibility matrix to denot [all...] |
/device/generic/goldfish/wifi/ |
init.wifi.sh | 50 /system/bin/ip link set dev wlan0 address 02:00:00:44:55:66 57 /system/bin/ip link set eth0 netns ${PID} 58 /system/bin/ip link add radio0 type veth peer name radio0-peer 59 /system/bin/ip link set radio0-peer netns ${PID} 62 /system/bin/ip addr add 192.168.200.2/24 broadcast 192.168.200.255 dev radio0 63 execns ${NAMESPACE} /system/bin/ip addr add 192.168.200.1/24 dev radio0-peer 65 execns ${NAMESPACE} /system/bin/ip link set radio0-peer up 73 execns ${NAMESPACE} /system/bin/iptables -w -W 50000 -t nat -A POSTROUTING -s 192.168.232.0/21 -o eth0 -j MASQUERADE 74 execns ${NAMESPACE} /system/bin/iptables -w -W 50000 -t nat -A POSTROUTING -s 192.168.200.0/24 -o eth0 -j MASQUERADE 75 /system/bin/iw phy phy1 set netns $PI [all...] |
/device/google/marlin/ |
init.common.diag.rc.userdebug | 6 mkdir /data/vendor/radio/diag_logs 0777 system system 10 mkdir /data/vendor/wifi 0777 system system 11 mkdir /data/vendor/wifi/cnss_diag 0777 system system 13 mkdir /data/smlog_dump 0777 system system 19 chown system shell /data/misc/adb/adb_keys 114 user system [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
Stats.cs | 34 using System.Collections.Generic; 37 using Math = System.Math; 93 [System.Obsolete] 98 [System.Obsolete] 103 [System.Obsolete] 108 [System.Obsolete] 117 System.IO.Directory.CreateDirectory(System.IO.Path.GetDirectoryName(absoluteFilename)); 118 System.IO.File.AppendAllText(absoluteFilename, data); 122 string personalFolder = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal) [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_ClassLoader.java | 49 // System.out.println("findClass - class filename = " + classNameAsFile 52 String classPath = System.getProperty("java.class.path"); 53 // System.out.println("Test class loader - classpath = " + classPath ); 128 System.out.println("findClass - wrong classloader!!"); 133 System.out.println("findClass - exception reading class file."); 160 // System.out.println("TestHelper_Classloader - did not find 184 // System.out.println("loadClassFromJar: read " + dataRead + " bytes 189 /* System.out.println("findClass: created Class object."); */ 192 System.out.println("findClass - wrong classloader!!"); 194 System.ou [all...] |
/external/autotest/server/site_tests/platform_CrashStateful/ |
platform_CrashStateful.py | 11 """Tests the crash recovery of the stateful file system 15 3. Crash system 40 """Mount the eCrypt File System 42 @param ddir: directory where encrypted file system is stored 43 @param mnt: mount point for encrypted file system 58 """Unmount the eCrypt File System and remove it and its mount point 60 @param dir: directory where encrypted file system is stored 61 @param mnt: mount point for encrypted file system 72 system. No chance for any flushing of I/O or cleaning up. 121 """Crash the stateful file system while changing i [all...] |