OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unique
(Results
1201 - 1225
of
6776
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java
56
// Every notification needs a
unique
ID otherwise the previous one would be overwritten. This
180
* Retrieves a
unique
notification ID.
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java
98
* @param data
Unique
identifier for the bitmap to store
115
* @param data
Unique
identifier for which item to get
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeNodeStream.as
71
* the tree structure. When debugging we need
unique
nodes
73
* parsing, it's slow and a waste of memory to create
unique
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeNodeStream.cs
94
* the tree structure. When debugging we need
unique
nodes
96
* parsing, it's slow and a waste of memory to create
unique
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeNodeStream.cs
100
* the tree structure. When debugging we need
unique
nodes
102
* parsing, it's slow and a waste of memory to create
unique
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeNodeStream`1.cs
99
* the tree structure. When debugging we need
unique
nodes
101
* parsing, it's slow and a waste of memory to create
unique
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java
72
* the tree structure. When debugging we need
unique
nodes
74
* parsing, it's slow and a waste of memory to create
unique
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
PolicyQualifierInfoTest.java
185
// Generates
unique
(based on parameter) DER encoding
195
// Generates
unique
(based on parameter) DER encoding
/external/autotest/client/common_lib/
autotemp.py
25
@param unique_id: required, a
unique
string to help identify what
90
@param unique_id:
unique
id of tempdir.
/external/autotest/client/cros/cellular/mbim_compliance/tests/
des_01.py
100
'Expected 1
unique
header functional descriptor.')
115
'Expected 1
unique
union functional descriptor.')
/external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
cellular_MbimComplianceDES01.py
106
'Expected 1
unique
header functional descriptor.')
121
'Expected 1
unique
union functional descriptor.')
/external/autotest/frontend/server/
models.py
30
hostname = dbmodels.CharField(
unique
=True, max_length=128)
33
status = dbmodels.CharField(
unique
=False, max_length=128,
/external/autotest/scheduler/
rdb_utils.py
62
and generate a mapping from
unique
request-> count of the request.
68
figure out how many duts it should attempt to get for a
unique
/external/autotest/server/
site_server_job.py
110
# of
unique
attribute sets present in the machines for this job. If
113
# number of machines to the number of
unique
machines.
/external/autotest/site_utils/autoupdate/lib/
test_params.py
120
"""
Unique
name suffix for the test config given the target version."""
141
A
unique
name suffix is used to keep from collisions per target
/external/autotest/site_utils/tester_feedback/
request_multiplexer.py
160
@param query_num: The
unique
query number.
177
@param query_num: The
unique
query number.
/external/bison/src/
uniqstr.h
1
/* Keeping a
unique
copy of strings.
24
| Pointers to
unique
copies of C strings. |
/external/chromium-trace/catapult/telemetry/telemetry/core/
tracing_controller_unittest.py
106
# Start tracing and inject a
unique
marker into the sub-trace.
111
# Flush tracing |SUBTRACE_COUNT - 1| times and inject a
unique
marker into
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
layer1.py
125
AWS Data Pipeline assigns each new pipeline a
unique
pipeline
129
:param unique_id: A
unique
identifier that you specify. This identifier
135
success, you can pass in the same
unique
identifier and pipeline
138
same name and
unique
identifier, a new pipeline will not be
140
previous attempt. The uniqueness of the name and
unique
identifier
488
should be
unique
across your AWS account. In the case of AWS Data
490
Pipeline, the web service provides a
unique
identifier when it
492
you should assign a
unique
identifier for the task runner.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
vpc_peering_connection.py
33
:ivar id: The
unique
ID of peer Vpc.
100
:ivar id: The
unique
ID of the VPC peering connection.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
testcase.py
71
unique
."""
76
likely to be
unique
."""
/external/clang/include/clang/Serialization/
ContinuousRangeMap.h
120
std::
unique
(Self.Rep.begin(), Self.Rep.end(),
125
"ContinuousRangeMap::Builder given non-
unique
keys");
/external/clang/lib/AST/
InheritViz.cpp
57
/// using a
unique
identifier for each direct base and for the
122
/// using a
unique
identifier for each direct base and for the
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FrameworkField.java
78
case
UNIQUE
:
103
case
UNIQUE
:
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp
423
const
Unique
<VkDescriptorSetLayout> descriptorSetLayout(
429
const
Unique
<VkShaderModule> shaderModule(createShaderModule(m_vki, m_device, m_context.getBinaryCollection().get(program_name.str()), 0u));
430
const
Unique
<VkPipelineLayout> pipelineLayout(makePipelineLayout(m_vki, m_device, *descriptorSetLayout));
431
const
Unique
<VkPipeline> pipeline(makeComputePipeline(m_vki, m_device, *pipelineLayout, *shaderModule));
433
const
Unique
<VkDescriptorPool> descriptorPool(
442
const
Unique
<VkCommandPool> cmdPool(makeCommandPool(m_vki, m_device, m_queueFamilyIndex));
443
const
Unique
<VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_vki, m_device, *cmdPool));
451
const
Unique
<VkDescriptorSet> descriptorSet(makeDescriptorSet(m_vki, m_device, *descriptorPool, *descriptorSetLayout));
Completed in 2153 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>