Searched refs:value3 (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h23 int value3; variable
31 @property int value3; variable
32 - (int)value3;
/external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
H A DIdenticalAfterRegisterAllocationTest.java55 Value value3 = new Value(2, MoveType.SINGLE, null);
56 Add add0 = new Add(NumericType.INT, value3, value0, value1);
57 Add add1 = new Add(NumericType.INT, value3, value0, value2);
64 value3.computeNeedsRegister();
65 assertTrue(value3.needsRegister());
/external/protobuf/src/google/protobuf/io/
H A Dprinter.h220 const char* variable3, const string& value3);
224 const char* variable3, const string& value3,
229 const char* variable3, const string& value3,
235 const char* variable3, const string& value3,
242 const char* variable3, const string& value3,
250 const char* variable3, const string& value3,
H A Dprinter.cc198 const char* variable3, const string& value3) {
202 vars[variable3] = value3;
209 const char* variable3, const string& value3,
214 vars[variable3] = value3;
222 const char* variable3, const string& value3,
228 vars[variable3] = value3;
237 const char* variable3, const string& value3,
244 vars[variable3] = value3;
254 const char* variable3, const string& value3,
262 vars[variable3] = value3;
195 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2, const char* variable3, const string& value3) argument
206 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2, const char* variable3, const string& value3, const char* variable4, const string& value4) argument
219 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2, const char* variable3, const string& value3, const char* variable4, const string& value4, const char* variable5, const string& value5) argument
234 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2, const char* variable3, const string& value3, const char* variable4, const string& value4, const char* variable5, const string& value5, const char* variable6, const string& value6) argument
251 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2, const char* variable3, const string& value3, const char* variable4, const string& value4, const char* variable5, const string& value5, const char* variable6, const string& value6, const char* variable7, const string& value7) argument
270 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2, const char* variable3, const string& value3, const char* variable4, const string& value4, const char* variable5, const string& value5, const char* variable6, const string& value6, const char* variable7, const string& value7, const char* variable8, const string& value8) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dnested-template.cpp49 static Y value3; member in struct:Outer::Inner1::ReallyInner
89 Y Outer<X>::Inner1<Y>::ReallyInner::value3 = Y(); member in class:Outer::Inner1::ReallyInner
/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyRecursiveTest.java68 Map value3 = (Map) value2.get("qwerty");
69 assertTrue(value3.get("qwerty") instanceof Map);
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
H A DJarSourceCode.java1215 Slot value3 = state.pop();
1216 assert value3.isCategory1();
1218 updateStateForDupOneBelowTwo(value3, value2, value1);
1248 Slot value3 = state.pop();
1249 assert value3.isCategory1();
1250 updateStateForDupTwoBelowOne(value3, value2, value1);
1264 Slot value3 = state.pop();
1267 assert value3.isCategory1();
1269 updateStateForDupOneBelowTwo(value3, value2, value1);
1270 } else if (!value3
1476 updateStateForDupOneBelowTwo(Slot value3, Slot value2, Slot value1) argument
1489 updateStateForDupTwoBelowOne(Slot value3, Slot value2, Slot value1) argument
1497 updateStateForDupTwoBelowTwo(Slot value4, Slot value3, Slot value2, Slot value1) argument
2264 dupOneBelowTwo(Slot value3, Slot value2, Slot value1, IRBuilder builder) argument
2289 dupTwoBelowOne(Slot value3, Slot value2, Slot value1, IRBuilder builder) argument
2305 dupTwoBelowTwo(Slot value4, Slot value3, Slot value2, Slot value1, IRBuilder builder) argument
[all...]
/external/libchrome/base/
H A Dcommand_line_unittest.cc267 std::string value3 = "a value with spaces"; local
277 cl.AppendSwitchASCII(switch3, value3);
286 EXPECT_EQ(value3, cl.GetSwitchValueASCII(switch3));
H A Dvalues_unittest.cc342 Value* value3; local
343 EXPECT_FALSE(dict.Get("this.isnt.expanded", &value3));
366 Value* value3; local
367 EXPECT_FALSE(dict.Get("this.isnt.expanded", &value3));
/external/syslinux/gpxe/src/drivers/net/
H A Detherfabric.h325 field3, value3, \
335 EFAB_INSERT_FIELD_NATIVE ( min, max, field3, value3 ) | \
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs390 var value3 = 25;
396 output.WriteInt32(value3);
402 MapInt32Int32 = { { key1, value1 }, { key3, value3 } },
/external/v8/src/compiler/
H A Dcode-assembler.cc272 void CodeAssembler::Return(Node* value1, Node* value2, Node* value3) { argument
273 return raw_assembler()->Return(value1, value2, value3);
H A Dcode-assembler.h234 void Return(Node* value1, Node* value2, Node* value3);
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1303 Object value3 = new Object();
1308 assertTrue(segment.storeLoadedValue(key, hash, valueRef, value3));
1309 assertSame(value3, segment.get(key, hash));
1315 DummyValueReference<Object, Object> value3Ref = DummyValueReference.create(value3);
1319 assertSame(value3, segment.get(key, hash));
1325 assertEquals(immutableEntry(key, value3), notification);
1332 assertSame(value3, segment.get(key, hash));
/external/guice/extensions/persist/lib/
H A Dcommons-io.jar ... .io.InputStream input int value1 int value2 int value3 int value4 public static long readSwappedUnsignedInteger (java.io. ...
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jar ... .io.InputStream input int value1 int value2 int value3 int value4 public static long readSwappedUnsignedInteger (java.io. ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/v8/src/
H A Dfactory.h88 Handle<Object> value3);
H A Dobjects-printer.cc1281 os << "\n - value3: " << Brief(value3());
H A Dfactory.cc111 Handle<Object> value3) {
115 result->set_value3(*value3);
110 NewTuple3(Handle<Object> value1, Handle<Object> value2, Handle<Object> value3) argument
H A Dobjects-inl.h5613 ACCESSORS(Tuple3, value3, Object, kValue3Offset)
/external/libxml2/
H A Dxpath.c935 int value3; member in struct:_xmlXPathStepOp
1079 * @value3: the third int value
1090 int value2, int value3, void *value4, void *value5) {
1114 comp->steps[comp->nbStep].value3 = value3;
1543 xmlXPathTypeVal type = (xmlXPathTypeVal)op->value3;
11640 " searching for type %d\n", op->value3);
12111 xmlXPathTypeVal type = (xmlXPathTypeVal) op->value3;
14774 ((xmlXPathTypeVal) prevop->value3 == NODE_TYPE_NODE))
1088 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c7184 sljit_sw value3; local
7212 value3 = 0;
7218 value3 = (sljit_sw) (GET(cc, 1 + 3*LINK_SIZE));
7223 OP1(mov_opcode, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string_offset), SLJIT_IMM, value3);

Completed in 900 milliseconds

12