/system/extras/verity/ |
VeritySigner.java | 28 System.err.println("usage: VeritySigner <contentfile> <key.pk8> " + 31 System.exit(1); 53 System.err.println("Signature is VALID"); 54 System.exit(0); 56 System.err.println("Signature is INVALID"); 59 e.printStackTrace(System.err); 62 System.exit(1);
|
/test/vts/testcases/ |
run-on-host.mk | 32 if [ ! -d /system ]; then \ 33 echo "Attempting to create /system"; \ 34 sudo mkdir -p -m 0777 /system; \ 38 ln -fs `realpath $(TARGET_OUT)/bin` /system/ 39 ln -fs `realpath $(TARGET_OUT)/etc` /system/ 40 ln -fs `realpath $(TARGET_OUT)/lib` /system/ 42 ln -fs `realpath $(TARGET_OUT)/lib64` /system/; \
|
/art/test/1928-exception-event-exception/src/art/ |
Test1928.java | 34 System.out.println("\tCurrent Stack:"); 37 System.out.println("\t\t" + e.method + " @ line = " + 49 System.out.println(thr.getName() + ": " + throw_method + " @ line = " + 60 System.out.println("\tWill be caught by: " + catch_message); 62 System.out.print("exception is: "); 63 exception.printStackTrace(System.out); 88 System.out.println("\tDoing nothing!"); 96 System.out.println("\tThrowing BaseTestException and catching it!"); 101 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\""); 103 t.printStackTrace(System.out) [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
numsys.h | 25 * Size of a numbering system name. 45 * Defines numbering systems. A numbering system describes the scheme by which 47 * system describes the set of digit characters that are to be used to display 49 * positional numbering system with a specified radix (typically 10). 55 * the ICU package, based on the numbering system rules defined in CLDR. 83 * Create the default numbering system associated with the specified locale. 91 * Create the default numbering system associated with the default locale. 97 * Create a numbering system using the specified radix, type, and description. 98 * @param radix The radix (base) for this numbering system. 99 * @param isAlgorithmic TRUE if the numbering system is algorithmic rather than numeric [all...] |
/system/core/ |
CleanSpec.mk | 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot) 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/system/bin/toolbox) 59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.$(TARGET_DEVICE).so) 60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.$(TARGET_DEVICE).so) 63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libtrusty.so) 64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libtrusty.so) 65 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/keystore.trusty.so) 66 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/keystore.trusty.so) 67 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.trusty.so [all...] |
/art/test/031-class-attributes/src/ |
ClassAttrs.java | 55 System.out.println(Modifier.toString(c.getModifiers()) + " " + c.getName()); 114 System.out.println("FAILED: " + e); 115 e.printStackTrace(System.out); 128 System.out.println("constructor signature: " 133 System.out.println("method signature: " 138 System.out.println("field signature: " 141 System.out.println("FAILED: " + nsme); 143 System.out.println("FAILED: " + nsfe); 145 System.out.println("FAILED: " + re); 146 re.printStackTrace(System.out) [all...] |
/system/core/libcutils/ |
fs_config.cpp | 87 { 00755, AID_ROOT, AID_SHELL, 0, "system/bin" }, 88 { 00755, AID_ROOT, AID_ROOT, 0, "system/etc/ppp" }, 89 { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor" }, 90 { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin" }, 104 static const char sys_conf_dir[] = "/system/etc/fs_config_dirs"; 105 static const char sys_conf_file[] = "/system/etc/fs_config_files"; 106 // No restrictions are placed on the vendor and oem file-system config files, 108 // oem/ file-system since the intent is to provide support for customized 110 // customization can also land on /system/vendor, /system/oem or /system/odm 271 static const char system[] = "system\/"; local [all...] |
/external/freetype/docs/ |
INSTALL.CROSS | 11 For self-building the FreeType library on a Unix system, GNU Make 15 The GNU C compiler to cross-build the target system is required. 17 compiler is expected to be installed with a system prefix. For 18 example, if your building system is FreeBSD/i386 and the target 19 system is Linux/MIPS, the cross compiler should be installed with 30 2.1. Building and target system 32 To configure a cross-build, the options `--host=<system>' and 33 `--build=<system>' must be passed to the `configure' script. 34 For example, if your build system is FreeBSD/i386 and the target 35 system is Linux/MIPS, sa [all...] |
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
ApiGenerator.java | 51 System.err.println("Missing argument after " + arg); 59 System.err.println("Suspicious currentApi=" + currentApi + ", expected at least 23"); 63 System.err.println("Missing number >= 1 after " + arg); 71 System.err.println("Missing codename after " + arg); 78 System.err.println("--current-jar should only be specified once"); 84 System.err.println("Missing argument after " + arg); 92 System.err.println("Missing number >= 1 after " + arg); 96 System.err.println("Unknown argument: " + arg); 108 System.err.println("Unknown argument: " + arg); 114 System.err.println("Missing out file path") [all...] |
/device/google/atv/products/ |
treble_atv_common.mk | 19 # on the generic system image, place them in build/make/target/board/ 22 # Generic system image inherits from AOSP 45 frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:system/etc/audio_policy_configuration.xml \ 46 frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:system/etc/primary_audio_policy_configuration.xml \ 47 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \ 48 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \ 49 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \ 52 # audio.a2dp.default is a system module. Generic system image includes 67 build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc [all...] |
/device/linaro/bootloader/edk2/SignedCapsulePkg/ |
SignedCapsulePkg.dec | 26 ## @libraryclass Provides services for EDKII system FMP capsule.
56 ## This dynamic PCD holds the EDKII system firmware image descriptor.
57 # This information can be used for version check in EDKII system FMP capsule.
60 # the EDKII system FmpCapsule will be processed.
63 # It must be in [PcdsDynamicEx], because the EDKII system firmware update module may
64 # consume the PCD produced in current system firmware.
65 # @Prompt EDKII system firmware image descriptor.
69 # system firmware image.
70 # An EDKII system firmware udpate module need consume this PCD to extract
71 # the EDKII system firmware from the capsule image. [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
TraceDebugEventListener.java | 41 public void enterRule(String ruleName) { System.out.println("enterRule "+ruleName); } 42 public void exitRule(String ruleName) { System.out.println("exitRule "+ruleName); } 43 public void enterSubRule(int decisionNumber) { System.out.println("enterSubRule"); } 44 public void exitSubRule(int decisionNumber) { System.out.println("exitSubRule"); } 45 public void location(int line, int pos) {System.out.println("location "+line+":"+pos);} 53 System.out.println("consumeNode "+ID+" "+text+" "+type); 60 System.out.println("LT "+i+" "+ID+" "+text+" "+type); 65 public void nilNode(Object t) {System.out.println("nilNode "+adaptor.getUniqueID(t));} 71 System.out.println("create "+ID+": "+text+", "+type); 78 System.out.println("create "+ID+": "+tokenIndex) [all...] |
/external/autotest/client/tests/dbt2/ |
dbt2.py | 24 utils.system('cp -pR ' + self.srcdir + ' ' + self.srcdir + '.mysql') 32 utils.system('cp -pR ' + self.srcdir + ' ' + self.srcdir + '.pgsql') 39 utils.system('ln -s %s %s' % 41 utils.system('ln -s %s %s' % 58 utils.system(self.srcdir + '.mysql/scripts/mysql/build_db.sh -g -w 1') 59 utils.system(self.srcdir + '.mysql/scripts/run_workload.sh ' + args) 63 utils.system('%s/deps/pgpool/pgpool/bin/pgpool -f %s/../pgpool.conf' \ 66 utils.system('%s/deps/pgpool/pgpool/bin/pgpool stop' % self.autodir) 70 utils.system(self.srcdir + '.pgsql/scripts/pgsql/build_db.sh -g -w 1') 71 utils.system(self.srcdir + '.pgsql/scripts/run_workload.sh ' + args [all...] |
/external/capstone/bindings/java/ |
TestMips.java | 36 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr); 41 System.out.printf("\top_count: %d\n", operands.op.length); 46 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg)); 48 System.out.printf("\t\toperands[%d].type: IMM = 0x%x\n", c, i.value.imm); 50 System.out.printf("\t\toperands[%d].type: MEM\n",c); 53 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, base); 55 System.out.printf("\t\t\toperands[%d].mem.disp: %s\n", c, hex(i.value.mem.disp)); 70 System.out.println(new String(new char[16]).replace("\0", "*")); 71 System.out.println("Platform: " + test.comment); 72 System.out.println("Code: " + Test.stringToHex(test.code)) [all...] |
/external/libjpeg-turbo/java/ |
TJExample.java | 48 System.out.println("\nUSAGE: java " + classname + " <Input file> <Output file> [options]\n"); 49 System.out.println("Input and output files can be any image format that the Java Image I/O"); 50 System.out.println("extensions understand. If either filename ends in a .jpg extension, then"); 51 System.out.println("TurboJPEG will be used to compress or decompress the file.\n"); 52 System.out.println("Options:\n"); 53 System.out.println("-scale M/N = if the input image is a JPEG file, scale the width/height of the"); 54 System.out.print(" output image by a factor of M/N (M/N = "); 56 System.out.print(sf[i].getNum() + "/" + sf[i].getDenom()); 58 System.out.print(" or "); 61 System.out.print(", ") [all...] |
/tools/tradefederation/core/src/com/android/tradefed/command/ |
Verify.java | 66 System.err.println(ArgsOptionParser.getOptionHelp(false, verify)); 67 System.exit(EXIT_STATUS_OKAY); 72 System.exit(EXIT_STATUS_OKAY); 75 System.exit(EXIT_STATUS_FAILED); 79 System.err.flush(); 80 System.out.flush(); 97 System.err.format("Caught exception while parsing \"%s\"\n", cmdFile); 98 System.err.println(t); 115 System.out.format("Successfully parsed %d commands from cmdfile %s\n", 125 System.out.format(format, i++, cmd) [all...] |
/art/test/079-phantom/src/ |
Main.java | 27 System.out.println("sleep interrupted"); 32 System.out.println("start"); 37 System.out.println("done"); 48 System.out.println("nulling 1"); 54 System.out.println("got unexpected InterruptedException e: " + e); 57 System.out.println("nulling 2"); 62 System.out.println("nulling 3"); 67 System.out.println("nulling 4"); 73 System.out.println("got unexpected InterruptedException e: " + e);
|
/art/test/946-obsolete-throw/src/art/ |
Test946.java | 25 System.out.println("hello"); 27 System.out.println("goodbye"); 33 // System.out.println("Hello - Transformed"); 35 // System.out.println("Goodbye - Transformed"); 79 System.out.println("transforming calling function"); 86 t.sayHi(() -> { System.out.println("Not doing anything here"); }); 90 System.out.println("Received error : " + e); 91 e.printStackTrace(System.out); 93 t.sayHi(() -> { System.out.println("Not doing anything here"); });
|
/bootable/recovery/etc/ |
init.rc | 10 export ANDROID_ROOT /system 14 symlink /system/bin /bin 15 symlink /system/etc /etc 21 mkdir /system 54 # Load properties from /system/ + /factory after fs mount. 61 # Mount filesystems and start core system services. 68 # Load properties from /system/ + /factory after fs mount. Place 92 socket adbd stream 660 system system
|
/build/make/target/board/generic/ |
device.mk | 26 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf 30 frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:system/etc/audio_policy_configuration.xml \ 31 frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:system/etc/primary_audio_policy_configuration.xml \ 32 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \ 33 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \ 34 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \ 38 # vendor/etc because aosp system image (of aosp_$arch products) is going to 41 # NFC configuration file should be in vendor/etc, instead of system/etc 43 device/generic/common/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf
|
/dalvik/dx/tests/087-ssa-local-vars/ |
Blort.java | 13 System.out.println("foo"); 20 System.out.println("string -> object"); 21 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); 22 System.out.println("object -> string"); 23 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); 24 System.out.println("object -> string (modified)"); 27 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length); 30 System.out.println("caught ArrayStoreException (expected)"); 40 System.err.println(foo);
|
/development/gsi/gsi_util/gsi_util/commands/ |
pull.py | 48 /system/build.prop 53 $ ./gsi_util.py pull --system adb:AB0123456789 /system/manifest.xml 55 $ ./gsi_util.py pull --system system.img /system/build.prop 56 $ ./gsi_util.py pull --system my/out/folder/system /system/build.prop""")
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Bds.h | 33 system or system utility should be loaded and invoked. This function call
34 also optionally make the use of user input to determine the operating system
35 or system utility to be loaded and invoked. When the DXE Core has dispatched
38 the selected operating system or system utility. During this process,
60 /// system or a system utility. If there are not enough drivers initialized
64 /// the boot device can be used to load and invoke an OS or a system utility.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
InstanceOnlyModifierDebuggee.java | 35 System.out.println( 43 System.out.println("Catch TestException"); 48 System.out.println( 54 System.out.println( 73 System.out.println("Set INSTANCE_ONLY to the last instance"); 75 System.out.println("Set INSTANCE_ONLY to the last instance"); 84 System.out.println("Fire breakpoint, method entry/exit events"); 89 System.out.println("Fire caught exception events"); 94 System.out.println("Fire field access/modification events");
|
/external/clang/test/Index/ |
retain-comments-from-system-headers.c | 3 #include "retain-comments-from-system-headers.h" 13 // RUN: c-index-test -test-load-source all %s -fretain-comments-from-system-headers -I %S/Inputs | FileCheck %s -check-prefix=CHECK-RETAIN 16 // RUN: c-index-test -test-load-source all %s -I %S/Inputs -fmodules -fmodules-cache-path=%t/cache -fmodule-map-file=%S/Inputs/retain-comments-from-system-headers-module.map | FileCheck %s 17 // RUN: c-index-test -test-load-source all %s -fretain-comments-from-system-headers -I %S/Inputs -fmodules -fmodules-cache-path=%t/cache -fmodule-map-file=%S/Inputs/retain-comments-from-system-headers-module.map | FileCheck %s -check-prefix=CHECK-RETAIN 19 // CHECK: retain-comments-from-system-headers.h:7:5: FunctionDecl=system_function:7:5 Extent=[7:1 - 7:27] 20 // CHECK: retain-comments-from-system-headers.c:9:5: FunctionDecl=user_function:9:5 RawComment=[/**\n * user_function\n * \param a Aaa.\n */] RawCommentRange=[5:1 - 8:4] BriefComment=[user_function] 22 // CHECK-RETAIN: retain-comments-from-system-headers.h:7:5: FunctionDecl=system_function:7:5 RawComment=[/**\n * system_function\n * \param a Aaa.\n */] RawCommentRange=[3:1 - 6:4] BriefComment=[system_function] 23 // CHECK-RETAIN: retain-comments-from-system-headers.c:9:5: FunctionDecl=user_function:9:5 RawComment=[/**\n * user_function\n * \param a Aaa.\n */] RawCommentRange=[5:1 - 8:4] BriefComment=[user_function]
|