HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 401 - 422 of 422) sorted by null

<<11121314151617

  /external/v8/src/
liveedit-debugger.js 6 // * Redistributions of source code must retain the above copyright
31 // A LiveEdit namespace. It contains functions that modifies JavaScript code
39 // version of the script) it remains unchanged, but the code that could
140 // Collect shared infos for functions whose code need to be patched.
305 // Replaces function's Code.
313 // The function got a new code. However, this new code brings all new
513 // The code of a function remains unchanged, but something happened inside
516 // The code of a function is changed or some nested function cannot be
541 // in UI, we use 'pure' level for actual code manipulation
    [all...]
profile-generator.cc 6 // * Redistributions of source code must retain the above copyright
884 // As actual number of decoded code entries may vary, initialize
892 // Don't use PC when in external callback code, as it can point
893 // inside callback's code, and we will erroneously report
2040 Code* code = Code::cast(obj); local
    [all...]
liveobjectlist.cc 6 // * Redistributions of source code must retain the above copyright
119 v(Code, "meta: Code") \
194 if (strcmp(key_str, "code") == 0) return CODE_SPACE;
    [all...]
messages.js 6 // * Redistributions of source code must retain the above copyright
65 // instanceof $Error" because user code can replace
66 // NativeError.prototype.__proto__. User code cannot replace
135 "code_gen_from_strings", ["Code generation from strings disallowed for this context"],
219 "strict_mode_with", ["Strict mode code may not include a with statement"],
239 "strict_function", ["In strict mode code, functions can only be declared at top level or immediately within another function." ],
291 // Returns the source code line containing the given source
452 * Get a slice of source code from the script. The boundaries for the slice is
    [all...]
  /external/dropbear/libtommath/
bn.tex 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating
76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous
85 As of the v0.25 the library source code has been placed in the public domain with every new release. As of the v0.28
247 source code public domain (unlike various other GPL/etc licensed code), not only is the code freely downloadable but the
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
251 LibTomMath was written to be an instructive collection of source code. This is why there are many comments, only one
255 Source code alone cannot really teach how the algorithms work which is why I also wrote a textbook that accomp (…)
    [all...]
  /external/libmtp/src/
ptp.h 51 uint16_t Code;
88 uint16_t code; member in struct:_PTPUSBBulkContainer
109 uint16_t code; member in struct:_PTPUSBEventContainer
455 * associated with them "Vendor-defined Command Code"
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 377 /// @code
    [all...]
SemaTemplate.cpp 232 // The code is missing a 'template' keyword prior to the dependent template
    [all...]
  /external/bison/
maint.mk 216 # comments that mention why the nearby code uses an alternative
352 # Don't use *scanf or the old ato* functions in "real" code.
429 # Don't use cpp tests of this symbol. All code assumes config.h is included.
822 # Perl -lne code to extract "significant" cpp-defined symbols from a
825 # and hence sometimes must/may be defined in application code.
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/dropbear/libtomcrypt/
crypt.tex 151 application can support all ciphers/hashes/prngs/bignum without changing the source code.
181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case})
229 commented upon. When a function does return a CRYPT error code it can be translated into a string with
253 There is no initialization routine for the library and for the most part the code is thread safe. The only thread
351 In the above example if the size of the RSA public key was more than 1024 bytes this function would return an error code
658 the file \textit{tomcrypt\_cfg.h}. The first option is \textit{TWOFISH\_SMALL} which when defined will force the Twofish code
661 defined will force the Twofish code to use pre-computed tables for the two s-boxes $q_0, q_1$ as well as the multiplication
662 by the polynomials 5B and EF used in the MDS multiplication. As a result the code is faster and slightly larger. The
673 \hline undefined & defined & Faster key setup, larger code. \
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1224 milliseconds

<<11121314151617