OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need
(Results
226 - 250
of
17805
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.m
82
/** Make sure we have '
need
' elements from current position p. Last valid
83
* p index is data.size()-1. p+
need
-1 is the data index '
need
' elements
84
* ahead. If we
need
1 element, (p+1-1)==p must be < data.size().
86
public void sync(int
need
) {
87
int n = (p+
need
-1) - data.size() + 1; // how many more elements we
need
?
/external/compiler-rt/lib/asan/tests/
asan_mac_test.mm
85
// pthread_create(). We
need
to verify that AddressSanitizer notices that the
88
// TODO(glider): this is hacky.
Need
to wait for the worker instead.
96
// pthread_create(). We
need
to verify that AddressSanitizer notices that the
99
// TODO(glider): this is hacky.
Need
to wait for the worker instead.
103
// libdispatch spawns a rather small number of threads and reuses them. We
need
113
// TODO(glider): this is hacky.
Need
to wait for the workers instead.
130
// TODO(glider): this is hacky.
Need
to wait for the workers instead.
/external/compiler-rt/lib/asan/interception/
interception.h
26
// On Mac you will also
need
to:
35
// Suppose you
need
to wrap/replace system function (generally, from libc):
37
// You'll
need
to:
45
// you want to use it in other parts of RTL, you'll
need
to:
49
// INTERCEPTOR(..., foo, ...) are in different files, you'll instead
need
to:
64
// To replace weak system functions on Linux we just
need
to declare functions
108
// FIXME(timurrrr): We might
need
to add DECLARE_REAL_EX etc to support
117
// Generally, you don't
need
to use DEFINE_REAL by itself, as INTERCEPTOR
118
// macros does its job. In exceptional cases you may
need
to call REAL(foo)
/external/icu4c/common/unicode/
localpointer.h
33
* -
Need
to be able to orphan/release the pointer and its ownership.
34
* -
Need
variants for normal C++ object pointers, C++ arrays, and ICU C service objects.
92
* with ==NULL
need
not be changed.
100
* with !=NULL
need
not be changed.
172
* if(some condition) { return; } // no
need
to explicitly delete the pointer
175
* // no
need
to explicitly delete the pointer
218
* if(some condition) { return; } // no
need
to explicitly delete the array
221
* // no
need
to explicitly delete the array
279
* if(U_FAILURE(errorCode)) { return; } // no
need
to explicitly delete the UCaseMap
/development/host/windows/usb/
readme.txt
3
package that is compliant with android_winusb.inf, you
need
to create
34
template to create new .inf file for new devices. Note that you also
need
38
available in WDK at bin\SelfSign folder. To use this utility you will
need
to
/external/bison/lib/
gnulib.mk
14
# We
need
the following in order to create <getopt.h> when the system
45
# We
need
the following in order to create <stdbool.h> when the system
64
# We
need
the following in order to create an empty placeholder for
/external/chromium/chrome/browser/ui/cocoa/
ui_localizer.mm
55
// The GTM base is bundle based, since don't
need
the bundle, use this
78
// Do we
need
to build the string, or just fetch it?
94
// If we didn't find anything, this string doesn't
need
localizing.
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_length_integer.c
37
/* we only
need
a leading zero if the msb of the first byte is one */
56
/* now we
need
a length */
70
/* we
need
a 0x02 to indicate it's INTEGER */
/external/icu4c/tools/toolutil/
writesrc.h
44
* The {} and declaration etc.
need
to be included in prefix/postfix or
66
* The {} and declaration etc.
need
to be included in prefix/postfix or
83
* The {} and declaration etc.
need
to be included in prefix/postfix or
/external/mdnsresponder/Clients/
Makefile
27
# If /usr/lib/libSystem.dylib exists, then we're on OS X, so we don't
need
also to link the "dns_sd" shared library
51
# don't, because we don't want or
need
a 'fat' version of dns-sd, because it will
52
# never
need
to access more than 4GB of data. We build the 64-bit version purely so
/external/proguard/src/proguard/classfile/attribute/annotation/
AnnotationsAttribute.java
67
// We don't
need
double dispatching here, since there is only one
81
// We don't
need
double dispatching here, since there is only one
95
// We don't
need
double dispatching here, since there is only one
/external/stlport/stlport/stl/config/
_android.h
42
// No
need
to define our own namespace
45
// Use __new_alloc instead of __node_alloc, so we don't
need
static functions.
48
// Don't use extern versions of range errors, so we don't
need
to
/sdk/hierarchyviewer2/app/
README
7
using Eclipse, you
need
to perform the following configuration.
14
To run HierarchyViewer from Eclipse, you
need
to import the following 5 projects:
61
You might
need
to clean the ddms project (Project > Clean...) after
/system/extras/tests/sdcard/
README
21
If you want to graph the results you
need
gnuplot and numpy:
25
You
need
Gnuplot.py version 1.8 (not the one coming with ubuntu).
44
If you want to plot the data, you
need
to use the --dump option and provide a file:
/bionic/libstdc++/
Android.mk
4
# Note that we
need
to access private Bionic headers
/build/tools/
Android.mk
19
# If we're building only unbundled apps, this is the only tool we
need
.
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessage_SubmitPduTest.java
24
// SmsMessage.SubmitPdu constructor is not public, so no
need
to test its methods
/cts/tests/tests/webkitsecurity/assets/
relayout-nested-positioned-elements-crash.html
19
window.setTimeout(runTest, 0); // For some reason we
need
the setTimeout() for this test to work.
/dalvik/vm/mterp/armv5te/
OP_GOTO.S
6
* The branch distance is a signed code-unit offset, which we
need
to
OP_MONITOR_EXIT.S
7
* Exceptions that occur when unlocking a monitor
need
to appear as
/dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp
12
* because we
need
to detect other events (method entry, single
/dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S
7
* Exceptions that occur when unlocking a monitor
need
to appear as
OP_SHL_LONG_2ADDR.S
8
/*
Need
to spill rIBASE */
OP_SHR_LONG_2ADDR.S
8
/*
Need
to spill rIBASE */
OP_USHR_LONG_2ADDR.S
8
/*
Need
to spill rIBASE */
Completed in 435 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>