HomeSort by relevance Sort by last modified time
    Searched full:idea (Results 26 - 50 of 2107) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/rc2/
version 14 the ones taken from idea and des :-). I have implemented them as
17 far I trust it. It is about the same speed as IDEA and DES.
18 So if you are paranoid, used Tripple DES, else IDEA. If RC2
  /frameworks/base/docs/html/sdk/installing/
migrate.jd 9 <li><a href="http://confluence.jetbrains.com/display/IntelliJIDEA/FAQ+on+Migrating+to+IntelliJ+IDEA"
10 class="external-link">IntelliJ FAQ on migrating to IntelliJ IDEA</a></li>
13 <li><a href="http://confluence.jetbrains.com/display/IntelliJIDEA/FAQ+on+Migrating+to+IntelliJ+IDEA" class="external-link"
41 read <a href="http://confluence.jetbrains.com/display/IntelliJIDEA/FAQ+on+Migrating+to+IntelliJ+IDEA"
42 class="external-link">FAQ on Migrating to IntelliJ IDEA</a>.</p>
studio-tips.jd 17 <li><a href="http://wiki.jetbrains.net/intellij/Android">IntelliJ IDEA Android Tutorials</a></li>
18 <li><a href="http://confluence.jetbrains.com/display/IntelliJIDEA/FAQ+on+Migrating+to+IntelliJ+IDEA">IntelliJ FAQ on migrating to IntelliJ IDEA</a></li>
24 <p>If you're unfamiliar with using Android Studio and the IntelliJ IDEA interface, this page
90 <p>For complete user documentation for the IntelliJ IDEA interface (upon which Android Studio
92 <a href="http://www.jetbrains.com/idea/documentation/index.jsp">IntelliJ IDEA documentation</a>.</p>
263 <a href="http://www.jetbrains.com/idea/documentation/index.jsp">IntelliJ IDEA</a>
  /external/clang/test/SemaCXX/
cxx1y-sized-deallocation.cpp 13 void *operator new(size_t bad, size_t idea);
  /external/skia/dm/
DMTaskRunner.h 9 // It's typically a good idea to run fewer GPU threads than CPU threads (go nuts with those).
  /external/llvm/docs/HistoricalNotes/
2000-12-06-EncodingIdea.txt 4 Subject: Additional idea with respect to encoding
6 Here's another idea with respect to keeping the common case instruction
2001-01-31-UniversalIRIdea.txt 6 I have a budding idea about making LLVM a little more ambitious: a
11 The idea would be that LLVM would provide a standard set of runtime features
30 convince people. E.g., the idea of providing a package of separable
  /external/openssl/crypto/evp/
e_idea.c 66 #include <openssl/idea.h>
90 BLOCK_CIPHER_func_cbc(idea, idea, EVP_IDEA_KEY, ks)
91 BLOCK_CIPHER_func_ofb(idea, idea, 64, EVP_IDEA_KEY, ks)
92 BLOCK_CIPHER_func_cfb(idea, idea, 64, EVP_IDEA_KEY, ks)
94 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_perf.h 17 // The idea is to put as many webrtc-related metrics as possible into the
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
unicont.h 14 * Idea for new common interface underneath the normal UnicodeSet
  /external/chromium_org/tools/gn/
item.cc 33 return "this thing that I have no idea what it is";
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_dispatcher_client.h 15 // TODO(erg): I won't lie to you; I have no idea what this is or what it does.
  /external/clang/test/PCH/
source-manager-stack.c 1 // Test that the source manager has the "proper" idea about the include stack
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h 14 * Idea for new common interface underneath the normal UnicodeSet
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 22 * is a bad idea to assume a class is thread-safe without good reason.
  /external/valgrind/main/memcheck/tests/linux/
with-space.vgtest 8 # have to modify the contents of the .dSYM. Another idea would be to avoid
  /ndk/tests/standalone/init-fini-arrays/
README 15 The main idea is to check that there is no .ctors or .dtors section in the
  /external/jemalloc/include/jemalloc/internal/
ckh.h 11 /* Maintain counters used to get an idea of performance. */
34 /* Counters used to get an idea of performance. */
  /external/openssl/apps/
progs.pl 74 "des", "des3", "desx", "idea", "seed", "rc4", "rc4-40",
80 "idea-cbc","idea-ecb", "idea-cfb", "idea-ofb",
93 elsif ($_ =~ /idea/) { $t="#ifndef OPENSSL_NO_IDEA\n${t}#endif\n"; }
  /frameworks/base/docs/html/tools/
workflow.jd 119 <h3 id="IntelliJ">Developing in IntelliJ IDEA</h3>
125 IntelliJ IDEA is a powerful Java IDE from JetBrains that provides
141 <a href="http://www.jetbrains.com/idea">IntelliJ IDEA official website</a>
144 <a href="http://www.jetbrains.com/idea/features/google_android.html">Android support in IntelliJ IDEA</a>
147 <a href="http://wiki.jetbrains.net/intellij/Android">IntelliJ IDEA Android Tutorials</a>
  /external/eigen/Eigen/src/plugins/
MatrixCwiseUnaryOps.h 55 * \warning this performs an exact comparison, which is generally a bad idea with floating-point types.
57 * generally a far better idea to use a fuzzy comparison as provided by isApprox() and
  /external/kernel-headers/original/uapi/linux/
vt.h 51 #define VT_RESIZE 0x5609 /* set kernel's idea of screensize */
61 #define VT_RESIZEX 0x560A /* set kernel's idea of screensize + more */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
vt.h 51 #define VT_RESIZE 0x5609 /* set kernel's idea of screensize */
61 #define VT_RESIZEX 0x560A /* set kernel's idea of screensize + more */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
vt.h 51 #define VT_RESIZE 0x5609 /* set kernel's idea of screensize */
61 #define VT_RESIZEX 0x560A /* set kernel's idea of screensize + more */
  /development/tools/idegen/
README 1 IDEGen automatically generates Android IDE configurations for IntelliJ IDEA
9 IDEA needs a lot of memory. Add "-Xms748m -Xmx748m" to your VM options
10 in "IDEA_HOME/bin/idea.vmoptions" on Linux or
11 "IntelliJ IDEA.app/Contents/Info.plist" on OS X.

Completed in 607 milliseconds

12 3 4 5 6 7 8 91011>>