OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needs
(Results
301 - 325
of
3233
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
packet_util.cpp
56
// if (*next_MB <= video->mbnum) /*
needs
more investigation */
71
/* this part
needs
improvement 04/05/01 */
/external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h
64
* case the return value is INSUFFICIENT_DATA, then the caller
needs
to
73
*
needs
to wait for the file to grow past the metaDataSize before
/external/opencore/pvmi/pvmf/include/
pvmf_media_data.h
60
// Bit 4 - Signals whether the node
needs
to report the completion of this message to the
61
// Observer. If set to 1, this means the node
needs
to report info event after processing
/external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h
30
// vector in the direction defined by TYPE. Weight
needs
to be left
68
continue; //temp fix:
needs
to find best solution for zeros
/external/webkit/JavaScriptCore/runtime/
Collector.h
105
void registerThread(); // Only
needs
to be called by clients that can use the same heap from multiple threads.
177
// cell size
needs
to be a power of two for certain optimizations in collector.cpp
/external/webkit/SunSpider/
sunspider-compare-results
101
die "Cound not find data in ${filename} -
needs
to start with [{" unless $foundStart;
102
die "Cound not find data in ${filename} -
needs
to end with }]" unless $foundEnd;
/external/webkit/WebCore/platform/
Theme.h
86
// The size here is in zoomed coordinates already. If a new size is returned, it also
needs
to be in zoomed coordinates.
103
// the theme
needs
to communicate this inflated rect to the engine so that it can invalidate the whole control.
/external/webkit/WebCore/rendering/
RenderLayerBacking.h
88
// This returns false for other layers, and when the document layer actually
needs
to paint into its backing store
154
// Returns true if this layer has content that
needs
to be rendered by painting into the backing store.
/external/webkit/WebKit/mac/WebView/
WebUIDelegatePrivate.h
122
@param origin The security origin that
needs
a larger quota.
150
@abstract Informs that a WebFrame
needs
to be printed
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingStackFromBottomTest.java
77
// TODO:
needs
to be adjusted to pass on non-HVGA displays
99
// TODO:
needs
to be adjusted to pass on non-HVGA displays
GridTouchVerticalSpacingTest.java
70
// TODO:
needs
to be adjusted to pass on non-HVGA displays
87
// TODO:
needs
to be adjusted to pass on non-HVGA displays
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityManyTest.java
115
// TODO:
needs
to be adjusted to pass on non-HVGA displays
137
// TODO:
needs
to be adjusted to pass on non-HVGA displays
ListTouchManyTest.java
162
// TODO:
needs
to be adjusted to pass on non-HVGA displays
179
// TODO:
needs
to be adjusted to pass on non-HVGA displays
/frameworks/base/docs/html/guide/basics/
building-blocks.jd
55
depending on its
needs
. Other components "bind" to a Service and invoke
67
strongly-preferred mechanism for alerting the user of something that
needs
/frameworks/base/docs/html/guide/topics/ui/notifiers/
index.jd
27
<li>If the application is running in the background and
needs
the user's attention,
80
a background {@link android.app.Service} and
needs
to
/frameworks/base/include/utils/
ZipFileRO.h
94
* the archive
needs
to avoid making ordering assumptions. We take
100
* [This is currently O(n). If it
needs
to be fast we can allocate an
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp
56
// if (*next_MB <= video->mbnum) /*
needs
more investigation */
71
/* this part
needs
improvement 04/05/01 */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java
28
* Maps a {@link ILayoutViewInfo} in a structure more adapted to our
needs
.
35
* We can't alter {@link ILayoutViewInfo} as it is part of the LayoutBridge and
needs
to
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
test.xml
25
<!-- This target holds all initialization code that
needs
to be done for -->
51
<!-- launch as ui-test ie as a test which
needs
Eclipse workbench -->
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java
31
* A new archive is always a remote archive that
needs
to be downloaded and then
33
* (new or local) archive, which means the dependent archive
needs
to be successfully
/external/icu4c/i18n/
csrmbcs.cpp
24
// of-occurence analysis tool. The data
needs
to be moved
35
// of-occurence analysis tool. The data
needs
to be moved
50
// of-occurence analysis tool. The data
needs
to be moved
65
// of-occurence analysis tool. The data
needs
to be moved
80
// of-occurence analysis tool. The data
needs
to be moved
/external/icu4c/test/intltest/
strtest.cpp
33
errln("TestEndian: U_IS_BIG_ENDIAN
needs
to be fixed in platform.h");
39
errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T
needs
to be fixed in platform.h");
45
errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t
needs
to be fixed in platform.h");
48
errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t
needs
to be fixed in platform.h");
85
errln("TestCharsetFamily: U_CHARSET_FAMILY
needs
to be fixed in platform.h");
/frameworks/base/core/java/android/view/
ViewConfiguration.java
61
* Defines the duration in milliseconds a user
needs
to hold down the
116
* Distance a touch
needs
to be outside of a window's bounds for it to
364
* @hide The only client of this should be GestureDetector, which
needs
this
469
* The amount of time a user
needs
to press the relevant key to bring up
472
* @return how long a user
needs
to press the relevant key to bring up
/packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java
364
* This test confirms that Pop3Store
needs
to call close() in the IOExceptionHandler in
407
* This test confirms that Pop3Store
needs
to call close() in the IOExceptionHandler in
449
* This test confirms that Pop3Store
needs
to call close() in the IOExceptionHandler in
492
* This test confirms that Pop3Store
needs
to call close() in the first IOExceptionHandler in
543
* This test confirms that Pop3Store
needs
to call close() in the first IOExceptionHandler in
591
* This test confirms that Pop3Store
needs
to call close() in the second IOExceptionHandler in
649
* This test confirms that Pop3Store
needs
to call close() in the IOExceptionHandler in
696
* This test confirms that Pop3Store
needs
to call close() in the first IOExceptionHandler in
711
* This test confirms that Pop3Store
needs
to call close() in the second IOExceptionHandler in
745
* This test confirms that Pop3Store
needs
to call close() in the second IOExceptionHandler in
[
all
...]
/external/webkit/WebCore/html/canvas/
WebGLRenderingContext.cpp
[
all
...]
Completed in 59 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>