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

12 3 4 5 6 7 8 91011>>

  /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/llvm/
README.android 9 * merge conflicts with upstream on those parts.
23 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/llvm/trunk@157317 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2012/4/24: Synced to r155090 (Contact sliao for merge questions.)
25 * Recent downstreaming on 2012/3/24: Synced to r153224 (Contact sliao & srhines for merge questions.)
26 * Recent downstreaming on 2012/3/5: Synced to r152063 (Contact srhines & sliao for merge questions.)
27 * Recent downstreaming on 2011/12/17: Synced to r146714 (Contact loganchien & sliao for merge questions.)
28 * Recent downstreaming on 2011/11/26: Synced to r145126 (Contact loganchien & sliao for merge questions.)
29 * Recent downstreaming on 2011/11/17: Synced to r144606 (Contact loganchien & sliao for merge questions.)
30 * Recent downstreaming on 2011/11/14: Synced to r144354 (Contact srhines for merge questions.)
31 * Recent downstreaming on 2011/10/22: Synced to r142530 (Contact sliao & loganchien for merge questions.
    [all...]
  /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:__anon12720
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/v8/
Android.mk 12 ## distributed under the License is distributed on an "AS IS" BASIS,
22 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
  /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.
29 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/asus/grouper/power/
power.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
72 static void grouper_power_set_interactive(struct power_module *module, int on)
80 on ? "1300000" : "700000");
83 on ? "1" : "0");
86 on ? "0" : "2");
  /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.

Completed in 674 milliseconds

12 3 4 5 6 7 8 91011>>