/external/chromium_org/native_client_sdk/src/examples/getting_started/hello_world/ |
example.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/native_client_sdk/src/examples/getting_started/simple_hello_world/ |
example.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/native_client_sdk/src/examples/resources/ |
background.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
resolve_host.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/ppapi/generators/ |
generator.py | 3 # Use of this source code is governed by a BSD-style license that can be 47 print 'Exiting with %d' % ec.code 48 sys.exit(ec.code)
|
/external/chromium_org/remoting/webapp/ |
cs_third_party_auth_trampoline.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/sandbox/win/src/ |
named_pipe_interception.cc | 2 // Use of this source code is governed by a BSD-style license that can be 53 ResultCode code = CrossCall(ipc, IPC_CREATENAMEDPIPEW_TAG, pipe_name, local 57 if (SBOX_ALL_OK != code)
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriter.cpp | 8 * * Redistributions of source code must retain the above copyright 233 void FileWriter::didFail(FileError::ErrorCode code) 236 ASSERT(code != FileError::OK); 241 ASSERT(code != FileError::ABORT_ERR); 246 signalCompletion(code); 298 void FileWriter::signalCompletion(FileError::ErrorCode code) 302 if (FileError::OK != code) { 303 m_error = FileError::create(code); 304 if (FileError::ABORT_ERR == code)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSocketImpl.h | 8 * * Redistributions of source code must retain the above copyright 64 virtual void close(int code, const WebString& reason) OVERRIDE; 75 virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
networktransaction.py | 7 # * Redistributions of source code must retain the above copyright 55 if self._convert_404_to_None and e.code == 404: 58 _log.warn("Received HTTP status %s loading \"%s\". Retrying in %s seconds..." % (e.code, e.filename, self._backoff_seconds))
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
dtmfsender.h | 8 * 1. Redistributions of source code must retain the above copyright notice, 57 // Sends DTMF |code| via the audio track with given id (|track_id|). 61 int code, int duration) = 0; 133 // Get DTMF code from the DTMF event character. 134 bool GetDtmfCode(char tone, int* code);
|
/external/chromium_org/third_party/mesa/src/docs/ |
mesa.css | 21 code {
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egldriver.h | 45 #define _EGL_DRIVER_TYPECAST(drvtype, egltype, code) \ 47 { return (struct drvtype *) code; }
|
/external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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...] |
/external/chromium_org/third_party/skia/include/utils/ |
SkLua.h | 4 * Use of this source code is governed by a BSD-style license that can be 39 bool runCode(const char code[]); 40 bool runCode(const void* code, size_t size);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayXMLParser.h | 5 * Use of this source code is governed by a BSD-style license that can be 55 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
|
/external/chromium_org/tools/compile_test/ |
compile_test.py | 3 # Use of this source code is governed by a BSD-style license that can be 7 Tries to compile given code, produces different output depending on success. 23 parser.add_option('--code') 30 if not options.code: 31 parser.error('Missing required --code switch.') 41 f.write(options.code.decode('string-escape'))
|
/external/chromium_org/tools/gyp/test/assembly/src/ |
override_asm.asm | 2 ; Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/tools/perf/measurements/ |
blink_perf.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls_draw_back_as_aligned_canvas.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
bouncing_balls_draw_back_as_canvas.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
bouncing_balls_draw_back_as_gradient.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
bouncing_balls_draw_back_as_image.js | 2 // Use of this source code is governed by a BSD-style license that can be
|