/external/mesa3d/docs/ |
MESA_multithread_makecurrent.spec | 40 using the same context across multiple threads and protecting its 72 current to multiple threads, with synchronization of access to 106 (1) What happens if the app binds a context/drawable in multiple 113 (2) What happens if the app binds a context/drawable in multiple 134 from multiple threads? 140 context between multiple threads is left to the application to do
|
/external/chromium_org/v8/src/ |
math.js | 244 var multiple; 249 // (2) abs(multiple) != 0 since (2^27 * inverse_pi_half_s26) > 1 250 // (3) multiple is rounded down in 2^26 steps, so the rounding error is 257 multiple = MathFloor(x * kInversePiHalfS26) * kS26; 258 x = x - multiple * kPiHalf1 - multiple * kPiHalf2; 260 multiple = MathFloor(x * kInversePiHalf); 261 x = x - multiple * kPiHalf1 - multiple * kPiHalf2; 262 phase += multiple; [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 24 // Take care not to place multiple adjacent dots,
|
/external/chromium-libpac/test/js-unittest/ |
passthrough.js | 24 // Take care not to place multiple adjacent dots,
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 24 // Take care not to place multiple adjacent dots,
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLSelectElement.idl | 26 attribute boolean multiple;
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class_test.py | 149 '// type has multiple template arguments. To fix it, use a\n'
|
gmock_class.py | 78 '// type has multiple template arguments. To fix it, use a', 94 # Condense multiple spaces and eliminate newlines putting the
|
/external/compiler-rt/make/platform/ |
darwin_fat.mk | 6 # multiple libraries inside a single configuration file (for 13 # libraries, simply building multiple libraries for different
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 41 RSSFeedAddEntryTask.MustBeMultipleOf5=(must be multiple of 5) 42 RSSFeedAddEntryTask.MustBeMultipleOf4=(must be multiple of 4)
|
/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,
|
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 98 private static int roundUp(int n, int multiple) { 99 return (n == 0) ? 0 : ((n + multiple - 1) / multiple) * multiple;
|
/system/media/camera/docs/ |
metadata_helpers.py | 74 This collapses multiple entries with the same fully qualified name into 75 one entry (e.g. if there are multiple entries in different kinds). 626 " with multiple lines, that should be \n" + 629 " That covers multiple lines as well\n" 634 " * with multiple lines, that should be\n" + 637 " * That covers multiple lines as well\n" +
|
/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...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 5 * shared among multiple grammars; e.g., when one grammar imports another. 60 * This is an instance variable as multiple rules may collaborate to 62 * matching lexer rule(s). If you subclass to allow multiple token
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
FileInputType.cpp | 135 return locale().queryString(element().multiple() ? WebLocalizedString::ValidationValueMissingForMultipleFile : WebLocalizedString::ValidationValueMissingForFile); 252 button->setAttribute(valueAttr, locale().queryString(element().multiple() ? WebLocalizedString::FileButtonChooseMultipleFilesLabel : WebLocalizedString::FileButtonChooseFileLabel)); 268 button->setAttribute(valueAttr, locale().queryString(element().multiple() ? WebLocalizedString::FileButtonChooseMultipleFilesLabel : WebLocalizedString::FileButtonChooseFileLabel));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ClipboardSupport.java | 192 boolean multiple = mCanvas.getSelectionManager().hasMultiSelection(); 195 multiple ? "%1$s elements" : "%1$s element", 199 multiple ? "%1$s elements from %2$s" : "%1$s element from %2$s",
|
/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/chrome/browser/local_discovery/ |
privet_notifications.h | 40 virtual void PrivetNotify(bool multiple, bool added) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMenuList.h | 101 virtual bool multiple() const OVERRIDE;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
EasyDialogs.py | 642 multiple=None): 655 filterProc=filterProc,typeList=typeList,wanted=wanted,multiple=multiple) 694 multiple=None): 708 fileCreator=fileCreator,wanted=wanted,multiple=multiple) 752 multiple=None): 765 wanted=wanted,multiple=multiple)
|
/bionic/libc/arch-mips/string/ |
memset.S | 129 DBG andi t2,a2,3 # a2 must be a multiple of 4 bytes 133 # ensure count is a multiple of 4
|
/external/chromium_org/content/test/data/media/ |
media_source_utils.js | 24 // We can load multiple media files using the same media type. However, if
|