HomeSort by relevance Sort by last modified time
    Searched full:hard (Results 526 - 550 of 3066) sorted by null

<<21222324252627282930>>

  /external/linux-tools-perf/config/
utilities.mak 142 # trying too hard and getting things wrong).
152 # trying too hard and getting things wrong).
  /external/llvm/lib/Support/
regengine.inc 349 /* cases where length of match is hard to find */
494 int hard;
503 hard = 0;
504 for (ss = startst; !hard && ss < stopst; ss++)
569 hard = 1;
572 if (!hard) { /* that was it! */
579 /* the hard stuff */
580 AT("hard", sp, stop, ss, stopst);
  /external/webrtc/test/testsupport/
fileutils_unittest.cc 165 // Hard to cover all platforms. Just test that it returns something without
171 // Due to multiple platforms, it is hard to make a complete test for
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 21 android:<a href="#hard">reqHardKeyboard</a>=["true" | "false"]
67 <dt><a name="hard"></a>{@code android:reqHardKeyboard}</dt>
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 344 /* cases where length of match is hard to find */
485 int hard; local
494 hard = 0;
495 for (ss = startst; !hard && ss < stopst; ss++)
560 hard = 1;
563 if (!hard) { /* that was it! */
570 /* the hard stuff */
571 AT("hard", sp, stop, ss, stopst);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 52 // Darwin's rather strange "double double" is rather hard to
145 // Sun's compiler emits a hard error if a constant underflows,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 174 __u32 limit; /* HARD maximal queue length (bytes) */
210 __u32 limit; /* HARD maximal queue length (bytes) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 174 __u32 limit; /* HARD maximal queue length (bytes) */
210 __u32 limit; /* HARD maximal queue length (bytes) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 174 __u32 limit; /* HARD maximal queue length (bytes) */
210 __u32 limit; /* HARD maximal queue length (bytes) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
ptcp154.py 133 0x00da: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
165 0x00fa: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
ptcp154.py 133 0x00da: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
165 0x00fa: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 164 /** Tag value for a hard, or mandatory line break */
166 /** Upper bound for hard line breaks. */
183 * hard separator (CR, LF, PS, etc.)
190 * are ended only by a hard separator (CR, LF, PS, etc.) or end of input.
195 /** Tag value for a hard, or mandatory line break */
  /external/icu4c/common/unicode/
ubrk.h 164 /** Tag value for a hard, or mandatory line break */
166 /** Upper bound for hard line breaks. */
183 * hard separator (CR, LF, PS, etc.)
190 * are ended only by a hard separator (CR, LF, PS, etc.) or end of input.
195 /** Tag value for a hard, or mandatory line break */
  /external/libvorbis/doc/vorbisenc/
overview.html 164 setting is a hard limit; the bitstream will never be allowed, under
188 impose a hard limit; it is used to nudge the bitrate toward the
191 behavior. Because this setting alone is not used to impose hard
209 aggressive psychoacoustic model.<p> This setting is a hard limit; the
343 <td>lowpass</td> <td> Sets the hard lowpass of a given encoding mode;
  /external/yaffs2/yaffs2/
yaffs_guts.h 198 unsigned extraEquivalentObjectId; /* Equivalent object Id if it is a hard link */
301 /* Thes following apply to directories, files, symlinks - not hard links */
317 /* Equivalent object id applies to hard links only. */
367 * - a hard link
424 struct list_head hardLinks; /* all the equivalent hard linked objects */
  /docs/source.android.com/src/source/
known-issues.jd 87 <p><strong>Cause</strong>: Some DNS systems have a hard time coping with the
90 <p><strong>Fix</strong>: Manually resolve the relevant hostnames, and hard-code
98 <p>You can then hard-code them locally by editing <code>/etc/hosts</code>, and
  /external/bison/
TODO 36 %destroy and %printer make them hard to reuse. For instance, the user
41 which is hard to reuse elsewhere since it wants to use
162 Extend with error productions. The hard part will probably be finding
  /external/chromium/webkit/glue/
webkit_glue.gypi 98 # own hard dependencies.
436 # When glue is a dependency, it needs to be a hard dependency.
438 # own hard dependencies.
  /external/llvm/unittests/Support/
Path.cpp 191 // same unique id. We can test this by making a hard link.
255 // Create a hard link to Temp1.
269 // Remove the hard link.
  /external/qemu/block/
vpc.c 70 // Checksum of the Hard Disk Footer ("one's complement of the sum of all
74 // UUID used to identify a parent hard disk (backing file)
527 // Prepare the Hard Disk Footer
  /external/grub/docs/
grub.texi 303 Support reading data from any or all floppies or hard disk(s) recognized
397 Here, @samp{hd} means it is a hard disk drive. The first integer
398 @samp{0} indicates the drive number, that is, the first hard disk, while
402 one. This expression means the second partition of the first hard disk
410 This specifies the first @dfn{extended partition} of the first hard disk
413 partitions on your hard disk.
419 This means the BSD @samp{a} partition of the second hard disk. If you
455 partition of the first hard disk drive. Note that the argument
471 drive (floppy or hard disk). There are two ways of doing that - either
479 if, by any chance, your hard drive becomes unusable (unbootable)
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 91 fprintf(stderr, "LIMIT := { time-soft | time-hard | time-use-soft | time-use-hard } SECONDS |\n");
92 fprintf(stderr, " { byte-soft | byte-hard } SIZE | { packet-soft | packet-hard } COUNT\n");
549 fprintf(fp, "hard %u", xpexp->hard);
xfrm_state.c 110 fprintf(stderr, "LIMIT := { time-soft | time-hard | time-use-soft | time-use-hard } SECONDS |\n");
111 fprintf(stderr, " { byte-soft | byte-hard } SIZE | { packet-soft | packet-hard } COUNT\n");
805 fprintf(fp, "hard %u", xexp->hard);
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 418 /* cases where length of match is hard to find */
578 int hard; local
591 hard = 0;
592 for (ss = startst; !hard && ss < stopst; ss++)
657 hard = 1;
660 if (!hard) { /* that was it! */
667 /* the hard stuff */
668 AT("hard", sp, stop, ss, stopst);
  /cts/tests/res/values/
strings.xml 113 <string name="hard">Hard</string>

Completed in 697 milliseconds

<<21222324252627282930>>