/external/openssl/crypto/threads/ |
netware.bat | 60 echo Environment variable MWCIncludes is not set - see install.nw 65 echo Environment variable PRELUDE is not set - see install.nw 70 echo Environment variable IMPORTS is not set - see install.nw
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
VerificationType.java | 28 * This abstract class represents a verification type of a local variable or 60 * a stack or as a variable. 72 * Accepts the given visitor in the context of a variable in a method's code.
|
/external/proguard/src/proguard/classfile/instruction/ |
VariableInstruction.java | 28 * This Instruction represents an instruction that refers to a variable on the 29 * local variable stack. 94 * Return the embedded variable of the given opcode, or 0 if the opcode 140 * Returns whether this instruction stores the value of a variable. 154 * Returns whether this instruction loads the value of a variable. 223 // Is this instruction pointing to a variable with index from 0 to 3? 261 // Also initialize embedded variable indexes. 264 // An embedded variable index can be decoded as follows. 285 throw new IllegalArgumentException("Instruction has invalid variable index size ("+this.toString(offset)+")"); 324 * Returns the variable index size for this instruction [all...] |
/external/proguard/src/proguard/gui/splash/ |
CircleSprite.java | 41 * @param x the variable x-coordinate of the center of the circle. 42 * @param y the variable y-coordinate of the center of the circle. 43 * @param radius the variable radius of the circle.
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
DiscoverInfoProvider.java | 44 String variable = ""; local 59 variable = parser.getAttributeValue("", "var"); 76 discoverInfo.addFeature(variable);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
foreach | 8 names and a variable. Each name in the list is subsituted 9 into the variable and the given text evaluated. The general 16 # Set an environment variable that we can test in the makefile.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/ |
cxxabi_tweaks.h | 26 * The header provides an CPU-variable interface to the C++ ABI. 41 // guard variable. */ 60 // The generic ABI uses the first byte of a 64-bit guard variable.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 21 # automatically created variable 27 # manually created variable 30 x = ttk.LabeledScale(variable=myvar) 39 x = ttk.LabeledScale(variable=myvar) 43 # happens because the variable will be set to (possibly) a new 46 ttk.LabeledScale(variable=myvar) 61 # variable initialization/passing 74 # variable should have its default value set to the from_ value 76 x = ttk.LabeledScale(variable=myvar) 80 x = ttk.LabeledScale(variable=myvar, from_=0.5 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 21 # automatically created variable 27 # manually created variable 30 x = ttk.LabeledScale(variable=myvar) 39 x = ttk.LabeledScale(variable=myvar) 43 # happens because the variable will be set to (possibly) a new 46 ttk.LabeledScale(variable=myvar) 61 # variable initialization/passing 74 # variable should have its default value set to the from_ value 76 x = ttk.LabeledScale(variable=myvar) 80 x = ttk.LabeledScale(variable=myvar, from_=0.5 [all...] |
/sdk/find_java/ |
find_java.bat | 17 rem to use. The script changes the "java_exe" env variable. The variable
45 echo variable in Control Panel / System / Avanced System Settings to point to the
|
/external/clang/test/OpenMP/ |
simd_loop_messages.cpp | 37 // expected-error@+2 {{variable must be of integer or random access iterator type}} 42 // expected-error@+2 {{variable must be of integer or random access iterator type}} 47 // expected-error@+2 {{variable must be of integer or random access iterator type}} 82 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 87 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 88 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'i'}} 93 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 98 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 103 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 123 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'} [all...] |
parallel_for_loop_messages.cpp | 46 // expected-error@+2 {{variable must be of integer or random access iterator type}} 51 // expected-error@+2 {{variable must be of integer or random access iterator type}} 56 // expected-error@+2 {{variable must be of integer or random access iterator type}} 91 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 96 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 97 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'i'}} 102 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 107 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 112 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}} 132 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'} [all...] |
/external/lldb/test/python_api/process/ |
TestProcessAPI.py | 76 self.line = line_number("main.cpp", "// Set break point at this line and check variable 'my_char'.") 96 # Get the SBValue for the global variable 'my_char'. 127 # Get the SBValue for the global variable 'my_cstring'. 144 # Get the SBValue for the global variable 'my_uint32'. 178 # Get the SBValue for the global variable 'my_char'. 182 # If the variable does not have a load address, there's no sense continuing. 186 # OK, let's get the hex location of the variable. 189 # The program logic makes the 'my_char' variable to have memory content as 'x'. 190 # But we want to use the WriteMemory() API to assign 'a' to the variable. 192 # Now use WriteMemory() API to write 'a' into the global variable [all...] |
/external/owasp/sanitizer/tools/findbugs/src/xsl/ |
plain.xsl | 34 <xsl:variable name="bugTableHeader"> 40 </xsl:variable> 70 <xsl:variable name="unique-catkey" select="/BugCollection/BugCategory/@category"/> 94 <xsl:variable name="catkey" select="."/> 95 <xsl:variable name="catdesc" select="/BugCollection/BugCategory[@category=$catkey]/Description"/> 96 <xsl:variable name="styleclass"> 100 </xsl:variable> 108 <xsl:variable name="styleclass"> 112 </xsl:variable> 127 <xsl:variable name="catkey" select="."/ [all...] |
/ndk/sources/host-tools/make-3.81/ |
Makefile.ami | 121 rule.o implicit.o default.o variable.o expand.o function.o \ 128 $(srcdir)variable.c $(srcdir)expand.c $(srcdir)function.c \ 135 $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in 275 commands.o: commands.c make.h dep.h filedef.h variable.h job.h \ 277 job.o: job.c make.h job.h filedef.h commands.h variable.h 279 file.o: file.c make.h dep.h filedef.h job.h commands.h variable.h 281 main.o: main.c make.h dep.h filedef.h variable.h job.h commands.h \ 283 read.o: read.c make.h dep.h filedef.h job.h commands.h variable.h \ 286 rule.o: rule.c make.h dep.h filedef.h job.h commands.h variable.h \ 290 variable. [all...] |
/development/ndk/tests/dlclose-destruction/jni/ |
main.c | 31 fprintf(stderr, "Test function failed to set variable !\n");
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExpressionContext.java | 70 * Get a variable based on it's qualified name. 72 * @param qname The qualified name of the variable. 74 * @return The evaluated value of the variable. 85 * the variable stack and TransformerImpl.
|
/external/bzip2/ |
bz-fo.xsl | 60 <xsl:variable name="id"> 61 <xsl:call-template name="object.id"/></xsl:variable> 62 <xsl:variable name="itemsymbol"> 66 </xsl:variable> 67 <xsl:variable name="item.contents"> 80 </xsl:variable> 98 <xsl:variable name="id"> 99 <xsl:call-template name="object.id"/></xsl:variable> 100 <xsl:variable name="item.contents"> 109 </xsl:variable> [all...] |