OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:holds
(Results
101 - 125
of
2458
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/webkit/glue/
form_data.h
19
//
Holds
information about a form to be filled and/or submitted.
/external/icu4c/common/
rbbiscan.h
116
uint16_t fStack[kStackSize]; // State stack,
holds
state pushes
120
RBBINode *fNodeStack[kStackSize]; // Node stack,
holds
nodes created
132
RBBISymbolTable *fSymbolTable; // symbol table,
holds
definitions of
135
UHashtable *fSetTable; // UnicocodeSet hash table,
holds
indexes to
/external/icu4c/layout/
CharSubstitutionFilter.h
27
*
Holds
the font which is used to test the characters.
/external/icu4c/tools/gensprep/
gensprep.h
28
* data structure that
holds
the IDN properties for one or more
/external/libmtp/src/
README
20
TODO: check if the following still
holds
! (Linus)
/external/llvm/include/llvm/Support/
IRReader.h
31
/// If the given MemoryBuffer
holds
a bitcode image, return a Module for it
55
/// If the given file
holds
a bitcode image, return a Module
72
/// If the given MemoryBuffer
holds
a bitcode image, return a Module
94
/// If the given file
holds
a bitcode image, return a Module for it.
/external/llvm/lib/Target/MBlaze/
MBlazeMachineFunction.h
29
///
Holds
for each function where on the stack the Frame Pointer must be
33
///
Holds
for each function where on the stack the Return Address must be
37
/// MBlazeFIHolder -
Holds
a FrameIndex and it's Stack Pointer Offset
73
///
holds
the virtual register into which the sret argument is passed.
/external/regex-re2/
CONTRIBUTORS
5
# but not in AUTHORS, because Google
holds
the copyright.
/external/skia/include/core/
SkColor.h
100
@param hsv 3 element array which
holds
the resulting HSV components.
109
@param hsv 3 element array which
holds
the resulting HSV components.
122
@param hsv 3 element array which
holds
the input HSV components.
132
@param hsv 3 element array which
holds
the input HSV components.
/external/skia/legacy/include/core/
SkColor.h
98
@param hsv 3 element array which
holds
the resulting HSV components.
107
@param hsv 3 element array which
holds
the resulting HSV components.
120
@param hsv 3 element array which
holds
the input HSV components.
130
@param hsv 3 element array which
holds
the input HSV components.
/external/valgrind/main/helgrind/tests/
locked_vs_unlocked3.c
15
lockable lock, and one thread
holds
the lock more than once. Point
/frameworks/av/include/drm/
DrmInfoStatus.h
29
* DrmInfoStatus would be returned. This class
holds
DrmBuffer which could be
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java
57
* the Java object needs to count as a reference (even though it only
holds
an int), we use the
64
* - {@link #addNewDelegate(Object)} also adds the delegate to a {@link SparseArray} that
holds
a
66
* when nothing references it. This means that any class that
holds
a delegate (except for the
75
/** list used to store delegates when their main object
holds
a reference to them.
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_CustomCmd.h
84
OMX_U32 nMarkerSize; /* This variable
holds
the size of the marker buffer */
85
OMX_U32 nThumbnailWidth; /* This variable
holds
the thumbnail's width value (0 = No thumbnail) */
86
OMX_U32 nThumbnailHeight; /* This variable
holds
the thumbnail's height value (0 = No thumbnail) */
92
OMX_U32 nMarkerSize; /* This variable
holds
the size of the marker buffer */
/libcore/luni/src/main/java/java/io/
Closeable.java
25
* Closes the object and release any system resources it
holds
.
/libcore/luni/src/main/java/java/sql/
Array.java
106
* Returns a ResultSet object which
holds
the entries of the SQL {@code
116
* Returns a {@code ResultSet} object that
holds
the entries of a subarray,
132
* Returns a {@code ResultSet} object that
holds
the entries of a subarray,
153
* Returns a {@code ResultSet} object which
holds
the entries of the SQL
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java
69
// Release the
holds
on acct2 (there are two of them)
83
// Release all of the security
holds
91
// Release the i/o
holds
on account 2 (there aren't any)
97
// Release the i/o
holds
on account 1 (there's one)
/packages/apps/Exchange/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java
69
// Release the
holds
on acct2 (there are two of them)
83
// Release all of the security
holds
91
// Release the i/o
holds
on account 2 (there aren't any)
97
// Release the i/o
holds
on account 1 (there's one)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
audio.h
11
* This file
holds
USB constants and structures defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h
11
* This file
holds
USB constants and structures defined
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h
11
* This file
holds
USB constants and structures defined
/system/extras/libpagemap/include/pagemap/
pagemap.h
26
/*
Holds
the various metrics for memory usage of a process or a mapping. */
43
/* pm_kernel_t
holds
the state necessary to interface to the kernel's pagemap
52
/* pm_process_t
holds
the state necessary to interface to a particular process'
65
/* pm_map_t
holds
the state necessary to access information about a particular
/external/openssl/crypto/bn/
bn_sqr.c
258
/* t[32]
holds
(a[0]-a[1])*(a[1]-a[0]), it is negative or zero
259
* r[10]
holds
(a[0]*b[0])
260
* r[32]
holds
(b[1]*b[1])
268
/* t[32]
holds
(a[0]-a[1])*(a[1]-a[0])+(a[0]*a[0])+(a[1]*a[1])
269
* r[10]
holds
(a[0]*a[0])
270
* r[32]
holds
(a[1]*a[1])
271
* c1
holds
the carry bits
/external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java
68
* Create an XPathException object that
holds
80
* Create an XPathException object that
holds
123
* Create an XPathException object that
holds
138
* Create an XPathException object that
holds
156
* Create an XPathException object that
holds
/external/smack/src/org/jivesoftware/smackx/packet/
MUCAdmin.java
42
* Returns an Iterator for item childs that
holds
information about roles, affiliation,
45
* @return an Iterator for item childs that
holds
information about roles, affiliation,
55
* Adds an item child that
holds
information about roles, affiliation, jids and nicks.
57
* @param item the item child that
holds
information about roles, affiliation, jids and nicks.
81
* Item child that
holds
information about roles, affiliation, jids and nicks.
Completed in 700 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>