HomeSort by relevance Sort by last modified time
    Searched full:variables (Results 1 - 25 of 5891) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/i18n/
rbt_data.cpp 26 variables(0), variablesAreOwned(TRUE)
32 variables = 0;
57 variables = 0;
58 if (other.variables != 0) {
59 variables = (UnicodeFunctor **)uprv_malloc(variablesLength * sizeof(UnicodeFunctor *));
61 if (variables == 0) {
66 variables[i] = other.variables[i]->clone();
67 if (variables[i] == NULL) {
76 delete variables[n]
    [all...]
  /external/qemu-pc-bios/vgabios/
Notes 5 1. set bios variables
6 2. do the real init with io based on bios variables
9 variables and call function #2 above
  /external/dhcpcd/mk/
os-BSD.mk 1 # Setup OS specific variables
os-Darwin.mk 1 # Setup OS specific variables
os-Linux.mk 1 # Setup OS specific variables
os.mk 1 # Setup OS specific variables
  /external/llvm/test/Transforms/GlobalDCE/
2003-10-09-PreserveWeakGlobals.ll 1 ; Weak variables should be preserved by global DCE!
  /external/clang/test/SemaObjCXX/
ivar-reference-type.mm 3 int &r; // expected-error {{instance variables cannot be of reference type}}
  /frameworks/compile/libbcc/runtime/make/
config.mk 2 # Configuration variables.
7 # Apple style build overrides these variables later in the makefile.
12 # Tool configuration variables.
24 # Automatic and derived variables.
  /external/proguard/src/proguard/classfile/attribute/preverification/
FullFrame.java 35 public VerificationType[] variables; field in class:FullFrame
49 * Creates a FullFrame with the given variables and stack.
52 VerificationType[] variables,
56 variables.length,
57 variables,
64 * Creates a FullFrame with the given variables and stack.
68 VerificationType[] variables,
74 this.variables = variables;
81 * Applies the given verification type visitor to all variables
    [all...]
  /external/proguard/src/proguard/evaluation/
Variables.java 28 * the respective variables.
32 public class Variables
42 * Creates a new Variables object with a given maximum number of variables.
44 public Variables(int size)
52 * Creates a Variables object that is a copy of the given Variables object.
54 public Variables(Variables variables)
    [all...]
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.gyp 6 'variables': {
24 # Local Variables:
  /external/clang/test/PCH/
variables.h 1 // RUN: %clang_cc1 -emit-pch -o variables.h.pch variables.h
  /external/webkit/Source/cmake/
FindCairo.cmake 28 # Set the include dir variables and the libraries and let libfind_process do the rest.
29 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
FindFreetype.cmake 26 # Set the include dir variables and the libraries and let libfind_process do the rest.
27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
FindGIO.cmake 22 # Set the include dir variables and the libraries and let libfind_process do the rest.
23 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
FindGStreamer.cmake 26 # Set the include dir variables and the libraries and let libfind_process do the rest.
27 # NOTE: Singular variables for this library, plural for libraries this this lib depends on.
  /development/ndk/samples/module-exports/
README.TXT 2 (i.e. LOCAL_EXPORT_CFLAGS and similar other variables).
  /external/bluetooth/glib/debian/
changelog 7 Local variables:
  /external/clang/test/Sema/
dllimport-dllexport.c 13 typedef int __attribute__((dllexport)) type6; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
15 typedef int __attribute__((dllimport)) type7; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
31 typedef int __declspec(dllexport) type1; // expected-warning{{'dllexport' attribute only applies to variables and functions}}
33 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}}
  /external/llvm/test/CodeGen/CBackend/
2002-05-16-NameCollide.ll 3 ; Make sure that global variables do not collide if they have the same name,
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-atrules/
webkit 8 @-webkit-variables-decls
  /external/v8/test/mjsunit/regress/
regress-799761.js 28 // const variables should be read-only
34 // const variables are not behaving like other JS variables when it comes
47 // const variables may be declared but never initialized, in which case
62 // const variables may be initialized to undefined.
72 // const variables may be accessed in inner scopes like any other variable.
85 // const variables may be declared via 'eval'
  /external/clang/test/SemaObjC/
arc-decls.m 34 __autoreleasing id X; // expected-error {{global variables cannot have __autoreleasing ownership}}
35 __autoreleasing NSError *E; // expected-error {{global variables cannot have __autoreleasing ownership}}
38 extern id __autoreleasing X1; // expected-error {{global variables cannot have __autoreleasing ownership}}
43 static id __autoreleasing X1; // expected-error {{global variables cannot have __autoreleasing ownership}}
44 extern id __autoreleasing E; // expected-error {{global variables cannot have __autoreleasing ownership}}
  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 1 //===- LiveDebugVariables.h - Tracking debug info variables ----*- c++ -*--===//
13 // live user variables in a data structure that can be updated during register
17 // the new locations of user variables.
40 /// renameRegister - Move any user variables in OldReg to NewReg:SubIdx.
42 /// @param NewReg New register holding the user variables.
47 /// splitRegister - Move any user variables in OldReg to the live ranges in

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 91011>>