Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 239) sorted by relevance

12345678910

/frameworks/wilhelm/tools/permute/
Dpermute.c105 unsigned used; in split() local
107 used = split(s, leftStart, leftLength, segmentBudget / 2); in split()
108 used += split(s, rightStart, rightLength, segmentBudget - used); in split()
110 used = split(s, rightStart, rightLength, segmentBudget / 2); in split()
111 used += split(s, leftStart, leftLength, segmentBudget - used); in split()
113 assert(used >= 2); in split()
114 assert(used <= segmentBudget); in split()
115 return used; in split()
223 unsigned used; in permute() local
224 used = split(&s, 0, sfinfo_in.frames, s.mSegmentMax); in permute()
[all …]
/frameworks/base/core/java/android/provider/
DOneTimeUseBuilder.java30 private boolean used = false; field in OneTimeUseBuilder
34 used = true; in markUsed()
38 if (used) { in checkNotUsed()
/frameworks/wilhelm/doc/
DDoxyfile3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
32 # if some version control system is used.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
39 # where doxygen was started. If left blank the current directory will be used.
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
80 # that is used to form the text in various listings. Each string
83 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
/frameworks/native/docs/
DDoxyfile3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
31 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
33 # if some version control system is used.
50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
53 # where doxygen was started. If left blank the current directory will be used.
66 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
94 # that is used to form the text in various listings. Each string
97 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
/frameworks/support/development/checkstyle/
DREADME2 Checkstyle is used by developers to validate Java code style before running
6 Projects used:
15 - The only source file used here is MissingDeprecatedCheck, which was adapted
/frameworks/base/core/proto/android/os/
Denums.proto24 // They are primarily used by android/os/BatteryManager.java.
36 // Plug states, primarily used by android/os/BatteryManager.java.
49 // They are primarily used by android/os/BatteryManager.java.
60 // They are primarily used by android/os/HardwarePropertiesManager.java.
70 // Wakelock types, primarily used by android/os/PowerManager.java.
75 // adding a new wake lock level, any unused value can be used.
113 // no other wake locks are held. This is used by the dream manager to
118 // Keep the device awake enough to allow drawing to occur. This is used
/frameworks/rs/script_api/
Drs_for_each.spec20 The @rsForEach() function can be used to invoke the root kernel of a script.
22 The other functions are used to get the characteristics of the invocation of
38 This type is used to suggest how the invoked kernel should iterate over the cells of the
51 over, like dimensions. It also contains rarely used indices of the currently processed
77 This structure is used to provide iteration information to a rsForEach call.
78 It is currently used to restrict processing to a subset of cells. In future
79 versions, it will also be used to provide hint on how to best iterate over
92 of this type can be used in a @rsForEach call to launch a kernel.
116 "root" in the specified script, and only a single input allocation can be used.
117 Starting in API level 24, an arbitrary kernel function can be used,
[all …]
Drs_debug.spec20 The functions below are intended to be used during application developement.
21 They should not be used in shipping applications.
36 This function is intended for debugging only and should not be used in shipping
Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
98 An enum used to specify one the six faces of a cubemap.
112 summary: Bitfield to specify how an allocation is used
154 rs_data_type is used to encode the type information of a basic element.
180 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
/frameworks/av/media/libaaudio/
DDoxyfile3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
39 # control system is used.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
59 # left blank the current directory will be used.
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
105 # used to form the text in various listings. Each string in this list, if found
[all …]
DDoxyfile.orig3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
39 # control system is used.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
59 # left blank the current directory will be used.
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
105 # used to form the text in various listings. Each string in this list, if found
[all …]
/frameworks/av/media/libstagefright/foundation/tests/
DAData_test.cpp237 EXPECT_FALSE(u.used()); in TEST_F()
242 EXPECT_TRUE(u.used()); in TEST_F()
249 EXPECT_FALSE(u.used()); in TEST_F()
259 EXPECT_TRUE(u.used()); in TEST_F()
265 EXPECT_FALSE(u.used()); in TEST_F()
271 EXPECT_TRUE(u.used()); in TEST_F()
301 EXPECT_FALSE(u.used()); in TEST_F()
309 EXPECT_TRUE(u.used()); in TEST_F()
320 EXPECT_TRUE(u.used()); in TEST_F()
449 EXPECT_FALSE(u.used()); in TEST_F()
[all …]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DLayoutBinder.java253 List<Expr> used = new ArrayList<Expr>(); in resolveWhichExpressionsAreUsed() local
257 used.add(binding.getExpr()); in resolveWhichExpressionsAreUsed()
260 while (!used.isEmpty()) { in resolveWhichExpressionsAreUsed()
261 Expr e = used.remove(used.size() - 1); in resolveWhichExpressionsAreUsed()
264 used.add(dep.getOther()); in resolveWhichExpressionsAreUsed()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayer_info.rsh12 // An object that contains parameters used for computing matte for the current
18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
20 // This data member is only used for PixelFormatF32.
Dlayer_info_fast.rsh12 // An object that contains parameters used for computing matte for the current
18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
20 // This data member is only used for PixelFormatF32.
/frameworks/av/drm/mediacas/plugins/clearkey/protos/
Dlicense_protos.proto26 // The asset_id must not be set on creation. It is only used for assets of
30 // Indicates the type of digital rights management scheme used.
51 // Key information for decrypting content. Not used for CLEARKEY_CAS.
57 // AssetKey defines a key that can be used to decrypt the license.
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect21 reduce_general_bad_result.rs:276:28: error: structures containing pointers cannot be used as the ty…
22 reduce_general_bad_result.rs:286:31: error: structures containing pointers cannot be used as the ty…
23 reduce_general_bad_result.rs:310:28: error: structures containing pointers cannot be used as the ty…
24 reduce_general_bad_result.rs:322:31: error: structures containing pointers cannot be used as the ty…
25 reduce_general_bad_result.rs:349:33: error: structures containing pointers cannot be used as the ty…
26 reduce_general_bad_result.rs:362:36: error: structures containing pointers cannot be used as the ty…
/frameworks/base/core/proto/android/telephony/
Denums.proto23 // Data conn. power states, primarily used by android/telephony/DataConnectionRealTimeInfo.java.
31 // Network type enums, primarily used by android/telephony/TelephonyManager.java.
56 // Signal strength levels, primarily used by android/telephony/SignalStrength.java.
/frameworks/rs/script_api/include/
Drs_object_types.rsh22 * The types below are used to manipulate RenderScript objects like allocations, samplers,
95 * An enum used to specify one the six faces of a cubemap.
109 * rs_allocation_usage_type: Bitfield to specify how an allocation is used
117 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, // Allocation is used as a texture source.
121 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, // Allocation is used as a Surface consumer.
122 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, // Allocation is used as a Surface producer.
130 * rs_data_type is used to encode the type information of a basic element.
180 * The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
Drs_for_each.rsh22 * The rsForEach() function can be used to invoke the root kernel of a script.
24 * The other functions are used to get the characteristics of the invocation of
35 * This type is used to suggest how the invoked kernel should iterate over the cells of the
54 * over, like dimensions. It also contains rarely used indices of the currently processed
67 * This structure is used to provide iteration information to a rsForEach call.
68 * It is currently used to restrict processing to a subset of cells. In future
69 * versions, it will also be used to provide hint on how to best iterate over
97 * of this type can be used in a rsForEach call to launch a kernel.
117 * "root" in the specified script, and only a single input allocation can be used.
118 * Starting in API level 24, an arbitrary kernel function can be used,
[all …]
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dstderr.txt.expect1 ptr_in_struct.rs:4:8: error: structures containing pointers cannot be used as the type of an export…
2 ptr_in_struct.rs:10:8: error: structures containing pointers cannot be used as the type of an expor…
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto54 // carrier's SUPL server, used to retrieve GPS information.
60 // carrier's FOTA portal, used for over the air updates.
63 // carrier's IMS servers, used for network registration and signaling.
66 // carrier's CBS servers, used for carrier specific services.
75 // RCS servers, used for Rich Communication Services.
78 // XCAP servers, used for configuration and control.
81 // Emergency IMS servers or other services, used for network signaling
/frameworks/support/samples/SupportLeanbackJank/
DREADME.txt5 used in tests that are used in a test suite designed to verify hardware performance. It is placed
/frameworks/base/cmds/incident_helper/testdata/
Dcpuinfo.txt3 Mem: 3842668k total, 3761936k used, 80732k free, 220188k buffers
5 Swap: 524284k total, 25892k used, 498392k free, 1316952k cached
/frameworks/opt/telephony/
DREADME.txt1 This package contains classes used to manage a DataConnection.
17 used. If the caller is on the same thread then a getter
18 is used. This allows the DCAC to be used from any thread

12345678910