/frameworks/native/opengl/specs/ |
EGL_ANDROID_native_fence_sync.txt | 209 duplicates the file descriptor stored in the
|
/libcore/json/src/test/java/org/json/ |
JSONStringerTest.java | 186 // JSONStringer doesn't attempt to detect duplicates
|
/ndk/build/core/ |
setup-toolchain.mk | 167 $(hide) $(HOST_ECHO) "directory $(call host-path,$(call remove-duplicates,$(PRIVATE_SRC_DIRS)))" >> $(PRIVATE_DST)
|
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 31 struct dep *deps; /* all dependencies, including duplicates */
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PhoneNumberListAdapter.java | 132 // Remove duplicates when it is possible.
|
/packages/apps/Mms/src/com/android/mms/ |
SuggestionsProvider.java | 129 * Compute rows for rows in the cursor. The cursor can contain duplicates which
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
UserDictionaryAddWordContents.java | 135 // Disallow duplicates. If the same word with no shortcut is defined, remove it; if
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionaryAddWordContents.java | 156 // Disallow duplicates. If the same word with no shortcut is defined, remove it; if
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 96 // XXX remove std::duplicates from here if possible,
|
/system/core/liblog/ |
event_tag_map.c | 208 /* sort the tags and check for duplicates */
|
/system/security/keystore-engine/ |
eng_keystore.cpp | 110 * Duplicates a keyhandle stored in ex_data in case we copy a key.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3collections.c | 540 * in the table and duplicates were not allowed. 547 * If duplicates are allowed then we don't care what it is, but 611 * in the table and duplicates were not allowed. 618 * If duplicates are allowed then we don't care what it is, but [all...] |
/external/chromium/chrome/browser/resources/options/ |
language_options.js | 263 // we should avoid having duplicates in the new list. 674 * stored in the preference. Removes duplicates as well.
|
/external/chromium/net/base/ |
ev_root_ca_metadata.cc | 370 // duplicates in the policy_oids_ array does no harm, so we don't 371 // bother detecting duplicates.
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 93 # A list of goog.provide tokens which are duplicates. 96 # A list of goog.require tokens which are duplicates.
|
/external/guava/guava/src/com/google/common/collect/ |
ArrayTable.java | 90 * contains duplicates or is empty 808 * duplicates. Changes to the table will update the returned collection.
|
ImmutableSet.java | 197 // There is only one element or elements are all duplicates 202 // Resize the table when the array includes too many duplicates.
|
/external/icu4c/common/ |
uresdata.h | 137 * genrb eliminates duplicates among Unicode string-v2 values. 161 * genrb eliminates duplicates among key strings.
|
/external/libusb-compat/libusb/ |
core.c | 259 /* walk through all busses we already know about, removing duplicates 594 /* walk through the devices we already know about, removing duplicates
|
/external/llvm/docs/CommandGuide/ |
llvm-ar.rst | 141 *files* to the archive without checking for duplicates that should be 209 thwart correct extraction of the files (duplicates may overwrite). If used with
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 237 // Remove duplicates. 250 // Remove duplicates.
|
/external/ping/ |
ping_common.c | 20 long nrepeats; /* number of duplicates */ 794 printf(", +%ld duplicates", nrepeats);
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 684 * Checks whether the infos are a fully connected tree with no duplicates. 707 // Check for duplicates.
|
/external/jdiff/src/jdiff/ |
HTMLIndexes.java | 281 // Package names are unique, so no need to check for duplicates. 292 * Package names are unique, so no need to check for duplicates. 304 // Package names are unique, so no need to check for duplicates. [all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 329 // bother checking these for duplicates, because the parser 349 // bother checking these for duplicates, because the parser 861 // Also, check for duplicates of user set id's and that the id's are within the proper bounds. [all...] |