HomeSort by relevance Sort by last modified time
    Searched refs:configured (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/testng/src/test/java/test/objectfactory/
CombinedTestAndObjectFactorySample.java 12 private boolean configured = false; field in class:CombinedTestAndObjectFactorySample
19 Assert.assertTrue(configured, "Should have been configured by object factory");
33 s.configured = true;
  /hardware/intel/common/libmix/mix_video/src/
mixvideo_private.h 20 gboolean configured; member in struct:_MixVideoPrivate
mixvideo.c 68 if (!priv->configured) { \
69 LOG_E( "Not configured\n"); \
198 priv->configured = FALSE;
263 priv->configured = FALSE;
471 * MixVideo has already been configured, it should be
472 * re-configured.
476 if (priv->configured) {
478 LOG_W( "Already configured\n");
696 priv->configured = TRUE;
753 * MixVideo has already been configured, it should b
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 51 boolean configured = extras.getBoolean(UsbManager.USB_CONFIGURED);
59 if ((configChanged || (connected && !configured)) && (mtpEnabled || ptpEnabled)) {
63 // tell MediaProvider MTP is configured so it can bind to the service
66 } else if (configured && (mtpEnabled || ptpEnabled)) {
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
ltpfsscsi.sh 28 - These tests must be run after ssi_debug has been configured and built as a module so it can be loaded with
  /external/swiftshader/third_party/LLVM/
build-for-llvm-top.sh 18 # See if we have previously been configured by sensing the presence
62 msg 0 Module $module already configured, ignoring configure options.
  /external/ltp/testscripts/
ltpfsnolvm.sh 37 - If this is run on a 2.4 kernel system then LVM must be configured and the kernel rebuilt. In a 2.5 environment
ltpfslvm.sh 40 - If this is run on a 2.4 kernel system then LVM must be configured and the kernel rebuilt. In a 2.5 environment
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 28 AndroidJUnitDelegate_NoRunnerMsg_s=%1$s is not configured correctly for running tests. See Console for details.
29 AndroidJUnitDelegate_NoTargetMsg_3s=%1$s is not configured correctly for running tests:\nA targetPackage attribute for instrumentation %2$s in its %3$s could not be found\!
  /external/e2fsprogs/debian/attic/libs/
rules 44 build: configured
52 configured:
58 touch configured
62 rm -f build configured install
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 58 bool configured = false) :
67 isConfigured(configured){}
  /build/make/target/product/
base.mk 20 95-configured \
  /system/keymaster/
soft_keymaster_device.cpp 658 if (!convert_device(dev)->configured())
793 if (!convert_device(dev)->configured())
    [all...]
  /external/bison/build-aux/
gnu-web-doc-update 41 -C, --builddir=DIR location of (configured) Makefile (default: .)
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 28 addresses to appear in the DNS with names configured either in each host or
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeSensors.java 93 true /* configured */,
215 public TriggerSensor(Sensor sensor, String setting, boolean configured, int pulseReason) {
218 mConfigured = configured;
  /prebuilts/go/darwin-x86/src/encoding/csv/
example_test.go 42 // This example shows how csv.Reader can be configured to handle other
  /prebuilts/go/linux-x86/src/encoding/csv/
example_test.go 42 // This example shows how csv.Reader can be configured to handle other
  /external/libjpeg-turbo/release/
makemacpkg.in 122 echo ERROR: 32-bit build directory $BUILDDIR32 is not configured
187 echo ERROR: ARMv6 build directory $BUILDDIRARMV6 is not configured
251 echo ERROR: ARMv7 build directory $BUILDDIRARMV7 is not configured
315 echo ERROR: ARMv7s build directory $BUILDDIRARMV7S is not configured
379 echo ERROR: ARMv8 build directory $BUILDDIRARMV8 is not configured
  /external/wpa_supplicant_8/src/ap/
vlan_full.c 428 if (vlan->configured ||
436 vlan->configured = 1;
534 if (vlan->configured) {
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 15 // A Tokenizer is a simple wrapping of text/scanner.Scanner, configured
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 15 // A Tokenizer is a simple wrapping of text/scanner.Scanner, configured
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
  /external/autotest/server/hosts/
servo_repair.py 117 Test whether the `host` has a `SERIAL` setting configured.
152 Test whether the `host` has a `BOARD` setting configured.
276 'servod assuming a pre-configured '
  /external/llvm/bindings/go/llvm/
target.go 77 // wants access to all available targets that LLVM is configured to support.
81 // to link in all available targets that LLVM is configured to support.

Completed in 2907 milliseconds

1 2 3 4 5 6 7