Home
last modified time | relevance | path

Searched refs:variable2 (Results 1 – 14 of 14) sorted by relevance

/external/deqp/data/gles31/shaders/
Dlinkage_io_block.test27 mediump float variable2;
32 ${FRAG_COLOR} = vec4(variable1 + variable2);
48 mediump float variable2;
63 mediump float variable2;
69 ${FRAG_COLOR} = vec4(variable1 + variable2);
135 mediump float variable2;
140 ${FRAG_COLOR} = vec4(variable2);
Dlinkage_shader_storage_block.test30 mediump float variable2;
36 ${FRAG_COLOR} = vec4(vtx_val + variable1 + variable2);
53 mediump float variable2;
59 vtx_val = variable1 + variable2;
69 mediump float variable2;
76 ${FRAG_COLOR} = vec4(vtx_val + variable1 + variable2);
146 mediump float variable2;
152 ${FRAG_COLOR} = vec4(vtx_val + variable2);
/external/protobuf/src/google/protobuf/io/
Dprinter.cc127 const char* variable2, const string& value2) { in Print() argument
130 vars[variable2] = value2; in Print()
136 const char* variable2, const string& value2, in Print() argument
140 vars[variable2] = value2; in Print()
Dprinter.h84 const char* variable2, const string& value2);
87 const char* variable2, const string& value2,
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeRegex.java218 String variable2 = entry2.getKey(),
220 if (variable.equals(variable2)) {
226 variables.put(variable2, altered2);
229 log.append(variable2 + "=" + altered2 + ";");
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java216 String variable2 = entry2.getKey(),
218 if (variable.equals(variable2)) {
224 variables.put(variable2, altered2);
227 log.append(variable2 + "=" + altered2 + ";");
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java158 SimpleCParser.variable_return variable2 = null; in declaration() local
182 variable2=variable(); in declaration()
186 adaptor.addChild(root_0, variable2.getTree()); in declaration()
DSimpleCParser.m1086 SimpleCParser_variable_return * variable2 = nil ;
1118 variable2 = [self variable];
1123 [treeAdaptor addChild:[variable2 getTree] toTree:root_0];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCParser.java158 SimpleCParser.variable_return variable2 = null; in declaration() local
182 variable2=variable(); in declaration()
186 adaptor.addChild(root_0, variable2.getTree()); in declaration()
DSimpleCParser.m955 SimpleCParser_variable_return * variable2 = nil;
985 variable2 = [self variable];
989 [treeAdaptor addChild:[variable2 getTree] toTree:root_0]; /* element() */
/external/google-breakpad/src/testing/test/
Dgmock-generated-matchers_test.cc780 MATCHER_P2(ReferencesAnyOf, variable1, variable2, "") {
781 return &arg == &variable1 || &arg == &variable2;
/external/gmock/test/
Dgmock-generated-matchers_test.cc915 MATCHER_P2(ReferencesAnyOf, variable1, variable2, "") {
916 return &arg == &variable1 || &arg == &variable2;
/external/curl/tests/
DFILEFORMAT272 variable2=contents2
/external/curl/docs/
DMANUAL307 <variable1>=<data1>&<variable2>=<data2>&...