HomeSort by relevance Sort by last modified time
    Searched defs:kinds (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 575 static Prog::MatchKind kinds[] = { member in namespace:re2
581 // Test all possible match kinds and parse modes.
584 for (int i = 0; i < arraysize(kinds); i++) {
586 TestInstance* t = new TestInstance(regexp, kinds[i],
  /external/regex-re2/re2/testing/
tester.cc 575 static Prog::MatchKind kinds[] = { member in namespace:re2
581 // Test all possible match kinds and parse modes.
584 for (int i = 0; i < arraysize(kinds); i++) {
586 TestInstance* t = new TestInstance(regexp, kinds[i],
  /dalvik/vm/native/
dalvik_system_VMDebug.cpp 109 unsigned int kinds)
111 if (kinds & KIND_ALLOCATED_OBJECTS) {
114 if (kinds & KIND_ALLOCATED_BYTES) {
117 if (kinds & KIND_FREED_OBJECTS) {
120 if (kinds & KIND_FREED_BYTES) {
123 if (kinds & KIND_GC_INVOCATIONS) {
126 if (kinds & KIND_CLASS_INIT_COUNT) {
129 if (kinds & KIND_CLASS_INIT_TIME) {
216 * public static void resetAllocCount(int kinds)
221 unsigned int kinds = args[0] local
    [all...]
  /system/media/camera/docs/
metadata_model.py 478 for kind in section.kinds:
485 # allow multiple kinds with the same name. merge if adjacent
675 kinds: A sequence of Kind children.
679 def __init__(self, name, parent, description=None, kinds=[]):
683 self._kinds = kinds[:]
693 def kinds(self): member in class:Section
707 return (i for i in self.kinds)
725 new_kinds_lst = reduce(aggregate_by_name, self.kinds, [])
732 Combines the section's Kinds into a single node.
734 Combines all the children (kinds) of this section into a singl
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 710 * This method returns a list, because we need to add 3 kinds for the name data kind.
897 final List<DataKind> kinds = Lists.newArrayList(); local
    [all...]
  /art/oatdump/
oatdump.cc 572 std::vector<int32_t> kinds = verifier->DescribeVRegs(dex_pc); local
575 VRegKind kind = static_cast<VRegKind>(kinds.at(reg * 2));
586 os << "Imprecise Constant: " << kinds.at((reg * 2) + 1) << ", ";
590 os << "Constant: " << kinds.at((reg * 2) + 1);
    [all...]
  /art/runtime/
thread.cc 1813 std::vector<int32_t> kinds = verifier.DescribeVRegs(dex_pc); local
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 7539 ElementsKind kinds[2] = { FAST_ELEMENTS, FAST_HOLEY_ELEMENTS }; local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 7411 ElementsKind kinds[2] = { FAST_ELEMENTS, FAST_HOLEY_ELEMENTS }; local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 6623 ElementsKind kinds[2] = { FAST_ELEMENTS, FAST_HOLEY_ELEMENTS }; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 2200 milliseconds