HomeSort by relevance Sort by last modified time
    Searched refs:will (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium/net/data/proxy_resolver_v8_unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /external/webkit/WebCore/manual-tests/inspector/resources/
script-error.js 2 this.will.be.an.error = 1;
  /external/icu4c/samples/ufortune/
fortunedefs.mk 6 # dll - will create a dynamically linked library
10 # static - will statically link data into ufortune
12 # common - will create fortune_resources.dat in the resources subdir
15 # files - will use separate files, such as es.res, fi.res, etc.
  /dalvik/vm/mterp/x86/
OP_INT_TO_LONG.S 6 SPILL(rPC) # will step on edx later
OP_EXECUTE_INLINE.S 6 * We will be calling through a function table:
19 call .L${opcode}_continue # make call; will return after
66 # will return to caller of .L${opcode}_continue
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
  /development/ndk/samples/two-libs/jni/
Android.mk 23 # first lib, which will be built statically
32 # second lib, which will depend on and include the first one
  /hardware/libhardware/
Android.mk 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 25 s += s; // This will expand the string at the end using UString::expandCapacity
35 s += t; // This will expand the string at the beginning using UString::expandPreCapacity
47 s = [s, s].join(); // This will expand the string using UString::append.
  /build/core/combo/arch/arm/
armv4t.mk 6 # in StrongArm and arm8). Supporting armv4 will require a lot of conditional
  /build/target/product/
generic_x86.mk 30 # that isn't a wifi connection. This will instruct init.rc to enable the
  /device/htc/common/
README.ecclist_for_mcc.conf 17 ecclist_for_mcc.conf contains emergency number of countries, which will be used to
  /external/netcat/data/
showmount.d 4 # Using this with "2", plugged into "nc -u -v -w 2 victim X-Y" will
  /external/v8/test/mjsunit/
debug-step.js 32 // Simple debug event handler which first time hit will perform 1000 steps and
33 // second time hit will evaluate and store the value of "i". If requires that
66 // Check that performing 1000 steps will make i 499.
73 // for loop (line 2) will only make i 0 as a real break point breaks even when
  /hardware/libhardware_legacy/
Android.mk 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
  /packages/providers/ContactsProvider/
Android.mk 16 # application. This configuration line selects which packages will be analyzed,
  /external/dropbear/libtommath/
bn.tex 76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
121 library (resource) will be called ``libtommath.la'' while the static library called ``libtommath.a''. Generally
135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and verify the
136 results. ``mtest/mtest'' will generate test vectors using the MPI library by Michael Fromberger\footnote{A copy of MP
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 144 {\bf own} crypto library and hopefully along the way others will appreciate the work.
154 configurable in terms of its build options. Out of the box the library will build with any modern version of GCC
155 without having to use configure scripts. This means that the library will work with platforms where development
227 that return {\bf int} will return {\bf CRYPT\_OK} if the function was successful, or one of the many error codes
228 if it failed. Certain functions that return int will return $-1$ to indicate an error. These functions will be explicitly
320 must pass it the length of the buffer where the output will be stored. For example:
341 /* if rsa_export() was successful then x will have
353 \textit{x} so that the calling application will know how many bytes were used.
355 As of v1.13, most functions will update your length on failure to indicate the size required by the function. Not all function
    [all...]
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 48 # so we use a tiny trampoline that will get relocated
crtbegin_static.S 48 # so we use a tiny trampoline that will get relocated
  /bionic/libc/arch-sh/bionic/
crtbegin_static.S 48 # so we use a tiny trampoline that will get relocated
  /bionic/libdl/
Android.mk 11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
12 # to provide those symbols, but will instead pull them from libgcc.a. Specifically,
  /dalvik/
Android.mk 53 # The "touch -c $(DX)" is a hack that we know will force
55 # we won't touch it (-c) and the normal build will create
  /external/libvpx/vp8/common/ppc/
copy_altivec.asm 19 ;# Make the assumption that input will not be aligned,
20 ;# but the output will be. So two reads and a perm
  /ndk/build/core/
check-cygwin-make.mk 21 # case, early, we will be able to dump a human-readable error
36 # GNU Make, even if launched from a Cygwin shell, will not

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011