HomeSort by relevance Sort by last modified time
    Searched full:that (Results 751 - 775 of 189771) sorted by null

<<31323334353637383940>>

  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
ManifestFactory.java 6 * A factory that detects what build system is in use and provides a ManifestFactory that can
7 * create an AndroidManifest for that environment.
  /external/selinux/python/sepolicy/sepolicy/help/
files_write.txt 4 The description should give you a decent description for what the application is allowed to do with the type. If your application type is being denied access to a particular file, you might want to change the label of that file.
6 It is recommended that you use one of the types defined on this page.
8 Note if the label of the content that is being denied is owned by another domain, you might have to write policy or use 'audit2allow -M mypol'
  /external/skia/platform_tools/android/bin/utils/
setup_adb.sh 3 # Use of this source code is governed by a BSD-style license that can be
7 echo "Python ADB detected, going to use that"
18 echo "No ANDROID_SDK_ROOT set (check that android_setup.sh was properly sourced)"
  /external/skqp/platform_tools/android/bin/utils/
setup_adb.sh 3 # Use of this source code is governed by a BSD-style license that can be
7 echo "Python ADB detected, going to use that"
18 echo "No ANDROID_SDK_ROOT set (check that android_setup.sh was properly sourced)"
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_QuantizeDownAndShrinkRange.pbtxt 6 The float value that the minimum quantized input value represents.
12 The float value that the maximum quantized input value represents.
18 The float value that the minimum quantized output value represents.
24 The float value that the maximum quantized output value represents.
44 [input_min, input_max] are scalar floats that specify the range for the float
51 data. For example, maybe that quint16 input has no values lower than 16,384 and
52 none higher than 49,152. That means only half the range is actually needed, all
54 the data into a quint8 output, we can use that range rather than the theoretical
55 -1.0f to 1.0f that is suggested by the input min and max.
58 QuantizedMatMul that can produce higher bit-depth outputs than their inputs an
    [all...]
api_def_QueueClose.pbtxt 13 If true, all pending enqueue requests that are
19 This operation signals that no more elements will be enqueued in the
23 operations that would block will fail immediately.
api_def_QueueCloseV2.pbtxt 15 If true, all pending enqueue requests that are
21 This operation signals that no more elements will be enqueued in the
25 operations that would block will fail immediately.
api_def_TensorArrayReadV3.pbtxt 15 A float scalar that enforces proper chaining of operations.
21 The tensor that is read from the TensorArray.
27 The type of the elem that is returned.
  /external/testng/src/main/java/org/testng/internal/thread/graph/
IThreadWorkerFactory.java 8 * A factory that creates workers used by {@code GraphThreadPoolExecutor}
16 * Creates {@code IWorker} for specified set of tasks. It is not necessary that
19 * @param freeNodes tasks that need to be executed
  /external/testng/src/test/java/
ConverterSample2.java 1 // Not that this file has no package (that's what we are testing) and therefore,
4 // that the tags are generated in hardcoded line numbers
  /external/tpm2/
NV_spt_fp.h 3 * Use of this source code is governed by a BSD-style license that can be
11 TPM_HANDLE authHandle, // IN: the handle that provided the authorization
15 TPM_HANDLE authHandle, // IN: the handle that provided the authorization
  /external/v8/testing/gmock/test/
gmock-nice-strict_test.cc 5 // modification, are permitted provided that the following conditions are
103 MOCK_METHOD2(That, string(int, bool));
113 // Tests that a raw mock generates warnings for uninteresting calls.
129 // Tests that a raw mock generates warnings for uninteresting calls
130 // that delete the mock object.
148 // Tests that a raw mock generates informational logs for
163 // Tests that a nice mock generates no warning for uninteresting calls.
173 // Tests that a nice mock generates no warning for uninteresting calls
174 // that delete the mock object.
186 // Tests that a nice mock generates informational logs fo
    [all...]
  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
test8-expected.cc 2 // Use of this source code is governed by a BSD-style license that can be
19 // Ensure that de-referencing scoped_refptr<>'s are properly rewritten as
20 // ->get() calls, and that the correct conversion is rewritten (eg: not the
test8-original.cc 2 // Use of this source code is governed by a BSD-style license that can be
19 // Ensure that de-referencing scoped_refptr<>'s are properly rewritten as
20 // ->get() calls, and that the correct conversion is rewritten (eg: not the
  /external/webview_support_interfaces/
proguard.flags 2 # Use of this source code is governed by a BSD-style license that can be
7 # Note that we only 'keep' the package org.chromium.support_lib_boundary itself,
8 # any sub-packages of that package can still be obfuscated.
  /frameworks/base/test-base/src/junit/
README.android 5 This is JUnit 4.10 source that was previously part of the Android Public API.
9 These are copied here to ensure that the android.test.runner target remains
10 compatible with the last version of the Android API (25) that contained these
  /frameworks/base/test-runner/src/junit/
README.android 5 This is JUnit 4.10 source that was previously part of the Android Public API.
9 These are copied here to ensure that the android.test.runner target remains
10 compatible with the last version of the Android API (25) that contained these
  /frameworks/base/wifi/tests/assets/hsr1/
README.txt 1 HSR1ProfileWithCACert.conf - unencoded installation file that contains a Passpoint profile and a CA Certificate
3 HSR1ProfileWithNonBase64Part.base64 - base64 encoded installation file that contains a part of non-base64 encoding type
5 HSR1ProfileWithInvalidContentType.base64 - base64 encoded installation file with that contains a MIME part with an invalid content type.
  /frameworks/layoutlib/rename_font/
README 1 This tool is used to rename the PS name encoded inside the ttf font that we ship
2 with the SDK. There is bug in Java that returns incorrect results for
4 versions are loaded. As a workaround, we rename all the fonts that we ship with
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DepthTransform.java 5 * Interface defining a depth transform that translates real depth values
27 * @return the quantized value that corresponds to the given depth value
32 * @return the depth value that corresponds to the given quantized value
  /frameworks/support/asynclayoutinflater/
build.gradle 19 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/cursoradapter/
build.gradle 18 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/documentfile/
build.gradle 21 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/drawerlayout/
build.gradle 20 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/interpolator/
build.gradle 18 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."

Completed in 1738 milliseconds

<<31323334353637383940>>