HomeSort by relevance Sort by last modified time
    Searched full:system (Results 1101 - 1125 of 46866) sorted by null

<<41424344454647484950>>

  /system/sepolicy/prebuilts/api/26.0/public/
untrusted_app.te 11 ### domain is assigned to all non-system apps as well as to any system apps
13 ### a system app into a specific domain, add a signer entry for it to
untrusted_app_25.te 11 ### domain is assigned to all non-system apps as well as to any system apps
13 ### a system app into a specific domain, add a signer entry for it to
  /system/sepolicy/prebuilts/api/27.0/public/
install_recovery.te 7 # /system/bin/install-recovery.sh is a shell script.
8 # Needs to execute /system/bin/sh
11 # Execute /system/bin/applypatch
untrusted_app.te 11 ### domain is assigned to all non-system apps as well as to any system apps
13 ### a system app into a specific domain, add a signer entry for it to
untrusted_app_25.te 11 ### domain is assigned to all non-system apps as well as to any system apps
13 ### a system app into a specific domain, add a signer entry for it to
  /system/sepolicy/prebuilts/api/28.0/public/
install_recovery.te 7 # /system/bin/install-recovery.sh is a shell script.
8 # Needs to execute /system/bin/sh
11 # Execute /system/bin/applypatch
untrusted_app.te 11 ### domain is assigned to all non-system apps as well as to any system apps
13 ### a system app into a specific domain, add a signer entry for it to
  /system/sepolicy/public/
install_recovery.te 7 # /system/bin/install-recovery.sh is a shell script.
8 # Needs to execute /system/bin/sh
11 # Execute /system/bin/applypatch
untrusted_app.te 11 ### domain is assigned to all non-system apps as well as to any system apps
13 ### a system app into a specific domain, add a signer entry for it to
  /art/test/044-proxy/src/
BasicTest.java 36 System.out.println("not a proxy class?");
38 System.out.println("ERROR: Proxy.getInvocationHandler is null");
63 System.out.println("Didn't get expected exception");
65 System.out.println("Got expected ioobe");
69 System.out.println("Didn't get expected exception");
71 System.out.println("Got expected ie");
78 System.out.println("");
81 System.out.println("Proxy interfaces: " +
83 System.out.println("Proxy methods: " +
86 System.out.println("Decl annos: " + Arrays.deepToString(meth.getDeclaredAnnotations()))
    [all...]
  /system/bt/stack/
Android.bp 31 "system/bt",
32 "system/bt/btcore/include",
33 "system/bt/vnd/include",
34 "system/bt/vnd/ble",
35 "system/bt/btif/include",
36 "system/bt/hci/include",
37 "system/bt/internal_include",
38 "system/bt/udrv/include",
39 "system/bt/bta/include",
40 "system/bt/bta/sys"
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 62 return (double)System.nanoTime() / 1.0e9;
204 System.gc();
207 System.out.format("%-6s%s",
211 System.out.format("%s\n",
214 System.out.print("\n");
216 System.out.format("%s --> Frame rate: %f fps\n",
219 System.out.format(" Throughput: %f Megapixels/sec\n",
222 System.out.format("YUV Decode --> Frame rate: %f fps\n",
224 System.out.format(" Throughput: %f Megapixels/sec\n",
248 System.out.println("Compression error written to " + tempStr + ".")
    [all...]
  /art/test/016-intern/src/
Main.java 30 System.out.println("good! " + a);
32 System.out.println("bad! " + a + " != " + b);
38 System.out.println("good! " + a);
40 System.out.println("bad! " + a + " != " + b);
47 System.out.println("good! " + a);
49 System.out.println("bad! " + a + " != " + b);
  /art/test/039-join-main/src/
Main.java 29 System.out.print("Starting thread '" + t.getName() + "'\n");
33 System.out.print("JoinMain starter returning\n");
54 System.out.print("@ JoinMainSub running\n");
60 System.out.print("@ JoinMainSub successfully joined main\n");
62 System.out.print("@ JoinMainSub interrupted!\n");
65 System.out.print("@ JoinMainSub bailing\n");
  /art/test/124-missing-classes/src/
Main.java 20 System.out.println("Test Started");
25 System.out.println("Test Finished");
37 System.out.println("testMissingFieldType caught NoClassDefFoundError");
52 System.out.println("testMissingMethodReturnType caught NoClassDefFoundError");
65 System.out.println("testMissingMethodParameterType caught NoClassDefFoundError");
77 System.out.println("testMissingInnerClass caught NoClassDefFoundError");
  /art/test/1907-suspend-list-self-twice/src/art/
Test1907.java 28 System.out.println("Unexpected error: " + e);
45 System.out.println("Suspend self twice returned: " +
49 System.out.println("Unexpected error occurred " + t);
69 System.out.println("Thread was still suspended after one resume.");
72 System.out.println("Thread was no longer suspended after one resume.");
76 System.out.println("something was thrown. Runtime might be in unrecoverable state: " + t);
  /cts/tests/signature/api-check/system-api/
Android.mk 17 all_system_api_files := system-current.api system-removed.api
20 $(eval all_system_api_files += system-$(ver).api)\
25 LOCAL_MODULE := cts-system-all.api
26 LOCAL_MODULE_STEM := system-all.api.zip
46 system-all.api.zip
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Reboot.c 3 Reboot the system
21 Page to reboot the system
60 " Ouch! The system is rebooting!\r\n" );
74 // Deliver the data to the remote system by
80 // Attempt to reboot the system
82 DEBUG (( DEBUG_REQUEST, "Reseting System\r\n" ));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RandomPhrase.java 78 if ( debug ) System.out.println("state "+state);
80 if ( debug ) System.out.println("dangling state: "+state);
86 if ( debug ) System.out.println("pop invoking state "+invokingState);
87 //System.out.println("leave "+state.enclosingRule.name);
99 if ( debug ) System.out.println("push state "+state);
100 //System.out.println("call "+((RuleClosureTransition)t0).rule.name);
101 //System.out.println("stack depth="+ruleInvocationStack.size());
112 System.out.println("weird: no decision number but a choice node");
118 if ( debug ) System.out.println("randomAlt="+randomAlt);
136 //System.out.println(t0.label.toString(g))
    [all...]
  /external/autotest/client/site_tests/platform_Attestation/
platform_Attestation.py 14 utils.system(cryptohome.CRYPTOHOME_CMD +
17 utils.system('curl' +
22 utils.system(cryptohome.CRYPTOHOME_CMD +
27 utils.system(cryptohome.CRYPTOHOME_CMD +
30 utils.system('curl --data-binary "@/tmp/__attestation_cert_request"' +
34 utils.system(cryptohome.CRYPTOHOME_CMD +
  /external/brotli/csharp/org/brotli/dec/
Utils.cs 19 /// <see cref="System.Array.Copy(object, int, object, int, int)"/>
31 int step = System.Math.Min(cursor + 1024, length) - cursor;
32 System.Array.Copy(ByteZeroes, 0, dest, offset + cursor, step);
41 /// <see cref="System.Array.Copy(object, int, object, int, int)"/>
53 int step = System.Math.Min(cursor + 1024, length) - cursor;
54 System.Array.Copy(IntZeroes, 0, dest, offset + cursor, step);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
SystemPropertiesRuntime.java 19 * through a special entry in the {@link System#getProperties()} hash table. The
24 * in applications that replace the system properties or in applications that
25 * fail if non-String values are placed in the system properties.
43 mv.visitMethodInsn(Opcodes.INVOKESTATIC, "java/lang/System",
68 System.getProperties().put(key, data);
72 System.getProperties().remove(key);
  /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/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
assertions.xml 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:munlockall:DESCRIPTION}">
8 <assertion id="2" tag="ref:XSH6:{System Interfaces:munlockall:DESCRIPTION}">
14 <assertion id="3" tag="ref:XSH6:{System Interfaces:munlockall:DESCRIPTION}">
19 <assertion id="4" tag="ref:XSH6:{System Interfaces:munlockall:DESCRIPTION}">
22 <assertion id="5" tag="ref:XSH6:{System Interfaces:munlockall:RETURN VALUE}">
26 <assertion id="6" tag="ref:XSH6:{System Interfaces:munlockall:RETURN VALUE}">
  /external/mesa3d/include/
no_extern_c.h 28 * Including system's headers inside `extern "C" { ... }` is not safe, as system
33 * go away, that is, the system header being included thinks is free to use C++
36 * Including non-system headers inside extern "C" is not safe either, because
37 * non-system headers end up including system headers, hence fall in the above

Completed in 1286 milliseconds

<<41424344454647484950>>