OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have
(Results
326 - 350
of
17484
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/zlib/contrib/asm686/
README.686
17
If you are using an assembler other than GNU as, you will
have
to
18
translate match.S to use your assembler's syntax. (
Have
fun.)
/external/zlib/examples/
zpipe.c
29
unsigned
have
;
local
59
have
= CHUNK - strm.avail_out;
60
if (fwrite(out, 1,
have
, dest) !=
have
|| ferror(dest)) {
85
unsigned
have
;
local
125
have
= CHUNK - strm.avail_out;
126
if (fwrite(out, 1,
have
, dest) !=
have
|| ferror(dest)) {
/frameworks/base/core/java/android/appwidget/
package.html
16
to
have
a {@link android.content.BroadcastReceiver} that receives the {@link
26
widgets, but the lock screen could also contain widgets, and it would
have
a different way of
/frameworks/base/opengl/tools/glgen/src/
GLESCodeEmitter.java
22
* <p> The Java interface will
have
Buffer and array variants for functions that
23
*
have
a typed pointer argument. The array variant will convert a single "<type> *data"
/packages/apps/IM/src/com/android/im/imps/
SimpleAsyncTransaction.java
23
* AsyncTransaction so it doesn't
have
to override both onResponseError and
34
// and onResponseError, we must
have
a completion object to
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
diagnostic.def
3
variables that can hold a kind, to mean they
have
yet to
have
a
/dalvik/tests/045-reflect-array/src/
Main.java
35
throw new RuntimeException("store should
have
failed");
48
throw new RuntimeException("cast should
have
failed");
95
throw new RuntimeException("store should
have
failed");
114
throw new RuntimeException("store should
have
failed");
141
throw new RuntimeException("store should
have
failed");
/external/dropbear/libtomcrypt/notes/
tech0001.txt
34
call this function with fresh data as its sampled. Lets say we
have
a timer counter called "uTimer" which is a 32-bit
54
multiple sources. If you
have
a network adapter and other sources of events (keyboard, mouse, etc...) trapping their
58
interrupted themselves then you could
have
trouble. One simple way is to detect when an interrupt is in progress and
71
safe either. This means if you
have
multiple threads or processes that read from it you will
have
to add your own semaphores
/external/e2fsprogs/intl/
textdomain.c
14
You should
have
received a copy of the GNU Library General Public
34
/* We
have
to handle multi-threaded applications. */
43
/* The internal variables in the standalone libintl.a must
have
different
62
code is also used in GNU C Library where the names
have
a __
63
prefix. So we
have
to make a difference here. */
/external/grub/
TODO
9
Reported bugs generally
have
top priority.
11
but don't really impede things)
have
lower priority.
55
* Port the script ``grub-install'' to OpenBSD. At least you will
have
to
72
partition. (We already
have
the code, but need an approval by an
92
BIOSes which
have
bootable-CDROM support (so you may use the "Bootable
/external/icu4c/i18n/unicode/
curramt.h
42
* NULL and must
have
length 3
55
* NULL and must
have
length 3
77
*
have
the same class as returned by getDynamicClassID().
92
* class
have
the same class ID. Objects of other classes
have
/external/proguard/src/proguard/shrink/
Shrinker.java
17
* You should
have
received a copy of the GNU General Public License along
55
// Check if we
have
at least some keep commands.
58
throw new IOException("You
have
to specify '-keep' options for the shrinking step.");
81
// Mark interfaces that
have
to be kept.
144
// Check if we
have
at least some output classes.
/external/quake/quake/src/
readme.txt
5
The projects
have
been tested with visual C++ 6.0, but masm is also required
22
Our previous code releases
have
been under licenses that preclude
23
commercial exploitation, but
have
no clause forcing sharing of source code.
24
There
have
been some unfortunate losses to the community as a result of
34
to
have
your source changes released, we could still negotiate a separate
/external/webkit/WebCore/wml/
WMLImageElement.cpp
14
* You should
have
received a copy of the GNU Library General Public License
103
// If we
have
no image at all because we
have
no src attribute, set
117
// If we
have
been inserted from a renderer-less document,
118
// our loader may
have
not fetched the image, so do it now.
/frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java
104
assertNull("going left should
have
no next focus",
125
assertNull("going right should
have
no next focus",
139
assertNull("going down from bottom button should
have
no next focus.",
142
assertNull("going left from bottom button should
have
no next focus.",
145
assertNull("going right from bottom button should
have
no next focus.",
/frameworks/base/tests/CoreTests/android/core/
ReflectArrayTest.java
42
fail("store should
have
failed");
52
fail("cast should
have
failed");
89
fail("store should
have
failed");
108
fail("store should
have
failed");
129
fail("store should
have
failed");
/external/dbus/dbus/
dbus-sysdeps-pthread.c
18
* You should
have
received a copy of the GNU General Public License
91
/* There's no portable way to
have
a "null" pthread afaik so we
120
* we assume that this thread doesn't
have
the lock.
126
/* We know we don't
have
the lock; someone may
have
the lock. */
130
/* We now
have
the lock. Count must be 0 since it must be 0 when
144
* lock holder is us, then we definitely
have
the lock.
149
/* We already
have
the lock. */
230
pmutex->holder = pthread_self(); /* other threads may
have
locked the mutex in the meantime */
269
pmutex->holder = pthread_self(); /* other threads may
have
locked the mutex in the meantime *
[
all
...]
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
Attributes2.java
18
* feature flag will
have
the value <em>true</em>.
29
* it will of necessity also
have
been declared (<em>isDeclared()</em>)
32
* must
have
been declared.
76
* namespace URI associated with an attribute may not
have
come from
77
* the DTD. The declaration will
have
applied to the attribute's
107
* namespace URI associated with an attribute may not
have
come from
108
* the DTD. The declaration will
have
applied to the attribute's
/external/elfutils/libasm/
asm_error.c
9
You should
have
received a copy of the Open Software License along
45
/* If we
have
not yet initialized the buffer do it now. */
50
/* We
have
a key. Use it to get the thread-specific buffer. */
80
/* If we
have
not yet initialized the buffer do it now. */
85
/* We
have
a key. Use it to get the thread-specific buffer. */
124
/* If we
have
not yet initialized the buffer do it now. */
129
/* We
have
a key. Use it to get the thread-specific buffer. */
/external/elfutils/libelf/
version_xlate.h
14
You should
have
received a copy of the GNU General Public License
27
/* We
have
two different record types: ElfXX_Verndef and ElfXX_Verdaux.
28
To recognize them we
have
to walk the data structure and convert
31
use the data in the buffer; if not, we
have
to decode the data before
121
/* We
have
two different record types: ElfXX_Verndef and ElfXX_Verdaux.
122
To recognize them we
have
to walk the data structure and convert
125
use the data in the buffer; if not, we
have
to decode the data before
/external/strace/
PORTING
3
platform. :-) Since I
have
ported strace to a few platforms already I
4
have
some advice to the would-be strace porter.
8
I
have
seen two mechanisms which support system call tracing. They
28
If you
have
arrived here, your OS should
have
ptrace or proc or you
29
should
have
a high tolerance for pain. Then again, curious but
55
Finally, once you
have
the basic framework in which system calls and
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes
17
files that flex creates to
have
'KAHL' as the creator you'll need to apply
24
I
have
merged the sources for Flex version 2.3.7 with the older version
25
which was hacked for THINK C version 4. I
have
conditionalized the code
28
4 and as 5 in version 5). I
have
put in some missing prototypes, so it
58
changes were minor, and many of them would
have
been unnecessary if the
63
THINK C users may find it convenient to
have
the output text files written
87
The solution I
have
implemented for the THINK C version of Flex is to
/frameworks/base/core/java/android/webkit/
WebHistoryItem.java
96
* Note: The VM ensures 32-bit atomic read/write operations so we don't
have
105
* url, the final url may be different as there might
have
been
116
* Note: The VM ensures 32-bit atomic read/write operations so we don't
have
126
* Note: The VM ensures 32-bit atomic read/write operations so we don't
have
166
* Note: The VM ensures 32-bit atomic read/write operations so we don't
have
183
* Note: The VM ensures 32-bit atomic read/write operations so we don't
have
192
* Note: The VM ensures 32-bit atomic read/write operations so we don't
have
/external/ipsec-tools/src/racoon/doc/
README.plainrsa
39
2) When the process completes, you should
have
a text file that
54
3) You should now
have
two files, boston.priv and boston.pub
58
Boston should
have
(1) its own key pair, and (2) Chicago's public key
60
it is not necessary, and (b) you would now
have
two potential places
70
directory you
have
just specified it will fail the authentication
87
5) You
have
finished configuring the host for RSA authentication.
96
1) You
have
placed all the keys in the directory that is specified by
100
2) You
have
specified correctly the host's own private key and the
102
3) You
have
specified the "rsasig" method for authentication in the
/dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java
30
* last argument must
have
a type which indicates it is a known constant.)
31
* The instruction associated must
have
exactly two sources.
55
* For example, Dex bytecode does not
have
instruction forms that take
Completed in 466 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>