HomeSort by relevance Sort by last modified time
    Searched full:endgroup (Results 1 - 25 of 57) sorted by null

1 2 3

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
MediaDeviceInfo.java 61 store.endGroup();
65 store.endGroup();
68 store.endGroup();
FeatureDeviceInfo.java 107 store.endGroup();
121 store.endGroup();
PackageDeviceInfo.java 49 store.endGroup();
PropertyDeviceInfo.java 61 store.endGroup();
LibraryDeviceInfo.java 79 store.endGroup();
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostDeviceInfo.java 42 store.endGroup(); // product
49 store.endGroup(); // version
  /cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
TestDeviceInfo.java 65 store.endGroup(); // test_group
77 store.endGroup();
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SampleDeviceInfo.java 54 store.endGroup(); // bar
63 store.endGroup(); // foo
CameraDeviceInfo.java 73 mStore.endGroup(); // per camera chars
91 mStore.endGroup();
103 mStore.endGroup();
115 mStore.endGroup();
129 mStore.endGroup();
154 mStore.endGroup();
160 mStore.endGroup();
172 mStore.endGroup();
184 mStore.endGroup();
202 mStore.endGroup();
    [all...]
VulkanDeviceInfo.java 428 store.endGroup();
    [all...]
SensorDeviceInfo.java 84 store.endGroup();
  /external/netperf/doc/
texinfo.tex 186 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
367 \endgroup % End of the group started in \parsearg.
405 \endgroup
413 \endgroup
423 \endgroup\fi} % This is not perfect, but it should reduce lossage
498 !endgroup
603 \endgroup % End the \group.
813 \def\includezzz#1{\endgroup\begingroup
818 \endgroup}
846 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
InfoStore.java 52 abstract void endGroup() throws IOException;
  /external/bison/doc/
refcard.tex 100 \endgroup}
125 \endgroup}
269 \def\endexample{\endgroup}
278 \def\endcexample{\endgroup}
  /external/e2fsprogs/doc/
texinfo.tex 225 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
398 \endgroup % End of the group started in \parsearg.
491 % implementation of @end takes care not to call \endgroup in this
536 \endgroup
571 !endgroup
938 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 225 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
398 \endgroup % End of the group started in \parsearg.
491 % implementation of @end takes care not to call \endgroup in this
536 \endgroup
571 !endgroup
938 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
texinfo.tex 225 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
398 \endgroup % End of the group started in \parsearg.
490 % implementation of @end takes care not to call \endgroup in this
535 \endgroup
570 !endgroup
937 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
    [all...]
  /external/bison/build-aux/
texinfo.tex 212 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
437 \endgroup % End of the group started in \parsearg.
529 % implementation of @end takes care not to call \endgroup in this
574 \endgroup
936 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 213 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
438 \endgroup % End of the group started in \parsearg.
530 % implementation of @end takes care not to call \endgroup in this
575 \endgroup
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
DeviceInfoStore.java 83 public void endGroup() throws IOException {
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
HostInfoStore.java 83 public void endGroup() throws IOException {
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex 239 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
458 \endgroup % End of the group started in \parsearg.
550 % implementation of @end takes care not to call \endgroup in this
595 \endgroup
630 !endgroup
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 858 // The byte is an endgroup tag, but we aren't parsing a group.
880 // The byte is an endgroup tag, but not the right one for this group.
904 // The byte is an endgroup tag, but not the right one for this group.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 451 // Make sure that parsing stopped when the limit was hit, not at an endgroup
499 // Make sure that parsing stopped when the limit was hit, not at an endgroup
510 // Make sure that parsing stopped when the limit was hit, not at an endgroup
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 332 int endGroup = m_groupcount_;
338 while (result < endGroup - 1) {
339 int gindex = (result + endGroup) >> 1;
341 endGroup = gindex;
    [all...]

Completed in 814 milliseconds

1 2 3