HomeSort by relevance Sort by last modified time
    Searched refs:Multiple (Results 1 - 25 of 25) sorted by null

  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 85 Multiple paragraphs:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 85 Multiple paragraphs:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 85 Multiple paragraphs:
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 86 /// ComputeMultiple - This function computes the integer multiple of Base that
87 /// equals V. If successful, it returns true and returns the multiple in
88 /// Multiple. If unsuccessful, it returns false. Also, if V can be
91 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
156 /// multiple objects.
  /external/chromium/base/memory/
weak_ptr_unittest.cc 69 TEST(WeakPtrTest, Multiple) {
121 // checks that ensure that a weak reference is not used by multiple threads.
130 // checks that ensure that a weak reference is not used by multiple threads.
  /external/v8/test/mjsunit/
debug-conditional-breakpoints.js 147 // Multiple conditional breakpoint which the same condition.
160 // Multiple conditional breakpoint which different conditions.
unbox-double-arrays.js 72 // Multiple versions of the test function makes sure that IC/Crankshaft state
strict-mode.js 80 // Multiple directives, including "use strict".
    [all...]
  /external/webkit/LayoutTests/http/tests/resources/
network-simulator.php 66 header('Content-Length: 5', false); # Multiple content-length headers, some network stacks can detect this condition faster.
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
MemoryBuiltins.cpp 208 // If malloc call's arg can be determined to be a multiple of ElementSize,
209 // return the multiple. Otherwise, return NULL.
211 Value *Multiple = NULL;
212 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
214 return Multiple;
280 /// argument passed to malloc is a multiple of the size of the malloced type,
281 /// then return that multiple. For non-array mallocs, the multiple is
  /external/webkit/LayoutTests/fast/url/script-tests/
path.js 23 // Multiple slashes in a row should be preserved and treated like empty
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
279 Decision can match input such as "<input>" using multiple alternatives:
282 Multiple token rules can match input such as "<input>": <conflictingTokens; separator=", "><\n>
  /tools/motodev/src/plugins/android.codeutils/
plugin.properties 36 android.wizard.activity.multiplechoicelist.name = Multiple choice list
37 android.wizard.activity.multiplechoicelist.description = List containing image and multiple-choice items (checkboxes)
99 Activity_Samples_SelectionList_description=A selection list that can be configured to allow for one or multiple choices.
  /build/core/
base_rules.mk 408 $(LOCAL_PATH): Multiple LOCAL_INSTRUMENTATION_FOR members defined)
450 # aapt doesn't accept multiple --extra-packages flags.
config.mk 153 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE): $(board_config_mk))
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 739 // multiple elements of the buildvector are folded together into a single
743 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval.
745 assert(Multiple > 1 && Multiple <= 4 && "How can this happen?");
754 if (UniquedVals[i&(Multiple-1)].getNode() == 0)
755 UniquedVals[i&(Multiple-1)] = N->getOperand(i);
756 else if (UniquedVals[i&(Multiple-1)] != N->getOperand(i))
760 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains
768 for (unsigned i = 0; i != Multiple-1; ++i) {
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
util.js 80 // Multiple classes can be separated by spaces.
  /external/chromium/third_party/libevent/
evdns.c 62 #error Multiple id options selected
65 #error Multiple id options selected
72 #error Multiple id options selected
    [all...]
  /external/dropbear/libtommath/
bn.tex 86 release the textbook ``Implementing Multiple Precision Arithmetic'' has been placed in the public domain with every new
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to
440 \subsection{Multiple Initializations}
454 are available for use. A complementary mp\_clear\_multi() function allows multiple mp\_int variables to be free'd
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/grub/docs/
texinfo.tex 819 % if you have multiple lines of stuff to put here, you'll need to
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 254 related issue is if you use the same symmetric cipher, hash or public key state data in multiple threads. Normally
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 887 % if you have multiple lines of stuff to put here, you'll need to
    [all...]

Completed in 723 milliseconds