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

1 2 3 4 5 67 8 91011>>

  /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)
console.h 22 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
67 static void SetEcho(bool 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
  /build/target/board/generic_x86/
BoardConfig.mk 25 # of an SDK AVD. Note that this operation only works on Linux for now
33 # Build and enable the OpenGL ES View renderer. When running on the emulator,
  /dalvik/vm/
ReconfigureDvm.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
36 # Don't install on any build by default
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 7 * register based on the results of the comparison.
35 blt .L${opcode}_less @ signed compare on high part
38 bhi .L${opcode}_greater @ unsigned compare on low part
  /development/ndk/samples/two-libs/jni/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
32 # second lib, which will depend on and include the first one
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.h 22 #error This file is meant to be compiled on ChromeOS only.
27 // selection of particular plugins based on the domain they are be
31 // The functions in this class must only be called on the FILE thread
40 // process of initialization on the FILE thread.
  /external/chromium/chrome/browser/ui/views/location_bar/
star_view.h 25 // Toggles the star on or off.
26 void SetToggled(bool on);
  /external/clang/test/CXX/expr/expr.ass/
p9-cxx11.cpp 16 a = { 1 } = b; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
17 a = a + { 4 }; // expected-error {{initializer list cannot be used on the right hand side of operator '+'}}
18 a = { 3 } * { 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '*'}} \
19 expected-error {{initializer list cannot be used on the right hand side of operator '*'}}
33 int k1 = T() = { 1, 2 } = { 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand side of operator '+'}}
  /external/clang/test/CodeGen/
ms_struct-bitfield-1.c 21 #pragma ms_struct on
  /external/easymock/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
28 # Build an easymocklib.jar to use on device
  /external/kernel-headers/original/linux/
cpcap_audio.h 35 int on; /* enable/disable for output, unmute/mute for input */ member in struct:cpcap_audio_stream
  /external/libsepol/include/sepol/
users.h 22 extern void sepol_set_delusers(int on);
  /external/oprofile/daemon/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
18 # Build oprofiled on the target

Completed in 4076 milliseconds

1 2 3 4 5 67 8 91011>>