Searched refs:on (Results 1 - 25 of 1195) sorted by relevance

1234567891011>>

/external/dng_sdk/source/
H A Ddng_fast_module.h28 #pragma optimize ("t", on)
/external/dagger2/examples/simple/src/main/java/coffee/
H A DHeater.java4 void on(); method in interface:Heater
H A DElectricHeater.java6 @Override public void on() { method in class:ElectricHeater
/external/clang/test/SemaTemplate/
H A Dpragma-ms_struct.cpp4 #pragma ms_struct on
/external/e2fsprogs/ext2ed/
H A Dext2ed.conf.in30 # filesystem. When on, each change will be logged - Both the previous data
34 LogChanges on
38 # filesystem - The "enablewrite" command will not work. When on, enablewrite
42 AllowChanges on
45 # With this option you can choose whether ext2ed will allow read-only mode on
46 # a mounted filesystem. Read-Write mode is never allowed on a mounted
50 AllowMountedRead on
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
63 # However, on a corrupt filesystem, ext2ed is unable to get the right
72 # With ForceDefault on, yo
[all...]
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
H A DMakefile3 TEST_PROGS := cpu-on-off-test.sh
8 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
/external/libchrome/base/debug/
H A Dalias.cc18 #pragma optimize("", on)
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
H A DMakefile5 TEST_PROGS := mem-on-off-test.sh
6 override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
10 @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_before_streaming_test.cc34 bool on = false; local
35 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on));
36 EXPECT_TRUE(on);
38 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on));
39 EXPECT_FALSE(on);
41 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on));
42 EXPECT_TRUE(on);
/external/autotest/site_utils/admin/
H A Dsuite_scheduler.conf5 start on (starting network-interface
9 start on runlevel [2345]
10 stop on runlevel [!2345]
/external/clang/test/Parser/
H A Dpragma-optimize-diagnostics.cpp5 #pragma clang optimize on
8 #pragma clang optimize on top of spaghetti // expected-error {{unexpected extra argument 'top' to '#pragma clang optimize'}}
11 #pragma clang optimize something_wrong // expected-error {{unexpected argument 'something_wrong' to '#pragma clang optimize'; expected 'on' or 'off'}}
14 #pragma clang optimize // expected-error {{missing argument to '#pragma clang optimize'; expected 'on' or 'off'}}
18 #define ON on
26 #define OPT_ON _Pragma("clang optimize on")
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DLimitedInputStream.java25 protected void setParentEofDetect(boolean on) argument
29 ((IndefiniteLengthInputStream)_in).setEofOn00(on);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A Dmessages.properties14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
/external/valgrind/memcheck/tests/
H A Dbadloop.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
H A Dinits.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
H A Dmanuel1.stderr.exp2 Conditional jump or move depends on uninitialised value(s)
H A Dmetadata.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
/external/valgrind/memcheck/tests/linux/
H A Dwith-space.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
/external/compiler-rt/
H A DREADME.android9 * merge conflicts with upstream on those parts.
21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://llvm.org/svn/llvm-project/compiler-rt/trunk@201070
22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
29 * Recent downstreaming on 201
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-expansions-bad.s17 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
18 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
20 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
21 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
24 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
25 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
27 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
28 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
31 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
32 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r
[all...]
/external/clang/test/Sema/
H A Dpragma-ms_struct.c3 #pragma ms_struct on
9 #pragma ms_struct // expected-warning {{incorrect use of '#pragma ms_struct on|off' - ignored}}
11 #pragma ms_struct on top of spaghetti // expected-warning {{extra tokens at end of '#pragma ms_struct' - ignored}}
42 #pragma ms_struct on
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlPolicyBuilderTest.java41 static final String EXAMPLE = Joiner.on('\n').join(
58 Joiner.on('\n').join(
73 Joiner.on('\n').join(
90 Joiner.on('\n').join(
107 Joiner.on('\n').join(
123 Joiner.on('\n').join(
141 Joiner.on('\n').join(
161 Joiner.on('\n').join(
180 Joiner.on('\n').join(
199 Joiner.on('\
[all...]
/external/clang/test/Layout/
H A Dms_struct-bitfields.c6 #pragma ms_struct on
/external/clang/test/PCH/
H A Dpragma-ms_struct.cpp23 #pragma ms_struct on
/external/libyuv/files/
H A Dpublic.mk2 # anyone depending on this library.
3 # Note that dependencies on NDK are not directly listed since NDK auto adds

Completed in 593 milliseconds

1234567891011>>