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

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-3/arch-arm/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 4 // This international hostname has a non-ASCII character. It is represented
8 // We disregard the actual return value -- all we care about is that on
  /external/clang/test/CodeGen/
staticinit.c 12 static int is[] = { 1, 2, 3, 4 }; local
  /external/clang/test/Sema/
implicit-decl.c 10 if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous implicit declaration is here}} \
11 expected-warning {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
  /external/kernel-headers/original/asm-arm/
hardirq.h 27 # error HARDIRQ_BITS is too low!
  /external/llvm/utils/lit/lit/
TestingConfig.py 11 if config is None:
96 """finish() - Finish this config object, after loading is complete."""
102 if self.test_exec_root is not None:
106 if self.test_source_root is not None:
  /external/mesa3d/docs/
MESA_set_3dfx_mode.spec 27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
64 GL_TRUE is returned if <mode> is valid and the operation completed
65 normally. GL_FALSE is returned if <mode> is invalid or if the Glide
66 driver is not being used.
73 None since this is a client-side extension.
  /external/openssl/crypto/des/times/
usparc.cc 5 I believe the difference is tied up in optimisation that the compiler
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
  /external/valgrind/main/drd/tests/
tc01_simple_race.stderr.exp 4 Location 0x........ is 0 bytes inside global var "x"
9 Location 0x........ is 0 bytes inside global var "x"
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 10 # fldcw is most often used to set the rouding mode when doing
13 # It is encoded as "d9 /5" which means
15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
16 # and yyy is the register field
143 cmp $3,%rbx # result is the expected one
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 10 # fldcw is most often used to set the rouding mode when doing
13 # It is encoded as "d9 /5" which means
15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
16 # and yyy is the register field
97 cmp $3,%ebx # result is the expected one
  /external/valgrind/main/memcheck/tests/
badfree-2trace.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree3.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
buflen_check.stderr.exp 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
7 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 1 description('Tests for a crash where an event is fired after the page has been navigated away when the original page is in the page cache.');
  /external/webkit/LayoutTests/fast/url/script-tests/
path-url.js 7 // [":\":This /is interesting;?#", ":\":This /is interesting;?#"],
  /external/webkit/Source/WebCore/platform/network/cf/
LoaderRunLoopCF.h 13 * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
32 #error This code is not needed on platforms other than Windows, because the CFRunLoop from the main thread can be used.
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
91 void pvmp3_dequantize_sample(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
32 * The spec is written in 1996, and currently various types of "vCard 2.1" exist.
35 * In stead, not only vCard spec but also real world vCard is considered.
38 * the PNG format to determine the type of image, while it is not allowed in
107 public void parse(InputStream is) throws IOException, VCardException {
108 mVCardParserImpl.parse(is);
112 public void parseOne(InputStream is) throws IOException, VCardException {
113 mVCardParserImpl.parseOne(is);
VCardParser_V30.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
32 * This parser allows vCard format which is not allowed in the RFC, since
37 * have it and they uses non UTF-8 charsets. UTF-8 is recommended in RFC 2426,
38 * but it is not a must. We silently allow "CHARSET".
59 * "QUOTED-PRINTABLE" is not allowed in vCard 3.0 and not in this parser either,
86 public void parse(InputStream is) throws IOException, VCardException {
87 mVCardParserImpl.parse(is);
91 public void parseOne(InputStream is) throws IOException, VCardException {
92 mVCardParserImpl.parseOne(is);
    [all...]
VCardParser_V40.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
32 * Currently this parser is based on vCard 4.0 specification rev 15 (partly).
74 public void parse(InputStream is) throws IOException, VCardException {
75 mVCardParserImpl.parse(is);
79 public void parseOne(InputStream is) throws IOException, VCardException {
80 mVCardParserImpl.parseOne(is);
  /libcore/luni/src/test/java/tests/api/java/lang/
Process2Test.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
52 InputStream is = process.getErrorStream(); local
55 int c = is.read();
71 InputStream is = erProcess.getErrorStream(); local
74 int c = is.read();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!

Completed in 1747 milliseconds

1 2 3 4 5 67 8 91011>>