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

1 2 3

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon4642
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon4646
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon4650
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 70 U32 sending, multiple, frame, size; local
87 /* we support having multiple log files concatenated into one log file */
171 multiple = (ulData1 & PERF_LOG_Multiple) ? PERF_FlagMultiple : PERF_FlagSingle;
174 /* read 2nd address if logged multiple buffers */
175 ulData2 = PERF_IsMultiple(multiple) ? read_U32(fLog) : 0;
179 multiple,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 311 int multiple = PERF_IsMultiple((unsigned long) eModule); local
336 if (multiple)
346 print_print_location(perf, fOut, 6 + (multiple ? 1 : 0));
  /system/core/libdiskconfig/
diskconfig.c 43 uint32_t multiple = 1; local
56 multiple <<= 10;
59 multiple <<= 10;
73 if (multiple > 1) {
79 if (multiple > 1024)
80 multiple >>= 10;
81 *plen *= multiple;
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/
jdeferred-core-1.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/
jdeferred-core-1.2.3.jar 
  /development/samples/ApiDemos/src/com/example/android/apis/content/
DocumentsSample.java 67 final CheckBox multiple = new CheckBox(context); local
68 multiple.setText("ALLOW_MULTIPLE");
69 view.addView(multiple);
83 if (multiple.isChecked()) {
102 if (multiple.isChecked()) {
121 if (multiple.isChecked()) {
142 if (multiple.isChecked()) {
195 if (multiple.isChecked()) {
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 96 UBool multiple; local
104 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
105 if(UTF16_NEED_MULTIPLE_UCHAR(c) != multiple){
utf8tst.c 144 UBool multiple; local
152 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
153 if(UTF8_NEED_MULTIPLE_UCHAR(c) != multiple){
    [all...]
cucdtst.c 1544 UBool multiple; local
    [all...]
  /external/boringssl/src/crypto/rsa/
rsa.c 612 BIGNUM *totient, *rem, *multiple, *p_plus_q, *p_minus_q; local
638 multiple = BN_CTX_get(ctx);
642 if (totient == NULL || rem == NULL || multiple == NULL || p_plus_q == NULL ||
648 /* ed-1 is a small multiple of ?(n). */
657 * because we discard the remainder. Thus (ed-1)/multiple will be >= n,
662 * multiple * (n - (p+q) + 1) =
663 * multiple*n - multiple*(p+q) + multiple
665 * When we divide by n, the first term becomes multiple and, sinc
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 52 ext2fs_inode_bitmap multiple; member in struct:ext2_icount
82 if (icount->multiple)
83 ext2fs_free_inode_bitmap(icount->multiple);
112 &icount->multiple);
116 icount->multiple = 0;
492 if (icount->multiple &&
493 !ext2fs_test_inode_bitmap2(icount->multiple, ino)) {
521 } else if (icount->multiple) {
524 * inode is set in icount->multiple, then there should
527 if (ext2fs_test_inode_bitmap2(icount->multiple, ino))
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1140 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon9748
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImage.java 162 Parcelable[] multiple = local
164 if (multiple != null) {
165 for (int i = 0, size = multiple.length; i < size; i++) {
166 if (!(multiple[i] instanceof Bundle)) {
170 if (image.readFromBundle(context, null, (Bundle) multiple[i])) {
  /external/libpng/
pngtest.c 1698 int multiple = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 1669 String multiple = parser.getAttributeValue(null, ATTR_MULTIPLE); local
    [all...]

Completed in 3173 milliseconds

1 2 3