OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unique
(Results
1326 - 1350
of
6776
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/libcore/ojluni/src/main/java/java/security/cert/
X509Certificate.java
181
* authority to each certificate. It must be
unique
for each
183
* serial number identify a
unique
certificate).
409
* The issuer
unique
identifier is present in the certificate
412
* conforming certificates not make use of
unique
identifiers.
414
* parsing
unique
identifiers and making comparisons.
423
* @return the issuer
unique
identifier or null if it is not
438
* @return the subject
unique
identifier or null if it is not
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdreg.h
393
unsigned short vendor0; /* vendor
unique
*/
394
unsigned short vendor1; /* vendor
unique
*/
395
unsigned short vendor2; /* Retired vendor
unique
*/
405
unsigned char vendor3; /* vendor
unique
*/
407
unsigned char vendor4; /* vendor
unique
*/
415
unsigned char vendor5; /* Obsolete, vendor
unique
*/
417
unsigned char vendor6; /* Obsolete, vendor
unique
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdreg.h
393
unsigned short vendor0; /* vendor
unique
*/
394
unsigned short vendor1; /* vendor
unique
*/
395
unsigned short vendor2; /* Retired vendor
unique
*/
405
unsigned char vendor3; /* vendor
unique
*/
407
unsigned char vendor4; /* vendor
unique
*/
415
unsigned char vendor5; /* Obsolete, vendor
unique
*/
417
unsigned char vendor6; /* Obsolete, vendor
unique
*/
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java
212
* specified source. If the
unique
flag is true, a new instance will
217
* A bit of magic in this implementation: If the source is null,
unique
is true,
225
* @param
unique
true if the returned DTM must be
unique
, probably because it
236
synchronized public DTM getDTM(Source source, boolean
unique
,
243
(
unique
? "
UNIQUE
" : "shared")+
299
if (source==null &&
unique
&& !incremental && !doIndexing) {
566
// Can't return the same node since it's
unique
to a specific DTM,
/external/ltrace/
ltrace-elf.c
877
* same address. So instead we keep this
unique
symbol struct for
1057
struct unique_symbol *
unique
local
1061
if (
unique
->libsym == NULL) {
1062
unique
->libsym = tmp;
1063
unique
->addr = tmp->enter_addr;
1065
unique
->libsym->next = NULL;
1068
< strlen(
unique
->libsym->name)) {
1070
(
unique
->libsym, tmp->name, 1);
1081
/* Now we do the union of this set of
unique
symbols with
[
all
...]
/frameworks/base/docs/html/guide/topics/resources/
more-resources.jd
16
<dd>XML resource that provides a
unique
identifier for application resources and
332
<p>A
unique
resource ID defined in XML. Using the name you provide in the {@code <item>}
333
element, the Android developer tools create a
unique
integer in your project's {@code
336
or a
unique
integer for use in your application code (for example, as an ID for a dialog or a
343
an actual resource item; it is simply a
unique
ID that you can attach to other resources or use
344
as a
unique
integer in your application.</p>
379
<dd>Defines a
unique
ID. Takes no value, only attributes.
385
<dd><em>String</em>. A
unique
name for the ID.</dd>
414
<p>As another example, the following code snippet uses the "dialog_exit" ID as a
unique
identifier
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h
600
/* Generate a
unique
temporary file name from TEMPLATE.
602
they are replaced with a string that makes the file name
unique
.
603
Returns TEMPLATE, or a null pointer if it cannot get a
unique
file name. */
606
/* Generate a
unique
temporary file name from TEMPLATE.
608
they are replaced with a string that makes the filename
unique
.
653
/* Create a
unique
temporary directory from TEMPLATE.
655
they are replaced with a string that makes the directory name
unique
.
656
Returns TEMPLATE, or a null pointer if it cannot get a
unique
name.
662
/* Generate a
unique
temporary file name from TEMPLATE similar to
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
602
/* Generate a
unique
temporary file name from TEMPLATE.
604
they are replaced with a string that makes the file name
unique
.
605
Returns TEMPLATE, or a null pointer if it cannot get a
unique
file name. */
611
/* Generate a
unique
temporary file name from TEMPLATE.
613
they are replaced with a string that makes the filename
unique
.
658
/* Create a
unique
temporary directory from TEMPLATE.
660
they are replaced with a string that makes the directory name
unique
.
661
Returns TEMPLATE, or a null pointer if it cannot get a
unique
name.
667
/* Generate a
unique
temporary file name from TEMPLATE similar to
[
all
...]
/docs/source.android.com/src/devices/audio/
tv.jd
113
audio_port_handle_t id; /* port
unique
ID */
128
audio_port_handle_t id; /* port
unique
ID */
158
* The handle is allocated by the HAL and should be
unique
for this
/docs/source.android.com/src/devices/tech/admin/
multi-user.jd
40
has distinct application data and some
unique
settings, as well as a user
49
their own
unique
accounts but are not required to have accounts to be
134
conjunction with the <a href="http://developer.android.com/reference/android/os/UserManager.html">UserManager API</a> to build
unique
solutions tailored to their use cases.</p>
/external/autotest/client/site_tests/graphics_WebGLAquarium/
sampler.py
192
"""A hash function that returns the
unique
identifier of a frame buffer.
193
The hash is a string that is
unique
in the sense of pipe and fb.
197
@return: a
unique
hash string, like "pipe:0,fb:25"
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
channel.py
105
message_number: int, The
unique
id number of this notification.
108
resource_id: str, The
unique
identifier of the version of the resource at
116
message_number: int, The
unique
id number of this notification.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
volume.py
36
:ivar id: The
unique
ID of the volume.
261
:ivar id: The
unique
ID of the volume.
262
:ivar instance_id: The
unique
ID of the attached instance
/external/clang/include/clang/Basic/
FileManager.h
58
unsigned UID; // A
unique
(small) ID for the file.
155
/// \brief Each FileEntry we create is assigned a
unique
ID #.
266
/// \brief Produce an array mapping from the
unique
IDs assigned to each
/external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py
114
# make up a new glyphName that's
unique
203
writer.comment("This file uses
unique
glyph names based on the information\n"
204
"found in the 'post' table. Since these names might not be
unique
,\n"
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAliasDataReader.java
41
* 3) This section contains a list of sorted
unique
aliases. This
78
* has a
unique
alias among all converters. That same alias can
80
* but only one alias per tag can be
unique
.
/external/libchrome/sandbox/win/src/
crosscall_params.h
32
// An IPC call is defined by its 'tag' which is a (uint32_t)
unique
identifier
108
// Returns the tag (ipc
unique
id) associated with this IPC.
190
// constructor. Pass the ipc
unique
tag as input
/external/libnl/include/netlink/
object-api.h
140
* // identify
unique
objects by use of unified comparison functions.
143
* // combined together make an object
unique
.
265
*
Unique
name of object type
/external/skia/include/core/
SkSurface.h
141
* Returns a
unique
non-zero,
unique
value identifying the content of this
242
* In rare instances a client may want a
unique
copy of the SkSurface's contents in an image
/external/skia/src/core/
SkPixelRef.cpp
81
// Neither ID is
unique
any more.
237
// We can't quite SkASSERT(this->genIDIsUnique()). It could be non-
unique
240
return id & ~1u; // Mask off bottom
unique
bit.
/frameworks/base/core/java/android/net/
LinkAddress.java
48
* the address is
unique
(e.g.,
98
* Utility function to check if |address| is a
Unique
Local IPv6 Unicast Address
135
* @param scope An integer defining the scope in which the address is
unique
(e.g.,
/frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd
95
<li>Create an icon that is
unique
and memorable.</li>
133
<li>Have a
unique
silhouette for faster recognition; not all Android app icons should be square. <ul>
160
<td style="border:0; vertical-align:middle">Icons should not be cropped. Use
unique
shapes
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java
41
// Each MediaSet and MediaItem has a
unique
64 bits id. The most significant
43
// the self id. For MediaSet the self id is is globally
unique
, but for
44
// MediaItem it's
unique
only relative to its parent.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h
322
to be mapped to a
unique
segment. If the plugin wants to call
331
must be mapped to a
unique
segment. ELF segments do not have names
333
that is then placed in the
unique
PT_LOAD segment. FLAGS is used to
/prebuilts/go/darwin-x86/src/go/types/
methodset.go
201
// same
unique
id appeared.
225
// same
unique
id appeared.
263
// byUniqueName function lists can be sorted by their
unique
names.
Completed in 1492 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>