/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/v8/src/ |
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/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...] |
/external/clang/lib/Sema/ |
SemaTemplate.cpp | 234 // The code is missing a 'template' keyword prior to the dependent template [all...] |
SemaDecl.cpp | 377 /// @code [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | 10 # * Redistributions of source code must retain the above copyright 53 # Restrict to code paths that involve an entry that matches "Mutex" 56 # Restrict to code paths that involve an entry that matches "Mutex" 173 necessary server-side support code, see this filename (or one like it): 252 Restricts to code paths including a .*Mutex.* entry 254 Code paths including Mutex but not string 301 # Cache from filename/linenumber to source code 704 # Temporary code to detect if we're running on a Goobuntu system. 707 # to using the normal stdio code, rather than the fancier readline-based 708 # code [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | 10 # * Redistributions of source code must retain the above copyright 53 # Restrict to code paths that involve an entry that matches "Mutex" 56 # Restrict to code paths that involve an entry that matches "Mutex" 173 necessary server-side support code, see this filename (or one like it): 252 Restricts to code paths including a .*Mutex.* entry 254 Code paths including Mutex but not string 301 # Cache from filename/linenumber to source code 704 # Temporary code to detect if we're running on a Goobuntu system. 707 # to using the normal stdio code, rather than the fancier readline-based 708 # code [all...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/ |
bcel-2.0.1.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | 13 // The code has been adapted for use as a benchmark by Google. 26 // Check if all the types required by the code are supported. 213 // Original code from Grant Galitz follows. 225 var base64 = GameBoyWindow.btoa(data); //Use this native function when it's available, as it's a magnitude faster than the non-native code below. 262 var decode64 = GameBoyWindow.atob(data); //Use this native function when it's available, as it's a magnitude faster than the non-native code below. [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | 992 6510 Weltrend Bar Code Reader [all...] |
/external/chromium_org/v8/test/cctest/ |
test-api.cc | 6 // * Redistributions of source code must retain the above copyright 101 static void ExpectString(const char* code, const char* expected) { 102 Local<Value> result = CompileRun(code); 109 static void ExpectInt32(const char* code, int expected) { 110 Local<Value> result = CompileRun(code); 116 static void ExpectBoolean(const char* code, bool expected) { 117 Local<Value> result = CompileRun(code); 123 static void ExpectTrue(const char* code) { 124 ExpectBoolean(code, true); 128 static void ExpectFalse(const char* code) { 2089 const char* code = "var str = 'oddle'; obj[str] + obj.poddle;"; local 5542 const char* code = local 5567 const char* code = local 5591 const char* code = local 5620 const char* code = local 5643 const char* code = local 5682 const char* code = local 5711 const char* code = local 5741 const char* code = local 5771 const char* code = local 6634 const char* code = local 12304 const char* code = "throw 7;"; local 12327 const char* code = "throw 7;"; local 17490 const char* code = local 17516 const char* code = local 17537 const char* code = local 17561 const char* code = local 17585 const char* code = local 18271 const char* code = local 18294 const char* code = local 18317 const char* code = local [all...] |
/external/chromium_org/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | 10 // distribute the complete modified source code. Modifications are to 22 // Permission to distribute the released version of the source code along 61 // Note: For maximum-speed code, see "Optimizing Code" on the Emscripten wiki, https://github.com/kripken/emscripten/wiki/Optimizing-Code 62 // Note: Some Emscripten settings may limit the speed of the generated code. 69 // The environment setup code below is customized to use Module. 70 // *** Environment setup code *** 181 // *** Environment setup code *** 190 // Runtime code shared with compile [all...] |
/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/chromium_org/net/quic/crypto/ |
common_cert_set_51_100.inc | 2 * Use of this source code is governed by a BSD-style license that can be 476 TLS Web Server Authentication, TLS Web Client Authentication, Code Signing, Netscape Server Gated Crypto, 2.16.840.1.113733.1.8.1 [all...] |
/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | 7 // Note: Some Emscripten settings will significantly limit the speed of the generated code. 8 // Note: Some Emscripten settings may limit the speed of the generated code. 14 // The environment setup code below is customized to use Module. 15 // *** Environment setup code *** 123 // *** Environment setup code *** 132 // Runtime code shared with compiler 355 this.processCChar = function (code) { 356 code = code & 0xff; 358 buffer.push(code); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |