/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
ARC4.java | 96 public void configure(ConfigurableProvider provider) method in class:ARC4.Mappings
|
PBEPKCS12.java | 115 public void configure(ConfigurableProvider provider) method in class:PBEPKCS12.Mappings
|
RC2.java | 469 public void configure(ConfigurableProvider provider) method in class:RC2.Mappings
|
/external/llvm/ |
Makefile | 117 $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \ 143 # Specify options to pass to configure script when we're 161 $(Echo) Eliminating files constructed by configure 184 # autoconf/configure.ac. 216 $(Echo) '*****' configure with --enable-optimized. 243 ./configure --prefix="$(LLVM_TOP)/install" \
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.cpp | 58 void AudioEqualizer::configure(int nChannels, int sampleRate) { function in class:android::AudioEqualizer 59 ALOGV("AudioEqualizer::configure(nChannels=%d, sampleRate=%d)", nChannels, 61 mpLowShelf->configure(nChannels, sampleRate); 63 mpPeakingFilters[i].configure(nChannels, sampleRate); 65 mpHighShelf->configure(nChannels, sampleRate);
|
AudioFormatAdapter.h | 52 // Configure the adapter. 59 void configure(T & processor, int nChannels, uint8_t pcmFormat, function in class:android::AudioFormatAdapter 70 // configure(). 72 // configure(). May be the same as pIn. 124 // pIn The input buffer with the format designated in configure().
|
/frameworks/base/media/jni/ |
android_media_MediaCodec.h | 44 status_t configure(
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
AudioTrackDecoder.java | 64 mediaCodec.configure(format, null, null, 0);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 55 mModeOn = configure(ctx, list, fbZorder); 59 // Configure 60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes 73 ALOGE("%s: No pipes available to configure framebuffer", 159 mModeOn = configure(ctx, list, fbZorder); 163 // Configure 164 bool FBUpdateHighRes::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateHighRes 177 ALOGE("%s: No pipes available to configure framebuffer", 184 ALOGE("%s: No pipes available to configure framebuffer",
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_fbupdate.cpp | 61 mModeOn = configure(ctx, list, fbZorder); 65 // Configure 66 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes 94 ALOGE("%s: No pipes available to configure framebuffer", 185 mModeOn = configure(ctx, list, fbZorder); 189 // Configure 190 bool FBUpdateHighRes::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateHighRes 214 ALOGE("%s: No pipes available to configure framebuffer", 222 ALOGE("%s: No pipes available to configure framebuffer",
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_fbupdate.cpp | 55 mModeOn = configure(ctx, list, fbZorder); 59 // Configure 60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes 73 ALOGE("%s: No pipes available to configure framebuffer", 159 mModeOn = configure(ctx, list, fbZorder); 163 // Configure 164 bool FBUpdateHighRes::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateHighRes 177 ALOGE("%s: No pipes available to configure framebuffer", 184 ALOGE("%s: No pipes available to configure framebuffer",
|
/ndk/build/tools/ |
build-host-make.sh | 93 run $TMP_SRCDIR/configure $CONFIGURE_FLAGS --build=$ABI_CONFIGURE_BUILD 94 fail_panic "Failed to configure the make-$GNUMAKE_VERSION build!"
|
build-llvm.sh | 196 run ./configure \ 203 fail_panic "Couldn't configure gmp" 214 run $SRC_DIR/$TOOLCHAIN/llvm/tools/polly/utils/cloog_src/configure \ 221 fail_panic "Couldn't configure cloog" 236 # configure the toolchain 237 dump "Configure: $TOOLCHAIN toolchain build" 242 run $SRC_DIR/$TOOLCHAIN/llvm/configure \ 251 fail_panic "Couldn't configure llvm toolchain" 279 # llvm-config is invoked by other llvm projects (eg. mclinker/configure) 307 dump "Configure: mclinker against $TOOLCHAIN [all...] |
/external/harfbuzz_ng/ |
git.mk | 59 # - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the 60 # submodule doesn't find us. If you have configure.{in,ac} files in 83 $(srcdir)/configure.scan \ 93 `$(AUTOCONF) --trace 'AC_CONFIG_FILES:$$1' $(srcdir)/configure.ac | \ 207 if test -f $(srcdir)/configure; then \ 210 configure \
|
/external/bison/djgpp/ |
config.bat | 2 Rem Configure Bison for DJGPP.
144 Rem Create an arguments file for the configure script.
166 redir -e /dev/null update %XSRC%/configure.org ./configure
167 test -f ./configure
168 if errorlevel 1 update %XSRC%/configure ./configure
173 test -f ./configure.org
174 if errorlevel 1 update configure configure.org [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 192 codec.configure(format, null /* surface */, null /* crypto */, 0 /* flags */); 199 codec.configure(format, null /* surface */, null /* crypto */, 0 /* flags */); 261 codec.configure(format, null /* surface */, null /* crypto */, 541 codec.configure(format, s /* surface */, null /* crypto */, 0 /* flags */); 548 codec.configure(format, s /* surface */, null /* crypto */, 0 /* flags */); 622 codec.configure(format, s /* surface */, null /* crypto */, 739 codec.configure(format, null /* surface */, null /* crypto */, 0 /* flags */); [all...] |
Vp8EncoderTest.java | 134 decoder.configure(format, 230 encoder.configure(format, 357 encoder.configure(format, 480 encoder.configure(format,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
RSA.java | 26 public void configure(ConfigurableProvider provider) method in class:RSA.Mappings
|
/external/libogg/ |
libogg.spec | 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static 87 - autogenerate from configure 100 - take out case where configure doesn't exist; a tarball should have it
|
/external/libvorbis/ |
libvorbis.spec | 47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static 98 - autogenerate from configure
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoder.cpp | 41 void NuPlayer::Decoder::configure(const sp<AMessage> &format) { function in class:android::NuPlayer::Decoder
|
/external/libpng/ |
CHANGES | [all...] |
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 151 // Authenticate and configure the virtual network interface. 282 configure(new String(packet.array(), 1, length - 1).trim()); method 289 private void configure(String parameters) throws Exception { method in class:ToyVpnService 296 // Configure a builder while parsing the parameters.
|
/external/bison/tests/ |
Makefile.am | 29 $(srcdir)/package.m4: $(top_srcdir)/configure
|
/external/chromium/sdch/open-vcdiff/packages/rpm/ |
rpm.spec | 40 ./configure
|