OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
851 - 875
of
6598
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/javassist/src/main/javassist/compiler/ast/
Declarator.java
22
*
Variable
declarator.
46
/* For declaring a pre-defined? local
variable
.
/external/llvm/
Makefile.common
16
# The
variable
$(LEVEL) *must* be set:
34
# to the local files, you can use the ExtraSource
variable
/external/llvm/docs/CommandGuide/
llvm-extract.pod
48
Extract the global
variable
named I<global-name> from the LLVM bitcode. May be
53
Extract the global
variable
(s) matching I<global-regular-expr> from the LLVM
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml
17
| Ast.
Variable
name ->
19
| Not_found -> raise (Error "unknown
variable
name"))
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml
17
| Ast.
Variable
name ->
19
| Not_found -> raise (Error "unknown
variable
name"))
/external/llvm/lib/MC/
MCSymbol.cpp
55
assert(!IsUsed && "Cannot set a
variable
that has already been used.");
56
assert(Value && "Invalid
variable
value!");
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
1
//===-- SimplifyIndVar.cpp - Induction
variable
simplification ------------===//
10
// This file implements induction
variable
simplification. It does
72
/// specified induction
variable
. This is the top-level driver that applies
90
/// Return the operand of IVOperand for this induction
variable
if IVOperand can
152
/// comparisons against an induction
variable
.
188
/// remainder operations operating on an induction
variable
.
317
/// of the specified induction
variable
. Each successive simplification may push
378
/// simplifyUsersOfIV - Simplify instructions that use this induction
variable
/external/llvm/test/Transforms/IndVarSimplify/
variable-stride-ivs-0.ll
4
; Test that -indvars can reduce
variable
stride IVs. If it can reduce
variable
/external/llvm/test/Transforms/LoopUnroll/
2011-08-09-IVSimplify.ll
3
; Test induction
variable
simplify after loop unrolling. It should
11
; PR10534: LoopUnroll not keeping canonical induction
variable
...
/external/mesa3d/docs/
envvars.html
27
Setting this
variable
automatically sets the MESA_TEX_PROG
variable
as well.
relnotes-7.0.3.html
36
<li>GLSL gl_FrontLightModelProduct.sceneColor
variable
wasn't defined
37
<li>Fix crash upon GLSL
variable
array indexes (not yet supported)
/external/protobuf/gtest/test/
gtest_env_var_test.py
54
"""Sets the env
variable
to 'value'; unsets it when 'value' is None."""
83
"""Tests that environment
variable
should affect the corresponding flag."""
/external/protobuf/src/google/protobuf/stubs/
once.h
42
// * A macro GOOGLE_PROTOBUF_DECLARE_ONCE() which declares a
variable
of type
43
// ProtobufOnceType. This is the only legal way to declare such a
variable
.
/external/srec/portable/include/
PANSIFileSystemImpl.h
94
* the required length is returned in this
variable
.
104
* the required length is returned in this
variable
.
PStackTrace.h
77
* the required length is returned in this
variable
.
87
* the required length is returned in this
variable
.
/external/v8/test/mjsunit/compiler/
inline-two.js
53
// Test that we can inline a call on a non-
variable
receiver.
78
// Test that we can inline a call on a non-
variable
receiver.
/external/v8/test/mjsunit/regress/
regress-r4998.js
69
// The loop
variable
x7 is initialized to 3,
71
// MakeMergeable has forced the loop
variable
x7 to be spilled,
/external/valgrind/main/memcheck/tests/
varinfo1.stderr.exp
24
a global
variable
declared at varinfo1.c:39
30
a global
variable
declared at varinfo1.c:41
varinfo1.stderr.exp-ppc64
24
a global
variable
declared at varinfo1.c:39
30
a global
variable
declared at varinfo1.c:41
/external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent12.js
75
//EventMonitor's require a document level
variable
named monitor
79
* Inner class implementation for
variable
other
/external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent12.js
75
//EventMonitor's require a document level
variable
named monitor
79
* Inner class implementation for
variable
other
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.3-1.js
28
a property of the
variable
object whose name is the Identifier and whose
48
var TITLE = "
Variable
Instantiation: Formal Parameters";
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Array/
15.4.4.3-1.js
35
* global
variable
. Therefore the end value of this
variable
should be myArray.length.
/external/webkit/Source/WebCore/manual-tests/wml/
StartTests.wml
33
<a href="
variable
-substitution.wml">
variable
-substitution.wml</a><br/>
/external/webkit/Source/autotools/
gsettings.m4
21
GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --
variable
glib_compile_schemas gio-2.0`
86
dnl _GSETTINGS_SUBST(
VARIABLE
)
Completed in 676 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>