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

1 2

  /external/autotest/frontend/client/src/autotest/common/ui/
SimpleDialog.java 18 FlexTable flex = new FlexTable(); local
19 flex.setText(0, 0, title);
20 flex.getFlexCellFormatter().setStylePrimaryName(0, 0, "field-name");
22 flex.setWidget(1, 0, contents);
30 flex.setWidget(2, 0, ok);
32 add(flex);
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
Gralloc1Hal.h 143 // prepare flex layout
144 android_flex_layout flex = {}; variable
145 int32_t error = mDispatch.getNumFlexPlanes(mDevice, bufferHandle, &flex.num_planes);
149 std::vector<android_flex_plane_t> flexPlanes(flex.num_planes);
150 flex.planes = flexPlanes.data();
156 &flex, fenceFd.release());
157 if (error == GRALLOC1_ERROR_NONE && !toYCbCrLayout(flex, outLayout)) {
254 static bool toYCbCrLayout(const android_flex_layout& flex, YCbCrLayout* outLayout) {
256 if (flex.format != FLEX_FORMAT_YCbCr || flex.num_planes < 3)
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.java 94 public int flex(int j) { int o = __offset(64); return o != 0 ? bb.get(__vector(o) + j * 1) & 0xFF : 0; } method in class:Monster
97 public boolean mutateFlex(int j, int flex) { int o = __offset(64); if (o != 0) { bb.put(__vector(o) + j * 1, (byte)flex); return true; } else { return false; } }
  /external/flatbuffers/tests/
test.cpp 193 auto flex = builder.CreateVector(flexbuild.GetBuffer()); local
201 vecofstrings2, vecofstructs, flex, testv2);
330 auto flex = monster->flex(); local
331 // flex is a vector of bytes you can memcpy etc.
332 TEST_EQ(flex->size(), 4); // Encoded FlexBuffer bytes.
808 "flex: [ 210, 4, 5, 2 ], "
    [all...]
monster_test_generated.h 599 std::vector<uint8_t> flex; member in struct:MyGame::Example::MonsterT
858 const flatbuffers::Vector<uint8_t> *flex() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
865 auto v = flex();
939 verifier.Verify(flex()) &&
    [all...]
monster_test_generated.js 1329 MyGame.Example.Monster.prototype.flex = function(index) { method in class:MyGame.Example.Monster
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 608 long flex) {
609 updateOrAddPeriodicSync(target, pollFrequency, flex, extras);
1356 public final long flex; field in class:SyncManager.UpdatePeriodicSyncMessagePayload
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 1436 long flex = periodicToReschedule.getJob().getFlexMillis(); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta6/
intellij-core-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta7/
intellij-core-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-rc1/
intellij-core-26.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.2.0-alpha16/
intellij-core-26.2.0-alpha16.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.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 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 

Completed in 345 milliseconds

1 2