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

1 2

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 105 // If malloc call's arg can be determined to be a multiple of ElementSize,
106 // return the multiple. Otherwise, return NULL.
108 Value *Multiple = NULL;
109 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
111 return Multiple;
173 /// argument passed to malloc is a multiple of the size of the malloced type,
174 /// then return that multiple. For non-array mallocs, the multiple is
ValueTracking.cpp     [all...]
  /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 84 /// ComputeMultiple - This function computes the integer multiple of Base that
85 /// equals V. If successful, it returns true and returns the multiple in
86 /// Multiple. If unsuccessful, it returns false. Also, if V can be
89 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
  /frameworks/base/docs/html/resources/
resources_toc.cs 15 <span class="en">Designing for Multiple Screens</span>
183 <div><a href="<?cs var:toroot ?>training/multiple-apks/index.html">
184 <span class="en">Maintaining Multiple APKs</span>
187 <li><a href="<?cs var:toroot ?>training/multiple-apks/api.html">
188 <span class="en">Creating Multiple APKs for Different API Levels</span>
191 <li><a href="<?cs var:toroot ?>training/multiple-apks/screensize.html">
192 <span class="en">Creating Multiple APKs for Different Screen Sizes</span>
195 <li><a href="<?cs var:toroot ?>training/multiple-apks/texture.html">
196 <span class="en">Creating Multiple APKs for Different GL Textures</span>
199 <li><a href="<?cs var:toroot ?>training/multiple-apks/multiple.html"
    [all...]
resources-data.js 92 en: 'Drawables are pluggable drawing containers that allow applications to display graphics. This article explains some common pitfalls when trying to modify the properties of multiple Drawables.'
142 en: 'Learn how to combine multiple standard UI widgets into a single high-level component, which can be reused throughout your application.'
332 en: 'Android provides a Contacts API for managing and integrating contacts from multiple accounts and data sources and allows apps to read various information about individual contacts.'
574 en: 'Multiple Resolutions'
587 en: 'A sample app demonstrating best practices to support multiple screen sizes and densities.'
872 en: 'The basics of localizing your applications for multiple languages and locales.'
  /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.
strict-mode.js 77 // 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
  /build/core/
base_rules.mk 443 $(LOCAL_PATH): Multiple LOCAL_INSTRUMENTATION_FOR members defined)
config.mk 141 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE): $(board_config_mk))
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 672 // multiple elements of the buildvector are folded together into a single
676 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval.
678 assert(Multiple > 1 && Multiple <= 4 && "How can this happen?");
687 if (UniquedVals[i&(Multiple-1)].getNode() == 0)
688 UniquedVals[i&(Multiple-1)] = N->getOperand(i);
689 else if (UniquedVals[i&(Multiple-1)] != N->getOperand(i))
693 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains
701 for (unsigned i = 0; i != Multiple-1; ++i) {
709 if (UniquedVals[Multiple-1].getNode() == 0
    [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/icu4c/tools/genpname/
preparse.pl 24 # duplicates it sees are flagged as an error. If multiple aliases
114 # If multiple additional aliases are defined,
790 die "Error: Multiple versions in $filename"
872 die "Error: Multiple versions in $filename"
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 501 <li><a href="<?cs var:toroot ?>guide/market/publishing/multiple-apks.html">
502 <span class="en">Multiple APK Support</span></a>
    [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...]

Completed in 703 milliseconds

1 2