/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
symtable.c | 328 or a builtin. Python's module and class blocks use the xxx_NAME opcodes
557 /* add a free variable when it's only use is for creating a closure */
892 /* Is it better to use 'mangled' or 'name' here? */
939 They use the ASDL name to synthesize the name of the C type and the visit
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
symtable.c | 326 or a builtin. Python's module and class blocks use the xxx_NAME opcodes
555 /* add a free variable when it's only use is for creating a closure */
890 /* Is it better to use 'mangled' or 'name' here? */
937 They use the ASDL name to synthesize the name of the C type and the visit
[all...] |
/external/python/cpython2/Python/ |
symtable.c | 328 or a builtin. Python's module and class blocks use the xxx_NAME opcodes 557 /* add a free variable when it's only use is for creating a closure */ 892 /* Is it better to use 'mangled' or 'name' here? */ 939 They use the ASDL name to synthesize the name of the C type and the visit [all...] |
/external/v8/src/regexp/ |
jsregexp.cc | 2 // Use of this source code is governed by a BSD-style license that can be 74 USE(ThrowRegExpException(re, Handle<String>(re->Pattern()), error_text)); 374 USE(ThrowRegExpException(re, pattern, compile_data.error)); 498 // match. We can use that to set the last match info lazily. 537 // has been a match so that we can use those capture results to set the 820 // backtracking stack, then pop them off one by one. This would use space [all...] |
/external/vixl/src/aarch32/ |
assembler-aarch32.cc | 4 // Redistribution and use in source and binary forms, with or without 22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 286 // Values for use in branch instruction BC
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
a.out.go | 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/runtime/ |
stubs.go | 2 // Use of this source code is governed by a BSD-style 46 // It is common to use a func literal as the argument, in order 54 // ... use x ... 65 // Usually you should use typedmemclr. memclrNoHeapPointers should be 110 // USE CAREFULLY! 187 // The implementation may or may not use argp, depending on
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 286 // Values for use in branch instruction BC
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
a.out.go | 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/linux-x86/src/runtime/ |
stubs.go | 2 // Use of this source code is governed by a BSD-style 46 // It is common to use a func literal as the argument, in order 54 // ... use x ... 65 // Usually you should use typedmemclr. memclrNoHeapPointers should be 110 // USE CAREFULLY! 187 // The implementation may or may not use argp, depending on
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 7 Redistribution and use in source and binary forms, with or without 28 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 38 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'} 316 /// variable of the TLocalStorage type inside a routine, and you can use it 343 /// scenarios, we use simple linear search here.
|
/external/curl/packages/vms/ |
config_h.com | 33 $! Permission to use, copy, modify, and/or distribute this software for any 41 $! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 43 $! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 190 $! Locate the DECC libraries in use 893 "/* Check config.h for use of ''key2' settings */" 981 "/* Check config.h for use of fcntl.h instead of file.h */" 1160 "/* Check config.h for use of ''key2' settings */" 1181 "/* Check config.h for use of ''keysym' */" 1202 "/* Check config.h for use of ''keysym' */" [all...] |
/external/libnl/lib/netfilter/ |
ct_obj.c | 319 diff |= CT_DIFF_VAL(USE, ct_use); 360 __ADD(CT_ATTR_USE, use) 564 void nfnl_ct_set_use(struct nfnl_ct *ct, uint32_t use) 566 ct->ct_use = use;
|
/external/protobuf/csharp/src/Google.Protobuf/ |
CodedInputStream.cs | 6 // Redistribution and use in source and binary forms, with or without
26 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
50 /// Repeated fields and map fields are not handled by this class; use <see cref="RepeatedField{T}"/>
211 /// are suitable for most use cases.
784 // Note that this has to use ReadRawByte() as we only ensure we've
786 // use the fast path in more cases, and we rarely hit this section of code.
[all...] |
/external/protobuf/js/binary/ |
decoder.js | 5 // Redistribution and use in source and binary forms, with or without 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 38 * than 2^53 due to its use of a double-precision floating point format or all 59 * opt_next The decoder method to use for next(). 93 * opt_next The decoder method to use for next(). 124 * opt_next The decoder method to use for next(). 902 * characters in common use (http://en.wikipedia.org/wiki/UTF-8). 975 * Unicode string for use as a hash table key. 987 * 8-character Unicode string for use as a hash table key [all...] |
reader.js | 5 // Redistribution and use in source and binary forms, with or without 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 884 * 8-character Unicode string for use as a hash table key, or throws an error 898 * 8-character Unicode string for use as a hash table key, or throws an error [all...] |
utils.js | 5 // Redistribution and use in source and binary forms, with or without 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 51 * instead just use two global temporary values. This one stores the low 32 449 // Skip the expensive conversion if the number is small enough to use the 730 // Single-byte field tag, we can use a slightly quicker count. 786 // Single-byte field tag, we can use a slightly quicker count.
|
/external/v8/src/ |
api-natives.cc | 2 // Use of this source code is governed by a BSD-style license that can be 195 // Use a temporary FixedArray to accumulate unique accessors. 319 USE(result);
|
keys.cc | 2 // Use of this source code is governed by a BSD-style license that can be 53 USE(ContainsOnlyValidKeys); 406 // Do not try to use the enum-cache for dict-mode objects. [all...] |
/external/v8/src/arm/ |
codegen-arm.cc | 2 // Use of this source code is governed by a BSD-style license that can be 421 USE(isolate);
|
/external/v8/src/compiler/ |
code-assembler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 781 USE(count);
|
register-allocator.cc | 2 // Use of this source code is governed by a BSD-style license that can be 543 // We cannot spill a live range that has a use requiring a register 616 // split that interval and use the first part. 619 // If the split position coincides with the beginning of a use interval 620 // we need to split use positons in a special way. 624 // When splitting at start we need to locate the previous use interval. 645 // Partition original use intervals to the two live ranges. 654 // Find the last use position before the split and the first use 662 // The split position coincides with the beginning of a use interval (th [all...] |
/external/v8/src/crankshaft/ |
hydrogen-gvn.cc | 2 // Use of this source code is governed by a BSD-style license that can be 219 // old hash map, so we can use the existing lists_ array, if we are careful. 256 USE(old_count);
|
/external/v8/src/ia32/ |
codegen-ia32.cc | 2 // Use of this source code is governed by a BSD-style license that can be 179 // When copying up to this many bytes, use special "small" handlers. 181 // When copying up to this many bytes, use special "medium" handlers. 184 // use a more careful implementation (slightly slower). 602 USE(isolate);
|