/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemComment.java | 49 return Constants.ELEMNAME_COMMENT; in getXSLToken() 59 return Constants.ELEMNAME_COMMENT_STRING; in getNodeName() 112 case Constants.ELEMNAME_TEXTLITERALRESULT : in appendChild() 113 case Constants.ELEMNAME_APPLY_TEMPLATES : in appendChild() 114 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild() 115 case Constants.ELEMNAME_CALLTEMPLATE : in appendChild() 116 case Constants.ELEMNAME_FOREACH : in appendChild() 117 case Constants.ELEMNAME_VALUEOF : in appendChild() 118 case Constants.ELEMNAME_COPY_OF : in appendChild() 119 case Constants.ELEMNAME_NUMBER : in appendChild() [all …]
|
D | ElemPI.java | 101 return Constants.ELEMNAME_PI; in getXSLToken() 111 return Constants.ELEMNAME_PI_STRING; in getNodeName() 141 new Object[]{ Constants.ATTRNAME_NAME, piName }); in execute() 151 new Object[]{ Constants.ATTRNAME_NAME, piName }); in execute() 193 case Constants.ELEMNAME_TEXTLITERALRESULT : in appendChild() 194 case Constants.ELEMNAME_APPLY_TEMPLATES : in appendChild() 195 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild() 196 case Constants.ELEMNAME_CALLTEMPLATE : in appendChild() 197 case Constants.ELEMNAME_FOREACH : in appendChild() 198 case Constants.ELEMNAME_VALUEOF : in appendChild() [all …]
|
D | ElemAttribute.java | 59 return Constants.ELEMNAME_ATTRIBUTE; in getXSLToken() 69 return Constants.ELEMNAME_ATTRIBUTE_STRING; in getNodeName() 231 case Constants.ELEMNAME_TEXTLITERALRESULT : in appendChild() 232 case Constants.ELEMNAME_APPLY_TEMPLATES : in appendChild() 233 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild() 234 case Constants.ELEMNAME_CALLTEMPLATE : in appendChild() 235 case Constants.ELEMNAME_FOREACH : in appendChild() 236 case Constants.ELEMNAME_VALUEOF : in appendChild() 237 case Constants.ELEMNAME_COPY_OF : in appendChild() 238 case Constants.ELEMNAME_NUMBER : in appendChild() [all …]
|
D | ElemChoose.java | 51 return Constants.ELEMNAME_CHOOSE; in getXSLToken() 61 return Constants.ELEMNAME_CHOOSE_STRING; in getNodeName() 88 if (Constants.ELEMNAME_WHEN == type) in execute() 109 else if (Constants.ELEMNAME_OTHERWISE == type) in execute() 141 case Constants.ELEMNAME_WHEN : in appendChild() 142 case Constants.ELEMNAME_OTHERWISE : in appendChild()
|
D | ElemFallback.java | 48 return Constants.ELEMNAME_FALLBACK; in getXSLToken() 58 return Constants.ELEMNAME_FALLBACK_STRING; in getNodeName() 95 if (Constants.ELEMNAME_EXTENSIONCALL == parentElemType in executeFallback() 96 || Constants.ELEMNAME_UNDEFINED == parentElemType) in executeFallback()
|
/external/llvm-project/llvm/test/TableGen/ |
D | foreach-variable-range.td | 11 def Constants : ConstantsImpl; 16 foreach Index = Constants.Zero ... Constants.Two in { 23 foreach Index = Constants.Zero...Constants.Two in { 30 foreach Index = Constants.Zero ...Constants.Two in { 37 foreach Index = Constants.Zero... Constants.Two in { 44 foreach Index = 0 ... Constants.Two in { 51 foreach Index = 0...Constants.Two in { 58 foreach Index = 0 ...Constants.Two in { 65 foreach Index = 0... Constants.Two in { 72 foreach Index = Constants.Zero ... 2 in { [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_code.c | 47 dst->Constants = malloc(sizeof(struct rc_constant) * src->Count); in rc_constants_copy() 48 memcpy(dst->Constants, src->Constants, sizeof(struct rc_constant) * src->Count); in rc_constants_copy() 55 free(c->Constants); in rc_constants_destroy() 71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count); in rc_constants_add() 73 free(c->Constants); in rc_constants_add() 74 c->Constants = newlist; in rc_constants_add() 77 c->Constants[index] = *constant; in rc_constants_add() 93 if (c->Constants[index].Type == RC_CONSTANT_STATE) { in rc_constants_add_state() 94 if (c->Constants[index].u.State[0] == state0 && in rc_constants_add_state() 95 c->Constants[index].u.State[1] == state1) in rc_constants_add_state() [all …]
|
D | radeon_remove_constants.c | 70 struct rc_constant *constants = c->Program.Constants.Constants; in rc_remove_unused_constants() 74 if (!c->Program.Constants.Count) { in rc_remove_unused_constants() 79 const_used = malloc(c->Program.Constants.Count); in rc_remove_unused_constants() 80 memset(const_used, 0, c->Program.Constants.Count); in rc_remove_unused_constants() 94 for (unsigned i = 0; i < c->Program.Constants.Count; i++) in rc_remove_unused_constants() 101 remap_table = malloc(c->Program.Constants.Count * sizeof(unsigned)); in rc_remove_unused_constants() 102 inv_remap_table = malloc(c->Program.Constants.Count * sizeof(unsigned)); in rc_remove_unused_constants() 105 for (unsigned i = 0; i < c->Program.Constants.Count; i++) { in rc_remove_unused_constants() 123 assert( is_identity || new_count < c->Program.Constants.Count); in rc_remove_unused_constants() 137 c->Program.Constants.Count = new_count; in rc_remove_unused_constants() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTSchema.java | 25 import org.apache.xalan.templates.Constants; 230 …new XSLTAttributeDef(Constants.S_XMLNAMESPACEURI, "space", false, false, false, XSLTAttributeDef.W… in build() 231 "default", Constants.ATTRVAL_STRIP, "preserve", in build() 232 Constants.ATTRVAL_PRESERVE); in build() 236 new XSLTAttributeDef(Constants.S_XMLNAMESPACEURI, "space", in build() 254 "single", Constants.NUMBERLEVEL_SINGLE, in build() 255 "multiple", Constants.NUMBERLEVEL_MULTI, in build() 256 "any", Constants.NUMBERLEVEL_ANY); in build() 276 "alphabetic", Constants.NUMBERLETTER_ALPHABETIC, in build() 277 "traditional", Constants.NUMBERLETTER_TRADITIONAL); in build() [all …]
|
/external/apache-commons-bcel/src/examples/ |
D | HelloWorldBuilder.java | 21 import org.apache.bcel.Constants; 66 "<generated>", Constants.ACC_PUBLIC | in main() 67 Constants.ACC_SUPER, in main() 71 MethodGen mg = new MethodGen(Constants.ACC_STATIC | in main() 72 Constants.ACC_PUBLIC,// access flags in main() 90 … il.append(factory.createFieldAccess("java.lang.System", "in", i_stream, Constants.GETSTATIC)); in main() 95 Constants.INVOKESPECIAL)); in main() 98 Constants.INVOKESPECIAL)); in main() 113 … il.append(factory.createFieldAccess("java.lang.System", "out", p_stream, Constants.GETSTATIC)); in main() 117 new Type[]{Type.STRING}, Constants.INVOKEVIRTUAL)); in main() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
D | ExtensionNamespacesManager.java | 25 import org.apache.xalan.templates.Constants; 210 String uri = Constants.S_EXTENSIONS_JAVA_URL; in setPredefinedNamespaces() 217 uri = Constants.S_EXTENSIONS_OLD_JAVA_URL; in setPredefinedNamespaces() 221 uri = Constants.S_EXTENSIONS_LOTUSXSL_JAVA_URL; in setPredefinedNamespaces() 225 uri = Constants.S_BUILTIN_EXTENSIONS_URL; in setPredefinedNamespaces() 232 uri = Constants.S_BUILTIN_OLD_EXTENSIONS_URL; in setPredefinedNamespaces() 237 uri = Constants.S_EXTENSIONS_REDIRECT_URL; in setPredefinedNamespaces() 242 uri = Constants.S_EXTENSIONS_PIPE_URL; in setPredefinedNamespaces() 247 uri = Constants.S_EXTENSIONS_SQL_URL; in setPredefinedNamespaces() 255 uri = Constants.S_EXSLT_COMMON_URL; in setPredefinedNamespaces() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ActivityResultFacade.java | 22 import com.googlecode.android_scripting.Constants; 37 + "startActivityForResult(), the resulting intent will contain " + Constants.EXTRA_RESULT 56 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.booleanValue()); in setResultBoolean() 68 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.byteValue()); in setResultByte() 80 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.shortValue()); in setResultShort() 92 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.charValue()); in setResultChar() 104 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.intValue()); in setResultInteger() 116 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.longValue()); in setResultLong() 128 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.floatValue()); in setResultFloat() 140 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.doubleValue()); in setResultDouble() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
D | IntentBuilders.java | 39 intent.setComponent(Constants.TRIGGER_SERVICE_COMPONENT_NAME); in buildTriggerServiceIntent() 51 final ComponentName componentName = Constants.SL4A_SERVICE_LAUNCHER_COMPONENT_NAME; in buildStartInBackgroundIntent() 54 intent.setAction(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT); in buildStartInBackgroundIntent() 55 intent.putExtra(Constants.EXTRA_SCRIPT_PATH, script.getAbsolutePath()); in buildStartInBackgroundIntent() 67 final ComponentName componentName = Constants.SL4A_SERVICE_LAUNCHER_COMPONENT_NAME; in buildStartInTerminalIntent() 70 intent.setAction(Constants.ACTION_LAUNCH_FOREGROUND_SCRIPT); in buildStartInTerminalIntent() 71 intent.putExtra(Constants.EXTRA_SCRIPT_PATH, script.getAbsolutePath()); in buildStartInTerminalIntent() 83 final ComponentName componentName = Constants.SL4A_SERVICE_LAUNCHER_COMPONENT_NAME; in buildStartInterpreterIntent() 86 intent.setAction(Constants.ACTION_LAUNCH_INTERPRETER); in buildStartInterpreterIntent() 87 intent.putExtra(Constants.EXTRA_INTERPRETER_NAME, interpreterName); in buildStartInterpreterIntent()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/ |
D | ScriptingLayerService.java | 32 import com.googlecode.android_scripting.Constants; 104 mHide = mPreferences.getBoolean(Constants.HIDE_NOTIFY, false); in onCreate() 122 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS); in createNotification() 175 if (intent.getAction().equals(Constants.ACTION_KILL_ALL)) { in startAction() 178 } else if (intent.getAction().equals(Constants.ACTION_KILL_PROCESS)) { in startAction() 183 } else if (intent.getAction().equals(Constants.ACTION_SHOW_RUNNING_SCRIPTS)) { in startAction() 186 if (intent.getAction().equals(Constants.ACTION_LAUNCH_SERVER)) { in startAction() 192 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_FOREGROUND_SCRIPT)) { in startAction() 199 "Unable to run " + intent.getStringExtra(Constants.EXTRA_SCRIPT_PATH) in startAction() 203 } else if (intent.getAction().equals(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT)) { in startAction() [all …]
|
/external/swiftshader/src/Shader/ |
D | VertexRoutine.cpp | 120 …clipFlags = *Pointer<Int>(constants + OFFSET(Constants,maxX) + SignMask(maxX) * 4); // FIXME: Ar… in computeClipFlags() 121 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,maxY) + SignMask(maxY) * 4); in computeClipFlags() 122 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,maxZ) + SignMask(maxZ) * 4); in computeClipFlags() 123 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,minX) + SignMask(minX) * 4); in computeClipFlags() 124 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,minY) + SignMask(minY) * 4); in computeClipFlags() 125 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,minZ) + SignMask(minZ) * 4); in computeClipFlags() 127 Int4 finiteX = CmpLE(Abs(o[pos].x), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags() 128 Int4 finiteY = CmpLE(Abs(o[pos].y), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags() 129 Int4 finiteZ = CmpLE(Abs(o[pos].z), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags() 132 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,fini) + SignMask(finiteXYZ) * 4); in computeClipFlags() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | pass_remove_duplicates_test.cpp | 322 OpName %4 "Constants" in TEST_F() 346 OpName %4 "Constants" in TEST_F() 374 OpName %3 "Constants" in TEST_F() 396 OpName %3 "Constants" in TEST_F() 423 OpName %3 "Constants" in TEST_F() 449 OpName %3 "Constants" in TEST_F() 481 OpName %3 "Constants" in TEST_F() 501 OpName %3 "Constants" in TEST_F() 530 OpName %3 "Constants" in TEST_F() 550 OpName %3 "Constants" in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | pass_remove_duplicates_test.cpp | 322 OpName %4 "Constants" in TEST_F() 346 OpName %4 "Constants" in TEST_F() 374 OpName %3 "Constants" in TEST_F() 396 OpName %3 "Constants" in TEST_F() 423 OpName %3 "Constants" in TEST_F() 449 OpName %3 "Constants" in TEST_F() 481 OpName %3 "Constants" in TEST_F() 501 OpName %3 "Constants" in TEST_F() 530 OpName %3 "Constants" in TEST_F() 550 OpName %3 "Constants" in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | pass_remove_duplicates_test.cpp | 322 OpName %4 "Constants" in TEST_F() 346 OpName %4 "Constants" in TEST_F() 374 OpName %3 "Constants" in TEST_F() 396 OpName %3 "Constants" in TEST_F() 423 OpName %3 "Constants" in TEST_F() 449 OpName %3 "Constants" in TEST_F() 481 OpName %3 "Constants" in TEST_F() 501 OpName %3 "Constants" in TEST_F() 530 OpName %3 "Constants" in TEST_F() 550 OpName %3 "Constants" in TEST_F() [all …]
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue() local 31 for (unsigned I = 0, E = Constants.size(); I != E; ++I) { in getExistingMachineCPValue() 32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue() 33 Constants[I].getAlign() >= Alignment) { in getExistingMachineCPValue() 35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue() local 32 for (unsigned I = 0, E = Constants.size(); I != E; ++I) { in getExistingMachineCPValue() 33 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue() 34 (Constants[I].getAlignment() & AlignMask) == 0) { in getExistingMachineCPValue() 36 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue() local 33 for (unsigned I = 0, E = Constants.size(); I != E; ++I) { in getExistingMachineCPValue() 34 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue() 35 (Constants[I].getAlignment() & AlignMask) == 0) { in getExistingMachineCPValue() 37 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
|
/external/swiftshader/src/Pipeline/ |
D | VertexRoutine.cpp | 133 clipFlags = Pointer<Int>(constants + OFFSET(Constants, maxX))[SignMask(maxX)]; in computeClipFlags() 134 clipFlags |= Pointer<Int>(constants + OFFSET(Constants, maxY))[SignMask(maxY)]; in computeClipFlags() 135 clipFlags |= Pointer<Int>(constants + OFFSET(Constants, maxZ))[SignMask(maxZ)]; in computeClipFlags() 136 clipFlags |= Pointer<Int>(constants + OFFSET(Constants, minX))[SignMask(minX)]; in computeClipFlags() 137 clipFlags |= Pointer<Int>(constants + OFFSET(Constants, minY))[SignMask(minY)]; in computeClipFlags() 138 clipFlags |= Pointer<Int>(constants + OFFSET(Constants, minZ))[SignMask(minZ)]; in computeClipFlags() 146 clipFlags |= Pointer<Int>(constants + OFFSET(Constants, fini))[SignMask(finiteXYZ)]; in computeClipFlags() 248 if(componentCount >= 1) v.x *= *Pointer<Float4>(constants + OFFSET(Constants, unscaleByte)); in readStream() 249 if(componentCount >= 2) v.y *= *Pointer<Float4>(constants + OFFSET(Constants, unscaleByte)); in readStream() 250 if(componentCount >= 3) v.z *= *Pointer<Float4>(constants + OFFSET(Constants, unscaleByte)); in readStream() [all …]
|
D | PixelRoutine.cpp | 120 x -= *Pointer<Float4>(constants + OFFSET(Constants, X) + q * sizeof(float4)); in quad() 161 XXXX += *Pointer<Float4>(constants + OFFSET(Constants, sampleX[q]) + 16 * cMask[q]); in quad() 162 YYYY += *Pointer<Float4>(constants + OFFSET(Constants, sampleY[q]) + 16 * cMask[q]); in quad() 163 WWWW += *Pointer<Float4>(constants + OFFSET(Constants, weight) + 16 * cMask[q]); in quad() 202 xxxx += Float4(Constants::SampleLocationsX[sampleId]); in quad() 203 yyyy += Float4(Constants::SampleLocationsY[sampleId]); in quad() 323 …occlusion += *Pointer<UInt>(constants + OFFSET(Constants, occlusionCount) + 4 * (zMask[q] & sMask[… in quad() 651 …Z = As<Float4>(As<Int4>(Z) & *Pointer<Int4>(constants + OFFSET(Constants, maskD4X) + zMask * 16, 1… in writeDepth32F() 652 …zValue = As<Float4>(As<Int4>(zValue) & *Pointer<Int4>(constants + OFFSET(Constants, invMaskD4X) + … in writeDepth32F() 684 Z = Z & *Pointer<Short4>(constants + OFFSET(Constants, maskW4Q) + zMask * 8, 8); in writeDepth16() [all …]
|
/external/python/cpython2/Doc/library/ |
D | carbon.rst | 107 :synopsis: Constants for the interface to the Carbon Event Manager. 125 :synopsis: Constants for the interface to the Component Manager. 142 :synopsis: Constants for the interface to the Control Manager. 150 :synopsis: Constants for the interface to CoreFoundation. 158 :synopsis: Constants for the interface to CoreGraphics. 174 :synopsis: Constants for the interface to the Dialog Manager. 198 :synopsis: Constants for the interface to the Drag and Drop Manager. 206 :synopsis: Constants for the interface to the classic Event Manager. 230 :synopsis: Constants for the interface to the File Manager. 257 :synopsis: Constants for the interface to the Folder Manager. [all …]
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlatBufferBuilder.java | 19 import static com.google.flatbuffers.Constants.*; 304 …public void putBoolean(boolean x) { bb.put (space -= Constants.SIZEOF_BYTE, (byte)(x ? 1 : 0)… in putBoolean() 312 public void putByte (byte x) { bb.put (space -= Constants.SIZEOF_BYTE, x); } in putByte() 320 public void putShort (short x) { bb.putShort (space -= Constants.SIZEOF_SHORT, x); } in putShort() 328 public void putInt (int x) { bb.putInt (space -= Constants.SIZEOF_INT, x); } in putInt() 336 public void putLong (long x) { bb.putLong (space -= Constants.SIZEOF_LONG, x); } in putLong() 344 public void putFloat (float x) { bb.putFloat (space -= Constants.SIZEOF_FLOAT, x); } in putFloat() 352 public void putDouble (double x) { bb.putDouble(space -= Constants.SIZEOF_DOUBLE, x); } in putDouble() 360 public void addBoolean(boolean x) { prep(Constants.SIZEOF_BYTE, 0); putBoolean(x); } in addBoolean() 367 public void addByte (byte x) { prep(Constants.SIZEOF_BYTE, 0); putByte (x); } in addByte() [all …]
|