OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapped
(Results
101 - 125
of
1781
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java
48
* @param
wrapped
IconLoader whose results will be cached.
50
public CachingIconLoader(IconLoader
wrapped
) {
51
mWrapped =
wrapped
;
/prebuilts/misc/common/swig/include/2.0.11/ocaml/
director.swg
67
/* pointer to the
wrapped
ocaml object */
86
/* return a pointer to the
wrapped
ocaml object */
91
/* acquire ownership of the
wrapped
ocaml object (the sense of "disown"
/prebuilts/misc/common/swig/include/2.0.11/std/
std_deque.i
30
// previously
wrapped
std::deque<T> can be passed.
32
// the parameter may be modified; therefore, only a
wrapped
std::deque
38
// the deque is returned by reference; therefore, a
wrapped
std::deque
std_multimap.i
25
// previously
wrapped
std::multimap<T> can be passed.
27
// the parameter may be modified; therefore, only a
wrapped
std::multimap
33
// the map is returned by reference; therefore, a
wrapped
std::multimap
std_multiset.i
22
// previously
wrapped
std::multiset<T> can be passed.
24
// the parameter may be modified; therefore, only a
wrapped
std::multiset
30
// the set is returned by reference; therefore, a
wrapped
std::multiset
std_queue.i
38
// previously
wrapped
std::queue<T> can be passed.
40
// the parameter may be modified; therefore, only a
wrapped
std::queue
46
// the queue is returned by reference; therefore, a
wrapped
std::queue
std_set.i
57
// previously
wrapped
std::set<T> can be passed.
59
// the parameter may be modified; therefore, only a
wrapped
std::set
65
// the set is returned by reference; therefore, a
wrapped
std::set
std_stack.i
37
// previously
wrapped
std::stack<T> can be passed.
39
// the parameter may be modified; therefore, only a
wrapped
std::stack
45
// the stack is returned by reference; therefore, a
wrapped
std::stack
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py
137
wrapped
= 0
146
if
wrapped
and line > startline:
152
wrapped
= 1
159
wrapped
= 0
168
if
wrapped
and line < startline:
174
wrapped
= 1
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py
137
wrapped
= 0
146
if
wrapped
and line > startline:
152
wrapped
= 1
159
wrapped
= 0
168
if
wrapped
and line < startline:
174
wrapped
= 1
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ExtensionsGenerator.java
47
* Add an extension with the given oid and the passed in byte array to be
wrapped
in the
52
* @param value the byte array to be
wrapped
.
X509ExtensionsGenerator.java
77
* Add an extension with the given oid and the passed in byte array to be
wrapped
in the
82
* @param value the byte array to be
wrapped
.
/external/chromium_org/gpu/command_buffer/common/
id_allocator.cc
28
// We
wrapped
around to 0.
46
// We
wrapped
around to 0.
/external/chromium_org/ui/views/controls/native/
native_view_host_wrapper.h
44
// Whether or not a clip has been installed on the
wrapped
gfx::NativeView.
61
// Return the native view accessible corresponding to the
wrapped
native
/external/chromium_org/v8/test/mjsunit/regress/
regress-1973.js
29
// and
wrapped
this values is non-strict mode.
40
// Check that non-strict mode passes
wrapped
this value.
/external/clang/test/TableGen/
tg-fixits.td
12
def
Wrapped
: Warning<"">, InGroup<DiagGroup<
15
// CHECK-NEXT: {{^def
Wrapped
: Warning<"">, InGroup<DiagGroup<}}
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlarmManager.java
49
* @return the next scheduled alarm,
wrapped
in a
64
* @return the most recently scheduled alarm,
wrapped
in a
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempFile.java
32
* NOTE: The stream should NOT be
wrapped
in
45
* NOTE: The stream should NOT be
wrapped
in
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java
32
* @param cursor
wrapped
cursor
33
* @param positionMap maps wrapper cursor positions to
wrapped
cursor positions
/prebuilts/misc/common/swig/include/2.0.11/python/
pyclasses.swg
31
SwigPtr_PyObject is 'visible' at the
wrapped
side, so you can do:
124
Hence, this class is purely internal and not visible at the
wrapped
side.
/build/core/combo/
javac.mk
25
# The actual compiler can be
wrapped
by setting the JAVAC_WRAPPER var.
/external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java
53
* respective method of the
wrapped
connection.
65
/** The
wrapped
pool entry. */
73
* @param entry the pool entry for the connection being
wrapped
95
* Detaches this adapter from the
wrapped
connection.
/external/chromium_org/base/files/
dir_reader_posix.h
16
//
wrapped
and the direct syscall interface is unstable. Using an unstable API
/external/chromium_org/base/third_party/dmg_fp/
README.chromium
9
-
wrapped
functions in dmg_fp namespace
/external/chromium_org/chrome/browser/
idle_win.cc
21
// GetTickCount() wraps around every 49.7 days -- assume it
wrapped
just
Completed in 829 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>