Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/wilhelm/src/
Ddevices.cpp212 const CodecDescriptor *cd = codecDescriptors; in GetCodecCapabilities() local
215 for (index = 0 ; NULL != cd->mDescriptor; ++cd) { in GetCodecCapabilities()
216 if (cd->mCodecID == codecId) { in GetCodecCapabilities()
224 for ( ; NULL != cd->mDescriptor; ++cd) { in GetCodecCapabilities()
225 if (cd->mCodecID == codecId) { in GetCodecCapabilities()
227 *pDescriptor = *cd->mDescriptor; in GetCodecCapabilities()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dappveyor.bat12 cd build_msvc
15 cd %configuration%
21 cd csharp\src
/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/
DImagePoolImplTest.java70 CountDownLatch cd = new CountDownLatch(1); in testImageDisposeFromFunction() local
73 BufferedImage img = createImageAndReturnBufferedImage(pool, width, height, type, cd); in testImageDisposeFromFunction()
78 assertTrue(cd.await(TIMEOUT_SEC, TimeUnit.SECONDS)); in testImageDisposeFromFunction()
270 , int type, CountDownLatch cd) { in createImageAndReturnBufferedImage() argument
271 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd.countDown()); in createImageAndReturnBufferedImage()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java122 CastDevice cd = new CastDevice(); in buildFakeCastDevice() local
123 cd.state = isCasting ? CastDevice.STATE_CONNECTED : CastDevice.STATE_DISCONNECTED; in buildFakeCastDevice()
124 return Collections.singletonList(cd); in buildFakeCastDevice()
/frameworks/base/tools/preload2/src/com/android/preload/ui/
DSequenceUI.java91 ClientData cd = clientListModel.getElementAt(i).getClientData(); in getClient() local
92 if (cd != null) { in getClient()
93 String s = cd.getClientDescription(); in getClient()
DSwingUI.java286 ClientData cd = ((Client) value).getClientData(); in getListCellRendererComponent() local
287 String s = cd.getClientDescription() + " (pid " + cd.getPid() + ")"; in getListCellRendererComponent()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md22 C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64>cd C:\Path\to
55 C:\Path\to>cd protobuf
69 C:\Path\to\protobuf>cd gmock
77 C:\Path\to\protobuf\gmock>cd ..\cmake
98 C:\Path\to\protobuf\cmake>mkdir build & cd build
106 C:\Path\to\protobuf\cmake\build>mkdir release & cd release
116 C:\Path\to\protobuf\cmake\build>mkdir debug & cd debug
126 C:\Path\to\protobuf\cmake\build>mkdir solution & cd solution
280 C:\Path\to>cd zlib
284 C:\Path\to\zlib>mkdir build & cd build
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
DREADME.md58 $ (cd .. && make)
70 $ (cd .. && make install)
79 $ (cd .. && make install)
104 $ (cd .. && make install)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/docker/
DDockerfile113 RUN cd /tmp && \
115 cd protobuf && \
119 cd java && \
121 cd ../javanano && \
/frameworks/rs/tests/java_api/SSHealingBrush/
Dcnb1 cd /usr/local/google/home/hoford/aosp/frameworks/rs/java/tests/SSHealingBrush
/frameworks/av/media/libaaudio/examples/write_sine/
DREADME.md1 # cd to this directory
/frameworks/compile/mclinker/unittests/
Dtest3.txt151 (cd $$d ; $(MAKE) MAKEINFOFLAGS="$(MAKEINFOFLAGS)" \
154 (cd $$d ; $(MAKE) MAKEINFOFLAGS="$(MAKEINFOFLAGS)" \
164 cd etc && $(MAKE) MAKEINFOFLAGS="$(MAKEINFOFLAGS)" info
180 (cd proto-toplev/etc; \
225 cd proto-toplev && find * -follow $(CVS_NAMES) -prune \
/frameworks/opt/gamesdk/
DREADME4 cd android-games-sdk
/frameworks/base/tools/preload2/
Dpreload-tool34 PROG_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
/frameworks/multidex/library/
DAndroid.bp25 cmd: "echo \"git.version=`cd frameworks/multidex/library; git log --format=\"%H\" -n 1 || " +
/frameworks/multidex/instrumentation/
DAndroid.bp22 …cmd: "echo \"git.version=`cd frameworks/multidex/instrumentation; git log --format=\"%H\" -n 1 || …
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem153 cd:47:0a:87:d6:5c:96:cf:f2:df:69:57:db:57:80:ad:69:a1:
162 d0:07:a7:60:56:b3:34:cd:48:4c:43:dc:d1:a7:94:7f:c6:a1:
170 56:cd:5f:f0:18:3e:dc:8e:30:e5:6d:fc:ec:98:60:9f:67:c8:
190 db:3f:cd:05:90:16:bf:e8:9c:46:82:38:ec:8b:00:e6:86:bd:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt28 $ cd tmp
/frameworks/native/vulkan/
DREADME.md26 - `$ cd libvulkan`
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
DREADME.md24 $ cd conformance && make test_cpp
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java964 ColorDrawable cd = new ColorDrawable();
965 cd.setColor(mContainingNotification.calculateBgColor());
966 mNotificationHeader.setHeaderBackgroundDrawable(cd);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md374 - cd external/protobuf
377 - cd java
379 - cd ../../..
/frameworks/base/cmds/bootanimation/
DFORMAT.md124 cd <path-to-pieces>
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
DREADME.md42 $ cd js
/frameworks/compile/slang/
DREADME.rst66 $ cd <Android_Root_Directory>

12