/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/digest/ |
SHA256.java | 99 public void configure(ConfigurableProvider provider) method in class:SHA256.Mappings
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/ |
PBEPKCS12.java | 125 public void configure(ConfigurableProvider provider) method in class:PBEPKCS12.Mappings
|
/external/curl/ |
MacOSX-Framework | 85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \ 114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
|
buildconf | 81 # Ensure that buildconf runs from the subdirectory where configure.ac lives 83 if test ! -f configure.ac || 95 # configure script. Unpatched version 2.68 is simply unusable, we should 117 echo " Unpatched version generates broken configure script." 120 echo " Unpatched version generates unusable configure script." 282 # Remove files generated on previous buildconf/configure run. 306 configure \ 438 rm -f configure
|
/external/curl/packages/vms/ |
generate_config_vms_h_curl.com | 8 $! For GNV based builds, the configure script is run and that produces 9 $! a [curl_]config.h file. Configure scripts on VMS generally do not 206 $! Now the DCL builds usually say xxx-HP-VMS and configure scripts 225 $! NTLM_WB_ENABLED requires fork() but configure does not know this 226 $! We have to disable this in the configure command line. 227 $! config_h.com finds that configure defaults to it being enabled so 235 $! configure and will incorrectly disable these options. The config_h.com 324 $! configure defaults to USE_*, a real configure on VMS chooses different.
|
/external/guice/core/src/com/google/inject/util/ |
Modules.java | 62 public void configure(Binder binder) {} method in class:Modules.EmptyModule 125 public void configure(Binder binder) { method in class:Modules.CombinedModule 171 public void configure() { method in class:Modules.OverrideModule 365 protected void configure() {
|
/external/guice/core/test/com/googlecode/guice/ |
BytecodeGenTest.java | 50 protected void configure() { 66 protected void configure() { 177 public void configure() { 221 public void configure(Binder binder) {
|
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
EnsureJpaCanTakeObjectsInPropertiesTest.java | 51 protected void configure() { method in class:EnsureJpaCanTakeObjectsInPropertiesTest.DBModule
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ServletScopesTest.java | 64 protected void configure() { 73 protected void configure() { 126 protected void configure() { 139 protected void configure() {
|
/external/libxcam/xcore/ |
xcam_analyzer.h | 115 virtual XCamReturn configure () = 0;
|
/external/skia/src/gpu/glsl/ |
GrGLSLVertexGeoBuilder.cpp | 70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, function in class:GrGLSLGeometryBuilder
|
/external/skqp/src/gpu/glsl/ |
GrGLSLVertexGeoBuilder.cpp | 70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, function in class:GrGLSLGeometryBuilder
|
/external/swiftshader/third_party/LLVM/ |
Makefile | 120 $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \
142 # Specify options to pass to configure script when we're
160 $(Echo) Eliminating files constructed by configure
183 # sync with the AC_CONFIG_HEADER invocations in autoconf/configure.ac
209 $(Echo) '*****' configure with --enable-optimized.
236 ./configure --prefix="$(LLVM_TOP)/install" \
|
/external/tensorflow/tensorflow/contrib/makefile/ |
compile_android_protobuf.sh | 156 ./configure --prefix="${GENDIR}/${ARCHITECTURE}" \ 172 echo "./configure command failed."
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
libtensorflow.sh | 41 # - Any environment variables needed by the "configure" script have been set. 61 yes "" | ./configure
|
/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);
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/ |
AbstractInjectorGrapherTest.java | 149 protected void configure() { 178 protected void configure() { 213 protected void configure() {
|
/external/libaom/libaom/build/cmake/ |
iosbuild.sh | 60 eval "${LIBAOM_SOURCE_DIR}/configure" --target="${target}" \ 274 --extra-configure-args <args>: Extra args to pass when configuring libaom. 283 passing --enable-examples via --extra-configure-args. 304 --extra-configure-args)
|
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 60 eval "${LIBVPX_SOURCE_DIR}/configure" --target="${target}" \ 274 --extra-configure-args <args>: Extra args to pass when configuring libvpx. 283 passing --enable-examples via --extra-configure-args. 304 --extra-configure-args)
|
/external/perf_data_converter/src/ |
Makefile | 107 ${PROTOBUF}/configure: 111 ${PROTOBUF}/src/.libs/libprotobuf.a: ${PROTOBUF}/configure 113 (cd ${PROTOBUF} ; CC="$(CC)" CXX="$(CXX)" LDFLAGS="$(LDFLAGS_$(CONFIG)) -g $(PROTOBUF_LDFLAGS_EXTRA)" CPPFLAGS="$(PIC_CPPFLAGS) $(CPPFLAGS_$(CONFIG)) -g $(PROTOBUF_CPPFLAGS_EXTRA)" ./configure --disable-shared --enable-static $(PROTOBUF_CONFIG_OPTS))
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecTest.java | 243 // configure (enter Configured State) 245 // configure improperly 247 codec.configure(format, null /* surface */, null /* crypto */, 249 fail("configure needs MediaCodec.CONFIGURE_FLAG_ENCODE for encoders only"); 253 fail("configure should not return IllegalStateException when improperly configured"); 256 codec.configure(format, null /* surface */, null /* crypto */, 305 codec.configure(format, null /* surface */, null /* crypto */, 0 /* flags */); 306 fail("configure should return IllegalStateException when in Executing state"); 310 fail("configure should not return MediaCodec.CodecException on wrong state"); 350 * <br> calling createInputSurface() before configure() throws exceptio [all...] |
/cts/tests/sensor/src/android/hardware/cts/ |
SensorDirectReportTest.java | 71 * test channel reconfiguration (configure to a rate level; configure to stop; configure to 502 mChannel.configure(s, s.getHighestDirectReportRateLevel()); 508 // mChannel.configure(s, SensorDirectChannel.RATE_STOP); 625 int token = mChannel.configure(s, rateLevel); 626 assertTrue("configure direct mChannel failed", token > 0); 631 mChannel.configure(s, SensorDirectChannel.RATE_STOP); 664 int token1 = mChannel.configure(s1, rateLevel1); 665 int token2 = mChannel.configure(s2, rateLevel2) [all...] |
/external/clang/include/clang/Sema/ |
Lookup.h | 145 configure(); 167 configure(); 552 configure(); 558 configure(); 690 void configure(); 717 unsigned IDNS; // set by configure()
|
/external/tensorflow/tensorflow/python/tpu/ |
session_support.py | 94 def configure(self, message): member in class:WorkerHeartbeatManager 95 """Configure heartbeat manager for all devices. 149 self.configure(req) 234 self._worker_manager.configure( 251 self._worker_manager.configure( 334 self._workers.configure(
|
/external/google-breakpad/android/ |
run-checks.sh | 99 system (using autotools/configure). This requires that you define 248 run2 "$PROGDIR/../configure" --prefix="$TMPHOST" $CONFIGURE_FLAGS && 351 echo "Building full Android binaries with configure/make" 358 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \ 382 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \ 392 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \
|