OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asInt
(Results
1 - 7
of
7
) sorted by null
/sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyImage.java
154
int x = rect.__getitem__(0).
asInt
();
155
int y = rect.__getitem__(1).
asInt
();
156
int w = rect.__getitem__(2).
asInt
();
157
int h = rect.__getitem__(3).
asInt
();
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java
132
public static int
asInt
(String value) {
136
public static int
asInt
(int value) {
140
public static int
asInt
(boolean value) {
144
public static int
asInt
(Value value) {
148
public static int
asInt
(Data data) {
/external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc
166
int
asInt
;
167
bool converted = p_convertCFNumberToInt(cfn, &
asInt
);
169
if (converted && (0 !=
asInt
)) {
/external/icu4c/test/intltest/
itrbnf.cpp
453
LLAssert(llong((int32_t)0).
asInt
() == (int32_t)0);
454
LLAssert(llong((int32_t)1).
asInt
() == (int32_t)1);
455
LLAssert(llong((int32_t)-1).
asInt
() == (int32_t)-1);
456
LLAssert(llong((int32_t)0x7fffffff).
asInt
() == (int32_t)0x7fffffff);
457
LLAssert(llong((int32_t)0xffffffff).
asInt
() == (int32_t)-1);
458
LLAssert(llong((int32_t)0x80000000).
asInt
() == (int32_t)0x80000000);
461
LLAssert(llong((int16_t)0).
asInt
() == (int16_t)0);
462
LLAssert(llong((int16_t)1).
asInt
() == (int16_t)1);
463
LLAssert(llong((int16_t)-1).
asInt
() == (int16_t)-1);
464
LLAssert(llong((int16_t)0x7fff).
asInt
() == (int16_t)0x7fff)
[
all
...]
/external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h
187
int16_t
asInt
;
207
int32_t
asInt
;
241
m_value.
asInt
= 0;
258
m_value.
asInt
= value;
265
encoding.
asInt
= 0;
292
bytes.
asInt
= value;
344
bool isUInt3() { return !(m_value.
asInt
& 0xfff8); }
345
bool isUInt4() { return !(m_value.
asInt
& 0xfff0); }
346
bool isUInt5() { return !(m_value.
asInt
& 0xffe0); }
347
bool isUInt6() { return !(m_value.
asInt
& 0xffc0);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java
435
* @param
asInt
whether a TEXT value should be parsed as a String or an int.
439
private final int getNext(boolean
asInt
) throws IOException {
480
if (
asInt
) {
487
log(name + ": " + (
asInt
? Integer.toString(num) : text));
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 116 milliseconds