OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needed
(Results
1 - 25
of
16716
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/skia/tools/tests/skimage/input/
README
1
Resources
needed
for skimage self-tests go here.
/external/opencv/otherlibs/highgui/
dummy.cpp
1
// this file is empty but
needed
for libtool
/external/skia/tools/tests/skimage/input/
README
1
Resources
needed
for skimage self-tests go here.
/external/chromium_org/chrome/browser/invalidation/
DEPS
2
#
Needed
for P2PInvalidationService construction.
5
#
Needed
for InvalidationController JNI methods.
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
context_notifications_test_frame.html
1
<script>console.log('A script is
needed
to create a script context.');</script>
context_notifications_test.html
1
<script>console.log('A script is
needed
to create a script context.');</script>
/external/chromium_org/third_party/skia/gm/rebaseline_server/
__init__.py
0
#
Needed
so that test_all.py will recurse into this directory.
/external/chromium_org/content/public/android/
DEPS
3
# The util files in content/public/test/android are
needed
by
6
# ContentShellActivity is
needed
for running ContentView.
/external/chromium_org/jingle/glue/
DEPS
0
#
Needed
by logging_unittest.cc since it tests the overrides.
/external/junit/src/junit/extensions/
package.html
4
{@hide} - Not
needed
for 1.0 SDK
/external/junit/src/junit/textui/
package.html
4
{@hide} - Not
needed
for 1.0 SDK
/frameworks/base/test-runner/src/junit/textui/
package.html
4
{@hide} - Not
needed
for 1.0 SDK
/external/chromium_org/components/signin/core/browser/
DEPS
2
#
Needed
for test wire-up on iOS.
/external/chromium_org/media/audio/pulse/
pulse_stub_header.fragment
1
// The extra include header
needed
in the generated stub file for defining
/external/chromium_org/third_party/skia/tools/tests/skimage/output-actual/create-expectations/
README
1
File
needed
so that git will create the parent directory.
/external/skia/tools/tests/skimage/output-actual/create-expectations/
README
1
File
needed
so that git will create the parent directory.
/packages/inputmethods/LatinIME/tests/res/raw/
dummy_resource_for_testing.txt
1
/* This dummy raw resource is
needed
to be able to load string resources from a test APK
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java
38
public ByteBuffer acquire(int
needed
) {
43
return grow(mBuffers[mAvailable],
needed
);
48
return ByteBuffer.allocate(chooseCapacity(mInitialBufferSize,
needed
));
67
public ByteBuffer grow(ByteBuffer buffer, int
needed
) {
69
if (capacity <
needed
) {
71
capacity = chooseCapacity(capacity,
needed
);
79
private int chooseCapacity(int capacity, int
needed
) {
80
while (capacity <
needed
) {
84
if (
needed
> mMaxBufferSize) {
85
throw new IllegalArgumentException("Requested size " +
needed
[
all
...]
/device/htc/flounder/sepolicy/
radio.te
4
# The following 3 are
needed
for QXDM Logger
/external/chromium_org/chrome/browser/google/
DEPS
3
# If WebContents functionality is
needed
, add it to
/external/chromium_org/chrome/browser/ui/omnibox/
DEPS
3
# If WebContents functionality is
needed
, add it to
/external/chromium_org/content/
README
1
Content is the core code
needed
to render a page using a multi-process sandboxed
/external/chromium_org/content/common/gpu/media/
va_stub_header.fragment
1
// The extra include header
needed
in the generated stub file for defining
/external/clang/test/SemaCXX/
warn-member-not-needed.cpp
5
void g() {} // expected-warning {{is not
needed
and will not be emitted}}
/external/oprofile/m4/
sstream.m4
1
dnl AX_CHECK_SSTREAM - check if local sstream is
needed
to compile OK
Completed in 294 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>