Home
last modified time | relevance | path

Searched refs:childValue (Results 1 – 12 of 12) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp296 const Value& childValue = value[name]; in writeValue() local
297 writeCommentBeforeValue(childValue); in writeValue()
300 writeValue(childValue); in writeValue()
302 writeCommentAfterValueOnSameLine(childValue); in writeValue()
306 writeCommentAfterValueOnSameLine(childValue); in writeValue()
327 const Value& childValue = value[index]; in writeArrayValue() local
328 writeCommentBeforeValue(childValue); in writeArrayValue()
333 writeValue(childValue); in writeArrayValue()
336 writeCommentAfterValueOnSameLine(childValue); in writeArrayValue()
340 writeCommentAfterValueOnSameLine(childValue); in writeArrayValue()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DObjectExplorer.java123 Object childValue = Array.get(value, i); in exploreObject() local
126 visitor.visit(chain.appendArrayIndex(i, childValue)); in exploreObject()
128 } else if (childValue == null) { in exploreObject()
130 visitor.visit(chain.appendArrayIndex(i, childValue)); in exploreObject()
133 stack.push(chain.appendArrayIndex(i, childValue)); in exploreObject()
145 Object childValue = null; in exploreObject() local
147 childValue = field.get(value); in exploreObject()
151 if (childValue == null) { // handling nulls in exploreObject()
153 visitor.visit(chain.appendField(field, childValue)); in exploreObject()
157 Chain extendedChain = chain.appendField(field, childValue); in exploreObject()
/external/jsoncpp/test/
Dpyjsontestrunner.py29 for index, childValue in zip( xrange(0,len(value)), value ):
30 valueTreeToString( fout, childValue, path + '[%d]' % index )
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java264 String childValue = currChild.getValue(); in repairAltText() local
265 if (childValue == null || childValue.length() == 0) in repairAltText()
/external/guice/extensions/persist/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...