/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 101 GET_PROC(Disable);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 80 GR_GL_GET_PROC(Disable);
|
/external/chromium_org/v8/src/ |
compilation-cache.h | 269 // Enable/disable compilation cache. Used by debugger to disable compilation 272 void Disable();
|
apinatives.js | 113 // Disable access checks while instantiating the object.
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_database.h | 87 void Disable();
|
appcache_storage_impl.cc | 242 storage_->Disable(); 319 virtual void Run() OVERRIDE { database_->Disable(); } [all...] |
appcache_disk_cache.cc | 180 void AppCacheDiskCache::Disable() {
|
/external/libvpx/libvpx/build/make/ |
rtcd.sh | 13 --disable-EXT Disable support for EXT extensions 35 --disable-*) eval "disable_${opt#--disable-}=true";; 90 # if we already have a default, then we can disable it, as we know
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 101 GET_PROC(Disable);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 80 GR_GL_GET_PROC(Disable);
|
/external/stlport/ |
configure | 52 with --disable-shared, static libraries will be used in any case) 66 --disable-shared don't build shared 76 --without-rtti Disable RTTI when building libraries. 222 --disable-shared)
|
/external/v8/src/ |
compilation-cache.h | 257 // Enable/disable compilation cache. Used by debugger to disable compilation 260 void Disable();
|
apinatives.js | 108 // Disable access checks while instantiating the object.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 233 flag: True for Enable, False for Disable 266 # If the user does "disable pretty-printer .* .* foo" 267 # should we disable printers that don't have subprinters? 271 # "disable pretty-printer .* .* .*", and every other variation 273 # "disable pretty-printer .* .*" (i.e. subname is elided) 274 # to disable everything. 312 # Enable/Disable one or more pretty-printers. 315 # and the user wants to disable that printer without disabling all the other 344 """GDB command to disable the specified pretty-printer. 346 Usage: disable pretty-printer [object-regexp [name-regexp] [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 233 flag: True for Enable, False for Disable 266 # If the user does "disable pretty-printer .* .* foo" 267 # should we disable printers that don't have subprinters? 271 # "disable pretty-printer .* .* .*", and every other variation 273 # "disable pretty-printer .* .*" (i.e. subname is elided) 274 # to disable everything. 312 # Enable/Disable one or more pretty-printers. 315 # and the user wants to disable that printer without disabling all the other 344 """GDB command to disable the specified pretty-printer. 346 Usage: disable pretty-printer [object-regexp [name-regexp] [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 233 flag: True for Enable, False for Disable 266 # If the user does "disable pretty-printer .* .* foo" 267 # should we disable printers that don't have subprinters? 271 # "disable pretty-printer .* .* .*", and every other variation 273 # "disable pretty-printer .* .*" (i.e. subname is elided) 274 # to disable everything. 312 # Enable/Disable one or more pretty-printers. 315 # and the user wants to disable that printer without disabling all the other 344 """GDB command to disable the specified pretty-printer. 346 Usage: disable pretty-printer [object-regexp [name-regexp] [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 233 flag: True for Enable, False for Disable 266 # If the user does "disable pretty-printer .* .* foo" 267 # should we disable printers that don't have subprinters? 271 # "disable pretty-printer .* .* .*", and every other variation 273 # "disable pretty-printer .* .*" (i.e. subname is elided) 274 # to disable everything. 312 # Enable/Disable one or more pretty-printers. 315 # and the user wants to disable that printer without disabling all the other 344 """GDB command to disable the specified pretty-printer. 346 Usage: disable pretty-printer [object-regexp [name-regexp] [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_base.cc | 353 EXPECT_CALL(*gl_, Disable(cap)) 553 EXPECT_CALL(*gl_, Disable(GL_SCISSOR_TEST)) 653 EXPECT_CALL(*gl_, Disable(GL_DEPTH_TEST)) 668 EXPECT_CALL(*gl_, Disable(GL_STENCIL_TEST)) 677 EXPECT_CALL(*gl_, Disable(GL_CULL_FACE)) 686 EXPECT_CALL(*gl_, Disable(GL_SCISSOR_TEST)) 695 EXPECT_CALL(*gl_, Disable(GL_BLEND)) [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.cc | 334 Disable(); 427 void GlobalMenuBarX11::Disable() {
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_prompt_controller.cc | 260 trial->Disable();
|
/external/chromium_org/components/variations/ |
variations_associated_data_unittest.cc | 93 trial->Disable();
|
variations_seed_processor.cc | 306 trial->Disable();
|
/external/chromium_org/content/child/ |
child_thread.cc | 408 IPC::Logging::GetInstance()->Disable();
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 52 #define glDisable GLES2_GET_FUN(Disable)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 99 SET_PROC(Disable)
|