/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/libxcam/xcore/ |
smart_analyzer.cpp | 103 SmartAnalyzer::configure () function in class:XCam::SmartAnalyzer
|
x3a_analyzer.h | 111 virtual XCamReturn configure ();
|
/external/python/cpython2/Demo/tkinter/ttk/ |
treeview_multicolumn.py | 66 self.tree.configure(yscrollcommand=vsb.set, xscrollcommand=hsb.set)
|
widget_state.py | 23 fsize = str(self.tk.eval("font configure %s -size" % btn_font)) 24 self.font_family = self.tk.eval("font configure %s -family" % btn_font) 36 self.style.configure("TButton", font="%s %s%d" % (self.font_family,
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/ |
AndroidConfigurer.java | 44 public static void configure(InstrumentationConfiguration.Builder builder, Interceptors interceptors) { method in class:AndroidConfigurer
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/ |
test-release.sh | 61 echo " -configure-flags FLAGS Extra flags to pass to the configure step." 104 -configure-flags | --configure-flags ) 372 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 377 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
|
/external/toolchain-utils/automation/clients/report/dejagnu/ |
report.py | 108 settings.configure(DEBUG=True,
|
/frameworks/av/media/libaaudio/src/client/ |
AAudioFlowGraph.cpp | 35 aaudio_result_t AAudioFlowGraph::configure(audio_format_t sourceFormat, function in class:AAudioFlowGraph
|
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
DPFrequency.h | 127 void configure(size_t blockSize, size_t overlapSize, size_t samplingRate);
|
/frameworks/av/media/libeffects/testlibs/ |
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/av/media/libmedia/include/media/omx/1.0/ |
WGraphicBufferSource.h | 70 BnStatus configure(const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
|
/frameworks/av/media/libstagefright/ |
SimpleDecodingSource.cpp | 71 auto configure = [=](const sp<MediaCodec> &codec, const AString &componentName) local 76 status_t err = codec->configure(format, surface, NULL /* crypto */, 0 /* flags */); 88 ALOGD("Failed to configure codec '%s'", componentName.c_str()); 96 return configure(codec, desiredCodec); 108 sp<SimpleDecodingSource> res = configure(codec, componentName);
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
WGraphicBufferSource.h | 76 Return<Status> configure(
|
/cts/tests/tests/media/src/android/media/cts/ |
NdkMediaCodec.java | 104 public void configure(MediaFormat format, int flags) { method in class:NdkMediaCodec 136 surface.configure(this);
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnConnection.java | 121 * Optionally, set an intent to configure the VPN. This is {@code null} by default. 180 // Authenticate and configure the virtual network interface. 300 return configure(new String(packet.array(), 1, length - 1, US_ASCII).trim()); 306 private ParcelFileDescriptor configure(String parameters) throws IllegalArgumentException { method in class:ToyVpnConnection 307 // Configure a builder while parsing the parameters.
|
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
network_WiFi_ProfileBasic.py | 80 self.context.configure(ap_config0) 113 self.context.configure(ap_config1, multi_interface=True)
|
/external/autotest/server/site_tests/network_WiFi_RoamFT/ |
network_WiFi_RoamFT.py | 121 # Configure the inital AP. 122 self.context.configure(router0_conf) 131 self.context.configure(router1_conf, multi_interface=True)
|
/external/cmockery/cmockery_0_1_2/packages/rpm/ |
rpm.spec | 45 ./configure
|
/external/e2fsprogs/debian/ |
rules | 19 # These are used for cross-compiling and for saving the configure script 104 CFGDH ?= ${STAMPSDIR}/configure-dh 105 CFGSTDSTAMP ?= ${STAMPSDIR}/configure-std-stamp 106 CFGBFSTAMP ?= ${STAMPSDIR}/configure-bf-stamp 219 # Make sure we don't try to rebuild the configure scripts 220 find . -name configure | xargs touch 225 ../../configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} \ 233 ../../configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} \ 256 ../../configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} \ 265 ../../configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} [all...] |
/external/freetype/builds/ |
toplevel.mk | 116 # the configure script which hasn't been successful (so that no 268 rm -f builds/unix/configure.ac 269 rm -f builds/unix/configure
|
/external/guice/core/test/com/google/inject/name/ |
NamedEquivalanceTest.java | 111 protected void configure() { 155 protected void configure() {
|
/external/guice/core/test/com/google/inject/spi/ |
ProviderMethodsTest.java | 87 public void configure(Binder binder) {} method in class:ProviderMethodsTest 300 protected void configure() { 323 protected void configure() { 357 protected void configure() { 396 protected void configure() { 654 protected void configure() {} 912 protected void configure() { 995 protected void configure() { 1071 "1) null returned by binding at " + module.getClass().getName() + ".configure(", [all...] |
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
TransferRequestIntegrationTest.java | 75 protected void configure() { 114 protected void configure() {
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
CheckedProviderMethodsModule.java | 42 * binding annotations on the provider method to configure the binding. 68 public synchronized void configure(Binder binder) { method in class:CheckedProviderMethodsModule 70 throwingProviderMethod.configure(binder);
|