HomeSort by relevance Sort by last modified time
    Searched refs:Make (Results 276 - 300 of 301) sorted by null

<<111213

  /external/chromium/net/spdy/
spdy_session.cc 282 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SPDY_SESSION)) {
437 // Make a copy removing this trans
457 // Make sure that we don't try to send https/wss over an unauthenticated, but
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 196 // TODO: Remove this trickery once we figure out how to make SkGrPixelRef do this without
766 GrPoint offset = GrPoint::Make(-srcRect.fLeft, -srcRect.fTop);
    [all...]
  /external/v8/src/
mirror-debugger.js 753 // Make mirrors for all the references found.
887 // Make mirrors for all the instances found.
    [all...]
d8.js     [all...]
v8natives.js 116 // they make parseInt on a string 1.4% slower (274ns vs 270ns).
884 // Make sure the below call to DefineObjectProperty() doesn't overwrite
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies.js 670 // Make proxy prototype property read-only after CanPut check.
683 // Make object property read-only after CanPut check.
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 161 // Make this category tab widget the primary view, that fills the whole page.
    [all...]
  /external/skia/tests/
PathTest.cpp 136 // Make sure we stay non-finite once we get there (unless we reset or rewind).
504 SkPath copy(path); // we make a copy so that we don't cache the result on the passed in path.
751 SkPath copy(path); // we make a copy so that we don't cache the result on the passed in path.
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 61 static sp<MediaSource> Make##name(const sp<MediaSource> &source, const sp<MetaData> &meta) { \
65 #define FACTORY_REF(name) { #name, Make##name },
640 // Make sure the setting actually stuck.
765 // Make sure that omx component does not overwrite
    [all...]
  /external/dropbear/libtommath/
bn.tex 102 make
117 make -f makefile.shared
132 make test
158 To make the system more powerful you can tweak the build process. Classes are defined in the file
373 This allows operands to be re-used which can make programming simpler.
481 To initialized and make a copy of an mp\_int the mp\_init\_copy() function has been provided.
488 This function will initialize $a$ and make it a copy of $b$ if all goes well.
655 This will zero the contents of $a$ and make it represent an integer equal to the value of $b$. Note that this
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 358 // TLOF class. This will also make it more obvious that stuff like
389 // - __tlv_bootstrap - used to make sure support exists
708 MCLineEntry::Make(&OutStreamer, getCurrentSection());
    [all...]
  /external/skia/legacy/src/core/
SkPath.cpp 365 return SkPoint::Make(0, 0);
829 // make a guess at a tiny angle (in radians) to tweak by
    [all...]
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 788 // know about the padding at the end to make interpolation faster.
    [all...]
  /external/skia/src/core/
SkPath.cpp 652 return SkPoint::Make(0, 0);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1200351.js 28 // Make sure the 'constructor' property isn't enumerable.
33 // Make sure this doesn't crash.
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 310 a.href = ''; // To make underline show up.
456 // region. To get this effect, we make the fixed elements position:fixed and the
573 // right effect, we don't want to make the gradients smaller, but make them
964 // Make sure we do not use a timer during load since it slows down the UI.
    [all...]
  /external/icu4c/data/
makedata.mak 26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
28 !MESSAGE ICU data make path is $(ICUMAKE)
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 109 /// Is tree considered a nil node used to make lists of child nodes?
114 /// Add a child to the tree t. If child is a flat tree (a list), make all
121 /// i.e., without copying the array. Just make sure that this is consistent
126 /// a tree's addChild method to work this way. Make sure you differentiate
135 /// If not a nil root, make oldRoot a child of newRoot.
191 /// WARNING: This is usually implemented either as IL to make a
203 /// Create a node for newRoot make it the root of oldRoot.
205 /// If not a nil root, make oldRoot a child of newRoot.
430 /// don't have to make your trees implement this interface, but if you do,
736 /// Make stream jump to a new location, saving old location
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 167 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
211 // then a second call into the message loop. In order to make behavior
770 // Make sure we test order of all requests made.
804 // Make sure we test order of all requests made.
839 // Make sure we test order of all requests made.
870 // Request ("b", 7) has the highest priority, but we can't make new socket for
871 // group "b", because it has reached the per-group limit. Then we make
873 // and we still can't make a socket for group "b".
878 // Make sure we test order of all requests made.
882 // Make sure that we count connecting sockets against the total limit
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/libmtp/
configure 582 # Remove one level of quotation (which was required for Make).
959 # These are left unexpanded so users can "make install exec_prefix=/foo"
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 150 that can be used to make a program automatically pick between ciphers, hashes and PRNGs at run-time. That means your
153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
174 API can make use of it without change. Similarly imagine a few years down the road when AES2
184 can make use of the cipher right away.
271 There are a few helper macros to make the coding process a bit easier. The first set are related to loading and storing
331 /* ... Make up the RSA key somehow ... */
377 /* make a 1024-bit RSA key with the system RNG */
404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode,
653 fact used for the purposes of encryption. My suggestion is just to use random 8/24 byte keys instead of trying to make a 8/2
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/
configure     [all...]

Completed in 1707 milliseconds

<<111213