HomeSort by relevance Sort by last modified time
    Searched full:grouping (Results 201 - 225 of 1077) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/tremolo/Tremolo/
res012.c 68 info->grouping=oggpack_read(opb,24)+1; // "partition size" in spec
118 int samples_per_partition=info->grouping;
  /external/v8/src/regexp/
regexp-parser.h 217 GROUPING
263 // Stored disjunction type (capture, look-ahead or grouping), if any.
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 1032 private String grouping; // either "tags" or "sets" field in class:AbstractMessageParser.FlickrPhoto
1035 public FlickrPhoto(String user, String photo, String grouping,
1044 this.grouping = grouping;
1049 this.grouping = TAGS;
1056 public String getGrouping() { return grouping; }
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/
BindingExpressionParserTest.java 265 GroupingContext grouping = parseExpression("(1234)"); local
266 assertEquals("1234", grouping.expression().getText());
  /libcore/luni/src/test/java/libcore/java/util/
FormatterTest.java 192 // pattern without grouping (e.g. a group size of zero). This would throw divide by zero when
199 // Confirm the locale is still a good example: it has a group separator, but no grouping in
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/docs/
conf.py 182 # Grouping the document tree into LaTeX files. List of tuples
225 # Grouping the document tree into Texinfo files. List of tuples
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 153 * <p>The grouping separator is commonly used for thousands, but in some
154 * countries it separates ten-thousands. The grouping size is a constant number
155 * of digits between the grouping characters, such as 3 for 100,000,000 or 4 for
156 * 1,0000,0000. If you supply a pattern with multiple grouping characters, the
207 * <td>Grouping separator
292 * <li>Exponential patterns may not contain grouping separators.
    [all...]
  /bionic/libc/bionic/
locale.cpp 93 g_locale.grouping = not_available;
  /external/aac/libAACenc/src/
grp_data.h 99 Description: Short block grouping
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 49 * are kept under the flag grouping @IFF_VOLATILE. Flags which are __volatile__
  /external/autotest/scheduler/
rdb_utils.py 67 It will batch the requests by grouping similar requests together
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 93 logging.info('Grouping frames by MCS index')
  /external/fio/
graph.h 36 * For bar charts, each label is a grouping of columns on the x-axis
  /external/google-breakpad/src/client/mac/sender/
crash_report_sender.h 61 // Grouping boxes used for resizing.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
PatternStringParser.java 432 throw state.toParseException("Trailing grouping separator is invalid");
435 throw state.toParseException("Grouping width of zero is invalid");
489 throw state.toParseException("Cannot have grouping separator in scientific notation");
540 // Grouping settings
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.h 109 int32_t grouping; member in class:NumberFormatTestTuple
numbertest.h 54 void grouping();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
PatternStringParser.java 430 throw state.toParseException("Trailing grouping separator is invalid");
433 throw state.toParseException("Grouping width of zero is invalid");
487 throw state.toParseException("Cannot have grouping separator in scientific notation");
538 // Grouping settings
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalFormat.java 107 properties.setGroupingSize(-2); // do not forward grouping information
  /external/iptables/extensions/
libxt_hashlimit.man 3 rule. Grouping can be done per-hostgroup (source and/or destination address)
  /external/libxml2/
trio.h 150 void trio_locale_set_grouping TRIO_PROTO((char *grouping));
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv40_vertprog.h 14 * grouping of instructions. There is however only one field with the
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render_t.c 49 * grouping them in packets of length MAX_PACKET.
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodelocale.cpp 59 return GetSymbol(XFA_Element::NumberSymbols, L"grouping");
cxfa_xmllocale.cpp 38 wsName = L"grouping";

Completed in 1887 milliseconds

1 2 3 4 5 6 7 891011>>