/toolchain/binutils/binutils-2.25/ld/ |
pep-dll.c | 46 /* Unique global name for functions to avoid double defined symbols. */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
group7.d | 9 # well with unique group sections under ld -r.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
far-hc11.s | 27 ldd #_far_bar ; Likewise (unique trampoline check)
|
/system/core/sdcard/ |
sdcard.c | 209 /* Used to allocate unique inode numbers for fuse nodes. We use 689 static void fuse_status(struct fuse *fuse, __u64 unique, int err) 694 hdr.unique = unique; 698 static void fuse_reply(struct fuse *fuse, __u64 unique, void *data, int len) 706 hdr.unique = unique; 719 static int fuse_reply_entry(struct fuse* fuse, __u64 unique, 744 fuse_reply(fuse, unique, &out, sizeof(out)); 748 static int fuse_reply_attr(struct fuse* fuse, __u64 unique, const struct node* node 1233 __u64 unique = hdr->unique; local 1662 __u64 unique = hdr->unique; local [all...] |
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/ |
brillo_ProcLibMemoryInventory.py | 65 """Report Unique Set Size (USS) for various Brillo processes. 67 Unique Set Size is the amount of physical memory in use that 68 is unique to the process (not shared with one or more other
|
/external/autotest/site_utils/tester_feedback/ |
feedback_delegate.py | 59 A client identifier is unique for a given test and DUT: at any given 94 @param query_num: The query's unique number. 114 @param query_num: The query unique number.
|
/external/clang/include/clang/Basic/ |
SourceManagerInternals.h | 76 /// \brief Used to hold and unique data used to represent \#line information. 78 /// \brief Map used to assign unique IDs to filenames in \#line directives. 80 /// This allows us to unique the filenames that
|
/external/clang/test/Driver/ |
function-sections.c | 7 // CHECK-US-NOT: -fno-unique-section-names 8 // CHECK-NOUS: -fno-unique-section-names 73 // RUN: -fno-unique-section-names \
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepotbase.h | 10 // Implementation of a mapping from arbitrary values to unique 32-bit 29 // Maps stack trace to an unique id. 53 atomic_uint32_t seq[kPartCount]; // Unique id generators.
|
/external/conscrypt/src/compat/native/ |
UniquePtr.h | 88 // Swap with another unique pointer. 97 // Comparing unique pointers is probably a mistake, since they're unique.
|
/external/conscrypt/src/openjdk/native/ |
UniquePtr.h | 88 // Swap with another unique pointer. 97 // Comparing unique pointers is probably a mistake, since they're unique.
|
/external/cros/system_api/dbus/power_manager/ |
suspend.proto | 41 // Unique ID corresponding to this suspend request. This is included in the 52 // Unique ID corresponding to the suspend request. 78 // Unique ID assigned to the client that registered this suspend delay. This
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ProductionBinding.java | 87 case UNIQUE: 88 return ContributionType.UNIQUE; 181 Produces.Type.UNIQUE,
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractSortedSetMultimap.java | 73 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given 85 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given 97 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
|
SortedSetMultimap.java | 62 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given 72 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given 83 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
|
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
ClassLevelManagedLocalTransactionsTest.java | 45 private static final String UNIQUE_TEXT = "JPAsome unique text88888" + new Date(); 46 private static final String UNIQUE_TEXT_2 = "JPAsome asda unique teasdalsdplasdxt" + new Date(); 47 private static final String TRANSIENT_UNIQUE_TEXT = "JPAsome other unique texaksoksojadasdt"
|
ManagedLocalTransactionsTest.java | 41 private static final String UNIQUE_TEXT = "some unique text" + new Date(); 42 private static final String UNIQUE_TEXT_MERGE = "meRG_Esome unique text" + new Date(); 43 private static final String TRANSIENT_UNIQUE_TEXT = "some other unique text" + new Date();
|
/external/llvm/include/llvm/Support/ |
Options.h | 47 // Options are keyed of the unique address of a static character synthesized 71 /// \param Key unique key for option 91 /// Options are keyed off the template parameters to generate unique static
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
_AbstractStubDataCommandHandlerTest.java | 71 // Send unique reply code so that we can verify proper method invocation and ordering
77 // Send unique reply code so that we can verify proper method invocation and ordering
83 // Send unique reply code so that we can verify proper method invocation and ordering
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
_AbstractStubDataCommandHandlerTest.java | 71 // Send unique reply code so that we can verify proper method invocation and ordering
77 // Send unique reply code so that we can verify proper method invocation and ordering
83 // Send unique reply code so that we can verify proper method invocation and ordering
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
Test.hpp | 59 * Each Test MUST specify a unique title, Ie all titles of a Tests MUST 79 * // ^~~~~~~~~~~~~~~~ Unique title across the tests 83 * // ^~~~~~~~~~ Section title MUST unique
|
/external/skia/include/views/ |
SkOSMenu.h | 53 * Auto increments a global to generate an unique ID for each new item 116 * associated unique id, which can be used to by the client to refer to 127 * Note: the helper functions below assume that slotName is UNIQUE for all
|
/external/skia/platform_tools/android/gyp_gen/ |
vars_dict_lib.py | 11 # The goal of this class is to store a set of unique items in the order in 16 """Ordered set of unique items that supports addition and removal. 136 unique entries.
|
/external/skia/src/core/ |
SkPtrRecorder.h | 18 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs 20 * and decPtr(). incPtr() is called each time a unique ptr is added ot the 34 * Add the specified ptr to the set, returning a unique 32bit ID for it
|
/external/skia/tools/lua/ |
glyph-usage.lua | 64 local strikes = {} -- [fontID_pointsize] = [] unique glyphs 138 io.write("\n", "unique glyphs: min = ", min, ", max = ", max, ", ave = ", ave, "\n"); 150 io.write("/* runs of unique glyph IDs, with a -1 sentinel between different runs */\n")
|