/build/blueprint/pathtools/ |
lists.go | 22 // PrefixPaths returns a list of paths consisting of prefix joined with each
|
/external/valgrind/helgrind/tests/ |
tc03_re_excl.c | 7 has modified it and then joined with the parent. Tests simple
|
hg03_inherit.c | 53 // since a joined to root
|
tc21_pthonce.c | 93 /* printf("main: joined to thread %d\n", i); */
|
/external/valgrind/none/tests/ |
pth_once.c | 77 //printf("main: joined to thread %d\n", thread_num);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForStructuredPostal.java | 95 final String joined = mSplitter.join(postal); local 96 update.put(StructuredPostal.FORMATTED_ADDRESS, joined);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PostalSplitterTest.java | 122 final String joined = mPostalSplitter.join(postal); local 123 assertEquals(formattedPostal, joined);
|
PostalSplitterForJapaneseTest.java | 138 final String joined = mPostalSplitter.join(postal); local 139 assertEquals(formattedPostal, joined);
|
/prebuilts/go/darwin-x86/src/os/user/ |
lookup_windows.go | 53 joined, err := isDomainJoined() 54 if err == nil && joined {
|
/prebuilts/go/linux-x86/src/os/user/ |
lookup_windows.go | 53 joined, err := isDomainJoined() 54 if err == nil && joined {
|
/external/clang/include/clang/Driver/ |
CC1Options.td | 35 def triple_EQ : Joined<["-"], "triple=">, Alias<triple>; 50 def analyzer_store_EQ : Joined<["-"], "analyzer-store=">, Alias<analyzer_store>; 54 def analyzer_constraints_EQ : Joined<["-"], "analyzer-constraints=">, 59 def analyzer_output_EQ : Joined<["-"], "analyzer-output=">, 64 def analyzer_purge_EQ : Joined<["-"], "analyzer-purge=">, Alias<analyzer_purge>; 74 def analyze_function_EQ : Joined<["-"], "analyze-function=">, Alias<analyze_function>; 86 def analyzer_inline_max_stack_depth_EQ : Joined<["-"], "analyzer-inline-max-stack-depth=">, 91 def analyzer_inlining_mode_EQ : Joined<["-"], "analyzer-inlining-mode=">, Alias<analyzer_inlining_mode>; 103 def analyzer_checker_EQ : Joined<["-"], "analyzer-checker=">, 108 def analyzer_disable_checker_EQ : Joined<["-"], "analyzer-disable-checker="> [all...] |
/external/opencv3/3rdparty/openexr/IlmThread/ |
IlmThread.h | 61 // // and the thread is joined 72 // destructor before the thread is joined. Alternatively you could 89 // // and the thread is joined
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
ElementAndAttributePolicies.java | 112 AttributePolicy joined = AttributePolicy.Util.join( local 114 if (!joined.equals(attrPolicy)) { 119 anded.put(attrName, joined);
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
AudioStream.java | 63 * Returns {@code true} if the stream has already joined an 72 * Returns the joined {@link AudioGroup}. 146 * already joined an {@link AudioGroup}.
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyinit.swg | 48 PyObject *joined; 52 joined = PyUnicode_Concat(str, tail); 55 str = joined; 58 joined = PyUnicode_Concat(str, tail); 61 str = joined; 65 joined = PyUnicode_Concat(str, tail); 68 str = joined;
|
/external/libogg/doc/libogg/ |
ogg_page.html | 26 This is not a practical limitation as the segments can be joined across
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
exception.hpp | 69 /// the two container objects being joined overlaps.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
exception.hpp | 69 /// the two container objects being joined overlaps.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ |
exception.hpp | 69 /// the two container objects being joined overlaps.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
exception.hpp | 69 /// the two container objects being joined overlaps.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_thread_registry.h | 28 ThreadStatusFinished, // Joinable thread is finished but not yet joined. 29 ThreadStatusDead // Joined, but some info is still available.
|
/external/llvm/test/CodeGen/X86/ |
coalescer-dce.ll | 13 ; Joined. Result = %vreg7 = [208d,272d:0)[304L,480L:0) 0@208d 28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
DialerUtils.java | 148 * @return Joined char sequences. 168 // Unicode wrap the joined value, to respect locale's RTL ordering for the whole list.
|
/external/autotest/frontend/tko/ |
models.py | 612 joined = False 617 joined = True 624 joined = True 629 joined = True 639 joined = True 645 joined = True 647 if not joined:
|
/bionic/libc/bionic/ |
pthread_internal.h | 40 /* Has the thread been joined by another thread? */
|