HomeSort by relevance Sort by last modified time
    Searched refs:OFF (Results 1 - 25 of 619) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/util/
BinaryState.java 19 * Enum used to record ON/OFF state with a IGNORE no-op state.
24 OFF;
  /libcore/ojluni/src/main/resources/sun/util/logging/resources/
logging.properties 46 OFF=OFF
logging_de.properties 46 OFF=Deaktiviert
logging_it.properties 46 OFF=Non attivo
logging_sv.properties 46 OFF=Av
logging_es.properties 46 OFF=Desactivado
logging_fr.properties 46 OFF=D\u00E9sactiv\u00E9
logging_pt_BR.properties 46 OFF=Desativado
logging_ja.properties 46 OFF=\u30AA\u30D5
logging_ko.properties 46 OFF=\uD574\uC81C
logging_zh_CN.properties 46 OFF=\u7981\u7528
  /external/clang/test/Parser/
pragma-fp-contract.c 10 #pragma STDC FP_CONTRACT OFF
pragma-optimize-diagnostics.cpp 3 #pragma clang optimize off
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'}}
17 #define OFF off
19 #pragma clang optimize OFF
25 #define OPT_OFF _Pragma("clang optimize off")
  /external/curl/winbuild/
gen_resp_file.bat 1 @echo OFF
  /external/clang/test/Preprocessor/
pragma_unknown.c 10 #pragma STDC FP_CONTRACT OFF
12 #pragma STDC FP_CONTRACT IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
15 #pragma STDC FENV_ACCESS OFF
17 #pragma STDC FENV_ACCESS IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
20 #pragma STDC CX_LIMITED_RANGE OFF
22 #pragma STDC CX_LIMITED_RANGE IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
24 #pragma STDC CX_LIMITED_RANGE // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 107 #ifndef OFF
108 #define OFF 0
  /external/python/cpython2/Modules/
sunaudiodev.c 346 #define OFF(x) offsetof(audio_info_t,x)
348 { "i_sample_rate", T_UINT, OFF(record.sample_rate) },
349 { "i_channels", T_UINT, OFF(record.channels) },
350 { "i_precision", T_UINT, OFF(record.precision) },
351 { "i_encoding", T_UINT, OFF(record.encoding) },
352 { "i_gain", T_UINT, OFF(record.gain) },
353 { "i_port", T_UINT, OFF(record.port) },
354 { "i_samples", T_UINT, OFF(record.samples) },
355 { "i_eof", T_UINT, OFF(record.eof) },
356 { "i_pause", T_UBYTE, OFF(record.pause) }
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 146 #ifndef OFF
147 #define OFF 0
  /external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
firmware_Cr50CCDServoCap.py 29 'rdd attach, fake_servo on, cr50_run reboot, fake_servo off',
31 'rdd attach, fake_servo off, rdd detach',
37 OFF = 'off'
40 # translate to off, on and unknown.
42 OFF : ['off', 'disconnected', 'disabled', 'UARTAP UARTEC',
59 # There are three valid states: UNDETECTABLE, ON, or OFF. Undetectable only
62 # other ccdstates can only be off or on. Cr50 has a lot of different words
63 # for off and on. These other descriptors are in STATE_VALUES
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 56 public enum Flash { ON, OFF, AUTO };
61 public enum Geotagging { ON, OFF };
125 * Scene: Sunset / Pic: Medium / Geo: off
130 PictureSize.MEDIUM, Geotagging.OFF);
144 * Flash: Off / Exposure: Max / WB: Auto
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
154 * Flash: Off / Exposure: Max / WB: Cloudy
155 * Scene: Auto / Pic: Med / Geo: off
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO,
160 PictureSize.MEDIUM, Geotagging.OFF);
    [all...]
  /external/cn-cbor/
CMakeLists.txt 19 option ( use_context "Use context pointer for CBOR functions" OFF )
20 option ( verbose "Produce verbose makefile output" OFF )
21 option ( optimize "Optimize for size" OFF )
24 option ( coveralls_send "Send data to coveralls site" OFF )
26 option ( no_floats "Build without floating point support" OFF )
46 set ( coveralls OFF )
47 set ( coveralls_send OFF )
  /external/libyuv/files/unit_test/
convert_test.cc 34 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \
38 align_buffer_page_end(src_y, kWidth* kHeight + OFF); \
41 OFF); \
44 OFF); \
57 src_y[i * kWidth + j + OFF] = (fastrand() & 0xff); \
60 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
62 src_v[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
78 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
79 src_v + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), dst_y_c, kWidth,
    [all...]
  /external/apache-commons-math/
Android.mk 29 LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
42 LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
  /external/apache-xml/
Android.mk 27 LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
37 LOCAL_ERROR_PRONE_FLAGS := -Xep:MissingOverride:OFF
  /external/libyuv/
setup_env.bat 2 @echo OFF

Completed in 910 milliseconds

1 2 3 4 5 6 7 8 91011>>