Home
last modified time | relevance | path

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

12345678910>>...30

/frameworks/compile/mclinker/include/mcld/LD/
DDiagMips.inc4 "target '%0' is incompatible with '%1' in %2",
5 "target '%0' is incompatible with '%1' in %2")
8 "target arch '%0' is inconsist with the '%1' in %2",
9 "target arch '%0' is inconsist with the '%1' in %2")
20 "target ABI is incompatible with ABI in %0",
21 "target ABI is incompatible with ABI in %0")
24 "target -mnan=%0 flag is incompatible with -mnan=%1 in %2",
25 "target -mnan=%0 flag is incompatible with -mnan=%1 in %2")
28 "target -mfp flag is incompatible with -mfp in %0",
29 "target -mfp flag is incompatible with -mfp in %0")
[all …]
DDiagAttribute.inc8 "skip unrecognized private vendor subsection with name '%0' in %1.",
9 "skip unrecognized private vendor subsection with name '%0' in %1.")
29 "compatible with the output (value=%2).",
31 "compatible with the output (value=%2).")
60 "incompatible size of wchar_t in input %0 (value=%1) with the output "
62 "incompatible size of wchar_t in input %0 (value=%1) with the output "
66 "unknown mandatory attribute with tag %0 was ignored in %1.",
67 "unknown mandatory attribute with tag %0 was ignored in %1.")
70 "unknown attribute with tag %0 was ignored in %1.",
71 "unknown attribute with tag %0 was ignored in %1.")
DDiagCommonKinds.inc34 "cannot link shared objects with -static option.\nShared object `%0': %1",
35 "cannot link shared objects with -static option.\nShared object `%0': %1")
104 "cannot mix --static with --as-needed",
105 "cannot mix --static with --as-needed")
196 "cannot mix -nmagic option with -shared",
197 "cannot mix -nmagic option with -shared")
200 "cannot mix -omagic option with -shared",
201 "cannot mix -omagic option with -shared")
/frameworks/base/tools/aapt2/
Dreadme.md20 NOTE: 9-patches will not be processed correctly with this flag set.
24 - If an app is building with a minSdkVersion < 26 and a --package-id XX where XX > 7F, aapt2
28 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater
34 rewritten IDs to not overlap with the base.
38 - aapt2 optimize can now split a binary APK with the same --split parameters as the link
45 apps that build with their `id` types as map values.
51 - Adds the ability to specify assets directories with the -A parameter. Assets work just like
52 assets in the original AAPT. It is not recommended to package assets with aapt2, however,
58 - Add ability to specify package ID to compile with for regular apps (not shared or static libs).
59 This package ID is limited to the range 0x7f-0xff inclusive. Specified with the --package-id
[all …]
/frameworks/rs/script_api/include/
Drs_value_types.rsh5 * you may not use this file except in compliance with the License.
43 * Single entries can be accessed by following the variable name with a dot and:
48 * For example, with int4 myVar; the following are equivalent:
77 * v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...
107 * into a single 32 bit field with 32 bit alignment.
117 * into a single 64 bit field with 64 bit alignment.
127 * into a single 64 bit field with 64 bit alignment.
259 * with a 64 bit alignment.
262 * with a 64 bit alignment.
270 * with a 128 bit alignment.
[all …]
/frameworks/base/libs/incident/proto/android/
Dprivacy.proto5 * you may not use this file except in compliance with the License.
29 // Fields or messages annotated with DEST_LOCAL must never be
32 // to another device that must be by the user, with a PII warning. (TBD)
35 // Fields or messages annotated with DEST_EXPLICIT can be sent
36 // off the device with an explicit user action.
39 // Fields or messages annotated with DEST_LOCAL can be sent by
/frameworks/base/wifi/tests/assets/hsr1/
DREADME.txt4 HSR1ProfileWithMissingBoundary.base64 - base64 encoded installation file with missing end-boundary …
5 …validContentType.base64 - base64 encoded installation file with that contains a MIME part with an …
/frameworks/base/libs/usb/tests/AccessoryChat/
DREADME.txt3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
6 accessorychat - A C command-line program that communicates with AccessoryChat.
10 android device with USB host support
/frameworks/base/tools/layoutlib/rename_font/
DREADME2 with the SDK. There is bug in Java that returns incorrect results for
3 java.awt.Font#layoutGlyphVector() if two fonts with same name but differnt
4 versions are loaded. As a workaround, we rename all the fonts that we ship with
/frameworks/native/libs/ui/
DRect.cpp85 bool Rect::intersect(const Rect& with, Rect* result) const { in intersect() argument
86 result->left = max(left, with.left); in intersect()
87 result->top = max(top, with.top); in intersect()
88 result->right = min(right, with.right); in intersect()
89 result->bottom = min(bottom, with.bottom); in intersect()
/frameworks/native/opengl/tests/angeles/
DREADME.txt15 flat shaded with three different lights.
17 The original version was made for desktop with OpenGL. It was
33 and a separate source is included for Linux with X11.
41 application with objects generated using procedural
60 the source with PowerVR OpenGL ES SDK.
62 The demo application is briefly tested with a few other OpenGL ES
66 could still have some work to do with compatibility and correct
Dlicense-LGPL.txt43 code. If you link other code with the library, you must provide
45 with the library after making changes to the library and recompiling
48 We protect your rights with a two-step method: (1) we copyright the
64 consistent with the full freedom of use specified in this license.
73 When a program is linked with a library, whether statically or using
78 Public License permits more lax criteria for linking other code with
106 linked with the Library has the freedom and the wherewithal to run
113 be combined with the library in order to run.
125 prepared so as to be conveniently linked with application programs
132 portion of it, either verbatim or with modifications and/or translated
[all …]
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt2 The app that comes with this documentation can be found inside android source tree at frameworks/rs…
9 3. You might want to run the script several times with some short intervals (a few seconds) and ave…
14with the log title “RefocusFilterF32” and the global allocation version with the log title “Refocu…
/frameworks/support/development/checkstyle/
DLICENSE43 code. If you link other code with the library, you must provide
45 with the library after making changes to the library and recompiling
48 We protect your rights with a two-step method: (1) we copyright the
64 consistent with the full freedom of use specified in this license.
73 When a program is linked with a library, whether statically or using
78 Public License permits more lax criteria for linking other code with
106 linked with the Library has the freedom and the wherewithal to run
113 be combined with the library in order to run.
125 prepared so as to be conveniently linked with application programs
132 portion of it, either verbatim or with modifications and/or translated
[all …]
/frameworks/base/media/tests/
DREADME.txt2 Uses instrumentation and so can be run with runtest.
6 Push to /sdcard/media_api/ for use with MediaFrameworkTest:
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
DScriptC_reduce_general_accumulator.java.expect5 * you may not use this file except in compliance with the License.
105 throw new RSRuntimeException("Type mismatch with I32!");
138 throw new RSRuntimeException("Type mismatch with I32!");
171 throw new RSRuntimeException("Type mismatch with I32!");
204 throw new RSRuntimeException("Type mismatch with I32!");
237 throw new RSRuntimeException("Type mismatch with I32!");
270 throw new RSRuntimeException("Type mismatch with I32!");
303 throw new RSRuntimeException("Type mismatch with I32!");
336 throw new RSRuntimeException("Type mismatch with I32!");
369 throw new RSRuntimeException("Type mismatch with I32!");
[all …]
/frameworks/native/cmds/flatland/
DREADME.txt5 synchronization framework, so it can only be run on devices with drivers
17 with GPU rendering, those should be stopped as well (and ideally they'd be
22 memory bus clocks. Running flatland with dynamic clocking essentially
26 If running the benchmark with the clocks locked causes thermal issues, the -s
68 yield a stable result. Occasionally this happens with an otherwise stable
71 probably indicates that something is wrong with the environment in which
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt113 sets the callback function pointers that client APIs associated with
114 display <dpy> can use to interact with caching functionality provided by
116 the cache and associates it with the given key. <get> points to a function
117 that retrieves from the cache the value associated with a given key. The
124 called until the time that the last resource associated with <dpy> is
137 To insert a new binary value into the cache and associate it with a given
151 with the given key in the past then it is undefined which value, if any, is
152 associated with the key after the set call. Note that while there are no
156 To retrieve the binary value associated with a given key from the cache, a
165 a value associated with the given key then the size of that binary value in
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
DApiXmlConversionTask.groovy5 * you may not use this file except in compliance with the License.
36 // Despite this tool living in ApiCheck, its purpose more fits with doclava's "purposes",
42 * "Configures" this ApiXmlConversionTask with parameters that might not be at their final
/frameworks/base/legacy-test/src/junit/
DREADME.android7 requirements) with JUnit 3.8.
10 compatible with the last version of the Android API (25) that contained these
/frameworks/base/test-runner/src/junit/
DREADME.android7 requirements) with JUnit 3.8.
10 compatible with the last version of the Android API (25) that contained these
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect5 * you may not use this file except in compliance with the License.
173 throw new RSRuntimeException("Type mismatch with F16!");
206 throw new RSRuntimeException("Type mismatch with F16!");
239 throw new RSRuntimeException("Type mismatch with F16!");
272 throw new RSRuntimeException("Type mismatch with F16!");
305 throw new RSRuntimeException("Type mismatch with F16!");
338 throw new RSRuntimeException("Type mismatch with F16!");
371 throw new RSRuntimeException("Type mismatch with F16!");
404 throw new RSRuntimeException("Type mismatch with F16!");
437 throw new RSRuntimeException("Type mismatch with F16!");
[all …]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dham_wind.tab5 ** you may not use this file except in compliance with the License.
19 /* Create with function hamm_cos(window,384-128,128) */
/frameworks/compile/libbcc/tests/debuginfo/
DREADME18 that is uploaded to the device (or emulator) and run with GDB attached.
23 *** execution with the "-j1" flag to llvm-lit
33 - gdb (Tested with gdb 7.3 from Ubuntu 11.10)
62 To add new tests, just add a .c, .cpp, or .rs file to a test directory with
/frameworks/data-binding/compiler/src/main/resources/
DNOTICE.txt10 Redistribution and use in source and binary forms, with or without
18 documentation and/or other materials provided with the distribution.
54 * you may not use this file except in compliance with the License.
84 control with that entity. For the purposes of this definition,
148 with the Work to which such Contribution(s) was submitted. If You
157 Work or Derivative Works thereof in any medium, with or without
180 documentation, if provided along with the Derivative Works; or,
194 reproduction, and distribution of the Work otherwise complies with
203 with Licensor regarding such Contributions.
218 risks associated with Your exercise of permissions under this License.
[all …]

12345678910>>...30