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

<<31323334353637383940>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ProgramD3D.cpp 85 const rx::PixelShaderOutputVariable &variable = pixelShaderKey[pixelShaderKeyIndex]; local
86 stream->writeInt(variable.type);
87 stream->writeString(variable.name);
88 stream->writeString(variable.source);
89 stream->writeInt(variable.outputIndex);
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
format.py 48 def variable(self, name): member in class:Formatter
81 def variable(self, name): member in class:AnsiFormatter
83 Formatter.variable(self, name)
150 def variable(self, name): member in class:WindowsConsoleFormatter
152 Formatter.variable(self, name)
  /external/chromium_org/third_party/protobuf/python/
README.txt 67 library of the same version and export the environment variable before this
89 2) Export an environment variable:
93 You need to export this variable before running setup.py script to build and
94 install the extension. You must also set the variable at runtime, otherwise
98 variable to "cpp", so the tests will be against C++ implemented Python
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 52 // text with variable substitutions. Example usage:
71 // Print some text after applying variable substitutions. If a particular
72 // variable in the text is not defined, this will crash. Variables to be
74 // characters (as given to the constructor). The variable bindings are
81 void Print(const char* text, const char* variable, const string& value);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h 58 // Document if a shared variable/field needs to be protected by a lock.
60 // held when accessing the annotated variable, while GUARDED_VAR only
61 // indicates a shared variable should be guarded (by any lock). GUARDED_VAR
69 // of the lock. Note that a pointer variable to a shared memory location
70 // could itself be a shared variable. For example, if a shared global pointer
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h 58 // Document if a shared variable/field needs to be protected by a lock.
60 // held when accessing the annotated variable, while GUARDED_VAR only
61 // indicates a shared variable should be guarded (by any lock). GUARDED_VAR
69 // of the lock. Note that a pointer variable to a shared memory location
70 // could itself be a shared variable. For example, if a shared global pointer
  /external/chromium_org/third_party/webrtc/build/
protoc.gypi 13 # doesn't permit conditional inclusion or variable expansion in include paths.
38 # The 'proto_in_dir' variable must be the relative path to the
41 # The 'proto_out_dir' variable specifies the path suffix that output
48 # 'cc_generator_options' variable with the value: 'dllexport_decl=FOO_EXPORT:'
52 # work. You can do so with the 'cc_include' variable.
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 12 // Adding __block to an obj-c variable could be either because the variable
14 // This transformation checks whether a reference of the variable for the block
56 return true; // Using the value of the variable.
68 return false; // The reference of the variable, and not just its value,
  /external/clang/test/Index/
cxx11-lambdas.cpp 27 // CHECK-INDEX: [indexEntityReference]: kind: variable | name: localA | USR: c:cxx11-lambdas.cpp@100@S@X@F@f#@localA | lang: C | cursor: VariableRef=localA:6:9 | loc: 7:21
28 // CHECK-INDEX: [indexEntityReference]: kind: variable | name: localB | USR: c:cxx11-lambdas.cpp@100@S@X@F@f#@localB | lang: C | cursor: VariableRef=localB:6:17 | loc: 7:29
31 // CHECK-INDEX: [indexEntityReference]: kind: variable | name: localA | USR: c:cxx11-lambdas.cpp@100@S@X@F@f#@localA | lang: C | cursor: DeclRefExpr=localA:6:9 | loc: 8:14
32 // CHECK-INDEX: [indexEntityReference]: kind: variable | name: localB | USR: c:cxx11-lambdas.cpp@100@S@X@F@f#@localB | lang: C | cursor: DeclRefExpr=localB:6:17 | loc: 8:23
33 // CHECK-INDEX: [indexEntityReference]: kind: variable | name: x | USR: c:cxx11-lambdas.cpp@157@S@X@F@f#@Ca@F@operator()#I#1@x | lang: C | cursor: DeclRefExpr=x:7:46 | loc: 8:32
index-refs.cpp 74 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
78 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
116 // CHECK: [indexEntityReference]: kind: variable | name: array_size | {{.*}} | loc: 59:22
117 // CHECK: [indexEntityReference]: kind: variable | name: default_param | {{.*}} | loc: 62:19
118 // CHECK-NOT: [indexEntityReference]: kind: variable | name: default_param | {{.*}} | loc: 62:19
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 38 C c; // expected-note {{jump bypasses variable initialization}}
49 Y y; // expected-note {{jump bypasses variable with a non-trivial destructor}}
57 int x = 56; // expected-note {{jump bypasses variable initialization}}
75 int a = 3; // expected-note {{jump bypasses variable initialization}}
140 S s3; // expected-error {{variable has incomplete type 'S'}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 50 * {@code null-ok;} local variable info associated with this register,
61 * @param local {@code null-ok;} the associated local variable, if any
82 * no variable info. This method is allowed to return shared
96 * variable info. This method is allowed to return shared
102 * @param local {@code non-null;} the associated local variable
116 * variable info. This method is allowed to return shared
122 * @param local {@code null-ok;} the associated variable info or null for
149 * @param local {@code null-ok;} the associated local variable, if any
201 * local variable.
221 * @param reg value of the instance variable, for another instanc
    [all...]
  /external/eigen/doc/
TopicLazyEvaluation.dox 13 Eigen determines automatically, for each sub-expression, whether to evaluate it into a temporary variable. Indeed, in certain cases it is better to evaluate immediately a sub-expression into a temporary variable, while in other cases it is better to avoid that.
23 For these reasons, Eigen has intelligent compile-time mechanisms to determine automatically when to use lazy evaluation, and when on the contrary it should evaluate immediately into a temporary variable.
61 Here, provided the matrices have at least 2 rows and 2 columns, each coefficienct of the expression <tt>matrix3 + matrix4</tt> is going to be used several times in the matrix product. Instead of computing the sum everytime, it is much better to compute it once and store it in a temporary variable. Eigen understands this and evaluates <tt>matrix3 + matrix4</tt> into a temporary variable before evaluating the product.
  /external/lldb/examples/python/
globals.py 36 # Make sure we don't lookup the same variable twice
44 print 'name = %s' % global_variable.name # returns the global variable name as a string
45 print 'value = %s' % global_variable.value # Returns the variable value as a string
49 print 'location = %s' % global_variable.location # returns the global variable value as a string
50 print 'size = %s' % global_variable.size # Returns the size in bytes of this global variable
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 75 /// Classify the specified global variable into a set of target independent
81 /// variable or function definition. This should not be passed external (or
88 /// variable or function definition. This should not be passed external (or
110 /// Return an MCExpr to use for a reference to the specified global variable
143 /// \brief Create a symbol reference to describe the given TLS variable when
  /external/llvm/test/CodeGen/SystemZ/
int-move-08.ll 57 ; Repeat f1 with an unaligned variable.
68 ; Repeat f2 with an unaligned variable.
79 ; Repeat f3 with an unaligned variable.
104 ; parts of a variable.
121 ; two different parts of a variable.
  /external/mesa3d/src/gallium/tools/trace/
format.py 48 def variable(self, name): member in class:Formatter
81 def variable(self, name): member in class:AnsiFormatter
83 Formatter.variable(self, name)
150 def variable(self, name): member in class:WindowsConsoleFormatter
152 Formatter.variable(self, name)
  /external/protobuf/src/google/protobuf/io/
printer.h 52 // text with variable substitutions. Example usage:
71 // Print some text after applying variable substitutions. If a particular
72 // variable in the text is not defined, this will crash. Variables to be
74 // characters (as given to the constructor). The variable bindings are
81 void Print(const char* text, const char* variable, const string& value);
  /external/wpa_supplicant_8/src/utils/
state_machine.h 58 * @data: State variable prefix (full variable: prefix_state)
63 * than one state variable to be stored in the same data structure.
77 * @data: State variable prefix (full variable: prefix_state)
  /external/clang/test/OpenMP/
for_loop_messages.cpp 53 // expected-error@+2 {{variable must be of integer or random access iterator type}}
59 // expected-error@+2 {{variable must be of integer or random access iterator type}}
65 // expected-error@+2 {{variable must be of integer or random access iterator type}}
107 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}}
113 // expected-error@+3 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}}
114 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'i'}}
120 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}}
126 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}}
132 // expected-error@+2 {{condition of OpenMP for loop must be a relational comparison ('<', '<=', '>', or '>=') of loop variable 'i'}}
156 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 290 /// If E is an expression comprising a reference to a single variable, find that
291 /// variable.
386 // is not a compound-assignment, we will treat it as initializing the variable
388 // whether a variable is uninitialized, and there's no point counting it as a
475 // the variable, we can say something stronger than 'may be uninitialized':
480 // the variable might still be uninitialized are followed. Since a variable
483 // initialize the variable. We do not want to skip past loops, since their
542 // This block initializes the variable.
546 // This block declares the variable (uninitialized), and is reachabl
    [all...]
  /external/lldb/www/
scripting.html 131 need to get the variable into a form that Python can access. To show you how to
134 variable. The second parameter is the word we are searching for (a string), and
138 <p>The most interesting parameter is the first one, the Python variable that
139 needs to contain a node in our search tree. How can we take a variable out of
140 our program and put it into a Python variable? What kind of Python variable
143 automatically give us our current frame object as a Python variable,
144 "lldb.frame". This variable has the type "SBFrame" (see the LLDB API for
146 frame object, is to ask it to find and return its local variable. We will call
148 dictionary variable as a Python variable:</p>
    [all...]
  /external/e2fsprogs/ext2ed/
dir_com.c 13 Most of the functions use the global variable file_info (along with the special directory fields there) to save
589 because it is of variable length.
595 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80]; local
610 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
613 if (strcasecmp ("inode",variable)==0) {
616 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win ();
620 if (strcasecmp ("rec_len",variable)==0) {
623 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_win ()
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 271 // We can only do this if the variable is const.
282 // If the variable doesn't have any initializer (shouldn't this be
374 const VarDecl *variable = CI.getVariable(); local
395 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) {
396 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant);
403 variable->getType().getObjCLifetime();
417 } else if (variable->getType()->isObjCRetainableType()) {
430 variable->getType()->getAsCXXRecordDecl()) {
438 QualType VT = variable->getType();
440 CharUnits align = C.getDeclAlign(variable);
588 const VarDecl *variable = CI.getVariable(); local
742 const VarDecl *variable = CI.getVariable(); local
1175 const VarDecl *variable = CI.getVariable(); local
1217 const VarDecl *variable = CI.getVariable(); local
1327 const VarDecl *variable = CI.getVariable(); local
1496 const VarDecl *variable = CI.getVariable(); local
    [all...]
  /developers/build/
gradlew.bat 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of

Completed in 491 milliseconds

<<31323334353637383940>>