HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 1301 - 1325 of 15203) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/icu/source/samples/strsrch/
readme.txt 51 Note: The name of the LD_LIBRARY_PATH variable is different on some systems.
53 the variable that is used there. LD_LIBRARY_PATH is the correct name
  /external/chromium_org/third_party/icu/source/samples/udata/
Makefile 7 # set the variable ICU_PATH to the 'icu' directory
15 # look for the ICU_PATH variable, guess if not there
readme.txt 58 Note: The name of the LD_LIBRARY_PATH variable is different on some systems.
60 the variable that is used there. LD_LIBRARY_PATH is the correct name
  /external/chromium_org/third_party/icu/source/samples/ufortune/
readme.txt 63 Note: The name of the LD_LIBRARY_PATH variable is different on some systems.
65 the variable that is used there. LD_LIBRARY_PATH is the correct name
  /external/chromium_org/third_party/icu/source/samples/uresb/
readme.txt 64 Note: The name of the LD_LIBRARY_PATH variable is different on some systems.
66 the variable that is used there. LD_LIBRARY_PATH is the correct name
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.8.in 57 The default source directory is specified by the environment variable
63 The default destination directory is specified by the environment variable
  /external/chromium_org/third_party/libusb/src/msvc/
missing.c 45 usbi_dbg("Failed to convert environment variable name to wide string");
75 usbi_dbg("Failed to convert environment variable value to narrow string");
  /external/chromium_org/third_party/libxslt/libexslt/
exsltexports.h 15 * Macros which declare an exportable function, an exportable variable and
33 * Macros which declare an exportable variable
  /external/chromium_org/third_party/libxslt/libxslt/
xsltexports.h 17 * Macros which declare an exportable function, an exportable variable and
35 * Macros which declare an exportable variable
  /external/chromium_org/third_party/libxslt/win32/
defgen.xsl 27 <xsl:for-each select="/api/symbols/*[self::variable or self::function]">
33 <xsl:if test="self::variable">
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.h 53 /* A friend is a variable that shares a reader with another variable.
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.h 51 * Each interference graph node is a virtual variable in the IL. It
52 * is up to the user to ra_set_node_class() for the virtual variable,
  /external/chromium_org/third_party/opus/src/
README.draft 41 -cbr : enable constant bitrate; default: variable bitrate
42 -cvbr : enable constrained variable bitrate; default: unconstrained
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.h 56 /* description of active local variable */
58 short idx; /* variable index in stack */
  /external/chromium_org/tools/gn/
function_read_file.cc 21 "read_file: Read a file into a variable.";
23 "read_file: Read a file into a variable.\n"
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 8 * The local strings get injected into the page using a variable named
64 // TODO(arv): We should not rely on a global variable here.
  /external/chromium_org/v8/test/mjsunit/
global-deleted-property-ic.js 34 // Introduce a global variable and make sure we load that from LoadX.
38 // Delete the global variable and make sure we get back to loading from
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1178598.js 34 // Force the 'e' variable to be heap-allocated
71 // Force the 'e' variable to be heap-allocated
regress-131994.js 31 // Test that a variable in the local scope that shadows a context-allocated
32 // variable is correctly resolved when being evaluated in the debugger.
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we branch on the variable not being null while decrementing the variable in the same basic block."
dfg-multi-basic-block-structure-clobber.js 25 "This tests that a structure clobber in a basic block that does not touch a live variable causes that variable's structure to be correctly clobbered."
  /external/clang/include/clang/AST/
MangleNumberingContext.h 51 /// \brief Retrieve the mangling number of a static local variable within
56 /// \brief Retrieve the mangling number of a static local variable within
  /external/clang/include/clang/Basic/
TemplateKinds.h 31 /// The name refers to a variable template whose specialization produces a
32 /// variable.
  /external/clang/test/Sema/
array-init.c 12 extern int fileScopeExtern[3] = { 1, 3, 5 }; // expected-warning{{'extern' variable has an initializer}}
23 int x3[x] = { 1, 2 }; // expected-error{{variable-sized object may not be initialized}}
51 extern int blockScopeExtern[3] = { 1, 3, 5 }; // expected-error{{'extern' variable cannot have an initializer}}
174 char strlit[a] = "foo"; //expected-error{{variable-sized object may not be initialized}}
175 int b[a] = { 1, 2, 4 }; //expected-error{{variable-sized object may not be initialized}}
221 int c[][x] = { 0 }; //expected-error{{variable-sized object may not be initialized}}
294 char test10_global[test10_bound]; // expected-error {{variable length array declaration not allowed at file scope}}
296 char test10_local[test10_bound] = "help"; // expected-error {{variable-sized object may not be initialized}}
attr-sentinel.c 25 foo7(1); // expected-warning {{not enough variable arguments in 'foo7' declaration to fit a sentinel}}
28 foo12(1); // expected-warning {{not enough variable arguments in 'foo12' declaration to fit a sentinel}}

Completed in 320 milliseconds

<<51525354555657585960>>