OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
1226 - 1250
of
15203
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/
TestMyFirstWatchpoint.py
40
# And the watchpoint
variable
declaration line number.
41
self.decl = line_number(self.source, '// Watchpoint
variable
declaration.')
65
self.expect("watchpoint set
variable
-w write global", WATCHPOINT_CREATED,
/external/lldb/test/lang/c/function_types/
TestFunctionTypes.py
1
"""Test
variable
with function ptr type and that break on the function works."""
69
# Check that the 'callback'
variable
display properly.
70
self.expect("frame
variable
--show-types callback", VARIABLES_DISPLAYED_CORRECTLY,
/external/lldb/test/lang/c/struct_types/
TestStructTypes.py
78
# Test zero length array access and make sure it succeeds with "frame
variable
"
79
self.expect("frame
variable
pt.padding[0]",
82
self.expect("frame
variable
pt.padding[1]",
/external/lldb/test/python_api/watchpoint/
TestSetWatchpoint.py
68
"Successfully found the
variable
and set a watchpoint")
77
# Continue. Expect the program to stop due to the
variable
being written to.
87
# Continue. Expect the program to stop due to the
variable
being read from.
/external/llvm/include/llvm/IR/
Mangler.h
51
/// Print the appropriate prefix and the specified global
variable
's name.
52
/// If the global
variable
doesn't have a name, this fills in a unique name
59
/// Print the appropriate prefix and the specified name as the global
variable
/external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h
60
///
variable
/label? Only valid when parsing MS-style inline assembly.
63
/// isOffsetOf - Do we need to emit code to get the offset of the
variable
,
64
/// rather then the value of the
variable
? Only valid when parsing MS-style
/external/llvm/include/llvm/Support/
IncludeFile.h
30
// If the `used' attribute is available, use it to create a
variable
65
/// a header file and pass the address of a
variable
to the constructor. If the
66
///
variable
is defined in the header file's corresponding .cpp file then all
/external/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h
30
const char *Name; // Name of the
variable
that will be displayed by asan
32
uint64_t Size; // Size of the
variable
in bytes.
33
size_t Alignment; // Alignment of the
variable
(power of 2).
/external/mesa3d/src/gallium/docs/source/
debugging.rst
21
is probably the most useful
variable
, since it allows you to find which
34
If set, this
variable
will cause the :ref:`Trace` output to be written to the
93
variable
accepts. Order does not matter.
/external/mesa3d/src/mesa/program/
sampler.cpp
77
/* GLSL 1.10 and 1.20 allowed
variable
sampler array indices,
80
* to actually work with a really
variable
array index, so
85
"warning:
Variable
sampler array index unsupported.\n"
/external/owasp/sanitizer/tools/findbugs/src/xsl/
fancy.xsl
348
<xsl:
variable
name="b-t"><xsl:value-of select="@type" /></xsl:
variable
>
471
<xsl:
variable
name="error-count"
539
<xsl:
variable
name="unique-category" select="/BugCollection/BugCategory/@category"/>
551
<xsl:
variable
name="category-count"
553
<xsl:
variable
name="category-count-p1"
555
<xsl:
variable
name="category-count-p2"
557
<xsl:
variable
name="category-count-p3"
559
<xsl:
variable
name="category-count-p4"
582
<xsl:
variable
name="unique-code" select="/BugCollection/BugInstance[@category=$category and not(@last) and gener (…)
[
all
...]
/external/pcre/dist/m4/
pcre_visibility.m4
10
dnl -fvisibility=hidden and the function and
variable
attributes
20
dnl Set the
variable
CFLAG_VISIBILITY.
21
dnl Defines and sets the
variable
HAVE_VISIBILITY.
/external/proguard/build/
build.sh
90
echo "Please make sure the environment
variable
ANT_HOME is set correctly,"
99
echo "Please make sure the environment
variable
GRADLE_HOME is set correctly,"
108
echo "Please make sure the environment
variable
WTK_HOME is set correctly,"
/external/proguard/src/proguard/classfile/editor/
VariableSizeUpdater.java
31
* This AttributeVisitor computes and updates the maximum local
variable
frame
33
*
variable
tables.
63
// The minimum
variable
size is determined by the arguments.
/external/proguard/src/proguard/obfuscate/
ParameterNameMarker.java
29
* This AttributeVisitor trims and marks all local
variable
(type) table
31
* the ordinary local
variable
names and types.
45
* attributes containing local
variable
info.
/external/skia/src/sfnt/
SkOTTable_EBLC.h
99
//
Variable
metrics glyphs with 4 byte offsets
113
//
Variable
metrics glyphs with 2 byte offsets
120
//
Variable
metrics glyphs with sparse glyph codes
/external/smali/
gradlew.bat
29
echo Please set the JAVA_HOME
variable
in your environment to match the
43
echo Please set the JAVA_HOME
variable
in your environment to match the
82
rem Set
variable
GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/external/speex/libspeex/
stack_alloc.h
72
* Declare
variable
on stack
74
* @param var
Variable
to declare
82
* @param var Name of
variable
to allocate
/external/srtp/crypto/rng/
rand_source.c
63
* This
variable
is also used to indicate that the random source has
64
* been initialized. When this
variable
is set to the value of the
67
* RAND_SOURCE_READY is for use whenever that
variable
is used as an
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Private.h
124
/* Bypass
variable
*/
125
LVM_INT16 MSTarget0; /* Mixer state control
variable
for smooth transtion */
126
LVM_INT16 MSTarget1; /* Mixer state control
variable
for smooth transtion */
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
gradlew.bat
29
echo Please set the JAVA_HOME
variable
in your environment to match the
43
echo Please set the JAVA_HOME
variable
in your environment to match the
82
rem Set
variable
GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/libcore/luni/src/main/java/java/lang/
ThreadLocal.java
24
* Implements a thread-local storage, that is, a
variable
for which each thread
38
* Creates a new thread-local
variable
.
43
* Returns the value of this
variable
for the current thread. If an entry
44
* doesn't yet exist for this
variable
on this thread, this method will
48
* @return the current value of the
variable
for the calling thread.
69
* Provides the initial value of this
variable
for the current thread.
72
* @return the initial value of the
variable
.
79
* Sets the value of this
variable
for the current thread. If set to
83
* @param value the new value of the
variable
for the caller thread.
95
* Removes the entry for this
variable
in the current thread. If this cal
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_guard.cpp
18
// Ensure that we initialize each
variable
once and only once.
79
// A simple thread test of two threads racing to initialize a
variable
. This
100
// Check that we don't re-initialize a static
variable
even when it's
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
patspecific_vars
2
$description = "Test pattern-specific
variable
settings.";
5
Create a makefile containing various flavors of pattern-specific
variable
6
settings, override and non-override, and using various
variable
expansion
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java
34
// Working
variable
for the following method.
54
// Working
variable
for the following method.
99
// Working
variable
for the following method.
Completed in 1549 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>