HomeSort by relevance Sort by last modified time
    Searched full:with (Results 426 - 450 of 182733) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsRomanian.java 5 * you may not use this file except in compliance with the License.
53 // U+021B: "?" LATIN SMALL LETTER T WITH COMMA BELOW
55 // U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLEX
56 // U+00EF: "ï" LATIN SMALL LETTER I WITH DIAERESIS
57 // U+00EC: "ì" LATIN SMALL LETTER I WITH GRAVE
58 // U+00ED: "í" LATIN SMALL LETTER I WITH ACUTE
59 // U+012F: "?" LATIN SMALL LETTER I WITH OGONEK
60 // U+012B: "?" LATIN SMALL LETTER I WITH MACRON
62 // U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX
63 // U+00E3: "ã" LATIN SMALL LETTER A WITH TILD
    [all...]
TestsNorwegian.java 5 * you may not use this file except in compliance with the License.
53 // U+00E9: "é" LATIN SMALL LETTER E WITH ACUTE
54 // U+00E8: "è" LATIN SMALL LETTER E WITH GRAVE
55 // U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLEX
56 // U+00EB: "ë" LATIN SMALL LETTER E WITH DIAERESIS
57 // U+0119: "?" LATIN SMALL LETTER E WITH OGONEK
58 // U+0117: "?" LATIN SMALL LETTER E WITH DOT ABOVE
59 // U+0113: "?" LATIN SMALL LETTER E WITH MACRON
62 // U+00FC: "ü" LATIN SMALL LETTER U WITH DIAERESIS
63 // U+00FB: "û" LATIN SMALL LETTER U WITH CIRCUMFLE
    [all...]
  /external/clang/test/Sema/
bool-compare.c 8 if ((a > 2) > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}}
33 if (!a > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is always false}}
34 if (!a > 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}}
37 if (!a > -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true}}
39 if (!a < 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always false}}
41 if (!a < 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always true}}
44 if (!a < -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always false}}
46 if (!a >= 0) {} // expected-warning {{comparison of constant 0 with boolean expression is always true}}
48 if (!a >= 2) {} // expected-warning {{comparison of constant 2 with boolean expression is always false}}
51 if (!a >= -1) {} // expected-warning {{comparison of constant -1 with boolean expression is always true}
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 27 /// with the generated code. This currently generates code using the udiv
32 /// @brief Replace Rem with generated code.
35 /// Generate code to divide two integers, replacing Div with the generated
41 /// @brief Replace Div with generated code.
45 /// with the generated code. Uses ExpandReminder with a 32bit Rem which
46 /// makes it useful for targets with little or no support for less than
49 /// @brief Replace Rem with generated code.
53 /// with the generated code. Uses ExpandReminder with a 64bit Rem
    [all...]
  /libcore/luni/src/main/java/java/lang/
AssertionError.java 3 * contributor license agreements. See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
30 * Constructs a new {@code AssertionError} with no message.
36 * Constructs a new {@code AssertionError} with the given detail message and cause.
44 * Constructs a new {@code AssertionError} with a message based on calling
45 * {@link String#valueOf(Object)} with the specified object. If the object
61 * Constructs a new {@code AssertionError} with a message based on calling
62 * {@link String#valueOf(boolean)} with the specified boolean value.
72 * Constructs a new {@code AssertionError} with a message based on calling
73 * {@link String#valueOf(char)} with the specified character value
    [all...]
  /development/ndk/platforms/android-13/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /external/chromium_org/tools/gyp/test/mac/debuginfo/
test.gyp 11 'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
21 'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
31 'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
41 'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
53 'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
64 'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
76 'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-rm/
donottranslate-more-keys.xml 8 ** you may not use this file except in compliance with the License.
21 <!-- U+00F2: "ò" LATIN SMALL LETTER O WITH GRAVE
22 U+00F3: "ó" LATIN SMALL LETTER O WITH ACUTE
23 U+00F6: "ö" LATIN SMALL LETTER O WITH DIAERESIS
24 U+00F4: "ô" LATIN SMALL LETTER O WITH CIRCUMFLEX
25 U+00F5: "õ" LATIN SMALL LETTER O WITH TILDE
27 U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE -->
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/android/
native_window_jni.h 5 * you may not use this file except in compliance with the License.
29 * Return the ANativeWindow associated with a Java Surface object,
30 * for interacting with it through native code. This acquires a reference
32 * when done with it so that it doesn't leak.
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
38 * for interacting with it through native code. This acquires a reference
40 * when done with it so that it doesn't leak.
  /external/clang/test/CodeGenObjC/
terminate.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH
12 // CHECK-WITH-LABEL: define void @test0()
13 // CHECK-WITH: [[PTR:%.*]] = alloca i8*,
14 // CHECK-WITH: call void @destroy(i8** [[PTR]])
15 // CHECK-WITH-NEXT: ret void
16 // CHECK-WITH: invoke void @destroy(i8** [[PTR]])
17 // CHECK-WITH: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gcc_personality_v0 to i8*)
18 // CHECK-WITH-NEXT: catch i8* null
19 // CHECK-WITH-NEXT: call void @objc_terminate()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
iso8859_3.py 1 """ Python Character Mapping Codec iso8859_3 generated from 'MAPPINGS/ISO8859/8859-3.TXT' with gencodec.py.
209 u'\u0126' # 0xA1 -> LATIN CAPITAL LETTER H WITH STROKE
214 u'\u0124' # 0xA6 -> LATIN CAPITAL LETTER H WITH CIRCUMFLEX
217 u'\u0130' # 0xA9 -> LATIN CAPITAL LETTER I WITH DOT ABOVE
218 u'\u015e' # 0xAA -> LATIN CAPITAL LETTER S WITH CEDILLA
219 u'\u011e' # 0xAB -> LATIN CAPITAL LETTER G WITH BREVE
220 u'\u0134' # 0xAC -> LATIN CAPITAL LETTER J WITH CIRCUMFLEX
223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOVE
225 u'\u0127' # 0xB1 -> LATIN SMALL LETTER H WITH STROKE
230 u'\u0125' # 0xB6 -> LATIN SMALL LETTER H WITH CIRCUMFLE
    [all...]
cp775.py 1 """ Python Character Mapping Codec cp775 generated from 'VENDORS/MICSFT/PC/CP775.TXT' with gencodec.py.
47 0x0080: 0x0106, # LATIN CAPITAL LETTER C WITH ACUTE
48 0x0081: 0x00fc, # LATIN SMALL LETTER U WITH DIAERESIS
49 0x0082: 0x00e9, # LATIN SMALL LETTER E WITH ACUTE
50 0x0083: 0x0101, # LATIN SMALL LETTER A WITH MACRON
51 0x0084: 0x00e4, # LATIN SMALL LETTER A WITH DIAERESIS
52 0x0085: 0x0123, # LATIN SMALL LETTER G WITH CEDILLA
53 0x0086: 0x00e5, # LATIN SMALL LETTER A WITH RING ABOVE
54 0x0087: 0x0107, # LATIN SMALL LETTER C WITH ACUTE
55 0x0088: 0x0142, # LATIN SMALL LETTER L WITH STROK
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
iso8859_3.py 1 """ Python Character Mapping Codec iso8859_3 generated from 'MAPPINGS/ISO8859/8859-3.TXT' with gencodec.py.
209 u'\u0126' # 0xA1 -> LATIN CAPITAL LETTER H WITH STROKE
214 u'\u0124' # 0xA6 -> LATIN CAPITAL LETTER H WITH CIRCUMFLEX
217 u'\u0130' # 0xA9 -> LATIN CAPITAL LETTER I WITH DOT ABOVE
218 u'\u015e' # 0xAA -> LATIN CAPITAL LETTER S WITH CEDILLA
219 u'\u011e' # 0xAB -> LATIN CAPITAL LETTER G WITH BREVE
220 u'\u0134' # 0xAC -> LATIN CAPITAL LETTER J WITH CIRCUMFLEX
223 u'\u017b' # 0xAF -> LATIN CAPITAL LETTER Z WITH DOT ABOVE
225 u'\u0127' # 0xB1 -> LATIN SMALL LETTER H WITH STROKE
230 u'\u0125' # 0xB6 -> LATIN SMALL LETTER H WITH CIRCUMFLE
    [all...]
cp775.py 1 """ Python Character Mapping Codec cp775 generated from 'VENDORS/MICSFT/PC/CP775.TXT' with gencodec.py.
47 0x0080: 0x0106, # LATIN CAPITAL LETTER C WITH ACUTE
48 0x0081: 0x00fc, # LATIN SMALL LETTER U WITH DIAERESIS
49 0x0082: 0x00e9, # LATIN SMALL LETTER E WITH ACUTE
50 0x0083: 0x0101, # LATIN SMALL LETTER A WITH MACRON
51 0x0084: 0x00e4, # LATIN SMALL LETTER A WITH DIAERESIS
52 0x0085: 0x0123, # LATIN SMALL LETTER G WITH CEDILLA
53 0x0086: 0x00e5, # LATIN SMALL LETTER A WITH RING ABOVE
54 0x0087: 0x0107, # LATIN SMALL LETTER C WITH ACUTE
55 0x0088: 0x0142, # LATIN SMALL LETTER L WITH STROK
    [all...]
  /dalvik/dx/tests/123-dex-transform-invalid-virtual-to-direct/
info.txt 2 methods with invoke-direct calls.
5 with java6 and manually editing the file to replace the opcode at
6 position 0xE9 with 0xB6 (invokevirtual) instead of 0xB7 (invokespecial).
  /development/perftests/panorama/feature_stab/db_vlvm/
db_framestitching.h 5 * you may not use this file except in compliance with the License.
51 4.5 microseconds with 3 points
52 4.7 microseconds with 4 points
53 5.0 microseconds with 5 points
54 5.2 microseconds with 6 points
55 5.8 microseconds with 10 points
56 20 microseconds with 100 points
57 205 microseconds with 1000 points
58 2.9 milliseconds with 10000 points
59 50 milliseconds with 100000 point
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignatureEncryptionAlgorithmFinder.java 7 * are associated with a particular signature algorithm.
12 * Return the encryption algorithm identifier associated with the passed in signatureAlgorithm
14 * @return the algorithm identifier to be associated with the encryption algorithm used in signature creation.

Completed in 888 milliseconds

<<11121314151617181920>>