HomeSort by relevance Sort by last modified time
    Searched full:unique (Results 201 - 225 of 6776) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/e2fsprogs/tests/f_dup_de2/
expect.1 8 Entry 'test-008' in / (2) has a non-unique filename.
  /external/jetty/src/config/etc/
jdbcRealm.properties 26 # username varchar(100) not null unique key,
33 # role varchar(100) not null unique key
40 # unique key (user_id, role_id),
44 # I'm not sure unique key with a first component of user_id will be
  /external/llvm/test/Linker/
type-unique-opaque.ll 1 ; RUN: llvm-link -S %s %p/Inputs/type-unique-opaque.ll | FileCheck %s
  /external/protobuf/examples/
addressbook.proto 10 required int32 id = 2; // Unique ID number for this person.
  /external/skia/src/gpu/
GrGpuResourcePriv.h 21 * Sets a unique key for the resource. If the resource was previously cached as scratch it will
23 * removeUniqueKey(). If another resource is using the key then its unique key is removed and
28 /** Removes the unique key from a resource. If the resource has a scratch key, it may be
40 * already uncached. Furthermore, resources with unique keys cannot be made unbudgeted.
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 20 // Each object also gets a unique globally identifying ID
28 // source for globally unique IDs - 0 is reserved!
67 GrGLuint fID; // globally unique ID
81 // all globally unique IDs
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
BasicAnnotation.java 22 * The elements in the returned set will be unique with respect to the element name.
  /external/v8/test/mjsunit/
deserialize-script-id.js 6 // Test that script ids are unique and we found the correct ones.
  /external/valgrind/memcheck/tests/
long_namespace_xml.stderr.exp 32 <unique>0x........</unique>
92 <unique>0x........</unique>
  /external/vboot_reference/tests/tpm_lite/
tlcl_tests.c 17 static char* null_getenv = "some string"; /* just a unique address */
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
PreNTestDatabaseHelper.java 45 + "UNIQUE(name, type))");
54 + "UNIQUE (accounts_id, type ))");
62 + "UNIQUE (accounts_id,auth_token_type,uid))");
69 + "UNIQUE(accounts_id , key))");
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageProcessorListener.java 36 * @param task Task specification that includes unique content id
43 * @param task Task specification that includes unique content id
52 * @param task Task specification that includes unique content id
61 * @param task Task specification that includes unique content id
  /system/sepolicy/
servicemanager.te 8 # servicemanager is unique in that it only provides
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
unique1.d 9 +[0-9]+: +[0-9a-f]+ +8 +OBJECT +UNIQUE +DEFAULT +[0-9]+ bar
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 74 pointer_default(unique)
111 pointer_default(unique)
126 pointer_default(unique)
138 pointer_default(unique)
160 pointer_default(unique)
250 pointer_default(unique)
296 pointer_default(unique)
310 pointer_default(unique)
331 pointer_default(unique)
344 pointer_default(unique)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 106 * @param callId The unique ID of the call whose state is changing to active.
120 * @param callId The unique ID of the call whose state is changing to ringing.
134 * @param callId The unique ID of the call whose state is changing to dialing.
148 * @param callId The unique ID of the call whose state is changing to disconnected.
164 * @param callId - The unique ID of the call whose state is changing to be on hold.
178 * @param callId The unique ID of the call whose ringback is being changed.
212 * @param callId The unique ID of the call being conferenced.
213 * @param conferenceCallId The unique ID of the conference call. Null if call is not
229 * @param callId The unique ID of the call being conferenced.
245 * @param callId The unique ID of the call
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntSet.java 55 * Returns the count of unique elements in this set.
57 * @return {@code > = 0;} count of unique elements
  /dalvik/dx/src/com/android/dx/util/
IntSet.java 55 * Returns the count of unique elements in this set.
57 * @return {@code > = 0;} count of unique elements
  /dalvik/dx/tests/086-ssa-edge-split/
Blort.java 45 * a unique predecessor
57 * a result needs to have a unique successor. This appies
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntSet.java 55 * Returns the count of unique elements in this set.
57 * @return {@code > = 0;} count of unique elements
  /external/libxml2/test/schemas/
bug322411_1.xsd 11 <xsd:unique name="ItemUnique">
14 </xsd:unique>
  /external/parameter-framework/upstream/schemas/
ConfigurableDomains.xsd 32 <xs:unique name="ConfigurableDomainUniqueness">
35 </xs:unique>
Subsystem.xsd 16 <xs:unique name="InstanceDefintionSubElementsUniqueness">
19 </xs:unique>
  /external/regex-re2/re2/
prefilter_tree.h 8 // the unique strings across the prefilters. During search, by using
54 // Print debug prefilter. Also prints unique ids associated with
59 // Each unique node has a corresponding Entry that helps in
65 // node, it is the number of unique children.
82 // This function assigns unique ids to various parts of the
96 // children of node has already been assigned unique ids.
106 // one node for each unique atom and each unique AND/OR node.
  /external/skia/tests/
RefCntTest.cpp 34 REPORTER_ASSERT(reporter, ref->unique());
73 REPORTER_ASSERT(reporter, ref->unique());

Completed in 609 milliseconds

1 2 3 4 5 6 7 891011>>