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

1 2 3 4 5 6 78 91011>>

  /system/core/sh/
jobs.h 29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 #define SHOW_SIGNALLED 0x10 /* only if stopped/exited on signal */
105 #define setjobctl(on) /* do nothing */
  /bootable/bootloader/legacy/include/boot/
boot.h 23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
83 void gpio_write(unsigned n, unsigned on);
123 void set_led(int on);
  /build/core/combo/arch/arm/
armv7-a-neon.mk 1 # Configuration for Linux on ARM.
  /dalvik/vm/mterp/x86-atom/
OP_IGET_QUICK.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
31 GET_VREG %eax # %eax<- vB; object to operate on
OP_IGET_WIDE_QUICK.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
31 GET_VREG %edx # %edx<- vB; object to operate on
OP_IPUT_QUICK.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
30 GET_VREG %eax # %eax<- vB; object to operate on
OP_IPUT_WIDE_QUICK.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
31 GET_VREG %edx # %edx<- vB; object to operate on
zcmp.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
41 js common_periodicChecks_backwardBranch # jump on backwards branch
  /development/tools/emulator/opengl/host/tools/emugen/
Android.mk 22 # on windows use the build host emugen executable
  /device/samsung/tuna/recovery/
Android.mk 17 # Edify extension functions for doing bootloader updates on Tuna devices.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 4 // Returns "PROXY success:80" on success.
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
  /external/v8/test/mjsunit/regress/
regress-1151.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 // Test that we do not try to create prototypes on objects that has the,
37 // Test that we are compatible with Safari on prototypes set locally and
38 // on the actual prototype set using __proto__ on objects that has the
  /external/valgrind/main/drd/tests/
hold_lock_2.stderr.exp 8 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 13 alert("Attempt to clear " + url + " cookies might have failed. Test results might be off from here on out. (" + e + ")");
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 19 // Quota value would vary depending on the test environment.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 // FontPlatformData is the handle which WebKit has on a specific face. A face
137 static void setAntiAlias(bool on);
138 static void setSubpixelGlyphs(bool on);
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 12 ** distributed under the License is distributed on an "AS IS" BASIS,
47 void setAttentionLight(boolean on, int color);
  /sdk/emulator/tests/
Android.mk 2 # NOTE: Most of these are only built and run on Linux.
  /build/target/board/generic/
BoardConfig.mk 14 # it is supposed to replace (unlike on real devices where it is 2x to 3x
18 # that are slower to emulate. On the other hand, it is possible to emulate
35 # of an SDK AVD. Note that this operation only works on Linux for now
43 # Build and enable the OpenGL ES View renderer. When running on the emulator,
  /device/moto/stingray/
full_stingray.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
22 # A few more packages that aren't quite used on all builds
42 PRODUCT_MODEL := Full Android on Stingray
  /device/moto/wingray/
full_wingray.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
22 # A few more packages that aren't quite used on all builds
42 PRODUCT_MODEL := Full Android on Wingray
  /external/guava/src/com/google/common/base/
Splitter.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
39 * Splitter.on(',').split("foo,bar")}</pre>
46 * Splitter.on(',').split("foo,,bar, quux")}</pre>
53 * private static final Splitter MY_SPLITTER = Splitter.on(',')
65 * method such as {@code omitEmptyStrings} has no effect on the instance it
66 * is invoked on! You must store and use the new splitter instance returned by
71 * Splitter splitter = Splitter.on('/');
77 * #on(String)}, {@link #on(Pattern)} and {@link #on(CharMatcher)} for example
115 public static Splitter on(char separator) { method in class:Splitter
129 public static Splitter on(final CharMatcher separatorMatcher) { method in class:Splitter
    [all...]
  /external/oprofile/pp/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
38 # Build opreport on host
55 # Build opannotate on host
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
23 Conditional jump or move depends on uninitialised value(s)

Completed in 1672 milliseconds

1 2 3 4 5 6 78 91011>>