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

<<31323334353637383940>>

  /external/selinux/sepolgen/src/sepolgen/
access.py 205 """Iterate over all of the unique access vectors in the set."""
212 """Return the number of unique access vectors in the set.
216 where N is the number of unique access vectors, but the common
226 """Return the unique access vectors in the set as a list.
316 """Iterate over all of the unique role allows statements in the set."""
321 """Return the unique number of role allow statements."""
  /frameworks/base/packages/MtpDocumentsProvider/jni/
com_android_mtp_AppFuse.cpp 158 req->header().unique,
160 fuse_reply(fd, req->header().unique, -ENOSYS, NULL, 0);
348 request->header().unique,
424 static void fuse_reply(int fd, int unique, int reply_code, void* reply_data,
434 hdr.unique = unique;
  /frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java 73 // True if the logical display has unique content.
357 * Returns true if the logical display has unique content.
359 * If the display has unique content then we will try to ensure that it is
364 * @return True if the display has unique content.
371 * Sets whether the logical display has unique content.
373 * @param hasContent True if the display has unique content.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 34 * may take any form as long as it is unique within the media route provider.
69 * Gets the unique id of the route.
72 * identifier for the route and must be unique among all routes offered
340 * @param id The unique id of the route.
367 * Sets the unique id of the route.
370 * identifier for the route and must be unique among all routes offered
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
access.py 205 """Iterate over all of the unique access vectors in the set."""
212 """Return the number of unique access vectors in the set.
216 where N is the number of unique access vectors, but the common
226 """Return the unique access vectors in the set as a list.
316 """Iterate over all of the unique role allows statements in the set."""
321 """Return the unique number of role allow statements."""
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
ar.exp 444 set testname "ar unique symbol in archive"
446 if ![binutils_assemble $srcdir/$subdir/unique.s tmpdir/unique.o] {
452 set objfile [remote_download host tmpdir/unique.o]
456 set objfile tmpdir/unique.o
468 if ![string match "*foo in *unique.o*" $got] {
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 202 // Sets a unique ID for the notification and sends it to NotificationManager to be
204 // guaranteed to be unique within the entire application.
206 R.string.alarm_service_started, // unique id for the mNotification
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 77 /** Track node number so we can get unique node names */
140 // for each child, do a "<unique-name> [label=text]" node def
165 // for each child, do a parent -> child edge using unique node names
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 75 /** Track node number so we can get unique node names */
134 // for each child, do a "<unique-name> [label=text]" node def
156 // for each child, do a parent -> child edge using unique node names
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 77 /** Track node number so we can get unique node names */
140 // for each child, do a "<unique-name> [label=text]" node def
165 // for each child, do a parent -> child edge using unique node names
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DOTTreeGenerator.java 76 /** Track node number so we can get unique node names */
143 // for each child, do a "<unique-name> [label=text]" node def
168 // for each child, do a parent -> child edge using unique node names
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 76 ## Track node number so we can get unique node names
114 # for each child, do a "<unique-name> [label=text]" node def
139 # for each child, do a parent -> child edge using unique node names
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtFunction.java 61 * Unique method key, which is passed to ExtensionsTable#extFunction in
156 * and a unique method key.
161 * @param methodKey Unique method key, which is passed to
  /external/dbus/
NEWS.pre-1-2 123 - The bus daemon now generates a globally-unique ID for itself, which is available
124 using the convenience function dbus_bus_get_id(). Use this as a unique ID
127 the unique ID of a particular address
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 326 const Unique<VkImage> sparseImage(createImage(deviceInterface, *m_logicalDevice, &imageCreateInfo));
373 typedef de::SharedPtr< Unique<VkDeviceMemory> > DeviceMemoryUniquePtr;
497 const Unique<VkSemaphore> imageMemoryBindSemaphore(makeSemaphore(deviceInterface, *m_logicalDevice));
542 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex));
543 const Unique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool));
549 const Unique<VkDescriptorSetLayout> descriptorSetLayout(
555 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, *m_logicalDevice, m_context.getBinaryCollection().get("comp"), DE_NULL));
556 const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(deviceInterface, *m_logicalDevice, *descriptorSetLayout));
557 const Unique<VkPipeline> computePipeline(makeComputePipeline(deviceInterface, *m_logicalDevice, *pipelineLayout, *shaderModule));
562 const Unique<VkDescriptorPool> descriptorPool
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyMetaInfo.java 176 // list of unique items. If we used java 6 we could use their class for this.
198 // Data is already unique by region/priority, so we don't need to be concerned
274 * Return the list of unique items in the order in which we encountered them for the
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyMetaInfo.java 174 // list of unique items. If we used java 6 we could use their class for this.
196 // Data is already unique by region/priority, so we don't need to be concerned
272 * Return the list of unique items in the order in which we encountered them for the
  /external/libchrome/base/
id_map.h 30 // must ensure they are unique. Inserting IDs and relying on automatically
66 // Adds a view with an automatically generated unique ID. See AddWithID.
78 // the list. The caller either must generate all unique IDs itself and use
  /external/llvm/include/llvm/IR/
GlobalVariable.h 88 /// @a = global SomeType* null - Initializer is both definitive and unique.
91 /// unique.
94 /// unique.
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 31 // Mock transform that operates on unique pointers to object files, and
194 // that allocates new objects, and deals in unique pointers.
212 // Test addObjectSet with T1 (allocating, unique pointers)
  /external/vulkan-validation-layers/layers/
README.md 60 ### Unique Objects
61 (build dir)/layers/unique_objects.cpp (name=VK_LAYER_GOOGLE_unique_objects) - The Vulkan specification allows objects that have non-unique handles. This makes tracking object lifetimes difficult in that it is unclear which object is being referenced on deletion. The unique_objects layer was created to address this problem. If loaded in the correct position (last, which is closest to the display driver) it will wrap all objects with a unique object representation, allowing proper object lifetime tracking. This layer does no validation on its own, and may not be required for the proper operation of all layers or all platforms. One sign that it is needed is the appearance of errors emitted from the object_tracker layer indicating the use of previously destroyed objects.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
Action.java 245 * Helper method to generate a unique operation index
256 * This helper can be used to generate a unique key used to identify an action.
258 * @return - composite key generated by appending unique index
  /prebuilts/go/darwin-x86/src/syscall/
dir_plan9.go 17 // A Qid represents a 9P server's unique identification for a file.
19 Path uint64 // the file server's unique identification for the file
31 Qid Qid // unique id from server
  /prebuilts/go/linux-x86/src/syscall/
dir_plan9.go 17 // A Qid represents a 9P server's unique identification for a file.
19 Path uint64 // the file server's unique identification for the file
31 Qid Qid // unique id from server
  /system/core/include/usbhost/
usbhost.h 120 /* Returns a unique ID for the device.
125 /* Returns a unique ID for the device name.
130 /* Returns the device name for the unique ID.

Completed in 3679 milliseconds

<<31323334353637383940>>