Searched
full:system (Results
851 -
875 of
14111) sorted by null
<<31323334353637383940>>
/sdk/testapps/basicProjectWithAidl/ |
build.properties | 1 # This file is used to override default values used by the Ant build system. 4 # integral to the build system of your project.
|
/sdk/testapps/basicProjectWithJar/ |
build.properties | 1 # This file is used to override default values used by the Ant build system. 4 # integral to the build system of your project.
|
/sdk/testapps/basicProjectWithLib/ |
build.properties | 1 # This file is used to override default values used by the Ant build system. 4 # integral to the build system of your project.
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLSocketFactoriesTest.java | 51 System.out.println("========================"); 52 System.out.println("====== Running the test: " + getName()); 53 System.out.println("========================"); 93 System.out.println( 102 System.out.println( 110 System.out.println( 118 System.out.println("*** ServerSocketFactory." 132 System.out.println( 142 System.out.println( 151 System.out.println("=== SocketFactory.createSocket( [all...] |
/external/proguard/src/proguard/classfile/editor/ |
MemberReferenceFixer.java | 187 System.out.println("MemberReferenceFixer:"); 188 System.out.println(" Class file = "+clazz.getName()); 189 System.out.println(" Ref class = "+referencedClass.getName()); 190 System.out.println(" Ref method = "+interfaceMethodrefConstant.getName(clazz)+interfaceMethodrefConstant.getType(clazz)); 191 System.out.println(" -> ordinary method"); 243 System.out.println("MemberReferenceFixer:"); 244 System.out.println(" Class file = "+clazz.getName()); 245 System.out.println(" Ref class = "+referencedClass.getName()); 246 System.out.println(" Ref method = "+methodrefConstant.getName(clazz)+methodrefConstant.getType(clazz)); 247 System.out.println(" -> interface method") [all...] |
/packages/apps/Settings/src/com/android/settings/ |
SoundSettings.java | 150 mDtmfTone.setChecked(Settings.System.getInt(resolver, 151 Settings.System.DTMF_TONE_WHEN_DIALING, 1) != 0); 154 mSoundEffects.setChecked(Settings.System.getInt(resolver, 155 Settings.System.SOUND_EFFECTS_ENABLED, 1) != 0); 158 mHapticFeedback.setChecked(Settings.System.getInt(resolver, 159 Settings.System.HAPTIC_FEEDBACK_ENABLED, 1) != 0); 162 mLockSounds.setChecked(Settings.System.getInt(resolver, 163 Settings.System.LOCKSCREEN_SOUNDS_ENABLED, 1) != 0); 176 emergencyTonePreference.setValue(String.valueOf(Settings.System.getInt( 177 resolver, Settings.System.EMERGENCY_TONE, FALLBACK_EMERGENCY_TONE_VALUE))) [all...] |
/bionic/libc/arch-sh/bionic/ |
_exit_with_stack_teardown.S | 39 mov.l 0f, r3 /* system call number */ 40 trapa #(2 + 0x10) /* invoke system call with num of args */ 43 mov.l 1f, r3 /* system call number */ 44 trapa #(1 + 0x10) /* invoke system call with num of args */
|
/bionic/libc/kernel/arch-sh/asm/ |
io_generic.h | 16 #error "Don't include this header without a valid system prefix"
|
/build/target/board/emulator/ |
README.txt | 6 It can be used to build the entire user-level system, and
|
/build/target/board/generic/ |
README.txt | 4 It can be used to build the entire user-level system, and
|
/dalvik/dx/tests/004-cp-bottom-up/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/005-cp-top-down/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/008-field/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/009-method/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/023-code-exception-table/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/024-code-bytecode/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
info.txt | 2 are overall invalid. That being said, the system should still have no
|
/dalvik/libnativehelper/ |
README | 4 These are VM-agnostic native functions that implement methods for system
|
/dalvik/tests/003-omnibus-opcodes/src/ |
InternedString.java | 23 System.out.println("InternedString.run"); 34 System.gc(); 41 System.gc(); 53 System.gc();
|
Throw.java | 30 System.out.println("Throw.one"); 43 System.out.println("Throw.twoA"); 65 System.out.println("Throw.twoN"); 87 System.out.println("Throw.rethrow");
|
/dalvik/tests/007-exceptions/ |
expected.txt | 5 at dalvik.system.NativeStart.main(Native Method)
|
/dalvik/tests/036-finalizer/src/ |
FinalizerTest.java | 20 System.out.println("finalizer executed: " + mMsg);
|
/dalvik/tests/044-proxy/src/ |
Clash.java | 35 System.err.println("Dupe did not throw expected exception"); 37 System.out.println("Dupe threw expected exception"); 44 System.err.println("Clash did not throw expected exception"); 46 System.out.println("Clash threw expected exception");
|
Completed in 2622 milliseconds
<<31323334353637383940>>