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

1 2 3 4 5 6 7 8

  /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...]
  /build/make/target/product/security/
Android.mk 15 # adb key, if configured via PRODUCT_ADB_KEYS
  /external/autotest/skylab_migration/bin/
python_venv 53 python_venv: Possible causes: python_venv configured incorrectly or
  /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
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 50 boolean configured = extras.getBoolean(UsbManager.USB_CONFIGURED);
57 if (configured && (mtpEnabled || ptpEnabled)) {
  /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/base/packages/SystemUI/src/com/android/systemui/doze/
DozeSensors.java 101 true /* configured */,
109 true /* configured */,
302 public TriggerSensor(Sensor sensor, String setting, boolean configured, int pulseReason,
304 this(sensor, setting, true /* settingDef */, configured, pulseReason,
309 boolean configured, int pulseReason, boolean reportsTouchCoordinates,
314 mConfigured = configured;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 58 bool configured = false) :
67 isConfigured(configured){}
  /system/keymaster/contexts/
soft_keymaster_device.cpp 655 if (!convert_device(dev)->configured())
791 if (!convert_device(dev)->configured())
    [all...]
  /build/make/target/product/
base.mk 20 95-configured \
  /compatibility/cdd/3_software/
3_9_device-administration.md 18 configured so that it would [report](
33 * When the device implementation has no user data is configured yet, it:
51 to promote an application configured in their solution as a "Device Owner
59 solution and it has been already configured in the proprietary solution
  /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/net/http/httptest/
server.go 50 // client is configured for use with the server.
269 // Client returns an HTTP client configured for making requests to the server.
270 // It is configured to trust the server's TLS test certificate and will
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 50 // client is configured for use with the server.
269 // Client returns an HTTP client configured for making requests to the server.
270 // It is configured to trust the server's TLS test certificate and will
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 19 // A Tokenizer is a simple wrapping of text/scanner.Scanner, configured
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 19 // A Tokenizer is a simple wrapping of text/scanner.Scanner, configured

Completed in 1737 milliseconds

1 2 3 4 5 6 7 8