HomeSort by relevance Sort by last modified time
    Searched defs:flattened (Results 1 - 25 of 59) sorted by null

1 2 3

  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorStatsTest.java 47 // Add empty stats, expect no value in flattened map
50 // Add null values, expect no value in flattened map
54 Map<String, Object> flattened = stats.flatten(); local
56 assertEquals(6, flattened.size());
57 assertEquals(0, (int) (Integer) flattened.get("value0"));
58 assertEquals(1, (int) (Integer) flattened.get("value1"));
59 assertEquals(2, (int) (Integer) flattened.get("stats0__value2"));
60 assertEquals(3, (int) (Integer) flattened.get("stats0__value3"));
61 assertEquals(4, (int) (Integer) flattened.get("stats0__stats1__value4"));
62 assertEquals(5, (int) (Integer) flattened.get("stats0__stats1__value5"))
    [all...]
SensorStats.java 117 * Flattens the map and all sub {@link SensorStats} objects. Keys will be flattened using
119 * {@code "key1"} containing the key value pair {@code \("key2", "value"\)}, the flattened map
139 final Map<String, Object> flattened = flatten(); local
140 for (String key : getSortedKeys(flattened)) {
141 Object value = flattened.get(key);
152 final Map<String, Object> flattened = flatten(); local
155 for (String key : getSortedKeys(flattened)) {
156 Object value = flattened.get(key);
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContentRatingTest.java 53 String flattened = TvContentRating.createRating(DOMAIN, RATING_SYSTEM, MAIN_RATING_1, local
55 TvContentRating rating = TvContentRating.unflattenFromString(flattened);
  /external/dtc/Documentation/
dtc-paper.tex 44 flattened-tree representation of the system's hardware based on the
55 This flattened-tree approach is now the only supported method of
107 \section{The Flattened Tree}
114 compact, flattened format. The resulting device tree ``blob'' is then
121 directly from the entry point taking a flattened device tree. The
129 \subsection{Properties of the flattened tree}
131 The flattened tree format should be easy to handle, both for the
141 make tweaks to the flattened tree, such as deleting or inserting a
143 having to effectively regenerate the whole flattened tree. In
247 Having seen how to represent the device tree structure as a flattened
    [all...]
  /external/v8/src/
conversions.cc 507 Handle<String> flattened = String::Flatten(string); local
510 String::FlatContent flat = flattened->GetFlatContent();
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 454 String flattened = parameters.flatten(); local
455 StringTokenizer tokenizer = new StringTokenizer(flattened, ";");
  /frameworks/base/core/java/android/hardware/
Camera.java 2553 StringBuilder flattened = new StringBuilder(128); local
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java 1038 String flattened = getParameters().flatten(); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 2914 int flattened = EsdNumDims * (EbtNumTypes * (2 * (2 * (2 * (2 * arrayIndex + msIndex) + imageIndex) + shadowIndex) + local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 883 final String flattened = wpService.flattenToString(); local
    [all...]
  /prebuilts/maven_repo/android/android/arch/lifecycle/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 

Completed in 608 milliseconds

1 2 3