OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need
(Results
451 - 475
of
17805
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/javassist/
pom.xml
79
You
need
entries in your .m2/settings.xml like this:
93
To deploy a snapshot, you
need
to run
97
To deploy a release you
need
to change the version to 3.x.y.GA and run
162
<!-- obviously we
need
to use the Sonatype staging repo for upload -->
170
<!-- we
need
to be able to sign the jars we install -->
/external/openssh/
pathnames.h
64
* Per-user file containing host keys of known hosts. This file
need
not be
82
* Configuration file in user's home directory. This file
need
not be
85
* volume where root is mapped to nobody, this may
need
to be world-readable.
91
* user. This file
need
not be readable by anyone but the user him/herself,
94
* may
need
to be world-readable. (This file is read by the daemon which is
/external/speex/libspeex/
os_support.h
48
/** Speex wrapper for calloc. To do your own dynamic allocation, all you
need
to do is replace this function, speex_realloc and speex_free
54
or your own allocator, YOU
NEED
TO CLEAR THE MEMORY ALLOCATED. Otherwise
64
/* Scratch space doesn't
need
to be cleared */
69
/** Speex wrapper for realloc. To do your own dynamic allocation, all you
need
to do is replace this function, speex_alloc and speex_free */
77
/** Speex wrapper for calloc. To do your own dynamic allocation, all you
need
to do is replace this function, speex_realloc and speex_alloc */
/external/stlport/doc/
README.evc9
8
rem you
need
to adapt at least these three
15
rem obviously, these
need
to be adjusted to where you installed VS2008 and the SDKs
27
rem Note: there are more libs and includes under ce\atlmfc, you
need
to add these
43
rem obviously, these
need
to be adjusted to where you installed VS2008
63
- In order for STLport to recognize which target you are compiling for, you
need
to have
/external/webkit/Source/JavaScriptCore/runtime/
JSValue.cpp
159
// exponent is 52 then the bits we
need
to select are already aligned to the
160
// lowest bits of the 64-bit integer representation of tghe number, no
need
161
// to shift. If the exponent is greater than 52 we
need
to shift the value
162
// left by (exp - 52), if the value is less than 52 we
need
to shift right
169
// the decimal point; we
need
to reinsert this now. We may also the shifted
/external/webkit/Source/WebCore/platform/graphics/gpu/
PODIntervalTree.h
123
// See whether we
need
to traverse the left subtree.
126
// This is phrased this way to avoid the
need
for operator
135
// See whether we
need
to traverse the right subtree.
136
// This is phrased this way to avoid the
need
for operator <=
144
// Would use const T&, but
need
to reassign this reference in this
/external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp
42
// We
need
at least 4 bytes to figure out what kind of image we're dealing with.
137
// yet how many images we are going to have and
need
to
216
// we have and we
need
to parse every image. We do this by
218
// the image. We stop when QImage::read fails and then
need
233
// have no images and
need
to set the failed bit.
/external/webkit/Source/autotools/
webkit.m4
50
AC_MSG_ERROR([You
need
'perl' to compile WebKit])
55
AC_MSG_ERROR([You
need
'python' to compile WebKit])
60
AC_MSG_ERROR([You
need
the 'bison' parser generator to compile WebKit])
65
AC_MSG_ERROR([You
need
'mv' to compile WebKit])
114
AC_MSG_ERROR([You
need
the GLib dev tools in your path])
/frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd
44
behavior is global to a particular process and means you don?t
need
to worry about creating your
88
android.widget.Adapter} returns an inflated view for recycling, you still
need
to look up the
94
Layout, so you can immediately access them without the
need
to look them up repeatedly. First, you
95
need
to create a class to hold your exact set of views. For example:</p>
118
<p>Now you can easily access each view without the
need
for the look-up, saving valuable processor
/packages/apps/Phone/src/com/android/phone/
Constants.java
22
* Any constants that
need
to be shared between two or more classes within
30
*
need
to present to the user.
45
* still
need
to be communicated to the user.
50
* The InCallScreen does not
need
to display any kind of alert to the user.
121
*
need
to warn the user that ECM has been canceled (see bug
/external/chromium/testing/gmock/
README
50
framework of your choice; although it will still
need
Google Test as
80
We welcome patches. If you plan to contribute a patch, you
need
to
127
system to build Google Mock (described below), you'll
need
to
138
Note that you should only
need
to complete this step once. The
140
of the build system that
need
to be changed.
143
will fail. You may
need
to explicitly specify a version to use. For
154
To build Google Mock and your tests that use it, you
need
to tell your
244
subset of TR1 tuple that's enough for Google Mock's
need
. Google Mock
248
Usually you don't
need
to care about which tuple library Google Test
250
you
need
to tell Google Test and Google Mock to use the same TR1 tupl
[
all
...]
/bionic/libc/arch-arm/include/machine/
setjmp.h
41
/* According to the ARM AAPCS document, we only
need
to save
49
* calls; registers s0-s15 (d0-d7, q0-q3) do not
need
to be preserved
52
* not
need
to be preserved.
/dalvik/vm/mterp/x86/
OP_CHECK_CAST.S
32
* Trivial test failed,
need
to perform full check. This is common.
38
movl %eax,sReg0 # we'll
need
the desired class on failure
47
# A cast has failed. We
need
to throw a ClassCastException.
OP_INSTANCE_OF.S
33
* Trivial test failed,
need
to perform full check. This is common.
85
/* Now, we
need
to sync up with fast path. We
need
eax to
/docs/source.android.com/src/tech/input/
migration-guide.md
41
may
need
to provide new device-specific key maps to emulate the old behavior.
64
You will probably
need
to update your input device driver to implement the Linux
67
You will also
need
to update your input device configuration files because some
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs
40
* objects, you
need
to override this and then set the parser tree adaptor to
60
* token DECL, but you
need
to create it as a payload or whatever for
77
* token DECL, but you
need
to create it as a payload or whatever for
/external/antlr/antlr-3.4/runtime/Delphi/
README.TXT
18
You
need
to use Delphi 2009 or a later version to be able to use this target.
23
To use the Delphi target, you only
need
to put the runtime source code in a
35
In your projects, you usually only
need
to use the Antlr.Runtime unit, and the
62
Here is a short list of Delphi specific issues you
need
to take into account
137
the parser/lexer unit. This means that you
need
to specify the full name of
148
inside the rule, makes use of a local variable, then you
need
to declare that
168
If you
need
to add units to the uses clause of the generated units, then you can
171
then you will
need
to use the Classes unit.
172
Use the @usesInterface action if you
need
the units to appear in the interface
173
part, or @usesImplementation if you only
need
a unit inside the implementation
[
all
...]
/external/bluetooth/bluez/test/
test-attrib
69
print "
Need
address parameter"
81
print "
Need
service path parameter"
91
print "
Need
service path parameter"
/external/chromium/chrome/browser/sync/glue/
data_type_controller.h
21
// Data type controllers
need
to be refcounted threadsafe, as they may
22
//
need
to run model associator or change processor on other threads.
32
// that
need
to be available before model
/external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h
64
// belonging to |group|. This is useful when you
need
to process a commit
103
// We
need
this because of operations like AppendReverse that take ids from
104
// one OrderedCommitSet and insert into another -- we
need
to know the
/external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.mm
107
// more tests that are non-platform specific, we
need
to flesh out this
116
// more tests that are non-platform specific, we
need
to flesh out this
125
// more tests that are non-platform specific, we
need
to flesh out this
/external/compiler-rt/lib/ppc/
fixtfdi.c
32
/* If the tail is non-zero, we
need
to patch in the tail bits. */
40
/* We
need
to negate it if head and tail have different signs. */
79
* we'll
need
to figure out what it is.
/external/iproute2/
configure
68
#check if we
need
dont our internal header ..
94
echo "using old xtables (no
need
for xt-internal.h)"
107
#check if we
need
our own internal.h
/external/ipsec-tools/src/racoon/samples/roadwarrior/
README
13
The server setups
need
racoon built with the following options:
42
You
need
to copy client/racoon.conf, client/phase1-up.sh and
43
client/phase1-down.sh to /etc/racoon, and you
need
to copy the
/external/libmtp/examples/
albumart.c
83
printf("You
need
to pass a filename.\n");
88
printf("You
need
to supply an album name.\n");
93
printf("You
need
to supply one or more track IDs\n");
Completed in 1119 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>