HomeSort by relevance Sort by last modified time
    Searched refs:DESCRIPTION (Results 26 - 50 of 241) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/math/cmplx/
asin.go 33 // DESCRIPTION:
75 // DESCRIPTION:
103 // DESCRIPTION:
tan.go 33 // DESCRIPTION:
72 // DESCRIPTION:
153 // DESCRIPTION:
exp.go 33 // DESCRIPTION:
log.go 33 // DESCRIPTION:
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 33 // DESCRIPTION:
75 // DESCRIPTION:
103 // DESCRIPTION:
tan.go 33 // DESCRIPTION:
72 // DESCRIPTION:
153 // DESCRIPTION:
exp.go 33 // DESCRIPTION:
log.go 33 // DESCRIPTION:
  /external/e2fsprogs/tests/f_extent_htree/
script 57 DESCRIPTION="$(cat $test_dir/name) setup"
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 22 =head1 DESCRIPTION
  /frameworks/base/obex/javax/obex/
HeaderSet.java 97 * Represents the OBEX Description header. This is a text description of the
100 * The value of <code>DESCRIPTION</code> is 0x05 (5).
102 public static final int DESCRIPTION = 0x05;
281 * of object must correspond to the Java type defined in the description of
290 * defined in the description of this interface\
349 case DESCRIPTION:
351 throw new IllegalArgumentException("Description must be a String");
501 * Object returned is defined in the description of this interface.
526 case DESCRIPTION
    [all...]
  /frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/
JetifyGlobalTask.kt 64 const val DESCRIPTION = "Rewrites input libraries to run with jetpack"
83 override fun getDescription() = DESCRIPTION
  /external/deqp/modules/gles2/functional/
es2fShaderAlgorithmTests.cpp 52 ShaderAlgorithmCase (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* vertShaderSource, const char* fragShaderSource);
60 ShaderAlgorithmCase::ShaderAlgorithmCase (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* vertShaderSource, const char* fragShaderSource)
61 : ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc)
73 static ShaderAlgorithmCase* createExpressionCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, LineStream& shaderBody)
136 return new ShaderAlgorithmCase(context, caseName, description, isVertexCase, evalFunc, vertexShaderSource.c_str(), fragmentShaderSource.c_str());
155 #define SHADER_OP_CASE(NAME, DESCRIPTION, SHADER_OP, EVAL_FUNC_BODY) \
158 addChild(createExpressionCase(m_context, #NAME "_vertex", DESCRIPTION, true, &Eval_##NAME::eval, SHADER_OP)); \
159 addChild(createExpressionCase(m_context, #NAME "_fragment", DESCRIPTION, false, &Eval_##NAME::eval, SHADER_OP)); \
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 88 values.put(Media.DESCRIPTION, "This is a video");
124 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
149 values.put(Media.DESCRIPTION, "This is another video");
177 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
CalendarQueryService.java 26 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
82 CalendarContract.Instances.DESCRIPTION,
149 int descIdx = cursor.getColumnIndex(CalendarContract.Instances.DESCRIPTION);
161 event.description = cursor.getString(descIdx);
247 public String description; field in class:CalendarQueryService.Event
266 data.putString(DESCRIPTION, description);
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
CalendarQueryService.java 26 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
82 CalendarContract.Instances.DESCRIPTION,
149 int descIdx = cursor.getColumnIndex(CalendarContract.Instances.DESCRIPTION);
161 event.description = cursor.getString(descIdx);
247 public String description; field in class:CalendarQueryService.Event
266 data.putString(DESCRIPTION, description);
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
CalendarQueryService.java 26 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
82 CalendarContract.Instances.DESCRIPTION,
149 int descIdx = cursor.getColumnIndex(CalendarContract.Instances.DESCRIPTION);
161 event.description = cursor.getString(descIdx);
247 public String description; field in class:CalendarQueryService.Event
266 data.putString(DESCRIPTION, description);
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 32 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
108 String description = data.getString(DESCRIPTION); local
109 if (TextUtils.isEmpty(description)) {
110 description = "";
112 // Add a space between the description and the time of the event.
113 description += " ";
117 contentText = getString(R.string.desc_all_day, description);
121 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 32 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
108 String description = data.getString(DESCRIPTION); local
109 if (TextUtils.isEmpty(description)) {
110 description = "";
112 // Add a space between the description and the time of the event.
113 description += " ";
117 contentText = getString(R.string.desc_all_day, description);
121 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java 32 import static com.example.android.wearable.agendadata.Constants.DESCRIPTION;
108 String description = data.getString(DESCRIPTION); local
109 if (TextUtils.isEmpty(description)) {
110 description = "";
112 // Add a space between the description and the time of the event.
113 description += " ";
117 contentText = getString(R.string.desc_all_day, description);
121 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /external/brotli/
setup.py 141 DESCRIPTION = 'Python bindings for the Brotli compression library'
273 description=DESCRIPTION, variable in class:BuildExt
  /external/python/cpython3/Lib/test/libregrtest/
cmdline.py 12 DESCRIPTION = """\
137 description=DESCRIPTION,
  /toolchain/binutils/binutils-2.27/binutils/
nlmheader.y 27 This implementation is based on the description in the NetWare Tool
79 /* RPC description file (XDCDATA). */
119 %token CHECK CODESTART COPYRIGHT CUSTOM DATE DEBUG_K DESCRIPTION EXIT
208 | DESCRIPTION QUOTED_STRING
215 nlmheader_warn (_("description string is too long"),
598 { "DESCRIPTION", DESCRIPTION },
  /external/ImageMagick/PerlMagick/
Magick.pm 118 =head1 DESCRIPTION
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 117 =head1 DESCRIPTION

Completed in 546 milliseconds

12 3 4 5 6 7 8 910