HomeSort by relevance Sort by last modified time
    Searched full:tuples (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/icu4c/test/intltest/
itrbnf.cpp 858 const llong* tuples[] = { // lhs, rhs, ans
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
glib-docs.sgml 52 <!ENTITY glib-Relations-and-Tuples SYSTEM "xml/relations.xml">
196 &glib-Relations-and-Tuples;
  /bionic/libc/include/
nsswitch.h 168 * tuples to the nss_method and associated callback data. Effectively,
  /bionic/libc/private/
nsswitch.h 169 * tuples to the nss_method and associated callback data. Effectively,
  /development/ndk/platforms/android-3/include/
nsswitch.h 169 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
nsswitch.h 168 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
nsswitch.h 168 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
nsswitch.h 168 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
nsswitch.h 168 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
nsswitch.h 168 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
nsswitch.h 168 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
nsswitch.h 169 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
nsswitch.h 169 * tuples to the nss_method and associated callback data. Effectively,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
nsswitch.h 169 * tuples to the nss_method and associated callback data. Effectively,
  /external/bluetooth/glib/tests/
testglib.c 1068 GTuples *tuples; local
1113 tuples = g_relation_select (relation, data + 200, 0);
1115 g_assert (tuples->len == 2);
1118 for (i = 0; i < tuples->len; i += 1)
1121 *(gint*) g_tuples_index (tuples, i, 0),
1122 *(gint*) g_tuples_index (tuples, i, 1));
1130 g_tuples_destroy (tuples);
    [all...]
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 79 // can write EXPECT_THAT(x, Eq(y)) to compare two tuples x and y, as
80 // EXPECT_THAT() and the matchers know how to print tuples.
90 // These overloads allow printing tuples in our tests. We cannot
91 // define an operator<< for tuples, as that definition needs to be in
137 // We cannot use EXPECT_EQ() here as the values may be tuples,
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 40 /* interpolate the kerning values (different tuples have different */
512 /* It's not clear why (for intermediate tuples) we don't need */
717 /* (or tuples, as called by Apple) */
    [all...]
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 201 ArrayObject** tuples = (ArrayObject **)(void *)rlimits->contents; local
204 ArrayObject * rlimit_tuple = tuples[i];
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 37 // encoding and decoding of label/weight tuples used for encoding
69 // Hash function for EncodeTabe Tuples. Based on the encode flags
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.def 1 /* This file contains the definitions of the GIMPLE IR tuples used in GCC.
207 /* Tuples used for lowering of OMP_ATOMIC. Although the form of the OMP_ATOMIC
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.def 1 /* This file contains the definitions of the GIMPLE IR tuples used in GCC.
207 /* Tuples used for lowering of OMP_ATOMIC. Although the form of the OMP_ATOMIC
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
gimple.def 1 /* This file contains the definitions of the GIMPLE IR tuples used in GCC.
207 /* Tuples used for lowering of OMP_ATOMIC. Although the form of the OMP_ATOMIC
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 64 * series of tuples containing the namespace binding information:
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 66 * An array of tuples where the first item is the horizontal component of a
76 * An array of tuples where the first item is the vertical component of a
615 * @param {!Array.<number>} recentTouches An array of tuples where the first
634 * @param {!Array.<number>} recentTouches An array of tuples where the first
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 66 * An array of tuples where the first item is the horizontal component of a
76 * An array of tuples where the first item is the vertical component of a
615 * @param {!Array.<number>} recentTouches An array of tuples where the first
634 * @param {!Array.<number>} recentTouches An array of tuples where the first

Completed in 1639 milliseconds

12 3 4 5