/external/llvm/lib/Option/ |
ArgList.cpp | 296 bool Joined) const { 300 if (Joined) {
|
/external/llvm/test/Transforms/LoopDeletion/ |
2011-06-21-phioperands.ll | 16 define void @_ZNK5clang6driver7ArgList20AddAllArgsTranslatedERN4llvm11SmallVectorIPKcLj16EEENS0_12OptSpecifierES5_b(i1 zeroext %Joined) nounwind align 2 { 66 br i1 %Joined, label %if.then, label %if.else
|
/external/v8/test/mjsunit/ |
mjsunit.js | 178 var joined = ArrayPrototypeJoin.call(mapped, ","); 179 return "[" + joined + "]";
|
/external/vulkan-validation-layers/loader/ |
vk-loader-generate.py | 196 joined = "\n ".join(setup) 199 setup.append(" " + joined)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
opts.h | 95 /* Missing argument OK (joined). */ 145 #define CL_JOINED (1U << 22) /* If takes joined argument. */
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
response.py | 102 are joined with ','. Note that this is consistent /w RFC 2616
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_thread_registry_test.cc | 214 // Check that each thread created/started/joined correct amount
|
/external/libchrome/base/threading/ |
worker_pool_posix_unittest.cc | 246 // joined, the next-created thread can get a re-used ID if the allocation of
|
/external/libvpx/libvpx/test/ |
vpx_temporal_svc_encoder.sh | 60 # The file name passed to vpx_temporal_svc_encoder is joined with the stream
|
/external/pcre/dist/ |
132html | 232 redo; # Process the joined lines
|
/external/selinux/libsemanage/src/ |
database_join.c | 29 * thing being joined */
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
OsUtil.java | 162 * Creates a joined string from a Set<String> using the given delimiter.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
FastScrollingIndexCache.java | 84 * We store those strings joined with {@link #SAVE_SEPARATOR} as the separator when saving
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IntRangeManager.java | 217 // found missing link? check if next range can be joined 229 // mark nextRange to be joined as null. 237 // found missing link? check if next range can be joined
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
MulticastSocketTest.java | 417 // Create a receivingSocket which is joined to the group and has only asked for packets 590 fail("Did not get exception when trying to leave group that was never joined"); 600 "joined on [" + networkInterface + "] left on [" + loopbackInterface + "]"); [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactsProviderTest.java | 402 // The result is joined with People 412 // Now the person should be joined with Phone 542 // The result is joined with People [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticDriverKinds.td | 149 "joined argument expects additional value: '%0'">,
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
HtmlTooltipHelper.java | 327 * @return the source as single {@link String}, lines joined using "\n".
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
BreakIteratorRules_en_US_TEST.java | 200 // are joined by runs of one of more non-spacing mark. Also keep a trailing
|
/external/icu/icu4c/source/test/intltest/ |
idnaconf.cpp | 152 * character are joined with the next line in the source file forming logical
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
BreakIteratorRules_en_US_TEST.java | 199 // are joined by runs of one of more non-spacing mark. Also keep a trailing
|
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 187 /// to a new block. The two blocks are joined by an unconditional branch and
|
/external/llvm/utils/Misc/ |
zkill | 44 # Scanning from the beginning, try to see if the first N args, when joined,
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_inlines.h | 197 if ((*it)->get() == this) // don't count joined values
|