/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls_draw_back_as_white.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
bouncing_balls_draw_ball_as_image.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
bouncing_balls_draw_ball_as_rect.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/tools/stats_viewer/ |
program.cs | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/chromeos_login_ext/ |
main.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
click_element.py | 2 # Use of this source code is governed by a BSD-style license that can be 17 code = 'document.querySelector(\'' + self.selector + '\').click();' 19 tab.ExecuteJavaScript(code)
|
/external/chromium_org/ui/keyboard/resources/ |
api_adapter.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
CatchStructs.java | 19 import com.android.dx.dex.code.CatchHandlerList; 20 import com.android.dx.dex.code.CatchTable; 21 import com.android.dx.dex.code.DalvCode; 32 * handler address) for a particular piece of code. Instances of this 33 * class correspond to a {@code try_item[]} and a 34 * {@code catch_handler_item[]}. 38 * the size of a {@code try_item}: a {@code uint} 39 * and two {@code ushort}s 43 /** {@code non-null;} code that contains the catches * 44 private final DalvCode code; field in class:CatchStructs [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
BasicRegisterMapper.java | 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 74 * @param oldReg {@code >= 0;} old-namespace register 111 * @param oldReg {@code >= 0;} old register 112 * @param newReg {@code >= 0;} new register 113 * @param category {@code 1..2;} width of reg
|
/external/elfutils/libdw/ |
dwarf_getattrs.c | 20 additional right to link the code of Red Hat elfutils with code licensed 23 distribution of source code with any binary distribution and to 24 distribute linked combinations of the two. Non-GPL Code permitted under 25 this exception must only link to the code of Red Hat elfutils through 27 found in the source code files (the "Approved Interfaces"). The files 28 of Non-GPL Code may instantiate templates or use macros or inline 35 License in all respects for all of the Red Hat elfutils code and other 36 code used in conjunction with Red Hat elfutils except the Non-GPL Code [all...] |
dwarf_siblingof.c | 20 additional right to link the code of Red Hat elfutils with code licensed 23 distribution of source code with any binary distribution and to 24 distribute linked combinations of the two. Non-GPL Code permitted under 25 this exception must only link to the code of Red Hat elfutils through 27 found in the source code files (the "Approved Interfaces"). The files 28 of Non-GPL Code may instantiate templates or use macros or inline 35 License in all respects for all of the Red Hat elfutils code and other 36 code used in conjunction with Red Hat elfutils except the Non-GPL Code [all...] |
/external/icu4c/i18n/unicode/ |
region.h | 66 * Type representing a region whose code has been deprecated, usually 91 * <code>Region</code> is the class representing a Unicode Region Code, also known as a 96 * Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, or 99 * These are typically 3-digit codes, but contain some 2-letter codes, such as the LDML code QO 101 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ), 106 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code 111 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown 255 int32_t code; member in class:Region [all...] |
/external/libpng/projects/visualc71/ |
README_zlib.txt | 38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code 39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version) 42 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code 43 * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toy.ml | 2 * Main driver code.
|
/external/llvm/include/llvm/ExecutionEngine/ |
OProfileWrapper.h | 96 void const* code, 98 int op_write_debug_line_info(void const* code,
|
/external/llvm/test/MC/AsmParser/ |
directive_seh.s | 4 # CHECK: .seh_pushframe @code 25 .seh_pushframe @code
|
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 11 .code 16 32 .code 16
|
/external/llvm/test/tools/llvm-objdump/ |
win64-unwind-data.s | 21 // CHECK-NEXT: 0x00: UOP_PushMachFrame w/o error code 52 // CHECK-NEXT: 0x00: UOP_PushMachFrame w/o error code 59 .seh_pushframe @code 97 .seh_pushframe @code
|
/external/markdown/markdown/extensions/ |
fenced_code.py | 4 Fenced Code Extension for Python Markdown 7 This extension adds Fenced Code Blocks to Python-Markdown. 11 ... A paragraph before a fenced code block: 14 ... Fenced code block 19 u'<p>A paragraph before a fenced code block:</p>\\n<pre><code>Fenced code block\\n</code></pre>' 24 u'<p>A paragraph before a fenced code block:</p>\\n<pre><code>Fenced code block\\n</code></pre> [all...] |
/external/mesa3d/docs/ |
mesa.css | 21 code {
|
/external/mesa3d/src/egl/main/ |
egldriver.h | 45 #define _EGL_DRIVER_TYPECAST(drvtype, egltype, code) \ 47 { return (struct drvtype *) code; }
|
/external/opencv/cxcore/include/ |
cxerror.h | 19 // * Redistribution's of source code must retain the above copyright notice, 138 CV_ERROR macro unconditionally raises error with passed code and message. 141 #define CV_ERROR( Code, Msg ) \ 143 cvError( (Code), cvFuncName, Msg, __FILE__, __LINE__ ); \ 148 #define CV_ERROR_FROM_CODE( code ) \ 149 CV_ERROR( code, "" )
|
/external/openssl/crypto/bn/asm/ |
s390x-gf2m.pl | 14 # the time being... gcc 4.3 appeared to generate poor code, therefore 58 $code.=<<___; 134 $code.=<<___; 145 $code.=<<___; 174 $code.=<<___; 201 $code.=<<___; 212 $code.=<<___; 219 $code =~ s/\`([^\`]*)\`/eval($1)/gem; 220 print $code;
|
/external/openssl/crypto/modes/asm/ |
ghash-s390x.pl | 16 # almost 40% better than gcc-generated code. It should be noted that 27 # processor, as long as it's "z-CPU". Latter implies that the code 29 # 2.8x better than 32-bit code generated by gcc 4.3. 75 $code.=<<___; 82 $code.=<<___ if(!$softonly && 0); # hardware is slow for single block... 105 $code.=<<___; 122 $code.=<<___ if(!$softonly); 141 $code.=<<___ if ($flavour =~ /3[12]/); 144 $code.=<<___; 260 $code =~ s/\`([^\`]*)\`/eval $1/gem [all...] |
/external/openssl/crypto/sha/asm/ |
sha512-sparcv9.pl | 10 # SHA256 performance improvement over compiler generated code varies 17 # Performance is >75% better than 64-bit code generated by Sun C and 18 # over 2x than 32-bit code. X[16] resides on stack, but access to it 26 # It's not any faster than 64-bit code generated by Sun C 5.8. This is 27 # because 64-bit code generator has the advantage of using 64-bit 30 # code by 60%, not to mention that it doesn't suffer from severe decay 124 $code.=<<___; 140 { $code.=<<___; 146 $code.=<<___; 154 $code.="\tadd @X[$i/2],$h,$T1\n" [all...] |