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

<<31323334353637383940>>

  /external/protobuf/src/google/protobuf/
test_util.h 60 // repeated fields of the messsage (which should already have been
68 // Check that all fields have the values that they should have after
90 // Check that all fields have their default values.
102 // Check that all repeated fields have had their last elements removed.
108 // Check that all repeated fields have had their first and last elements
158 // We have to split this into three function otherwise it creates a stack
  /external/strace/
PORTING 3 platform. :-) Since I have ported strace to a few platforms already I
4 have some advice to the would-be strace porter.
8 I have seen two mechanisms which support system call tracing. They
28 If you have arrived here, your OS should have ptrace or proc or you
29 should have a high tolerance for pain. Then again, curious but
55 Finally, once you have the basic framework in which system calls and
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 17 files that flex creates to have 'KAHL' as the creator you'll need to apply
24 I have merged the sources for Flex version 2.3.7 with the older version
25 which was hacked for THINK C version 4. I have conditionalized the code
28 4 and as 5 in version 5). I have put in some missing prototypes, so it
58 changes were minor, and many of them would have been unnecessary if the
63 THINK C users may find it convenient to have the output text files written
87 The solution I have implemented for the THINK C version of Flex is to
  /frameworks/native/opengl/specs/
EGL_ANDROID_recordable.txt 39 rendered image as a video each time eglSwapBuffers gets called, may have
104 RESOLVED: It should not affect sorting. Some implementations may not have
106 implementations should not have to double-up some of their configs to one
107 sort earlier than . Implementations that do have drawbacks can use the
123 EGLConfig would likely have the EGL_SLOW_CONFIG caveat because using that
131 read. The EGLConfig would likely not need to have any caveat set, as using
132 this config for normal window rendering would not have any added cost.
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java 18 * feature flag will have the value <em>true</em>.
29 * it will of necessity also have been declared (<em>isDeclared()</em>)
32 * must have been declared.
76 * namespace URI associated with an attribute may not have come from
77 * the DTD. The declaration will have applied to the attribute's
107 * namespace URI associated with an attribute may not have come from
108 * the DTD. The declaration will have applied to the attribute's
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 15 You should have received a copy of the GNU Lesser General Public
26 /* Processes have a saved set-user-ID and a saved set-group-ID. */
69 /* Tell we have POSIX threads. */
72 /* We have the reentrant functions described in POSIX. */
129 /* We have a POSIX shell. */
141 /* We have POSIX timers. */
168 /* We have at least one terminal. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 15 You should have received a copy of the GNU Lesser General Public
26 /* Processes have a saved set-user-ID and a saved set-group-ID. */
69 /* Tell we have POSIX threads. */
72 /* We have the reentrant functions described in POSIX. */
129 /* We have a POSIX shell. */
141 /* We have POSIX timers. */
168 /* We have at least one terminal. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 15 You should have received a copy of the GNU Lesser General Public
26 /* Processes have a saved set-user-ID and a saved set-group-ID. */
69 /* Tell we have POSIX threads. */
72 /* We have the reentrant functions described in POSIX. */
129 /* We have a POSIX shell. */
141 /* We have POSIX timers. */
168 /* We have at least one terminal. */
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 19 // on the encoding side, it is useful to have a representation that
44 // to create the instruction->opcode mappings. The caller *must* have
56 // Returns kNoOpcode if the code table does not have any matching
61 // doesn't have a fixed size value.
64 // because any code table that passed the Validate() check should have a way
73 // Given a first opcode (presumed to have been returned by a previous call to
80 // doesn't have a fixed size value.
145 // so these arrays would have 19 elements representing values 0
189 // have 7 elements representing values 0 through 6.)
  /external/ipsec-tools/src/racoon/doc/
README.plainrsa 39 2) When the process completes, you should have a text file that
54 3) You should now have two files, boston.priv and boston.pub
58 Boston should have (1) its own key pair, and (2) Chicago's public key
60 it is not necessary, and (b) you would now have two potential places
70 directory you have just specified it will fail the authentication
87 5) You have finished configuring the host for RSA authentication.
96 1) You have placed all the keys in the directory that is specified by
100 2) You have specified correctly the host's own private key and the
102 3) You have specified the "rsasig" method for authentication in the
  /libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java 167 assertFalse("Shouldn't have flipped bit " + i, bs.get(i));
177 assertTrue("Shouldn't have cleared bit " + i, bs.get(i));
183 assertTrue("Shouldn't have flipped bit " + i, !bs.get(i));
194 assertFalse("Shouldn't have flipped bit " + i, bs.get(i));
205 assertFalse("Shouldn't have flipped bit " + i, bs.get(i));
217 assertFalse("Shouldn't have flipped bit " + i, bs.get(i));
219 assertTrue("Shouldn't have cleared bit " + i, bs.get(i));
227 assertFalse("Shouldn't have flipped bit " + i, bs.get(i));
229 assertTrue("Shouldn't have cleared bit " + i, bs.get(i));
233 assertFalse("Shouldn't have flipped bit " + i, bs.get(i))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/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
  /dalvik/dx/src/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
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_STRING_INDEXOF.S 4 * Requires r0 to have been previously checked for null. Will
23 * At this point, we have:
52 * At this point we have:
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
DefaultValues.java 37 * An easy way to do this is to have a common function for retrieving the
43 // we do not have unexpected name conflicts, and the framework can correctly
44 // determine whether these preferences' defaults have already been written.
  /development/tools/idegen/
excluded-paths 12 # can't have two classes with the same name at once. In the future, we'll
14 # build, so we won't have to worry about duplicate names any more than the
36 # typically have their own IDE configurations anyway.
  /external/antlr/antlr-3.4/runtime/CSharp2/
API CHANGES.TXT 9 Removed any obsolete API. Lots of properties and methods have been turned virtual. Constants in UPPERCASE_ONLY have been turned into UppercaseOnly.
36 Antlr.Runtime.Tree.RewriteRuleElementStream is no longer generic (this causes appropriate changes to the derived classes). Usually T and SpecializingType have been replaced with "object".
  /external/bison/
GNUmakefile 19 # You should have received a copy of the GNU General Public License along
33 have-Makefile := $(shell test -f Makefile && echo yes)
37 ifeq ($(have-Makefile),yes)
  /external/bison/lib/
gnulib.mk 15 # doesn't have one that works with the given compiler.
46 # doesn't have one that works.
65 # <unistd.h> when the system doesn't have one.
mbswidth.h 14 You should have received a copy of the GNU General Public License
41 character. Otherwise, assume invalid characters have width 1. */
45 Otherwise, assume unprintable characters have width 0 if they are
  /external/bison/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/chromium/chrome/browser/extensions/
user_script_listener.h 61 // Replaces our url pattern list. This is only used when patterns have been
82 // A list of URL patterns that have will have user scripts applied to them.
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 29 // expected to be initialized and loaded. You must have set a valid
39 // Changes have been applied to the backend model and are ready to be
65 bool running_; // True if we have been told it is safe to process changes.
  /external/chromium/chrome/browser/ui/cocoa/
menu_button.h 22 // can have a separate target-action but will open the menu when clicked and
23 // held. This is used for the toolbar back/forward buttons, which have a
34 // The menu to display. Note that it should have no (i.e., a blank) title and
  /external/chromium/chrome/common/
launchd_mac.h 60 // |name| should not have an extension.
65 // |name| should not have an extension.
72 // |name| should not have an extension.

Completed in 859 milliseconds

<<31323334353637383940>>