Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dtox.ini13 python setup.py -q build_py
14 python: python setup.py -q build
15 cpp: python setup.py -q build --cpp_implementation --warnings_as_errors
16 python: python setup.py -q test -q
17 cpp: python setup.py -q test -q --cpp_implementation
18 python: python setup.py -q test_conformance
19 cpp: python setup.py -q test_conformance --cpp_implementation
21 # Keep this list of dependencies in sync with setup.py.
DREADME.md38 downloaded and installed automatically as soon as you run setup.py.
42 https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages
52 $ python setup.py build
53 $ python setup.py test
82 $ python setup.py build --cpp_implementation
85 $ python setup.py test --cpp_implementation
100 $ python setup.py install
105 $ python setup.py install --cpp_implementation
/frameworks/base/wifi/java/android/net/wifi/
DWpsInfo.java41 public int setup; field in WpsInfo
50 setup = INVALID; in WpsInfo()
57 sbuf.append(" setup: ").append(setup); in toString()
74 setup = source.setup; in WpsInfo()
82 dest.writeInt(setup); in writeToParcel()
92 config.setup = in.readInt();
/frameworks/base/apct-tests/perftests/textclassifier/
Drun.sh2 make TextClassifierPerfTests perf-setup.sh
5 adb push ${OUT}/obj/EXECUTABLES/perf-setup.sh_intermediates/perf-setup.sh /data/local/tmp/
6 adb shell chmod +x /data/local/tmp/perf-setup.sh
7 adb shell /data/local/tmp/perf-setup.sh
/frameworks/opt/setupwizard/library/
Dstandalone.gradle7 * include ':setup-wizard-lib'
8 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
9 * project(':setup-wizard-lib').buildFileName = 'standalone.gradle'
11 * And then you can include the :setup-wizard-lib project as one of your dependencies
13 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
Dstandalone-rules.gradle6 * include ':setup-wizard-lib'
7 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
8 * project(':setup-wizard-lib').buildFileName = 'standalone-rules.gradle'
10 * And then you can include the :setup-wizard-lib project as one of your dependencies
12 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
Dbuild.gradle12 * include ':setup-wizard-lib'
13 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
15 * And then you can include the :setup-wizard-lib project as one of your dependencies
17 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
DAndroid.bp2 // Build the platform version of setup wizard library.
6 name: "setup-wizard-lib",
28 name: "setup-wizard-lib-gingerbread-compat",
Dcommon-platform-deprecated.mk24 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
26 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
Dcommon-gingerbread.mk18 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_ANDROID_LIBRARIES)))
19 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib-gingerbread-compat
/frameworks/base/libs/hwui/tests/common/
DBitmapAllocationTestUtils.h31 std::function<void(SkBitmap& bitmap)> setup) { in allocateHeapBitmap() argument
35 setup(skBitmap); in allocateHeapBitmap()
40 std::function<void(SkBitmap& bitmap)> setup) { in allocateHardwareBitmap() argument
45 setup(skBitmap); in allocateHardwareBitmap()
50 std::function<void(SkBitmap& bitmap)> setup);
DTestUtils.h173 std::function<void(RenderProperties& props, Canvas& canvas)> setup) { in createNode() argument
177 if (setup) { in createNode()
180 setup(props, *canvas.get()); in createNode()
190 std::function<void(RenderProperties& props, RecordingCanvasType& canvas)> setup) { in createNode() argument
194 if (setup) { in createNode()
196 setup(props, canvas); in createNode()
213 setup,
224 if (setup) {
228 setup(props, *canvas.get());
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DParseExceptionsTest.java68 private void setup() { in setup() method in ParseExceptionsTest
83 setup(); in message_parseFrom_InputStream()
94 setup(); in message_parseFrom_InputStreamAndExtensionRegistry()
105 setup(); in message_parseFrom_CodedInputStream()
116 setup(); in message_parseFrom_CodedInputStreamAndExtensionRegistry()
150 setup(); in messageBuilder_mergeFrom_InputStream()
161 setup(); in messageBuilder_mergeFrom_InputStreamAndExtensionRegistry()
174 setup(); in messageBuilder_mergeFrom_CodedInputStream()
185 setup(); in messageBuilder_mergeFrom_CodedInputStreamAndExtensionRegistry()
/frameworks/opt/setupwizard/tools/gradle/
Dsettings.gradle1 include(':setup-wizard-lib')
2 project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library')
3 project(':setup-wizard-lib').buildFileName = 'self.gradle'
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DOverlayPlugin.java29 void setup(View statusBar, View navBar); in setup() method
34 default void setup(View statusBar, View navBar, Callback callback) { in setup() method
35 setup(statusBar, navBar); in setup()
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp42 mReadCounterParcelable.setup(sharedMemoryIndex, readCounterOffset, counterSizeBytes); in setupMemory()
43 mWriteCounterParcelable.setup(sharedMemoryIndex, writeCounterOffset, counterSizeBytes); in setupMemory()
44 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
50 mReadCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory()
51 mWriteCounterParcelable.setup(sharedMemoryIndex, 0, 0); in setupMemory()
52 mDataParcelable.setup(sharedMemoryIndex, dataMemoryOffset, dataSizeInBytes); in setupMemory()
/frameworks/av/services/oboeservice/
DAAudioThread.cpp33 setup(prefix); in AAudioThread()
37 setup("AAudio"); in AAudioThread()
40 void AAudioThread::setup(const char *prefix) { in setup() function in AAudioThread
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLSurfaceView.java20 setup(); in BasicGLSurfaceView()
27 setup(); in BasicGLSurfaceView()
30 private void setup() { in setup() method in BasicGLSurfaceView
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DDrawView.java49 private void setup(Context context) { in setup() method in DrawView
61 setup(context); in DrawView()
66 setup(context); in DrawView()
71 setup(context); in DrawView()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DDrawView.java47 private void setup(Context context) { in setup() method in DrawView
59 setup(context); in DrawView()
64 setup(context); in DrawView()
69 setup(context); in DrawView()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pConfig.java112 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
144 wps.setup = WpsInfo.DISPLAY; in WifiP2pConfig()
148 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
152 wps.setup = WpsInfo.KEYPAD; in WifiP2pConfig()
155 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp55 sharedMemoryA.setup(fd, memSizeBytes); in TEST()
88 sharedMemories[0].setup(fd, memSizeBytes); in TEST()
91 sharedRegionA.setup(0, regionOffset1, regionSize1); in TEST()
126 sharedMemories[0].setup(fd, memSizeBytes); in TEST()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DPointerCountClassifierTest.java41 public void setup() { in setup() method in PointerCountClassifierTest
42 super.setup(); in setup()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeContextTest.java23 import com.android.layoutlib.bridge.intensive.setup.ConfigGenerator;
24 import com.android.layoutlib.bridge.intensive.setup.LayoutLibTestCallback;
25 import com.android.layoutlib.bridge.intensive.setup.LayoutPullParser;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrActivity.java65 VrSetupTask setup = new VrSetupTask(); in onCreate() local
67 setup.execute(names[0]); in onCreate()
186 VrSetupTask setup = new VrSetupTask(); in dataClick()
190 setup.execute(title); in dataClick()

12345678910>>...13