HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 151 - 175 of 6598) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CXX/class/class.local/
p3.cpp 27 int f() { return a; } // expected-error{{reference to local variable 'a' declared in enclosed function 'f3'}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p1.cpp 8 Tuple<int, float> *t2b = t2a; // expected-error{{cannot initialize a variable of type 'Tuple<int, float> *' with an lvalue of type 'Tuple<int, char> *'}}
  /external/clang/test/CodeGen/
2010-02-15-DbgStaticVar.c 2 // Test to check intentionally empty linkage name for a static variable.
  /external/clang/test/CodeGenCXX/
2010-06-21-LocalVarDbg.cpp 3 // local variable info. For example. llvm.dbg.lv.~A is an invalid name.
  /external/clang/test/SemaCXX/
for-range-unused.cpp 8 int a; // expected-warning {{unused variable 'a'}}
instantiate-blocks.cpp 11 block_arg = arg; // expected-error {{variable is not assignable (missing __block type specifier)}}
  /external/clang/test/SemaObjCXX/
ivar-lookup.mm 14 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
  /external/clang/test/SemaTemplate/
instantiate-non-dependent-types.cpp 4 static void member() { T* x = 1; } // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}}
  /external/iptables/libipq/
ipq_errstr.3 36 variable. All libipq API functions set this internal variable
44 variable, and the global
46 variable (if set). The error message is prefixed with the string
  /external/llvm/
llvm.mk 2 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
  /external/llvm/test/MC/AsmParser/
variables-invalid.s 16 // CHECK: invalid reassignment of non-absolute variable 't3_s0'
  /external/llvm/test/Transforms/GlobalOpt/
deadglobal-2.ll 3 ; This is a harder case to delete as the GEP has a variable index.
  /external/valgrind/main/memcheck/tests/
malloc_usable.c 13 // XXX: would be better to have a HAVE_MALLOC_USABLE_SIZE variable here
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.4-1.js 29 Variable instantiation is performed using the global object as the
30 variable object and using property attributes { DontDelete }.
33 Variable instantiation is performed using the calling context's
34 variable object and using empty property attributes.
  /external/webkit/Source/ThirdParty/ANGLE/include/GLSLANG/
ShaderLang.h 180 // variable name including the null
184 // variable name including the null
210 // Returns information about an active attribute variable.
213 // index: Specifies the index of the attribute variable to be queried.
217 // size: Returns the size of the attribute variable.
218 // type: Returns the data type of the attribute variable.
220 // attribute variable. It is assumed that name has enough memory to
221 // accomodate the attribute variable name. The size of the buffer
222 // required to store the attribute variable name can be obtained by
231 // Returns information about an active uniform variable
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_psk_common.h 42 /* Followed by variable length ID_S */
51 /* Followed by variable length ID_P */
59 /* Followed by variable length PCHANNEL */
66 /* Followed by variable length PCHANNEL */
  /external/wpa_supplicant_8/src/eap_common/
eap_psk_common.h 42 /* Followed by variable length ID_S */
51 /* Followed by variable length ID_P */
59 /* Followed by variable length PCHANNEL */
66 /* Followed by variable length PCHANNEL */
  /ndk/sources/host-tools/make-3.81/
makefile.vms 93 default.obj,variable.obj,expand.obj,function.obj,strcache.obj,\
97 default.c variable.c expand.c function.c strcache.c \
99 commands.h dep.h filedef.h job.h make.h rule.h variable.h
118 commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h
119 job.obj: job.c vmsjobs.c make.h commands.h job.h filedef.h variable.h
121 file.obj: file.c make.h commands.h dep.h filedef.h variable.h
125 main.obj: main.c make.h commands.h dep.h filedef.h variable.h job.h
126 read.obj: read.c make.h commands.h dep.h filedef.h variable.h
128 rule.obj: rule.c make.h commands.h dep.h filedef.h variable.h rule.h
130 default.obj: default.c make.h rule.h dep.h filedef.h commands.h variable.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ucontext.h 31 /* Get user context and store it in variable pointed to by UCP. */
34 /* Set user context from information of variable pointed to by UCP. */
37 /* Save current context in context variable pointed to by OUCP and set
38 context from variable pointed to by UCP. */
  /sdk/sdkmanager/libs/sdkuilib/
README 29 Define a classpath variable in Eclipse:
31 - Create a new classpath variable named ANDROID_OUT_FRAMEWORK
33 - Create a new classpath variable named ANDROID_SRC
37 you add the new classpath variable, otherwise previous errors might not
  /cts/tools/signature-tools/src/signature/compare/model/
ITypeVariableDeltas.java 23 * ITypeVariableDefinitionDelta}s. Type variable deltas can occur, where type
35 * Returns a set of type variable deltas or {@code null} if no deltas are
38 * @return a set of type variable deltas, maybe {@code null}
  /external/chromium/chrome/browser/policy/
policy_path_parser_posix.cc 18 // Replaces all variable occurrences in the policy string with the respective
30 LOG(ERROR) << "Username variable can not be resolved. ";
39 LOG(ERROR) << "Machine name variable can not be resolved.";
  /external/chromium/chrome/common/
env_vars.cc 10 // This mode can be enabled using this variable or by the kNoErrorDialogs
20 // If this environment variable is set, Chrome on Windows will log
36 // If the out-of-process breakpad could not be installed, we set this variable
  /external/clang/test/ASTMerge/
var.c 5 // CHECK: var2.c:2:9: error: external variable 'x1' declared with incompatible types in different translation units ('double *' vs. 'float **')
7 // CHECK: var2.c:3:5: error: external variable 'x2' declared with incompatible types in different translation units ('int' vs. 'double')
10 // CHECK: error: external variable 'xarray3' declared with incompatible types in different translation units ('int [17]' vs. 'int [18]')
  /external/clang/test/Sema/
attr-unused.c 20 int x; // expected-warning {{unused variable}}
22 Int_not_unused i0; // expected-warning {{unused variable}}
25 struct Test0_not_unused s0; // expected-warning {{unused variable}}

Completed in 1364 milliseconds

1 2 3 4 5 67 8 91011>>