/ndk/build/core/ |
init.mk | 20 # Disable GNU Make implicit rules 82 # disable any warnings or errors by overriding these definitions
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 212 glGetInterfacePPAPI()->Disable(glGetCurrentContextPPAPI(), cap);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 528 #define glDisable GLES2_GET_FUN(Disable) [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
check_table.cpp | 780 { "glDisable", _O(Disable) }, [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 529 DELEGATE_TO_GL_1(disable, Disable, WGC3Denum) [all...] |
/external/clang/include/clang-c/ |
Index.h | 882 * \param Disable If non-NULL, will be set to the option that disables this 889 CXString *Disable); [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | 780 { "glDisable", _O(Disable) }, [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_window_gtk.cc | 275 // Disable the resize gripper on Ubuntu. 692 global_menu_bar_->Disable(); [all...] |
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.cc | 654 DELEGATE_TO_GL_1(disable, Disable, WGC3Denum) [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_c_lib_autogen.h | 146 gles2::GetGLContext()->Disable(cap); [all...] |
gles2_implementation.cc | 598 void GLES2Implementation::Disable(GLenum cap) { 604 helper_->Disable(cap); [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_test_autogen.h | 806 TEST_F(GLES2FormatTest, Disable) { 807 cmds::Disable& cmd = *GetBufferAs<cmds::Disable>(); 811 EXPECT_EQ(static_cast<uint32>(cmds::Disable::kCmdId), [all...] |
gles2_cmd_format_autogen.h | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 248 # if called after install module, overload is disable.... why? 282 # if called after install module, overload is disable.... why? 916 Instead of them, you use C<JSON> module object with C<utf8> disable or C<from_json>. 941 Instead of them, you use C<JSON> module object with C<utf8> disable or C<to_json>. [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 248 # if called after install module, overload is disable.... why? 282 # if called after install module, overload is disable.... why? 916 Instead of them, you use C<JSON> module object with C<utf8> disable or C<from_json>. 941 Instead of them, you use C<JSON> module object with C<utf8> disable or C<to_json>. [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | 248 # if called after install module, overload is disable.... why? 282 # if called after install module, overload is disable.... why? 916 Instead of them, you use C<JSON> module object with C<utf8> disable or C<from_json>. 941 Instead of them, you use C<JSON> module object with C<utf8> disable or C<to_json>. [all...] |
/external/chromium_org/v8/src/ |
serialize.cc | 779 void Serializer::Disable() { [all...] |
debug-debugger.js | 199 BreakPoint.prototype.disable = function() { 381 ScriptBreakPoint.prototype.disable = function() { 697 break_point.disable(); 726 break_point.disable(); 769 // Disable all user defined breakpoints: 773 // Disable all exception breakpoints: 861 script_break_point.disable(); [all...] |
/external/v8/src/ |
debug-debugger.js | 193 BreakPoint.prototype.disable = function() { 372 ScriptBreakPoint.prototype.disable = function() { 683 break_point.disable(); 710 break_point.disable(); 753 // Disable all user defined breakpoints: 757 // Disable all exception breakpoints: 843 script_break_point.disable(); [all...] |
/build/core/ |
main.mk | 306 # Disable debugging in plain user builds. [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 494 \subsubsection{\label{sec:o-N}\texttt{-N} or \texttt{--no-stalls}\\Disable
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
main.js | 689 performGlobalUndo = null; // This can't be undone, so disable global undo. 725 performGlobalUndo = null; // This can't be undone, so disable global undo. 891 // Only a single level of undo is supported, so disable global undo now. 926 performGlobalUndo = null; // This can't be undone, so disable global undo. [all...] |
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/ |
main.js | 689 performGlobalUndo = null; // This can't be undone, so disable global undo. 725 performGlobalUndo = null; // This can't be undone, so disable global undo. 891 // Only a single level of undo is supported, so disable global undo now. 926 performGlobalUndo = null; // This can't be undone, so disable global undo. [all...] |
/external/dropbear/ |
configure | 17 # is contrary to our usage. Disable this feature. 395 -disable-* | --disable-*) 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 845 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 847 --disable-largefile omit support for large files 848 --disable-zlib Don't include zlib support 850 --disable-openpty Don't use openpty, use alternative method 851 --disable-syslog Don't include syslog support 852 --disable-shadow Don't use shadow passwords (if available [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl_mangle.h | 286 #define glDisable MANGLE(Disable) [all...] |