HomeSort by relevance Sort by last modified time
    Searched refs:disable (Results 151 - 175 of 1957) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/interfaces/wifi/1.2/default/tests/
runtests.sh 37 #'disable-verity' will appear in 'adb remount' output if
39 if adb remount | grep 'disable-verity'; then
40 adb disable-verity
  /packages/services/Telephony/src/com/android/phone/
IccPanel.java 77 mStatusBarManager.disable(StatusBarManager.DISABLE_EXPAND);
83 mStatusBarManager.disable(StatusBarManager.DISABLE_NONE);
  /system/connectivity/wificond/
runtests.sh 38 # 'disable-verity' will appear in 'adb remount' output if
40 if adb remount | grep 'disable-verity'; then
41 adb disable-verity
  /system/connectivity/wifilogd/
runtests.sh 37 # 'disable-verity' will appear in 'adb remount' output if
39 if adb remount | grep 'disable-verity'; then
40 adb disable-verity
  /system/tools/hidl/docs/src/writer/elements/
TypedefElement.kt 37 <pre class="prettyprint devsite-disable-click-to-copy">${declaration()}</pre>
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java 59 disable(); method
66 * Checks enable(), disable(), getState(), isEnabled()
69 disable(); method
96 disable(); method
135 private void disable() { method in class:BluetoothTest
144 assertTrue(mAdapter.disable());
161 fail("disable() timeout");
  /external/clang/test/CodeGenCXX/
pragma-loop.cpp 24 #pragma clang loop vectorize_width(8) interleave_count(4) unroll(disable) distribute(disable)
57 // Verify disable pragma clang loop directive generates correct metadata
59 #pragma clang loop vectorize(disable) unroll(disable) distribute(disable)
169 // CHECK: ![[UNROLL_DISABLE]] = !{!"llvm.loop.unroll.disable"}
  /external/deqp/framework/opengl/
gluStateReset.cpp 78 gl.disable (GL_PRIMITIVE_RESTART_FIXED_INDEX);
112 gl.disable (GL_CULL_FACE);
116 gl.disable (GL_POLYGON_OFFSET_FILL);
119 gl.disable(GL_RASTERIZER_DISCARD);
126 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE);
127 gl.disable (GL_SAMPLE_COVERAGE);
135 gl.disable(GL_SAMPLE_MASK);
355 gl.disable (GL_SCISSOR_TEST);
358 gl.disable (GL_STENCIL_TEST);
362 gl.disable (GL_DEPTH_TEST)
    [all...]
  /development/host/windows/usb/api/
adb_interface.h 30 #pragma warning(disable: 4251)
  /development/samples/DataWiper/src/com.example.android.datawiper/
MyAdmin.java 35 public static void disable(Context context) { method in class:MyAdmin
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cprofile.py 23 obj.disable()
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /external/clang/test/Lexer/
pragma-operators.cpp 39 #pragma warning(disable : 1 2L 3U ; error : 4 5 6 ; suppress : 7 8 9)
40 // CHECK: #pragma warning(disable: 1 2 3)
  /external/deqp/modules/egl/
teglGLES2RenderUtil.cpp 41 gl.disable(GL_SCISSOR_TEST);
  /external/gflags/src/
windows_port.cc 51 # pragma warning(disable: 4996) // ignore _vsnprintf security warning
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 42 // Disable exception handler warnings.
43 #pragma warning( disable : 4530 )
  /external/jsoncpp/include/json/
config.h 74 // Disable warning 4786 for VS6 caused by STL (identifier was truncated to '255'
78 #pragma warning(disable : 4786)
  /external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
assign_t.pass.cpp 25 #pragma warning(disable: 4244) // conversion from 'X' to 'Y', possible loss of data
  /external/libcxx/test/std/utilities/template.bitset/bitset.cons/
char_ptr_ctor.pass.cpp 23 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
ull_ctor.pass.cpp 20 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
count.pass.cpp 21 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
flip_all.pass.cpp 21 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
flip_one.pass.cpp 19 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
index_const.pass.cpp 22 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
left_shift.pass.cpp 21 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
not_all.pass.cpp 21 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.

Completed in 768 milliseconds

1 2 3 4 5 67 8 91011>>