HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 176 - 200 of 6641) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skqp/src/sksl/ast/
SkSLASTBinaryExpression.h 28 String description() const override {
29 return "(" + fLeft->description() + " " + Compiler::OperatorName(fOperator) + " " +
30 fRight->description() + ")";
SkSLASTDoStatement.h 25 String description() const override {
26 return "do " + fStatement->description() + " while (" + fTest->description() + ");";
SkSLASTSuffixExpression.h 25 String description() const override {
26 return fBase->description() + fSuffix->description();
SkSLASTWhileStatement.h 25 String description() const override {
26 return "while (" + fTest->description() + ") " + fStatement->description();
  /external/skqp/src/sksl/ir/
SkSLDoStatement.h 26 String description() const override {
27 return "do " + fStatement->description() + " while (" + fTest->description() + ");";
SkSLWhileStatement.h 26 String description() const override {
27 return "while (" + fTest->description() + ") " + fStatement->description();
  /test/framework/harnesses/host_controller/
console_argument_parser.py 29 def __init__(self, command_name, description):
34 description: The help message about the command.
37 prog=command_name, description=description, add_help=False)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
ImsManagerFacade.java 52 @Rpc(description = "Resets ImsManager settings to factory default.")
57 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by platform.")
62 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by user.")
67 @Rpc(description = "Set Enhanced 4G mode.")
73 @Rpc(description = "Check for VoLTE Provisioning.")
78 @Rpc(description = "Set Modem Provisioning for VoLTE")
91 @Rpc(description = "Return True if WiFi Calling is enabled for platform.")
96 @Rpc(description = "Set whether or not WFC is enabled during roaming")
104 @Rpc(description = "Return True if WiFi Calling is enabled during roaming.")
109 @Rpc(description = "Set the Wifi Calling Mode of operation"
    [all...]
TelephonyManagerFacade.java 124 @Rpc(description = "Resets TelephonyManager settings to factory default.")
133 @Rpc(description = "Set network preference.")
140 @Rpc(description = "Set network preference for subscription.")
158 @Rpc(description = "Set network selection mode to automatic for subscriber.")
164 @Rpc(description = "Get network preference.")
170 @Rpc(description = "Get network preference for subscription.")
177 @Rpc(description = "Get current voice network type")
183 @Rpc(description = "Get current voice network type for subscription")
190 @Rpc(description = "Get current data network type")
196 @Rpc(description = "Get current data network type for subscription"
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
UiFacade.java 153 @Rpc(description = "Create a text input dialog.")
155 @RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final String title,
156 @RpcParameter(name = "message", description = "message to display above the input box") @RpcDefault("Please enter value:") final String message,
157 @RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptional final String text,
158 @RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptional final String inputType)
168 @Rpc(description = "Create a password input dialog.")
170 @RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") final String title,
171 @RpcParameter(name = "message", description = "message to display above the input box") @RpcDefault("Please enter password:") final String message) {
190 @Rpc(description = "Queries the user for a text input.")
192 @RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final String title
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
OnFailureRule.java 21 import org.junit.runner.Description;
38 public Statement apply(Statement base, Description description) {
46 Log.e(mLogTag, "Test failed: description=" + description + "\nThrowable=" + t);
47 onTestFailure(base, description, t);
54 protected abstract void onTestFailure(Statement base, Description description, Throwable t);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 30 public String description; field in class:Attraction
43 public Attraction(String name, String description, String longDescription, Uri imageUrl,
46 this.description = description;
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 30 public String description; field in class:Attraction
43 public Attraction(String name, String description, String longDescription, Uri imageUrl,
46 this.description = description;
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Attraction.java 30 public String description; field in class:Attraction
43 public Attraction(String name, String description, String longDescription, Uri imageUrl,
46 this.description = description;
  /external/autotest/utils/named_semaphore/
setup.py 7 description="Named semaphore functions", variable
  /external/deqp/external/openglcts/modules/gl/
gl3cTestPackages.hpp 39 const char* description = "OpenGL 3.0 Conformance Tests",
55 const char* description = "OpenGL 3.1 Conformance Tests",
67 const char* description = "OpenGL 3.2 Conformance Tests",
78 const char* description = "OpenGL 3.3 Conformance Tests",
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedCoverage.hpp 44 const char* description);
esextcDrawBuffersIndexedDefaultState.hpp 44 const char* description);
esextcDrawBuffersIndexedSetGet.hpp 44 const char* description);
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayImageTextureSizeTests.hpp 37 /** Implementation of (Test 10) for texture_cube_map_array extension. Test description follows:
76 const char* description);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmLoopDepInfTests.hpp 39 SpvAsmLoopControlDependencyInfiniteCase (tcu::TestContext& testCtx, const char* name, const char* description);
vktSpvAsmLoopDepLenTests.hpp 39 SpvAsmLoopControlDependencyLengthCase (tcu::TestContext& testCtx, const char* name, const char* description);
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.hpp 33 de::MovePtr<tcu::TestCaseGroup> createShaderLibraryGroup (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const std::string& filename);
  /external/deqp/modules/gles2/functional/
es2fShaderExecuteTest.hpp 39 ShaderExecuteTest (Context& context, const char* groupName, const char* description);
  /external/e2fsprogs/contrib/python-uuid/
setup.py 10 description = 'This is python uuid interface', variable

Completed in 424 milliseconds

1 2 3 4 5 6 78 91011>>