OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instead
(Results
201 - 225
of
4860
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebKit/mac/WebView/
WebTextIterator.h
91
@abstract A convenience method that finds the first node in currentRange; it's almost always better to use currentRange
instead
.
98
@abstract A convenience method that makes an NSString out of the current text; it's almost always better to use currentTextPointer and currentTextLength
instead
.
/frameworks/base/core/java/android/text/
AlteredCharSequence.java
23
* mirrored from a different char array
instead
.
32
* are mirrored
instead
from <code>sub</code>, beginning at offset 0.
/frameworks/base/core/java/android/text/style/
ImageSpan.java
37
* @deprecated Use {@link #ImageSpan(Context, Bitmap)}
instead
.
45
* @deprecated Use {@link #ImageSpan(Context, Bitmap, int)
instead
.
/frameworks/base/core/java/com/google/android/collect/
Sets.java
36
* EnumSet#noneOf}
instead
.
39
* use {@link Collections#emptySet}
instead
.
/ndk/build/platforms/android-3/arch-arm/usr/include/machine/
asm.h
66
*
Instead
it recognised the #
instead
of an @ symbols in .type directives
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/
types.h
46
* the kernel uses 32-bits
instead
.
73
* declare then in <pthread.h>
instead
*/
/ndk/build/platforms/android-4/arch-arm/usr/include/machine/
asm.h
66
*
Instead
it recognised the #
instead
of an @ symbols in .type directives
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/
types.h
46
* the kernel uses 32-bits
instead
.
73
* declare then in <pthread.h>
instead
*/
/ndk/build/platforms/android-5/arch-arm/usr/include/machine/
asm.h
66
*
Instead
it recognised the #
instead
of an @ symbols in .type directives
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/
types.h
46
* the kernel uses 32-bits
instead
.
73
* declare then in <pthread.h>
instead
*/
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/
types.h
46
* the kernel uses 32-bits
instead
.
73
* declare then in <pthread.h>
instead
*/
/ndk/build/platforms/android-8/arch-arm/usr/include/machine/
asm.h
66
*
Instead
it recognised the #
instead
of an @ symbols in .type directives
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/
types.h
46
* the kernel uses 32-bits
instead
.
73
* declare then in <pthread.h>
instead
*/
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/
types.h
46
* the kernel uses 32-bits
instead
.
73
* declare then in <pthread.h>
instead
*/
/packages/apps/Email/src/org/apache/james/mime4j/message/
MemoryTextBody.java
85
+ "
instead
.");
89
+ "
instead
.");
TempFileTextBody.java
84
+ "
instead
.");
88
+ "
instead
.");
/packages/inputmethods/PinyinIME/jni/include/
splparser.h
52
// uses char16
instead
of char8.
57
// uses char16
instead
of char8.
/bionic/libc/
CAVEATS
14
multi-threaded code
instead
of relying on this stuff.
/bionic/libc/include/
errno.h
44
/* use errno = xxxx
instead
in C code */
/bionic/libc/include/sys/
resource.h
36
* syscall seems to use the standard one
instead
.
/bionic/libm/src/
e_scalb.c
21
* should use scalbn()
instead
.
s_logb.c
20
* Use ilogb
instead
.
s_nearbyint.c
36
*
instead
of feclearexcept()/feupdateenv() to restore the environment
/cts/tests/tests/permission/
AndroidManifest.xml
34
since that requires many permissions to be set.
Instead
, specify this
/cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/
Test_move_exception.java
37
fail("Exception " + ex + " was thrown
instead
off ArithmeticException");
Completed in 65 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>