HomeSort by relevance Sort by last modified time
    Searched refs:initValue (Results 1 - 25 of 35) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiComputeInstanceResultBuffer.hpp 49 float initValue = -1.0f);
64 float initValue = -1.0f);
vktApiComputeInstanceResultBuffer.cpp 37 float initValue)
41 m_buffer(createResultBuffer(m_vki, m_device, allocator, &m_bufferMem, initValue)),
62 float initValue)
83 const float clearValue = initValue;
vktApiImageClearingTests.cpp 326 VkClearValue initValue;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 45 public String initValue;
58 * but if the separator is ',' you cannot use ',' in the initvalue.
62 * Set name, type, initvalue, and full decl instance vars.
74 this.initValue = decl.substring(equalsIndex+1,decl.length());
128 if ( initValue!=null ) {
129 return type+" "+name+"="+initValue;
AttributeScope.java 126 if ( !isReturnScope && attr.initValue!=null ) {
131 attr.initValue=null; // wipe it out
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 118 final int initValue;
124 * @param initValue The initial value of the preference.
128 PreferenceKey(int text, int initValue, int defaultSummary) {
130 this.initValue = initValue;
512 if (key.initValue != 0) {
513 key.setValue(getString(key.initValue));
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceFuncTest.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 371 var <a.name>:<a.type> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 424 <a.type> <a.name> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 402 var <a.name>: <a.type> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/tinyxml/
tinyxml.h     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 466 <a.type> <a.name> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 398 my $<a.name> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 357 string initValue = isIntCounter ? "0" : "0.05";
358 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 127 int initValue) {
133 memset(storage.get(), initValue, size0);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 594 <a.type> <a.name; format="id"> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 572 <a.type> <a.name; format="id"> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 727 <a.name> := <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 899 <a.type> <a.name> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 437 std::string initValue = isIntCounter ? "0" : "0.05";
438 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 385 string initValue = isIntCounter ? "0" : "0.05";
386 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue;
    [all...]
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 483 <a.name> = <if(a.initValue)><a.initValue><else>None<endif>
    [all...]

Completed in 2662 milliseconds

1 2