Searched refs:join (Results 51 - 75 of 238) sorted by last modified time

12345678910

/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp566 thread.join();
872 thread.join();
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_tests.cpp92 dispatch_thread_.join();
159 thread.join();
H A Dremote_method_tests.cpp576 // join the thread so that destruction doesn't deallocate the
580 dispatch_thread_.join();
H A Dservice_framework_tests.cpp439 // join the thread so that destruction doesn't deallocate the dispatcher
442 dispatch_thread_.join();
580 thread.join();
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp118 post_thread_.join();
H A Dvr_flinger.cpp57 dispatcher_thread_.join();
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py27 regpath = os.path.join(sys.path[0], "registry")
73 declaration = ''.join(elem.itertext())
80 return ', '.join(p[1] for p in params)
84 return ', '.join(p[0] for p in params)
289 addExtensions = '^({})$'.format('|'.join(AEP_EXTENSIONS)),
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py115 return '^(' + '|'.join(list) + ')$'
H A Dreg.py30 file.write( ' '.join([str(arg) for arg in args]) )
504 paramdecl += ''.join([t for t in params[i].itertext()])
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp344 if (mStartBootAnimThread->join() != NO_ERROR) {
632 if (mStartBootAnimThread->join() != NO_ERROR) {
H A DSurfaceFlinger_hwc1.cpp323 if (mStartBootAnimThread->join() != NO_ERROR) {
620 if (mStartBootAnimThread->join() != NO_ERROR) {
/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp46 thread.join();
H A DSurfaceInterceptor_test.cpp839 bufferUpdates.join();
852 bufferUpdates.join();
853 surfaceUpdates.join();
/frameworks/native/services/vr/performanced/
H A Dperformance_service_tests.cpp50 thread.join();
98 thread.join();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DSize.java73 return TextUtils.join(DELIMITER, flatSizes);
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java49 sThread.join();
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java118 .append(TextUtils.join(",", questionMarks))
168 .append(TextUtils.join(",", questionMarks))
212 .appendPath(TextUtils.join(",", dataIds))
238 append(TextUtils.join(",", questionMarks)).
/frameworks/minikin/include/minikin/
H A DMinikinFont.h81 void join(const MinikinRect& r);
/frameworks/minikin/libs/minikin/
H A DLayout.cpp219 void MinikinRect::join(const MinikinRect& r) { function in class:minikin::MinikinRect
1007 mBounds.join(glyphBounds);
1055 mBounds.join(srcBounds);
/frameworks/minikin/tests/stresstest/
H A DMultithreadTest.cpp105 thread.join();
/frameworks/minikin/tools/
H A Dmk_hyb_file.py123 return b''.join(struct.pack('B', x) for x in pattern)
173 self.add_word_res(''.join(word), res)
254 s = ''.join(str(c) for c in node.res)
331 binary = b''.join(result)
366 return b''.join(result)
398 return patmap, b''.join(result)
443 result.append(''.join(lowercase + uppercase))
482 pat_str = ''.join(result)
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DSimpleCompilationTest.java151 assertTrue(Joiner.on("\n").join(warnings),found);
/frameworks/data-binding/compiler/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessExpressions.java162 String out = Joiner.on(StringUtils.LINE_SEPARATOR).join(classNames);

Completed in 443 milliseconds

12345678910