Home
last modified time | relevance | path

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

12345678910>>...102

/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto6 * You may obtain a copy of the License at
31 // Number of saved networks in the user profile.
34 // Number of open networks in the saved networks.
37 // Number of legacy personal networks.
40 // Number of legacy enterprise networks.
49 // Number of times user toggled wifi using the settings menu.
52 // Number of times user toggled wifi using the airplane menu.
55 // Number of networks added by the user.
58 // Number of networks added by applications.
67 // Number of single scans requests.
[all …]
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect1 …zwar.rscript:6:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of
2 …zwar.rscript:6:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of
3 …: error: Special parameters 'x' and 'y' must be of the same type. 'x' is of type 'short' while 'y'…
4 …zwar.rscript:6:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of
5 …: error: Special parameters 'x' and 'z' must be of the same type. 'x' is of type 'short' while 'z'…
6 …44: error: In compute kernel root(), parameter 'w' cannot appear after any of the special paramete…
7 …3: error: In compute kernel root(), parameter 'ar' cannot appear after any of the special paramete…
/frameworks/compile/slang/
DNOTICE26 and distribution as defined by Sections 1 through 9 of this document.
31 "Legal Entity" shall mean the union of the acting entity and all
33 control with that entity. For the purposes of this definition,
35 direction or management of such entity, whether by contract or
36 otherwise, or (ii) ownership of fifty percent (50%) or more of the
37 outstanding shares, or (iii) beneficial ownership of such entity.
47 transformation or translation of a Source form, including but
51 "Work" shall mean the work of authorship, whether in Source or
59 represent, as a whole, an original work of authorship. For the purposes
60 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect1 …yzar.rscript:5:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of
2 …yzar.rscript:5:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of
3 …: error: Special parameters 'x' and 'y' must be of the same type. 'x' is of type 'short' while 'y'…
4 …yzar.rscript:5:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of
5 …: error: Special parameters 'x' and 'z' must be of the same type. 'x' is of type 'short' while 'z'…
6 …5: error: In compute kernel root(), parameter 'ar' cannot appear after any of the special paramete…
/frameworks/rs/script_api/include/
Drs_object_info.rsh6 * You may obtain a copy of the License at
22 * The functions below can be used to query the characteristics of an Allocation, Element,
30 * They are a structured collection of cells that can be used to store bitmaps, textures,
33 * This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3),
34 * faces (for cubemaps), and level of details (for mipmapping).
41 * for the cells of an Allocation and the instantiation of that type. For example:
43 * - In functions like rsGetElementAt(), "element" means the instantiation of the type,
44 * i.e. a cell of an Allocation.
46 * The functions below let you query the characteristics of the type specificiation.
50 * a list of basic types.
[all …]
/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/
DRemoteResultTest.java34 RemoteResult result = RemoteResult.of(3); in testIsPresent_whenNonFailedResult_returnsTrue()
64 RemoteResult result = RemoteResult.of(7); in testGet_whenSuccessfulResult_returnsValue()
80 assertThat(RemoteResult.of(3).toString()).isEqualTo("RemoteResult{3}"); in testToString()
91 assertThat(RemoteResult.of(3).equals(RemoteResult.of(3))).isTrue(); in testEquals()
92 assertThat(RemoteResult.of(3).equals(RemoteResult.of(7))).isFalse(); in testEquals()
93 assertThat(RemoteResult.of(-1).equals(RemoteResult.of(1))).isFalse(); in testEquals()
94 assertThat(RemoteResult.of(Long.MAX_VALUE).equals(RemoteResult.of(-1))) in testEquals()
96 assertThat(RemoteResult.of(3).equals(RemoteResult.FAILED_TIMED_OUT)).isFalse(); in testEquals()
97 assertThat(RemoteResult.of(3).equals("3")).isFalse(); in testEquals()
98 assertThat(RemoteResult.of(3).equals(null)).isFalse(); in testEquals()
[all …]
/frameworks/ml/nn/runtime/
DNOTICE22 and distribution as defined by Sections 1 through 9 of this document.
27 "Legal Entity" shall mean the union of the acting entity and all
29 control with that entity. For the purposes of this definition,
31 direction or management of such entity, whether by contract or
32 otherwise, or (ii) ownership of fifty percent (50%) or more of the
33 outstanding shares, or (iii) beneficial ownership of such entity.
43 transformation or translation of a Source form, including but
47 "Work" shall mean the work of authorship, whether in Source or
55 represent, as a whole, an original work of authorship. For the purposes
56 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/base/proto/src/
Dipconnectivity.proto15 // Every network gets assigned a network_id on creation based on order of
47 // A pair of (key, value) integers for describing histogram-like statistics.
81 // lack of a default network.
85 // Network score of this network when it became the default network.
90 // Network score of this network when it stopped being the default network.
95 // Best available information about IP support of this default network.
100 // LinkLayer of the previous default network. Ignores any previous period
107 // A value of 0 means this is a loss of the system default network.
111 // A value of 0 means there was no previous default network.
115 // Best available information about IP support of the previous network when
[all …]
/frameworks/ml/nn/tools/api/
Dtypes.spec46 * Important: As of API level 29, there is no way to get the output state tensors out and NNAPI
122 * With the default data layout NHWC, the data is stored in the order of:
124 * be NCHW, the data storage order of: [batch, channels, height, width].
129 * dimension is only compatible with 0 or 1. The size of the output
130 * dimension is zero if either of corresponding input dimension is zero.
158 * A tensor of OEM specific values.
179 * The type of an operand in a model.
200 /** A tensor of 32 bit floating point values. */
202 /** A tensor of 32 bit integer values. */
205 * A tensor of 8 bit unsigned integers that represent real numbers.
[all …]
/frameworks/av/media/codec2/components/amr_nb_wb/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/av/drm/drmserver/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/base/libs/hwui/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/native/cmds/cmd/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/native/cmds/rawbu/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/base/cmds/dpm/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/base/cmds/app_process/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/base/cmds/bmgr/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/base/cmds/telecom/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/av/media/libstagefright/codecs/mp3dec/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/av/media/codec2/components/g711/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/base/cmds/bu/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/av/media/codec2/components/aac/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]
/frameworks/av/media/extractors/mkv/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
34 outstanding shares, or (iii) beneficial ownership of such entity.
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
56 represent, as a whole, an original work of authorship. For the purposes
57 of this License, Derivative Works shall not include works that remain
[all …]

12345678910>>...102