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

<<41424344454647484950>>

  /external/srec/portable/src/
pmemory.c 241 /* it is not thread safe: hard to protect the createMutex()
295 /* it is not thread safe: hard to protect the deleteMutex()
  /external/tinyxml/
readme.txt 21 The best place for the complete, correct, and quite frankly hard to
330 hard coded.
  /frameworks/base/docs/html/training/articles/
perf-tips.jd 412 framework for Java. Microbenchmarks are hard to get right, so Caliper goes out
413 of its way to do the hard work for you, and even detect some cases where you're
  /frameworks/base/services/java/com/android/server/content/
ContentService.java     [all...]
  /ndk/build/tools/
build-gcc.sh 480 # - The toolchain install script actually use hard-links
481 # - Tar automatically detects hard links and will only store a
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 365 // This is screen is very hard to animate properly, because there is such a hard
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 377 // We hard-code the "contactsAreAvailable" argument because doing it properly would
757 /* TODO krelease: This is only relevant for phones that have a hard button search key (i.e.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 81 #define CDROMRESET 0x5312 /* hard-reset the drive */
380 #define CDC_RESET 0x200 /* hard reset device */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 81 #define CDROMRESET 0x5312 /* hard-reset the drive */
380 #define CDC_RESET 0x200 /* hard reset device */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 81 #define CDROMRESET 0x5312 /* hard-reset the drive */
380 #define CDC_RESET 0x200 /* hard reset device */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 152 # Hard-code may override unix-compiler settings and isn't
154 # Hard-code GCC because that's what this is all about.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 654 # should BuiltinImporter exist in sys.path or hard-wired in ImportManager?
668 # push MAL's mapper into sys.path[0] as a cache (hard-coded for apps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 152 # Hard-code may override unix-compiler settings and isn't
154 # Hard-code GCC because that's what this is all about.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 654 # should BuiltinImporter exist in sys.path or hard-wired in ImportManager?
668 # push MAL's mapper into sys.path[0] as a cache (hard-coded for apps)
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 499 buttonsText = doc.createTextNode("hard");
662 return "hard";
  /sdk/files/
devices.xml 47 <d:buttons>hard</d:buttons>
129 <d:buttons>hard</d:buttons>
  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc 173 #define HARD "[ -~]*ABCDEFGHIJKLMNOPQRSTUVWXYZ$"
215 void Search_Hard_CachedDFA(int i, int n) { Search(i, n, HARD, SearchCachedDFA); }
216 void Search_Hard_CachedNFA(int i, int n) { Search(i, n, HARD, SearchCachedNFA); }
217 void Search_Hard_CachedPCRE(int i, int n) { Search(i, n, HARD, SearchCachedPCRE); }
218 void Search_Hard_CachedRE2(int i, int n) { Search(i, n, HARD, SearchCachedRE2); }
    [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 173 #define HARD "[ -~]*ABCDEFGHIJKLMNOPQRSTUVWXYZ$"
215 void Search_Hard_CachedDFA(int i, int n) { Search(i, n, HARD, SearchCachedDFA); }
216 void Search_Hard_CachedNFA(int i, int n) { Search(i, n, HARD, SearchCachedNFA); }
217 void Search_Hard_CachedPCRE(int i, int n) { Search(i, n, HARD, SearchCachedPCRE); }
218 void Search_Hard_CachedRE2(int i, int n) { Search(i, n, HARD, SearchCachedRE2); }
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 269 const FPURegister f0 = { 0 }; // Return value in hard float mode.
281 const FPURegister f12 = { 12 }; // Arg 0 in hard float mode.
283 const FPURegister f14 = { 14 }; // Arg 1 in hard float mode.
    [all...]
  /external/dnsmasq/po/
de.po 158 # @Simon: I know it sounds a bit clumsy in english, but "fork" would be hard to understand
171 # @Simon: "Geräte" is about "hard-devices". There is a word for "host" (it is "Wirt") but it would be misleading.
172 # @Simon: My online dict suggest "Rechner" (= Computer), but I think "hard-devices" is better because it's more general.
  /external/llvm/include/llvm/Support/
FileSystem.h 303 /// @brief Create a hard link from \a from to \a to.
305 /// @param to The path to hard link to.
306 /// @param from The path to hard link from. This is created.
    [all...]
  /external/stlport/doc/
FAQ 259 The conclusion is: "Using Wrapper mode is very hard and we removed support
537 fully supported by STLport. Platform independant localization tests are very hard
539 In STLport unit tests suite we have hard coded some expected values. Those values
  /external/v8/src/mips/
assembler-mips.h 286 const FPURegister f0 = { 0 }; // Return value in hard float mode.
298 const FPURegister f12 = { 12 }; // Arg 0 in hard float mode.
300 const FPURegister f14 = { 14 }; // Arg 1 in hard float mode.
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/publish/
localizing.jd 156 <p>If you hard-code your formats based on assumptions about the user's locale,
197 file. Do not hard-code any strings into your compiled code&mdash;hard-coded
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 676 * run_make_tests.pl (set_more_defaults): Hard-code the LANG to C
788 used to use utime() to hard-set the time based on the current
793 time based on the _server's_ clock. Hard-setting it based on the

Completed in 1292 milliseconds

<<41424344454647484950>>