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

1 2

  /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 85 /// ComputeMultiple - This function computes the integer multiple of Base that
86 /// equals V. If successful, it returns true and returns the multiple in
87 /// Multiple. If unsuccessful, it returns false. Also, if V can be
90 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
155 /// 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/webkit/LayoutTests/fast/url/script-tests/
path.js 23 // Multiple slashes in a row should be preserved and treated like empty
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
MemoryBuiltins.cpp 212 // If malloc call's arg can be determined to be a multiple of ElementSize,
213 // return the multiple. Otherwise, return NULL.
215 Value *Multiple = 0;
216 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
218 return Multiple;
284 /// argument passed to malloc is a multiple of the size of the malloced type,
285 /// then return that multiple. For non-array mallocs, the multiple is
  /frameworks/base/docs/html/training/
training_toc.cs 73 optimized user experience on multiple device form factors using a single APK."
97 to present multiple UI components on large screens and a more constrained set of
458 cloud and how to restore the data back to multiple devices."
640 <li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html">
641 Planning for Multiple Touchscreen Sizes
762 >Designing for Multiple Screens</a>
    [all...]
  /external/sepolicy/
Android.mk 35 $(error Multiple occurrences of replace file $(pf) in $(_paths)) \
  /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::__anon8446
    [all...]
  /external/libvpx/libvpx/
examples.mk 110 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
  /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>
  /build/core/
base_rules.mk 426 $(LOCAL_PATH): Multiple LOCAL_INSTRUMENTATION_FOR members defined)
467 # 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/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/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [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...]

Completed in 994 milliseconds

1 2