HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 176 - 200 of 6750) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/
Android.mk 9 # end of each Android.mk, so that one Android.mk doesn't depend on variables
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 4 echo on
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 12 ** distributed under the License is distributed on an "AS IS" BASIS,
53 void setAttentionLight(boolean on, int color);
  /system/extras/tests/fstest/
mounts-test.sh 27 echo FAILURE: $i is present on system
  /external/v8/test/mjsunit/
stack-traces-2.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
71 testTraceNativeConversion(String); // Does ToString on argument.
72 testTraceNativeConversion(Number); // Does ToNumber on argument.
73 testTraceNativeConversion(RegExp); // Does ToString on argument.
75 testTraceNativeConstructor(String); // Does ToString on argument.
76 testTraceNativeConstructor(Number); // Does ToNumber on argument.
77 testTraceNativeConstructor(RegExp); // Does ToString on argument.
78 testTraceNativeConstructor(Date); // Does ToNumber on argument.
  /device/samsung/manta/power/
power_manta.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
124 static void power_set_interactive(struct power_module *module, int on)
130 ALOGV("power_set_interactive: %d\n", on);
137 on ? "1700000" : "800000");
139 sysfs_write(manta->touchscreen_power_path, on ? "Y" : "N");
141 ALOGV("power_set_interactive: %d done\n", on);
  /external/v8/test/mjsunit/regress/
regress-70066.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34 // Delete on a slot from a function's own context.
46 // Delete on a slot from an outer context.
60 // Delete on a parameter.
71 // Delete on a parameter found in an outer context.
84 // Delete on a parameter, arguments object should be unaffected.
106 // Delete on a property found on 'with' object.
117 // Delete on a global property.
126 // Delete on a property that is not found anywhere
    [all...]
  /external/eigen/blas/
lsame.f 43 * Use 'Z' rather than 'A' so that ASCII can be detected on Prime
44 * machines, on which ICHAR returns a value with bit 8 set.
45 * ICHAR('A') on Prime machines returns 193 which is the same as
46 * ICHAR('A') on an EBCDIC machine.
73 * ASCII is assumed, on Prime machines - ZCODE is the ASCII code
chbmv.f 25 * On entry, UPLO specifies whether the upper or lower
35 * Unchanged on exit.
38 * On entry, N specifies the order of the matrix A.
40 * Unchanged on exit.
43 * On entry, K specifies the number of super-diagonals of the
45 * Unchanged on exit.
48 * On entry, ALPHA specifies the scalar alpha.
49 * Unchanged on exit.
57 * position 2 in row k, and so on. The top left k by k triangle
75 * row 2, and so on. The bottom right k by k triangle of th
    [all...]
dsbmv.f 25 * On entry, UPLO specifies whether the upper or lower
35 * Unchanged on exit.
38 * On entry, N specifies the order of the matrix A.
40 * Unchanged on exit.
43 * On entry, K specifies the number of super-diagonals of the
45 * Unchanged on exit.
48 * On entry, ALPHA specifies the scalar alpha.
49 * Unchanged on exit.
57 * position 2 in row k, and so on. The top left k by k triangle
75 * row 2, and so on. The bottom right k by k triangle of th
    [all...]
ssbmv.f 25 * On entry, UPLO specifies whether the upper or lower
35 * Unchanged on exit.
38 * On entry, N specifies the order of the matrix A.
40 * Unchanged on exit.
43 * On entry, K specifies the number of super-diagonals of the
45 * Unchanged on exit.
48 * On entry, ALPHA specifies the scalar alpha.
49 * Unchanged on exit.
57 * position 2 in row k, and so on. The top left k by k triangle
75 * row 2, and so on. The bottom right k by k triangle of th
    [all...]
zhbmv.f 25 * On entry, UPLO specifies whether the upper or lower
35 * Unchanged on exit.
38 * On entry, N specifies the order of the matrix A.
40 * Unchanged on exit.
43 * On entry, K specifies the number of super-diagonals of the
45 * Unchanged on exit.
48 * On entry, ALPHA specifies the scalar alpha.
49 * Unchanged on exit.
57 * position 2 in row k, and so on. The top left k by k triangle
75 * row 2, and so on. The bottom right k by k triangle of th
    [all...]
  /ndk/build/core/
import-locals.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
22 # we depend on.
24 # I.e. If module 'foo' depends on 'bar' which depends on 'zoo',
59 # dependees on final link command).
  /external/guava/guava/src/com/google/common/base/
Splitter.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
44 * Splitter.on(',').split("foo,bar")}</pre>
51 * Splitter.on(',').split("foo,,bar, quux")}</pre>
58 * private static final Splitter MY_SPLITTER = Splitter.on(',')
70 * method such as {@code omitEmptyStrings} has no effect on the instance it
71 * is invoked on! You must store and use the new splitter instance returned by
76 * Splitter splitter = Splitter.on('/');
82 * #on(String)}, {@link #on(Pattern)} and {@link #on(CharMatcher)} for example
124 public static Splitter on(char separator) { method in class:Splitter
138 public static Splitter on(final CharMatcher separatorMatcher) { method in class:Splitter
    [all...]
  /external/openssl/crypto/objects/
o_names.c 157 OBJ_NAME on,*ret; local
166 on.name=name;
167 on.type=type;
171 ret=lh_OBJ_NAME_retrieve(names_lh,&on);
176 on.name=ret->data;
235 OBJ_NAME on,*ret; local
240 on.name=name;
241 on.type=type;
242 ret=lh_OBJ_NAME_delete(names_lh,&on);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 13 # distributed under the License is distributed on an "AS IS" BASIS,
113 # Only tested on Mac OS X.
288 msg("We survived #{vars}. Bummer, could not repeat crash. Moving on.")
355 opts.on( '-t', '--test NUM', 'Test to start at' ) { |test_num| options[:test_num] = test_num.to_i }
356 opts.on( '-p', '--port NUM', 'Listen on TCP port NUM (random)' ) { |port| options[:port] = port.to_i }
357 opts.on( '-c', '--config PATH', 'Use PATH for configuration file' ) { |path| options[:config_path] = path }
358 opts.on( '-d', '--testdir PATH', 'Use PATH to save testcases (/tmp)' ) { |path| options[:test_dir] = path }
359 opts.on( '-l', '--logdir PATH', 'Use PATH to save logs (/tmp)' ) { |path| options[:log_dir] = path }
360 opts.on( '-w', '--watchdog NUM', 'How many seconds to wait for pages to load (45s)' ) { |sec| options[:wa (…)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 22 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
85 void Console::SetEcho(bool on) {
95 if (on) {
104 if (on)
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattributenode03.js 63 // This method is called on the completion of
78 Create a new attribute node on the second strong element. Invoke setIdAttributeNode on a newly created
79 attribute node. Verify by calling isID on the attribute node and getElementById on document node.
80 Call setIdAttributeNode again with isId=false to reset. Invoke isId on the attribute node should return false.
elementsetidattributenode04.js 63 // This method is called on the completion of
78 Create a new namespace attribute on the second strong element. Invoke setIdAttributeNode on a newly created
79 attribute node. Verify by calling isID on the attribute node and getElementById on document node.
80 Call setIdAttributeNode again with isId=false to reset. Invoke isId on the attribute node should return false.
elementsetidattributens04.js 64 // This method is called on the completion of
80 If the value of the specified attribute is unique then this element node can later be retrieved using getElementById on Document.
83 Invoke setIdAttributeNS on newly added attribute on the third strong element. Verify by calling
84 isID on the attribute node and getElementById on document node.
elementsetidattributens13.js 63 // This method is called on the completion of
78 Invoke setIdAttributeNS on newly added attribute on the third strong element. Verify by calling
79 isID on the attribute node and getElementById on document node.
80 Call setIdAttributeNS on the same element to reset ID but with a non-existing attribute should generate
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
CompatModePanel.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
130 final boolean on = (mode == ActivityManager.COMPAT_MODE_ENABLED);
131 mOnButton.setChecked(on);
132 mOffButton.setChecked(!on);
  /libcore/luni/src/main/java/java/io/
Console.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
149 private static int setEcho(boolean on, int previousState) {
151 return setEchoImpl(on, previousState);
156 private static native int setEchoImpl(boolean on, int previousState) throws IOException;
  /system/netd/
NetlinkManager.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
58 int on = 1; local
76 if (setsockopt(*sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
  /bionic/libc/kernel/common/linux/
cpcap_audio.h 34 int on; member in struct:cpcap_audio_stream

Completed in 508 milliseconds

1 2 3 4 5 6 78 91011>>