HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 26 - 50 of 8137) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 12 nat_traversal on;
13 ike_frag on;
14 mode_cfg on;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 12 generate_policy on;
13 nat_traversal on;
15 ike_frag on;
  /external/valgrind/main/memcheck/tests/x86/
xor-undef-x86.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
10 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
  /external/srtp/crypto/include/
err.h 38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
147 int on; /* 1 if debugging is on, 0 if it is off */ member in struct:__anon11427
153 #define debug_on(mod) (mod).on = 1
155 #define debug_off(mod) (mod).on = 0
159 if (mod.on) err_report(err_level_debug, ("%s: " format "\n"), mod.name, arg)
161 if (mod.on) err_report(err_level_debug, ("%s: " format "\n"), mod.name, arg1,arg2)
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffFooter.pl 27 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
48 Property changes on: FileA
65 Property changes on: Makefile
81 Property changes on: Makefile
97 Property changes on: Makefile
114 Property changes on: FileA
131 Property changes on: FileA
151 Property changes on: FileA
170 Property changes on: FileA
175 Property changes on: Makefile.share
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
MapView.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
79 public void setSatellite(boolean on) {
86 public void setTraffic(boolean on) {
93 public void setStreetView(boolean on) {
  /libcore/luni/src/main/java/java/security/
DigestInputStream.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
35 // Indicates whether digest functionality is on or off
43 * {@code DigestInputStream}. All operations on such a stream will fail.
76 * for the byte if this function is {@link #on(boolean)}.
89 // - digest functionality is on
101 * {@link #on(boolean)}.
122 // - digest functionality is on
132 * Enables or disables the digest function (default is on).
134 * @param on
139 public void on(boolean on) method in class:DigestInputStream
    [all...]
DigestOutputStream.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
35 // Indicates whether digest functionality is on or off
73 * this function is {@link #on(boolean)}.
82 // update digest only if digest functionality is on
92 * offset. Updates the digest if this function is {@link #on(boolean)}.
105 // update digest only if digest functionality is on
114 * Enables or disables the digest function (default is on).
116 * @param on
121 public void on(boolean on) { method in class:DigestOutputStream
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_GOTO.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
35 js common_periodicChecks_backwardBranch # do check on backwards branch
  /external/llvm/autoconf/m4/
linux_mixed_64_32.m4 6 [AC_CACHE_CHECK(for 32-bit userspace on 64-bit system,llvm_cv_linux_mixed,
  /external/llvm/projects/sample/autoconf/m4/
linux_mixed_64_32.m4 6 [AC_CACHE_CHECK(for 32-bit userspace on 64-bit system,llvm_cv_linux_mixed,
  /external/valgrind/main/drd/tests/
sigaltstack.stderr.exp 5 caught signal, local var is on 0x........
  /external/valgrind/main/memcheck/tests/
manuel3.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
memcmptest.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
sigaltstack.stderr.exp 5 caught signal, local var is on 0x........
strchr.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImplWrapper.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
84 public void setSoLinger(boolean on, int linger) throws SocketException {
85 socket.setSoLinger(on, linger);
89 public void setTcpNoDelay(boolean on) throws SocketException {
90 socket.setTcpNoDelay(on);
94 public void setReuseAddress(boolean on) throws SocketException {
95 socket.setReuseAddress(on);
99 public void setKeepAlive(boolean on) throws SocketException {
100 socket.setKeepAlive(on);
  /system/extras/tests/sdcard/
sysutil.h 23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
70 // 0: a regular process. Should die on OOM.
94 // Turns NEW_FAIR_SLEEPERS on or off.
95 void setNewFairSleepers(bool on);
100 // Turns NORMALIZED_SLEEPERS on or off.
101 void setNormalizedSleepers(bool on);
129 // Try to fork. exit on failure.
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.cpp 150 void QWKPreferences::setAttribute(WebAttribute attr, bool on)
154 WKPreferencesSetLoadsImagesAutomatically(d->ref, on);
157 WKPreferencesSetJavaScriptEnabled(d->ref, on);
160 WKPreferencesSetPluginsEnabled(d->ref, on);
163 WKPreferencesSetOfflineWebApplicationCacheEnabled(d->ref, on);
166 WKPreferencesSetLocalStorageEnabled(d->ref, on);
169 WKPreferencesSetXSSAuditorEnabled(d->ref, on);
172 WKPreferencesSetFrameFlatteningEnabled(d->ref, on);
175 WKPreferencesSetPrivateBrowsingEnabled(d->ref, on);
178 WKPreferencesSetDeveloperExtrasEnabled(d->ref, on);
    [all...]
  /build/target/product/
full.mk 11 # distributed under the License is distributed on an "AS IS" BASIS,
20 # entirely appropriate to inherit from for on-device configurations.
32 PRODUCT_MODEL := Full Android on Emulator
vbox_x86.mk 11 # distributed under the License is distributed on an "AS IS" BASIS,
20 # entirely appropriate to inherit from for on-device configurations.
30 PRODUCT_MODEL := Full Android on x86 VirtualBox
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMP_LONG.S 3 * register based on the results of the comparison.
23 blt .L${opcode}_less @ signed compare on high part
27 bhi .L${opcode}_greater @ unsigned compare on low part
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
11 # name of the add-on
14 # Copy the manifest and hardware files for the SDK add-on.
30 # Name of the doc to generate and put in the add-on. This must match the name defined
36 # This add-on extends the default sdk product.
39 # Real name of the add-on. This is the name used to build the add-on.
40 # Use 'make PRODUCT-<PRODUCT_NAME>-sdk_addon' to build the add-on.
  /external/llvm/utils/lit/lit/
TestingConfig.py 6 TestingConfig - Information on the tests inside a suite.
12 # Set the environment based on the command line arguments.

Completed in 956 milliseconds

12 3 4 5 6 7 8 91011>>