OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need
(Results
1 - 25
of
8379
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/tests/066-mismatched-super/src/
Base.java
4
// no
need
to implement func(), provided by abstract class
/external/icu4c/tools/gendraft/
exclude.txt
7
# file that contains function names that
need
to be excluded from generatio
/dalvik/vm/mterp/x86/
stub.S
3
SAVE_PC_TO_GLUE(%ecx) # only
need
to export these two
4
SAVE_FP_TO_GLUE(%ecx) # only
need
to export these two
OP_GOTO.S
6
* The branch distance is a signed code-unit offset, which we
need
to
/development/host/windows/usb/winusb/
BUILDME.TXT
1
In order to build AdbWinUsbApi.dll you will
need
to install Windows Driver Kit,
3
need
to set one of the WDK's build environments, "cd" back into this directory,
6
Note that you
need
to build AdbWinApi.dll (..\api) before you build
/external/kernel-headers/original/linux/
fadvise.h
7
#define POSIX_FADV_WILLNEED 3 /* Will
need
these pages. */
14
#define POSIX_FADV_DONTNEED 6 /* Don't
need
these pages. */
17
#define POSIX_FADV_DONTNEED 4 /* Don't
need
these pages. */
/frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java
38
public static int idealByteArraySize(int
need
) {
40
if (
need
<= (1 << i) - 12)
43
return
need
;
46
public static int idealBooleanArraySize(int
need
) {
47
return idealByteArraySize(
need
);
50
public static int idealShortArraySize(int
need
) {
51
return idealByteArraySize(
need
* 2) / 2;
54
public static int idealCharArraySize(int
need
) {
55
return idealByteArraySize(
need
* 2) / 2;
58
public static int idealIntArraySize(int
need
) {
[
all
...]
/dalvik/vm/mterp/x86-atom/
TODO.txt
6
(md) Correct OP_MONITOR_EXIT (
need
to adjust PC before throw)
/external/openssl/crypto/bn/
bn.mul
1
We
need
/external/webkit/WebCore/manual-tests/resources/
big-page.html
1
<p>This page is large enough to
need
to be scrolled in a 200x200 frame.</p>
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
README
2
Any changes made to code within this directory will
need
to be manually pushed to build.webkit.org.
/frameworks/base/core/java/android/text/style/
IconMarginSpan.java
61
int
need
= ht - (v + fm.descent - fm.ascent - istartv);
local
62
if (
need
> 0)
63
fm.descent +=
need
;
65
need
= ht - (v + fm.bottom - fm.top - istartv);
66
if (
need
> 0)
67
fm.bottom +=
need
;
DrawableMarginSpan.java
67
int
need
= ht - (v + fm.descent - fm.ascent - istartv);
local
68
if (
need
> 0)
69
fm.descent +=
need
;
71
need
= ht - (v + fm.bottom - fm.top - istartv);
72
if (
need
> 0)
73
fm.bottom +=
need
;
/external/clearsilver/imd/
README
2
To set up imd, you
need
to add the following directives to an apache
11
settings in there. You will probably
need
to modify Template to point
/dalvik/vm/mterp/armv5te/
stub.S
2
SAVE_PC_FP_TO_GLUE() @ only
need
to export these two
/external/jpeg/
makvms.opt
3
! but only for the older VAX C compiler. DEC C does not
need
it.
/frameworks/base/core/tests/coretests/apks/install_decl_perm/res/values/
strings.xml
3
<!-- Just
need
this dummy file to have something to build. -->
/frameworks/base/core/tests/coretests/apks/install_loc_auto/res/values/
strings.xml
3
<!-- Just
need
this dummy file to have something to build. -->
/frameworks/base/core/tests/coretests/apks/install_loc_internal/res/values/
strings.xml
3
<!-- Just
need
this dummy file to have something to build. -->
/frameworks/base/core/tests/coretests/apks/install_loc_sdcard/res/values/
strings.xml
3
<!-- Just
need
this dummy file to have something to build. -->
/frameworks/base/core/tests/coretests/apks/install_loc_unspecified/res/values/
strings.xml
3
<!-- Just
need
this dummy file to have something to build. -->
/frameworks/base/core/tests/coretests/apks/install_use_perm_good/res/values/
strings.xml
3
<!-- Just
need
this dummy file to have something to build. -->
/frameworks/base/tests/framework-tests/
README
1
This package contains tests which
need
to access package-private members in the framework code.
/external/bluetooth/bluez/test/
test-telephony
36
print "
Need
device address parameter"
46
print "
Need
device address parameter"
56
print "
Need
device address parameter"
71
print "
Need
device address parameter"
86
print "
Need
device address parameter"
97
print "
Need
device address parameter"
110
print "
Need
number parameter"
117
print "
Need
number parameter"
128
print "
Need
signal strength parameter"
135
print "
Need
battery level parameter
[
all
...]
/external/bison/tests/
atlocal
5
# We
need
a C compiler.
11
# We
need
`config.h'.
Completed in 61 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>