HomeSort by relevance Sort by last modified time
    Searched defs:flattened (Results 1 - 25 of 67) 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 118 * Flattens the map and all sub {@link SensorStats} objects. Keys will be flattened using
120 * {@code "key1"} containing the key value pair {@code \("key2", "value"\)}, the flattened map
140 final Map<String, Object> flattened = flatten(); local
141 for (String key : getSortedKeys(flattened)) {
142 Object value = flattened.get(key);
153 final Map<String, Object> flattened = flatten(); local
156 for (String key : getSortedKeys(flattened)) {
157 Object value = flattened.get(key);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
tile_ops.cc 110 std::vector<int64> flattened; variable
112 flattened.push_back(i);
113 flattened.push_back(i + output_shape.size());
116 ctx->builder()->Reshape(broadcasted, flattened, output_shape);
  /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();
  /external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc 166 // Returns a string expression representing a flattened list of all
789 const string flattened = local
    [all...]
  /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 2710 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/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 2828 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 1041 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 
  /prebuilts/maven_repo/android/android/arch/lifecycle/compiler/1.0.0/
compiler-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/lifecycle/compiler/1.0.0-rc1/
compiler-1.0.0-rc1.jar 
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 559 // Best is if we are aliasing a flattened struct member "S.s1 = s2",
1408 TIntermTyped* flattened = flattenAccess(symbolNode.getId(), member, dereferencedType, symbolNode.getFlattenSubset()); local
    [all...]
  /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/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.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/android-all/
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 

Completed in 576 milliseconds

1 2 3