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

<<21222324252627282930>>

  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 5 // externs.js contains variable declarations for the closure compiler
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 5 // externs.js contains variable declarations for the closure compiler
  /external/chromium/testing/gtest/test/
gtest_throw_on_failure_test.py 59 """Sets an environment variable to a given value; unsets it when the
89 variable; None if the variable should be unset.
134 """Tests using the GTEST_THROW_ON_FAILURE environment variable."""
  /external/chromium/testing/gtest/xcode/Config/
ReleaseProject.xcconfig 29 OTHER_CFLAGS = $(OTHER_CFLAGS) -DNDEBUG=1 -Wno-unused-variable
  /external/chromium/third_party/libjingle/source/
README 37 http://www.scons.org/download.php and set an environment variable,
53 * First, make sure the SCONS_DIR environment variable is set correctly.
61 * First, make sure the SCONS_DIR environment variable is set correctly and
68 Prompt if Visual Studio tools are not under the path environment variable.
  /external/clang/docs/
Block-ABI-Apple.txt 132 When a Block literal expression used as the initial value of a global or static local variable it is initialized as follows:
150 The simplest example is that of importing a variable of type int.
302 e) the variable itself is set to its initial value.
307 In order to "move" the variable to the heap upon a copy_helper operation the compiler must rewrite access to such a variable to be indirect through the structures forwarding pointer. For example:
324 In the case of a Block reference variable being marked __block the helper code generated must use the _Block_object_assign and _Block_object_dispose routines supplied by the runtime to make the copies. For example:
360 A Block that uses a __block variable in its compound statement body must import the variable and emit copy_helper and dispose_helper helper functions that, in turn, call back into the runtime to actually copy or release the byref data block using the functions _Block_object_assign and _Block_object_dispose.
423 A __block variable that is also marked __attribute__((NSObject)) should have byref_keep and byref_dispose helper functions that use _Block_object_assign and _Block_object_dispose.
452 The __weak variable is stored in a _block_byref_xxxx structure and the Block has copy and dispose helpers for this str (…)
    [all...]
  /external/clang/test/Analysis/
idempotent-operations-limited-loops.c 5 void always_warning() { int *p = 0; *p = 0xDEADBEEF; } // expected-warning{{Dereference of null pointer (loaded from variable 'p')}}
idempotent-operations.m 15 // a method may invalidate an instance variable.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 21 constexpr extern int i2; // expected-error {{constexpr variable declaration must be a definition}}
23 constexpr notlit nl1; // expected-error {{declaration of constexpr variable 'nl1' requires an initializer}}
50 constexpr int; // expected-error {{constexpr can only be used in variable and function declarations}}
124 extern constexpr int memsz; // expected-error {{constexpr variable declaration must be a definition}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p4.cpp 38 static const auto a; // expected-error {{declaration of variable 'a' with type 'auto const' requires an initializer}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
p3.cpp 19 int A::*ip = &A::s; // expected-error {{cannot initialize a variable of type 'int A::*' with an rvalue of type 'int *'}}
  /external/clang/test/PCH/
stmts.h 67 // variable-length array
  /external/clang/test/Sema/
decl-invalid.c 26 register int test1; // expected-error {{illegal storage class on file-scoped variable}}
struct-decl.c 32 struct pppoe_tag hdr; //expected-warning{{field 'hdr' with variable sized type 'struct pppoe_tag' not at the end of a struct or class is a GNU extension}}
  /external/clang/test/SemaCXX/
anonymous-union.cpp 44 f2 = 0; // expected-error{{read-only variable is not assignable}}
45 a = 0; // expected-error{{read-only variable is not assignable}}
57 xc.f = 0; // expected-error{{read-only variable is not assignable}}
58 xc.a = 0; // expected-error{{read-only variable is not assignable}}
unknown-anytype.cpp 34 ((void(void)) foo)(); // expected-error {{variable 'foo' with unknown type cannot be given a function type}}
vtable-instantiation.cc 6 T1 t1 = 3; // expected-error {{cannot initialize a variable}}
  /external/clang/test/SemaTemplate/
typename-specifier-2.cpp 21 bind_metafun<add_pointer, float>::type::type fp = &i; // expected-error{{cannot initialize a variable of type 'bind_metafun<add_pointer, float>::type::type' (aka 'float *') with an rvalue of type 'int *'}}
  /external/emma/
BUILD.txt 20 - if you don't have ANT_HOME environment variable set up to point to ANT
  /external/gtest/test/
gtest_throw_on_failure_test.py 60 """Sets an environment variable to a given value; unsets it when the
89 variable; None if the variable should be unset.
134 """Tests using the GTEST_THROW_ON_FAILURE environment variable."""
  /external/icu4c/i18n/unicode/
umsg.h 230 * [Note:] Formats are numbered by order of variable in the string.
236 * format0 affects the first variable {2}
237 * format1 affects the second variable {3}
238 * format2 affects the second variable {0}
255 * @param ... A variable-length argument list containing the arguments specified
281 * @param ap A variable-length argument list containing the arguments specified
309 * @param ... A variable-length argument list containing the arguments
333 * @param ap A variable-length argument list containing the arguments
359 * @param ... A variable-length argument list containing the arguments specified
390 * @param ap A variable-length argument list containing the arguments specifie
    [all...]
  /external/iproute2/include/linux/
inet_diag.h 44 /* Bytecode is sequence of 4 byte commands followed by variable arguments.
  /external/iptables/extensions/
libxt_time.man 45 variable. The kernel also has its own timezone offset variable. The TZ
46 userspace environment variable specifies how the UTC-based system time is
50 kernel's timezone offset variable is used when it has to convert between
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 209 Data variable = dataContext.findVariable(variableName, true); local
211 variable.setValue(value.asString());
213 // "set" was used to set a variable to a constant or escaped value like
216 variable.setEscapeMode(value.getEscapeMode());
225 * &lt;?cs name:blah &gt; command. Writes out the name of the original variable referred to by a
232 Data variable = dataContext.findVariable(variableName, false); local
233 if (variable != null) {
234 context.writeEscaped(variable.getSymlink().getName());
299 // With refers to a non-existent variable. Do nothing.
467 * &lt;?cs call:someMacro(x,y) command. Call a macro. Need to create a new variable scope to hol
    [all...]
  /external/kernel-headers/original/linux/
calc64.h 12 * result is returned and the remainder stored in the variable

Completed in 523 milliseconds

<<21222324252627282930>>