Searched
full:variable (Results
901 -
925 of
6598) sorted by null
<<31323334353637383940>>
/development/ide/emacs/ |
android-compile.el | 90 ;; We store in a buffer local variable `android-compile-context' a 112 (unless (and (local-variable-p 'android-compile-context) 115 (make-local-variable 'android-compile-context))) 155 (set (make-local-variable 'compile-command)
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathVisitor.java | 30 import org.apache.xpath.operations.Variable; 129 * Visit a variable reference. 132 * @param var The variable reference object. 135 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
|
/external/bluetooth/glib/docs/ |
debugging.txt | 35 supports an environment variable GOBJECT_DEBUG that can be set to a
|
/external/bzip2/ |
bzgrep.1 | 44 If the GREP environment variable is set,
|
/external/chromium/base/threading/ |
thread_local_storage_win.cc | 140 // optimization from discarding the variable. 176 // to this variable with a linker /INCLUDE:symbol pragma to ensure that.) If 177 // this variable is discarded, the OnThreadExit function will never be called. 182 // When defining a const variable, it must have external linkage to be sure the
|
/external/chromium/chrome/browser/importer/ |
nss_decryptor_mac.mm | 24 LOG(ERROR) << "DYLD_FALLBACK_LIBRARY_PATH variable not set";
|
/external/chromium/chrome/browser/ui/gtk/ |
html_dialog_gtk.h | 59 // using this variable.
|
/external/chromium/net/tools/spdyshark/ |
README | 23 - Make sure PYTHON environment variable is set (this may not be the
|
/external/clang/include/clang/Analysis/Analyses/ |
PseudoConstantAnalysis.h | 12 // analysis to see if a developer might have intended a variable to be const.
|
/external/clang/lib/CodeGen/ |
CGOpenCLRuntime.h | 36 /// Emit the IR required for a work-group-local variable declaration, and add
|
/external/clang/lib/Headers/ |
varargs.h | 1 /*===---- varargs.h - Variable argument handling -------------------------------------===
|
/external/clang/test/Analysis/ |
null-deref-ps.c | 27 return p->x++; // expected-warning{{Access to field 'x' results in a dereference of a null pointer (loaded from variable 'p')}} 37 return x[i+1]; // expected-warning{{Array access (from variable 'x') results in a null pointer dereference}} 47 return x[i+1]++; // expected-warning{{Array access (from variable 'x') results in a null pointer dereference}} 58 return *q; // expected-warning{{Dereference of null pointer (loaded from variable 'q')}}
|
unused-ivars.m | 19 int x; // expected-warning {{Instance variable 'x' in class 'TestA' is never used}} 25 // reference an instance variable. (<rdar://problem/7075531>) 100 // diagnostic: "Instance variable '' in class..." 105 unsigned bitfield:1; // expected-warning {{Instance variable 'bitfield' in class 'RDar8481311' is never used}}
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/ |
p3-0x.cpp | 11 operator struct S {} (); // expected-error{{ 'operator S' cannot be the name of a variable or data member}} \
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
p2.cpp | 9 B() { T t; } // expected-error{{variable instantiated with function type 'int ()'}}
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
p5.cpp | 59 x = 17; // expected-error{{read-only variable is not assignable}}
|
/external/clang/test/Sema/ |
block-literal.c | 43 takeblock(^{ x = 4; }); // expected-error {{variable is not assignable (missing __block type specifier)}}
|
/external/clang/test/SemaCXX/ |
address-space-conversion.cpp | 193 void_ptr vpB = ap1; // expected-error{{cannot initialize a variable of type}} 194 void_ptr_1 vp_1B = ap2; // expected-error{{cannot initialize a variable of type}} 195 A_ptr ap_B = bp1; // expected-error{{cannot initialize a variable of type}} 196 A_ptr_1 ap_B1 = bp2; // expected-error{{cannot initialize a variable of type}}
|
/external/clang/test/SemaObjC/ |
method-bad-param.m | 41 - (void)crashMe:(enum bogus)p { // expected-error {{variable has incomplete type 'enum bogus'}}
|
/external/dropbear/libtommath/ |
bn_mp_grow.c | 31 * We store the return in a temporary variable
|
bn_mp_prime_is_prime.c | 18 /* performs a variable number of rounds of Miller-Rabin
|
/external/javassist/src/main/javassist/compiler/ast/ |
Visitor.java | 45 public void atVariable(Variable n) throws CompileError {}
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Map.h | 67 * \param[in,out] PacketDataLength Pointer to a variable receiving the length of the NDEF packet. 71 * within a context variable (must not be modified by the integration). 111 * \param[in,out] PacketDataLength Variable specifying the length of the prepared NDEF packet. 115 * within a context variable (must not be modified by the integration).
|
/external/libvpx/nestegg/m4/ |
pkg.m4 | 66 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) 94 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 134 Consider adjusting the PKG_CONFIG_PATH environment variable if you 144 is in your PATH or set the PKG_CONFIG environment variable to the full
|
/external/libvpx/vpx_ports/ |
mem.h | 38 /* Indicates that the usage of the specified variable has been audited to assure
|
Completed in 1382 milliseconds
<<31323334353637383940>>