OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needed
(Results
51 - 75
of
5770
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/content/
EntityIterator.java
25
* method to indicate that the iterator is no longer
needed
and that its resources
35
* Indicates that this iterator is no longer
needed
and that any associated resources
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneFactory.java
34
* @param context {@code Context}
needed
to create a Phone object
35
* @param phoneNotifier {@code PhoneNotifier}
needed
to create a Phone
/external/srec/shared/src/
LStringImpl.c
56
size_t
needed
;
local
58
needed
= LSTRLEN(impl->value) + LSTRLEN(value) + 1;
60
if (
needed
> impl->size)
62
LCHAR* temp = REALLOC(impl->value, sizeof(LCHAR) * (
needed
+ (impl->size / 2)));
65
impl->size = sizeof(LCHAR) * (
needed
+ (impl->size / 2));
/external/bison/lib/
mbswidth.h
1
/* Determine the number of screen columns
needed
for a string.
50
/* Returns the number of screen columns
needed
for STRING. */
54
/* Returns the number of screen columns
needed
for the NBYTES bytes
/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/
MockAddonPackage.java
43
* This reimplements the minimum
needed
from the interface for our limited testing needs.
145
throw new UnsupportedOperationException("Implement this as
needed
for tests");
149
throw new UnsupportedOperationException("Implement this as
needed
for tests");
/cts/tests/appsecurity-tests/test-apps/SharedUidInstall/src/com/android/cts/shareduidinstall/
SharedUidActivity.java
21
* Empty activity, not
needed
for this test
/cts/tests/appsecurity-tests/test-apps/SharedUidInstallDiffCert/src/com/android/cts/shareduidinstalldiffcert/
SharedUidActivity.java
21
* Empty activity, not
needed
for this test
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstall/src/com/android/cts/simpleappinstall/
SimpleAppActivity.java
21
* Empty activity, not
needed
for this test
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstallDiffCert/src/com/android/cts/simpleappinstall/
SimpleAppActivity.java
21
* Empty activity, not
needed
for this test
/cts/tests/appsecurity-tests/test-apps/TargetInstrumentationApp/src/com/android/cts/targetinstrumentationapp/
TargetInstrumentationActivity.java
21
* Empty activity, not
needed
for this test
/dalvik/vm/mterp/c/
OP_NEW_INSTANCE.c
24
* check is not
needed
for mterp.
/development/host/windows/usb/legacy/driver/
sources
24
sources files
needed
to build that component. Also specifies optional
/external/chromium/base/
setproctitle_linux.h
19
// Initialize state
needed
for setproctitle() on Linux. Pass the argv pointer
/external/chromium/net/ftp/
ftp_response_info.h
18
//
needed
.
/external/chromium/sdch/open-vcdiff/packages/deb/
control
13
This library includes common modules
needed
by the open-vcdiff package.
39
This library is
needed
to compile code that calls open-vcdiff, an encoder and
48
This package contains the header file and library
needed
to compile code that
57
This package contains the header file and library
needed
to compile code that
/external/chromium/third_party/icu/source/common/
msvcres.h
8
//unnessarily building the resource files when it's not
needed
.
/external/dnsmasq/contrib/lease-access/
README
3
For some specific application I
needed
to deny access to a MAC address
/external/dnsmasq/contrib/try-all-ns/
README
9
I recently
needed
a feature in dnsmasq for a very bizarre situation. I
/external/icu4c/common/
msvcres.h
8
//unnessarily building the resource files when it's not
needed
.
/external/jpeg/
jconfig.dj
33
#define USE_SETMODE /*
Needed
to make one-file style work in DJGPP */
jconfig.mac
24
#define ALIGN_TYPE long /*
Needed
for 680x0 Macs */
jconfig.st
38
#define NEED_SIGNAL_CATCHER /*
needed
if you use jmemname.c */
jconfig.wat
33
#define USE_SETMODE /*
Needed
to make one-file style work in Watcom */
/external/kernel-headers/original/linux/
cache.h
46
* The maximum alignment
needed
for some critical structures
/external/libvpx/vp8/encoder/
tokenize.h
40
* improve cache locality, since it's
needed
for costing when the rest of the
Completed in 207 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>