Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dprinter.cc188 const char* variable2, const string& value2) { in Print() argument
191 vars[variable2] = value2; in Print()
197 const char* variable2, const string& value2, in Print() argument
201 vars[variable2] = value2; in Print()
208 const char* variable2, const string& value2, in Print() argument
213 vars[variable2] = value2; in Print()
221 const char* variable2, const string& value2, in Print() argument
227 vars[variable2] = value2; in Print()
236 const char* variable2, const string& value2, in Print() argument
243 vars[variable2] = value2; in Print()
[all …]
Dprinter.h216 const char* variable2, const string& value2);
219 const char* variable2, const string& value2,
223 const char* variable2, const string& value2,
228 const char* variable2, const string& value2,
234 const char* variable2, const string& value2,
241 const char* variable2, const string& value2,
249 const char* variable2, const string& value2,
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java219 String variable2 = entry2.getKey(),
221 if (variable.equals(variable2)) {
227 variables.put(variable2, altered2);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeRegex.java221 String variable2 = entry2.getKey(),
223 if (variable.equals(variable2)) {
229 variables.put(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/googletest/googlemock/test/
Dgmock-generated-matchers_test.cc911 MATCHER_P2(ReferencesAnyOf, variable1, variable2, "") {
912 return &arg == &variable1 || &arg == &variable2;
/external/v8/testing/gmock/test/
Dgmock-generated-matchers_test.cc912 MATCHER_P2(ReferencesAnyOf, variable1, variable2, "") {
913 return &arg == &variable1 || &arg == &variable2;
/external/curl/tests/
DFILEFORMAT275 variable2=contents2
/external/curl/docs/
DMANUAL307 <variable1>=<data1>&<variable2>=<data2>&...