/external/chromium_org/v8/test/webkit/ |
D | dfg-dead-speculation-expected.txt | 30 PASS variable is 84 32 PASS variable is 84 34 PASS variable is 84 36 PASS variable is 84 38 PASS variable is 84 40 PASS variable is 84 42 PASS variable is 84 44 PASS variable is 84 46 PASS variable is 84 48 PASS variable is 84 [all …]
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableManager.cpp | 95 ValueEntry::ValueEntry (const Variable* variable) in ValueEntry() argument 96 : m_variable (variable) in ValueEntry() 97 , m_valueRange (variable->getType()) in ValueEntry() 116 Variable* variable = new Variable(type, storage, name); in allocate() local 119 m_liveVariables.push_back(variable); in allocate() 120 return variable; in allocate() 124 delete variable; in allocate() 129 void VariableScope::declare (Variable* variable) in declare() argument 131 m_declaredVariables.push_back(variable); in declare() 132 removeLive(variable); in declare() [all …]
|
D | rsgVariableManager.hpp | 46 ValueEntry (const Variable* variable); 67 void declare (Variable* variable); //!< Move from live set to declared set 68 …void removeLive (const Variable* variable); //!< Just remove from live set (when migrati… 89 ValueEntry* allocate (const Variable* variable); 90 ValueEntry* findEntry (const Variable* variable) const; 91 void setValue (const Variable* variable, ConstValueRangeAccess value); 92 void removeValue (const Variable* variable); 210 void setStorage (Variable* variable, Variable::Storage storage); 212 void setValue (const Variable* variable, ConstValueRangeAccess value); 213 const ValueEntry* getValue (const Variable* variable) const; [all …]
|
/external/deqp/data/gles31/shaders/ |
D | linkage_io_block.test | 84 mediump vec2 variable; 89 variable.x = float(gl_VertexID); 90 variable.y = float(gl_InstanceID); 100 mediump float variable; 105 ${FRAG_COLOR} = vec4(variable); 155 mediump float variable[1]; 160 variable[0] = float(gl_VertexID); 170 mediump float variable[2]; 175 ${FRAG_COLOR} = vec4(variable[0] + variable[1]); 194 mediump float variable; [all …]
|
D | linkage_shader_storage_block.test | 92 mediump vec2 variable; 98 vtx_val = variable.y; 108 mediump float variable; 114 ${FRAG_COLOR} = vec4(vtx_val + variable); 168 mediump float variable[]; 174 vtx_val = variable[0]; 184 mediump float variable[1]; 190 ${FRAG_COLOR} = vec4(vtx_val + variable[0]); 206 mediump float variable[1]; 212 vtx_val = variable[0]; [all …]
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | VariableInfo.cpp | 41 void ExpandUserDefinedVariable(const ShaderVariable &variable, 47 void ExpandVariable(const ShaderVariable &variable, in ExpandVariable() argument 53 if (variable.isStruct()) in ExpandVariable() 55 if (variable.isArray()) in ExpandVariable() 57 for (size_t elementIndex = 0; elementIndex < variable.elementCount(); elementIndex++) in ExpandVariable() 61 ExpandUserDefinedVariable(variable, lname, lmappedName, markStaticUse, expanded); in ExpandVariable() 66 ExpandUserDefinedVariable(variable, name, mappedName, markStaticUse, expanded); in ExpandVariable() 71 ShaderVariable expandedVar = variable; in ExpandVariable() 92 void ExpandUserDefinedVariable(const ShaderVariable &variable, in ExpandUserDefinedVariable() argument 98 ASSERT(variable.isStruct()); in ExpandUserDefinedVariable() [all …]
|
D | VariablePacker.cpp | 163 const sh::ShaderVariable &variable = variables[i]; in CheckVariablesWithinPackingLimits() local 164 if (variable.elementCount() > maxVectors / GetNumRows(variable.type)) { in CheckVariablesWithinPackingLimits() 178 const sh::ShaderVariable &variable = variables[ii]; in CheckVariablesWithinPackingLimits() local 179 if (GetNumComponentsPerRow(variable.type) != 4) { in CheckVariablesWithinPackingLimits() 182 topNonFullRow_ += GetNumRows(variable.type) * variable.elementCount(); in CheckVariablesWithinPackingLimits() 192 const sh::ShaderVariable &variable = variables[ii]; in CheckVariablesWithinPackingLimits() local 193 if (GetNumComponentsPerRow(variable.type) != 3) { in CheckVariablesWithinPackingLimits() 196 num3ColumnRows += GetNumRows(variable.type) * variable.elementCount(); in CheckVariablesWithinPackingLimits() 211 const sh::ShaderVariable &variable = variables[ii]; in CheckVariablesWithinPackingLimits() local 212 if (GetNumComponentsPerRow(variable.type) != 2) { in CheckVariablesWithinPackingLimits() [all …]
|
/external/bison/src/ |
D | muscle-tab.c | 403 muscle_percent_variable_update (char const *variable) in muscle_percent_variable_update() argument 416 char const *res = variable; in muscle_percent_variable_update() 419 if (STREQ (conversion[i].obsolete, variable)) in muscle_percent_variable_update() 433 char const *variable = muscle_percent_variable_update (var); in muscle_percent_define_insert() local 434 char const *name = UNIQSTR_CONCAT ("percent_define(", variable, ")"); in muscle_percent_define_insert() 435 char const *loc_name = UNIQSTR_CONCAT ("percent_define_loc(", variable, ")"); in muscle_percent_define_insert() 437 UNIQSTR_CONCAT ("percent_define_syncline(", variable, ")"); in muscle_percent_define_insert() 438 char const *how_name = UNIQSTR_CONCAT ("percent_define_how(", variable, ")"); in muscle_percent_define_insert() 450 _("%%define variable %s redefined"), quote (variable)); in muscle_percent_define_insert() 452 complain_at_indent (muscle_percent_define_get_loc (variable), &i, in muscle_percent_define_insert() [all …]
|
/external/llvm/test/MC/ARM/ |
D | directive-tlsdescseq.s | 10 .tlsdescseq variable 12 .tlsdescseq variable 14 .tlsdescseq variable 17 .word variable(tlsdesc) + (. - 1b) 20 @ CHECK: 0x4 R_ARM_TLS_DESCSEQ variable 0x0 21 @ CHECK: 0x8 R_ARM_TLS_DESCSEQ variable 0x0 22 @ CHECK: 0xC R_ARM_TLS_DESCSEQ variable 0x0 23 @ CHECK: 0x10 R_ARM_TLS_GOTDESC variable 0x0 27 @ CHECK-ASM: .tlsdescseq variable 29 @ CHECK-ASM: .tlsdescseq variable [all …]
|
/external/clang/test/CodeGenObjC/ |
D | arc-captured-block-var-inlined-layout.m | 20 // CHECK: Inline instruction for block variable layout: 0x0100 21 // CHECK-i386: Inline instruction for block variable layout: 0x0100 26 // CHECK: Inline instruction for block variable layout: 0x0210 27 // CHECK-i386: Inline instruction for block variable layout: 0x0210 34 // CHECK: Inline instruction for block variable layout: 0x0230 35 // CHECK-i386: Inline instruction for block variable layout: 0x0230 44 // CHECK: Inline instruction for block variable layout: 0x0231 45 // CHECK-i386: Inline instruction for block variable layout: 0x0231 56 // CHECK: Inline instruction for block variable layout: 0x0235 57 // CHECK-i386: Inline instruction for block variable layout: 0x0235 [all …]
|
D | mrr-captured-block-var-inlined-layout.m | 22 // block variable layout: BL_STRONG:1, BL_OPERATOR:0 23 // CHECK: Inline instruction for block variable layout: 0x0100 24 // CHECK-i386: Inline instruction for block variable layout: 0x0100 29 // block variable layout: BL_STRONG:2, BL_BYREF:1, BL_OPERATOR:0 30 // CHECK: Inline instruction for block variable layout: 0x0210 31 // CHECK-i386: Inline instruction for block variable layout: 0x0210 38 // block variable layout: BL_STRONG:2, BL_BYREF:3, BL_OPERATOR:0 39 // CHECK: Inline instruction for block variable layout: 0x0230 40 // CHECK-i386: Inline instruction for block variable layout: 0x0230 49 // block variable layout: BL_STRONG:2, BL_BYREF:3, BL_OPERATOR:0 [all …]
|
/external/lldb/test/lang/c/array_types/ |
D | TestArrayTypes.py | 156 variable = frame.FindVariable("strings") 157 var = str(variable) 159 substrs = ["%s" % variable.GetName()]) 160 self.DebugSBValue(variable) 161 self.assertTrue(variable.GetNumChildren() == 4, 164 child3 = variable.GetChildAtIndex(3) 170 variable = frame.FindVariable("char_16") 171 self.DebugSBValue(variable) 172 self.assertTrue(variable.GetNumChildren() == 16, 179 variable = frame.FindVariable("ushort_matrix") [all …]
|
/external/smack/src/org/jivesoftware/smackx/ |
D | Form.java | 133 public void setAnswer(String variable, String value) { in setAnswer() argument 134 FormField field = getField(variable); in setAnswer() 159 public void setAnswer(String variable, int value) { in setAnswer() argument 160 FormField field = getField(variable); in setAnswer() 183 public void setAnswer(String variable, long value) { in setAnswer() argument 184 FormField field = getField(variable); in setAnswer() 207 public void setAnswer(String variable, float value) { in setAnswer() argument 208 FormField field = getField(variable); in setAnswer() 231 public void setAnswer(String variable, double value) { in setAnswer() argument 232 FormField field = getField(variable); in setAnswer() [all …]
|
D | ReportedData.java | 157 private String variable; field in ReportedData.Column 167 public Column(String label, String variable, String type) { in Column() argument 169 this.variable = variable; in Column() 215 return variable; in getVariable() 234 public Iterator getValues(String variable) { in getValues() argument 237 if (variable.equalsIgnoreCase(field.getVariable())) { in getValues() 255 private String variable; field in ReportedData.Field 258 public Field(String variable, List<String> values) { in Field() argument 259 this.variable = variable; in Field() 269 return variable; in getVariable()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 64 args, // Args to command: "some.variable=3 ?>" 222 | {set} cs_open set command_delimiter variable assignment expression cs_close 226 variable.variable, 229 | {name} cs_open name command_delimiter variable cs_close 233 variable.variable)} 253 | {with} cs_open with command_delimiter variable assignment expression cs_close 259 variable.variable, 263 | {loop_to} cs_open loop command_delimiter variable assignment expression cs_close 269 variable.variable, 273 | {loop} cs_open loop command_delimiter variable assignment [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
D | VariableLocator.java | 51 private String quickEval(PVariable variable) { in quickEval() argument 52 if (variable instanceof ANameVariable) { in quickEval() 53 return ((ANameVariable) variable).getWord().getText(); in quickEval() 54 } else if (variable instanceof ADecNumberVariable) { in quickEval() 55 return ((ADecNumberVariable) variable).getDecNumber().getText(); in quickEval() 56 } else if (variable instanceof AHexNumberVariable) { in quickEval() 57 return ((AHexNumberVariable) variable).getHexNumber().getText(); in quickEval() 69 public String getVariableName(PVariable variable) { in getVariableName() argument 70 String result = quickEval(variable); in getVariableName() 76 variable.apply(this); in getVariableName()
|
/external/clang/test/Modules/Inputs/ |
D | redecl-add-after-load-decls.h | 2 extern const int variable; 4 constexpr int test(bool b) { return b ? variable : function(); } in test() 8 extern const int variable; 12 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test() 16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() 20 static const int variable; member 24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test()
|
D | redecl-add-after-load.h | 2 extern const int variable = 0; 7 extern const int variable = 0; 13 const int C::variable = 0; 18 static const int variable; member 22 const int D::variable = 0;
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | ninja_syntax.py | 30 def variable(self, key, value, indent=0): member in Writer 39 self.variable('depth', depth, indent=1) 45 self.variable('command', command, indent=1) 47 self.variable('description', description, indent=1) 49 self.variable('depfile', depfile, indent=1) 51 self.variable('generator', '1', indent=1) 53 self.variable('pool', pool, indent=1) 55 self.variable('restat', '1', indent=1) 57 self.variable('rspfile', rspfile, indent=1) 59 self.variable('rspfile_content', rspfile_content, indent=1) [all …]
|
/external/clang/test/Index/ |
D | index-subscripting-literals.m | 44 // CHECK: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor:… 45 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec… 49 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec… 50 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec… 51 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor:… 53 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: key 55 // CHECK: [indexEntityReference]: kind: variable | name: oldObject 56 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor:… 58 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor:… 59 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: newObject | USR: c:@newObject | lang:… [all …]
|
/external/clang/test/Modules/ |
D | redecl-add-after-load.cpp | 10 extern const int variable; 12 constexpr int test(bool b) { return b ? variable : function(); } in test() 16 extern const int variable; 20 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test() 24 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() 28 static const int variable; member 32 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test()
|
/external/chromium_org/build/ |
D | isolate.gypi | 83 '--path-variable', 'DEPTH', '<(DEPTH)', 84 '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ', 88 '--extra-variable', 'version_full=<(version_full)', 90 '--config-variable', 'OS=<(OS)', 91 '--config-variable', 'CONFIGURATION_NAME=<(CONFIGURATION_NAME)', 92 '--config-variable', 'asan=<(asan)', 93 '--config-variable', 'chromeos=<(chromeos)', 94 '--config-variable', 'component=<(component)', 95 '--config-variable', 'fastbuild=<(fastbuild)', 98 '--config-variable', [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_getenv.c | 39 int SDL_putenv(const char *variable) in SDL_putenv() argument 45 sep = SDL_strchr(variable, '='); in SDL_putenv() 49 bufferlen = SDL_strlen(variable)+1; in SDL_putenv() 58 SDL_strlcpy(SDL_envmem, variable, bufferlen); in SDL_putenv() 59 value = SDL_envmem + (sep - variable); in SDL_putenv() 93 int SDL_putenv(const char *variable) in SDL_putenv() argument 102 if ( ! variable ) { in SDL_putenv() 105 name = variable; in SDL_putenv() 106 for ( value=variable; *value && (*value != '='); ++value ) { in SDL_putenv() 116 new_variable = SDL_strdup(variable); in SDL_putenv()
|
/external/clang/test/SemaObjC/ |
D | ivar-lookup.m | 46 return a + b; // expected-error{{instance variable 'a' accessed in class method}} \ 47 // expected-error{{instance variable 'b' accessed in class method}} 60 int IVAR; // expected-error {{instance variable is already declared}} 67 int IVAR; // expected-error {{instance variable is already declared}} 73 int IVAR; // expected-error {{instance variable is already declared}} 74 int PIVAR; // expected-error {{instance variable is already declared}} 80 int IVAR; // expected-error {{instance variable is already declared}} 146 // expected-error {{instance variable is already declared}} 151 int d; // expected-error {{instance variable is already declared}} 152 NSString *e_strong; // expected-error {{instance variable is already declared}} [all …]
|
D | ivar-access-tests.m | 33 access = s->private; // expected-error {{instance variable 'private' is private}} 36 access = m->private; // expected-error {{instance variable 'private' is private}} 49 access = s->private; // expected-error {{instance variable 'private' is private}} 52 access = m->private; // expected-error {{instance variable 'private' is private}} 64 access = s->private; // expected-error {{instance variable 'private' is private}} 65 access = s->protected; // expected-error {{instance variable 'protected' is protected}} 67 access = m->private; // expected-error {{instance variable 'private' is private}} 68 access = m->protected; // expected-error {{instance variable 'protected' is protected}} 76 access = s->private; // expected-error {{instance variable 'private' is private}} 77 access = s->protected; // expected-error {{instance variable 'protected' is protected}}
|