/external/chromium_org/third_party/WebKit/Source/platform/ |
PopupMenuClient.h | 68 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:__anon2693
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRRewriteRuleElementStream.h | 32 NSMutableArray *multiple; member in union:__anon2697
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRewriteRuleElementStream.h | 32 NSMutableArray *multiple; member in union:__anon2701
|
/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, 98 // multiple of the audio hardware's sample frame count. 105 // rate w/ a buffer that's larger than 10ms, choose the nearest multiple of
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
TestActivity.java | 60 final CheckBox multiple = new CheckBox(context); local 61 multiple.setText("ALLOW_MULTIPLE"); 62 view.addView(multiple); 76 if (multiple.isChecked()) { 95 if (multiple.isChecked()) { 114 if (multiple.isChecked()) { 135 if (multiple.isChecked()) { 188 if (multiple.isChecked()) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLSelectElement.h | 59 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 | 42 uint32_t multiple = 1; local 55 multiple <<= 10; 58 multiple <<= 10; 72 if (multiple > 1) { 78 if (multiple > 1024) 79 multiple >>= 10; 80 *plen *= multiple;
|
/external/chromium_org/chrome/test/chromedriver/ |
element_commands.cc | 272 bool multiple = false; local 274 session, web_view, element_id, "multiple", "true", &multiple); 277 if (!multiple && paths.size() > 1) 278 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/icu4c/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 | 358 bool RenderMenuList::multiple() const function in class:WebCore::RenderMenuList 360 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; 505 if (icount->multiple && 506 !ext2fs_test_inode_bitmap(icount->multiple, ino)) { 534 } else if (icount->multiple) { 537 * inode is set in icount->multiple, then there should 540 if (ext2fs_test_inode_bitmap(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::__anon11209 [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 | 1063 Multiple = 2, 1078 case Multiple: return TRACE_RETURN (u.multiple.dispatch (c)); 1112 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon18658 [all...] |
/external/harfbuzz/src/ |
harfbuzz-gsub-private.h | 457 HB_MultipleSubst multiple; member in union:HB_GSUB_SubTable_
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub-private.h | 457 HB_MultipleSubst multiple; member in union:HB_GSUB_SubTable_
|