HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 101 - 125 of 6495) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 343 void setAutoLoadImages(bool on) { s->setAttribute(QWebSettings::AutoLoadImages, on); }
345 void setJavascriptEnabled(bool on) { s->setAttribute(QWebSettings::JavascriptEnabled, on); }
347 void setJavaEnabled(bool on) { s->setAttribute(QWebSettings::JavaEnabled, on); }
349 void setPluginsEnabled(bool on) { s->setAttribute(QWebSettings::PluginsEnabled, on); }
351 void setPrivateBrowsingEnabled(bool on) { s->setAttribute(QWebSettings::PrivateBrowsingEnabled, on); }
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 82 final String on = opt.getCanonicalName (); local
86 if ("ip".equals (on))
90 else if ("d".equals (on))
94 else if ("out".equals (on))
98 else if ("merge".equals (on))
102 else if ("ix".equals (on))
107 else if ("m".equals (on))
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
host_platform.c 28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
68 wifi_ctrl->set_power(1); /* Power On */
116 int wifi_set_carddetect( int on )
118 /* printk("%s = %d\n", __FUNCTION__, on); */
120 wifi_control_data->set_carddetect(on);
125 int wifi_set_power( int on, unsigned long msec )
127 /* printk("%s = %d\n", __FUNCTION__, on); */
129 wifi_control_data->set_power(on);
132 gpio_set_value(PMENA_GPIO, on);
139 int wifi_set_reset( int on, unsigned long msec
    [all...]
  /external/valgrind/main/memcheck/tests/
origin1-yes.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
10 Conditional jump or move depends on uninitialised value(s)
17 Conditional jump or move depends on uninitialised value(s)
24 Conditional jump or move depends on uninitialised value(s)
32 Conditional jump or move depends on uninitialised value(s)
40 Conditional jump or move depends on uninitialised value(s)
51 Conditional jump or move depends on uninitialised value(s)
origin3-no.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
21 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
41 Conditional jump or move depends on uninitialised value(s)
51 Conditional jump or move depends on uninitialised value(s)
60 Conditional jump or move depends on uninitialised value(s)
69 Conditional jump or move depends on uninitialised value(s)
partiallydefinedeq.stderr.exp 2 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
  /external/emma/core/java12/com/vladium/emma/
Command.java 96 final String on = opt.getCanonicalName (); local
98 if ("exit".equals (on)) // 'exit' should always be first in this else-if chain
103 else if ("p".equals (on))
108 else if ("verbose".equals (on))
113 else if ("quiet".equals (on))
118 else if ("silent".equals (on))
123 else if ("debug".equals (on))
132 else if ("debugcls".equals (on))
151 final String on = opt.getName ().substring (opt.getPatternPrefix ().length ()); local
155 cmdOverrides.setProperty (on, opt.getFirstValue ())
    [all...]
runCommand.java 78 final String on = opt.getCanonicalName (); local
82 if ("cp".equals (on))
86 else if ("jar".equals (on))
90 else if ("f".equals (on))
94 else if ("sp".equals (on))
98 else if ("raw".equals (on))
102 else if ("out".equals (on))
106 else if ("merge".equals (on))
110 else if ("r".equals (on))
114 else if ("ix".equals (on))
    [all...]
  /device/moto/wingray/taudio/
tctl.c 89 cfg.on = 0;
94 cfg.on = 1;
95 printf("set output %d to ON\n", cfg.id);
104 printf("current output: %d, %s\n", cfg.id, (cfg.on ? "on" : "off"));
134 cfg.on = 0;
139 cfg.on = 1;
140 printf("set input %d to ON\n", cfg.id);
149 printf("current input: %d, %s\n", cfg.id, (cfg.on ? "on" : "off"))
    [all...]
  /external/oprofile/libdb/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
25 # Build libdb on target
36 # Build libdb on host
  /external/oprofile/libop/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
29 # Build libop on target
40 # Build libop on host
  /external/oprofile/libpopt/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
25 # Build libpopt on target
36 # Build libpopt on host
  /external/oprofile/libutil/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
31 # Build libutil on target
42 # Build libutil on host
  /external/quake/quake/src/WinQuake/
wq.bat 11 echo wq max: all features on, but doesn't work on all systems
12 echo wq fast: maximum speed, but doesn't work on all systems
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller_unittest.cc 56 // Make sure that autodetect is the first item on both menus
83 bool on = controller.IsItemChecked(&profile_en, local
87 ASSERT_FALSE(on && encoding_is_enabled);
88 encoding_is_enabled |= on;
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 80 final String on = opt.getCanonicalName (); local
84 if ("in".equals (on))
88 else if ("out".equals (on))
  /external/grub/stage2/
hercules.c 173 hercules_setcursor (int on)
179 outb (HERCULES_DATA_REG, on ? 0 : (1 << 5));
181 herc_cursor_state = on;
  /system/core/libcutils/
uevent.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
99 int on = passcred; local
112 setsockopt(s, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 27 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
83 o.on( '-i', '--input "text to process"', doc( <<-END ) ) { |val| @input = val }
87 o.on( '-I', '--interactive', doc( <<-END ) ) { @interactive = true }
115 scripts, but isn't particularly useful on its own.
179 | (control+D on Mac/Linux/Unix or control+Z on Windows)
193 @output.print( "\n" ) # ensures result output is on a new line after EOF is entered
208 @output.print( "\n" ) # ensures result output is on a new line after EOF is entered
394 opt.on( '--lexer-name CLASS_NAME', "name of the lexer class to use" ) { |val|
399 opt.on( '--lexer-file PATH_TO_LIBRARY', "path to library defining the lexer class" ) { |val
    [all...]
  /external/chromium/net/base/
winsock_util.cc 15 // nicely on the stack in crash dumps.
30 #pragma optimize( "", on )
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 82 final String on = opt.getCanonicalName (); local
86 if ("in".equals (on))
90 else if ("sp".equals (on))
94 else if ("r".equals (on))
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-already.js 1 description("Tests that when a request is made on a Geolocation object after its frame has been disconnected, no callbacks are made and no crash occurs.");
26 debug('Method called on Geolocation object with disconnected Frame.');
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.h 27 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
163 void toggleZoomTextOnly(bool on);
169 void setEditable(bool on);
176 void setTouchMocking(bool on);
213 void enteredFullScreenMode(bool on);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 26 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
65 +This file should not have gotten created on your system.
  /hardware/libhardware/include/hardware/
power.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
72 * Typical actions are to turn on or off devices and adjust
80 * on is non-zero when the system is transitioning to an
86 * interactive state prior to turning on the screen.
88 void (*setInteractive)(struct power_module *module, int on);
91 * (*powerHint) is called to pass hints on power requirements, which

Completed in 789 milliseconds

1 2 3 45 6 7 8 91011>>