HomeSort by relevance Sort by last modified time
    Searched refs:constants (Results 126 - 150 of 1647) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/net/metrics/
IpManagerEvent.java 91 Decoder.constants.get(eventType), durationMs);
95 static final SparseArray<String> constants = MessageUtils.findMessageNames( field in class:IpManagerEvent.Decoder
IpReachabilityEvent.java 95 String eventName = Decoder.constants.get(hi);
100 static final SparseArray<String> constants = field in class:IpReachabilityEvent.Decoder
  /packages/apps/Dialer/java/com/android/dialer/calllog/notifier/
RefreshAnnotatedCallLogNotifier.java 23 import com.android.dialer.calllog.constants.IntentNames;
24 import com.android.dialer.calllog.constants.SharedPrefKeys;
  /prebuilts/go/darwin-x86/src/math/cmplx/
abs.go 5 // Package cmplx provides basic constants and mathematical functions for
  /prebuilts/go/darwin-x86/src/unicode/utf16/
export_test.go 7 // Extra names for constants so we can validate them during testing.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug463.go 8 // for constants that refer to themselves.
gcc61273.go 8 // that involved predefined constants.
issue10066.go 7 // Issue 10066: constants are printed in the original form
issue6902.go 7 // Issue 6902: confusing printing of large floating point constants
issue7419.go 7 // Issue 7419: odd behavior for float constants underflowing to 0
  /prebuilts/go/darwin-x86/test/ken/
cplx0.go 22 // constants
  /prebuilts/go/darwin-x86/test/
printbig.go 7 // Test that big numbers work as constants and print can print them.
  /prebuilts/go/linux-x86/src/math/cmplx/
abs.go 5 // Package cmplx provides basic constants and mathematical functions for
  /prebuilts/go/linux-x86/src/unicode/utf16/
export_test.go 7 // Extra names for constants so we can validate them during testing.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug463.go 8 // for constants that refer to themselves.
gcc61273.go 8 // that involved predefined constants.
issue10066.go 7 // Issue 10066: constants are printed in the original form
issue6902.go 7 // Issue 6902: confusing printing of large floating point constants
issue7419.go 7 // Issue 7419: odd behavior for float constants underflowing to 0
  /prebuilts/go/linux-x86/test/ken/
cplx0.go 22 // constants
  /prebuilts/go/linux-x86/test/
printbig.go 7 // Test that big numbers work as constants and print can print them.
  /system/update_engine/scripts/update_payload/
format_utils.py 79 constants = (
83 suffixes, base = constants[decimal]
  /external/autotest/site_utils/lxc/
container.py 16 from autotest_lib.site_utils.lxc import constants
323 self.attach_run('curl --head %s' % constants.CONTAINER_BASE_URL)
331 '%s/container_start_duration' % constants.STATS_KEY)
353 timeout=constants.NETWORK_INIT_TIMEOUT,
354 sleep_interval=constants.NETWORK_INIT_CHECK_INTERVAL)
360 '%s/container_stop_duration' % constants.STATS_KEY)
377 '%s/container_destroy_duration' % constants.STATS_KEY)
424 (constants.CONTAINER_AUTOTEST_DIR, 3),
425 (constants.RESULT_DIR_FMT % job_folder, 0),
426 (constants.CONTAINER_SITE_PACKAGES_PATH, 3)
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_tester.py 8 from autotest_lib.client.cros import constants
39 constants.BLUETOOTH_TESTER_XMLRPC_SERVER_COMMAND,
40 constants.BLUETOOTH_TESTER_XMLRPC_SERVER_PORT,
42 constants.BLUETOOTH_TESTER_XMLRPC_SERVER_CLEANUP_PATTERN,
44 constants.BLUETOOTH_TESTER_XMLRPC_SERVER_READY_METHOD,
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
GradleManifestFactory.java 16 if (config.constants() == Void.class) {
17 Logger.error("Field 'constants' not specified in @Config annotation");
19 throw new RuntimeException("No 'constants' field in @Config annotation!");
27 ? config.constants().getPackage().getName()
78 // relative to the constants class, which is generated in the build output directory.
79 String moduleRoot = config.constants().getResource("").toString().replace("file:", "");
92 return ReflectionHelpers.getStaticField(config.constants(), "BUILD_TYPE");
100 return ReflectionHelpers.getStaticField(config.constants(), "FLAVOR");

Completed in 315 milliseconds

1 2 3 4 56 7 8 91011>>