HomeSort by relevance Sort by last modified time
    Searched full:since (Results 926 - 950 of 13865) sorted by null

<<31323334353637383940>>

  /external/chromium/net/proxy/
proxy_resolver_v8.h 24 // since only one will be running inside V8 at a time.
33 // and does not use locking since it expects to be alone.
  /external/chromium/net/socket/
client_socket_handle.cc 86 ResetInternal(false); // Nothing to cancel since the request failed.
114 // release() socket. It ends up working though, since those methods are being
  /external/clang/test/Analysis/
properties.m 97 value = self.myNumber; // _myNumber will be over released, since the value returned from self.myNumber is not retained.
101 value = self.newMyNumber; // this one is ok, since value is returned retained
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 126 // constructor, since we know that constructor cannot throw.
133 int *ip = I; // okay, since it isn't instantiated.
  /external/clang/test/FixIt/
fixit-function-call.cpp 7 * Since fixits are on the notes, they cannot be applied automatically. */
25 // This call cannot be fixed since without resulting in null pointer dereference.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
UniformItemSection.java 53 // Since each item has to be the same size, we can pick any.
96 * Since all items must be the same size, we can use the size
  /external/freetype/include/freetype/
ftgasp.h 89 * @since:
116 * @since:
  /external/freetype/src/cff/
cfftypes.h 266 /* since version 2.3.0 */
269 /* since version 2.3.6 */
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CipherInputStream.java 26 * We cannot use java.io.BufferedInputStream, since that is not available in
146 throw new IOException("Cannot read plain since crypto buffer is not aligned.");
  /external/guava/guava/src/com/google/common/collect/
ForwardingObject.java 47 * created since this class has a parameter-less constructor.
50 * @since 2.0 (imported from Google Collections Library)
MapDifference.java 29 * @since 2.0 (imported from Google Collections Library)
88 * @since 2.0 (imported from Google Collections Library)
  /external/javassist/src/test/test/javassist/proxy/
ProxySerializationTest.java 46 // since we are reading into the same JVM the new proxy should have the same class as the old proxy
73 // since we are reading into the same JVM the new proxy should have the same class as the old proxy
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhonenumberTest.java 49 // These should still be equal, since the default value for this field is false.
83 // objects, since their raw input is different.
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 22 // expression for the use of i outside the loop is {1,+,1}<%L>, since i is
23 // incremented at the end of the loop body. This is inconveient, since it
  /external/llvm/lib/Support/
COPYRIGHT.regex 15 explicit claim or by omission. Since few users ever read sources,
19 misrepresented as being the original software. Since few users
  /external/llvm/test/CodeGen/ARM/
struct_byval.ll 49 ; We can't do tail call since address of s is passed to the callee and part of
70 ; We can do tail call here since s is in the incoming argument area.
  /external/mdnsresponder/mDNSShared/
dnsextd.h 66 long expire; // expiration time, in seconds since epoch
101 mDNSs32 expire; // expiration, absolute, in seconds since epoch
  /external/openssl/crypto/dh/
generate 41 Since your prime is really random, proving it is hard.
57 2 is perfectly usable as a base even if it's a non-generator, since
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 58 Note that (a) implies (b), since new objects start out with a client cached
66 sensitive callers should check this attribute directly before calling since
  /external/protobuf/src/google/protobuf/compiler/
package_info.h 49 // look at importer.h. Since this functionality is widely useful, it is
58 // in addition to your own. Since this functionality is only useful to those
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetrelativemousestate.html 137 > are set to the change in the mouse position since the last call to <TT
140 > or since event initialization. You can pass <TT
sdlgetticks.html 83 >SDL_GetTicks&nbsp;--&nbsp;Get the number of milliseconds since the SDL library initialization.</DIV
123 >Get the number of milliseconds since the SDL library initialization.
  /external/qemu/
oslib-win32.c 59 /* FIXME: this is not exactly optimal solution since VirtualAlloc
104 unsigned long long ns100; /*time since 1 Jan 1601 in 100ns units */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowToast.java 86 * or since {@link #reset()} has been called.
89 * or since {@link #reset()} has been called.
  /external/skia/include/core/
SkPathMeasure.h 21 a different path (or null), since the measure object keeps a pointer to the
29 a different path (or null), since the measure object keeps a pointer to the

Completed in 1112 milliseconds

<<31323334353637383940>>