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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 56 virtual bool multiple() const function in class:WebCore::PopupMenuClient
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon4910
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon4914
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 32 NSMutableArray *multiple; member in union:__anon4918
  /external/chromium_org/media/cast/framer/
framer_unittest.cc 38 bool multiple = false; local
39 EXPECT_FALSE(framer_.GetEncodedFrame(&frame, &next_frame, &multiple));
46 bool multiple = false; local
53 EXPECT_FALSE(framer_.GetEncodedFrame(&frame, &next_frame, &multiple));
60 EXPECT_TRUE(framer_.GetEncodedFrame(&frame, &next_frame, &multiple));
62 EXPECT_TRUE(multiple);
73 bool multiple = false; local
81 EXPECT_TRUE(framer_.GetEncodedFrame(&frame, &next_frame, &multiple));
83 EXPECT_FALSE(multiple);
97 EXPECT_FALSE(framer_.GetEncodedFrame(&frame, &next_frame, &multiple));
113 bool multiple = false; local
209 bool multiple = false; local
239 bool multiple = true; local
274 bool multiple = true; local
289 bool multiple = false; local
313 bool multiple = false; local
340 bool multiple = false; local
406 bool multiple = false; local
455 bool multiple = true; local
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc 12 // Rounds up requested_size to the nearest multiple of minimum_size.
15 const uint32_t multiple = (requested_size + minimum_size - 1) / minimum_size; local
16 return std::min(minimum_size * multiple,
95 // multiple of the audio hardware's sample frame count.
102 // rate w/ a buffer that's larger than 10ms, choose the nearest multiple of
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 61 bool multiple() const { return m_multiple; } function in class:WebCore::FINAL
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 202 /*@only@*/ /*@null@*/ yasm_expr *multiple; member in struct:yasm_bytecode
204 /** Total length of entire bytecode (not including multiple copies). */
289 /** Set multiple field of a bytecode.
291 * sets that multiple.
293 * \param e multiple (kept, do not free)
460 * Any bytecode multiple is NOT included in the length or spans generation;
518 /** Get the bytecode multiple value as an integer.
520 * \param multiple multiple value (output)
526 int yasm_bc_get_multiple(yasm_bytecode *bc, /*@out@*/ long *multiple,
    [all...]
bc-data.c 56 /*@only@*/ /*@null@*/ yasm_expr *multiple; member in struct:yasm_dataval
142 if (dv->multiple) {
144 if (yasm_value_finalize_expr(&val, dv->multiple, prev_bc, 0))
146 N_("multiple expression too complex"));
149 N_("multiple expression not absolute"));
150 dv->multiple = val.abs;
170 unsigned long multiple; local
196 if (!yasm_dv_get_multiple(dv, &multiple))
197 len *= multiple;
215 unsigned long multiple, i local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 206 long multiple; local
216 yasm_bc_get_multiple(bc, &multiple, 1);
217 if (multiple <= 0)
220 size /= multiple;
251 if (multiple > 1) {
  /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;
  /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/chromium_org/chrome/test/chromedriver/
element_commands.cc 325 bool multiple = false; local
327 session, web_view, element_id, "multiple", "true", &multiple);
330 if (!multiple && paths.size() > 1)
331 return Status(kUnknownError, "the element can not hold multiple files");
  /external/chromium_org/third_party/icu/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 136 UBool multiple; local
144 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
145 if(UTF8_NEED_MULTIPLE_UCHAR(c) != multiple){
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 98 UBool multiple; local
106 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
107 if(UTF16_NEED_MULTIPLE_UCHAR(c) != multiple){
utf8tst.c 146 UBool multiple; local
154 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
155 if(UTF8_NEED_MULTIPLE_UCHAR(c) != multiple){
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 224 if (multiple()) {
404 bool RenderMenuList::multiple() const function in class:WebCore::RenderMenuList
406 return selectElement()->multiple();
  /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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 1071 Multiple = 2,
1120 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon15592
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 241 /*@null@*/ const yasm_expr *numitems, *multiple; local
250 multiple = yasm_bc_get_multiple_expr(bc);
251 if (multiple)
253 yasm_expr_copy(multiple),
541 yasm_expr *multiple; local
544 multiple = parse_bexpr(parser_nasm, DV_EXPR);
545 if (!multiple) {
554 yasm_expr_destroy(multiple);
557 yasm_bc_set_multiple(bc, multiple);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1140 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon25466
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImage.java 163 Parcelable[] multiple = local
165 if (multiple != null) {
166 for (int i = 0, size = multiple.length; i < size; i++) {
167 if (!(multiple[i] instanceof Bundle)) {
171 if (image.readFromBundle(context, null, (Bundle) multiple[i])) {

Completed in 650 milliseconds

1 2 3