HomeSort by relevance Sort by last modified time
    Searched full:have (Results 826 - 850 of 39049) sorted by null

<<31323334353637383940>>

  /external/chromium/net/http/
http_alternate_protocols.h 6 // of which HTTP HostPortPairs have an alternate protocol that can be used
51 // Reports whether or not we have received Alternate-Protocol for
74 // If we don't have an alternate protocol in the map for any given host/port
  /external/chromium/testing/gtest/samples/
sample1.cc 54 // Now, we have that n is odd and n >= 3.
58 // We only have to try i up to the squre root of n
61 // Now, we have i <= n/i < n.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3.cpp 16 if (auto b) {} // expected-error {{must have an initializer}}
17 for (;auto b;) {} // expected-error {{must have an initializer}}
18 while (auto b) {} // expected-error {{must have an initializer}}
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 4 // have been implicitly declared as constexpr.
9 constexpr S1 &operator=(const S1&) = default; // expected-error {{explicitly-defaulted copy assignment operator may not have}}
10 constexpr S1 &operator=(S1&&) = default; // expected-error {{explicitly-defaulted move assignment operator may not have}}
  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 5 template<typename ...Types = int> // expected-error{{template parameter pack cannot have a default argument}}
8 template<int ...Values = 0> // expected-error{{template parameter pack cannot have a default argument}}
13 template<template<class> class ...Templates = vector> // expected-error{{template parameter pack cannot have a default argument}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
TranslationAdvice.java 30 * last argument must have a type which indicates it is a known constant.)
31 * The instruction associated must have exactly two sources.
55 * For example, Dex bytecode does not have instruction forms that take
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
overview.html 29 and to verify whether a build result may have scenario showing performance regression.
32 In this results are displayed in a hierarchical tree which have a similar structure
37 results looks weird to have the ability to verify that the numbers looks correct
  /external/elfutils/m4/
iconv.m4 22 dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
59 AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.])
  /external/gtest/samples/
sample1.cc 54 // Now, we have that n is odd and n >= 3.
58 // We only have to try i up to the squre root of n
61 // Now, we have i <= n/i < n.
  /external/icu4c/common/
cmemory.c 13 * If you have a need to replace ICU allocation, this is the
35 /* Flag indicating whether any heap allocations have happened.
36 * Used to prevent changing out the heap functions after allocations have been made */
  /external/iptables/libipq/
ipq_set_verdict.3 15 .\" You should have received a copy of the GNU General Public License
38 parameter is a context handle which must previously have been returned
62 not be used from userspace as their exact side effects have not been
  /external/junit/src/org/junit/runner/notification/
RunListener.java 12 * <p>For example, suppose you have a <code>Cowbell</code>
37 * Called before any tests have been run.
44 * Called when all tests have finished
  /external/kernel-headers/original/asm-mips/
stat.h 32 * but we don't have it under Linux.
70 * but we don't have it under Linux.
111 * but we don't have it under Linux.
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebate.txt 59 functions, and have to look up an example when they have to write them.
61 In my opinion, it is critically important to have clear and concise type
  /external/mesa3d/docs/
README.LYNXOS 6 This will build all the libraries and demo applications. You should have
56 I have tested Mesa under LynxOS 3.0 and 3.01. It should build fine under
59 binary compatible, so you will have to rebuild from source.
fbdev-dri.html 52 Check if you have libpciaccess installed:
75 directory. If you have a libpciaccess.a in /usr/lib you may simply copy
105 identical to the version you have compiled, you can simply over write
106 your new "ko" files over older ones. If you have compiled a different
114 <p>This file may be missing if you have not installed linux header files.
127 to build your linux-solo. You probably wont have this utility. You can
156 When complete you should have the following:
205 If you have Intel i915/i945 hardware:
213 If you have ATI Radeon/R200 hardware:
221 If you have ATI Rage 128 hardware
    [all...]
  /external/openssh/
aclocal.m4 47 AC_DEFINE($3, 1, [Define if you have $1 in $2])
57 dnl have to test to find something that will work.
64 # Systems have either "struct sockaddr *" or
  /external/proguard/src/proguard/optimize/peephole/
MemberPrivatizer.java 17 * You should have received a copy of the GNU General Public License along
31 * they have been marked by a NonPrivateMemberMarker. The invocations of
32 * privatized methods still have to be fixed.
  /external/protobuf/gtest/samples/
sample1.cc 54 // Now, we have that n is odd and n >= 3.
58 // We only have to try i up to the squre root of n
61 // Now, we have i <= n/i < n.
  /external/skia/include/gpu/
GrResource.h 23 // subclass should have released this.
61 * for this to return NULL. When resources have been release()ed or
62 * abandon()ed they no longer have an unknowning context. Destroying a
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8-2-n.js 34 The Math object does not have a [[Construct]] property; it is not possible
37 The Math object does not have a [[Call]] property; it is not possible to
79 testcases[tc].reason += "Math does not have the [Construct] property";
15.8-3-n.js 34 The Math object does not have a [[Construct]] property; it is not possible
37 The Math object does not have a [[Call]] property; it is not possible to
77 testcases[tc].reason += "Math does not have the [Call] property";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regexp-enumerate-001.js 6 If instance Native Object have properties that are enumerable,
39 * This test expects RegExp instances to have four enumerated properties:
42 * 99.01.25: now they also have a multiLine instance property.
  /external/webkit/Source/WebCore/platform/cf/
RunLoopTimerCF.cpp 31 #if PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
59 ASSERT_WITH_MESSAGE(m_timer, "Timer must have one of the start functions called before calling schedule().");
85 #endif // PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseFirstEOL.pl 15 # You should have received a copy of the GNU Lesser General Public
35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title);
51 ok(firstEOLInString("This line ends with a Mac line ending.\rThis line doesn't have a line ending.") eq "\r", $title);

Completed in 503 milliseconds

<<31323334353637383940>>