/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
asm_filters.h | 33 "DCL OUT[0], COLOR, CONSTANT\n" 34 "DCL CONST[0..4], CONSTANT\n" 35 "DCL TEMP[0..4], CONSTANT\n" 36 "DCL SAMP[0], CONSTANT\n" 56 "DCL OUT[0], COLOR, CONSTANT\n" 57 "DCL TEMP[0..4], CONSTANT\n" 58 "DCL ADDR[0], CONSTANT\n" 59 "DCL CONST[0..%d], CONSTANT\n" 60 "DCL SAMP[0], CONSTANT\n" 83 "DCL OUT[0], COLOR, CONSTANT\n [all...] |
/external/clang/test/CodeGen/ |
string-literal-unicode-conversion.c | 20 // CHECK-C: private unnamed_addr constant [6 x i8] c"\C0\E9\EE\F5\FC\00", align 1 21 // CHECK-CPP0X: private unnamed_addr constant [6 x i8] c"\C0\E9\EE\F5\FC\00", align 1 24 // CHECK-C: private unnamed_addr constant [11 x i8] c"\D0\9A\D0\BE\D1\88\D0\BA\D0\B0\00", align 1 25 // CHECK-CPP0X: private unnamed_addr constant [11 x i8] c"\D0\9A\D0\BE\D1\88\D0\BA\D0\B0\00", align 1 28 // CHECK-C: private unnamed_addr constant [6 x i32] [i32 1050, i32 1086, i32 1096, i32 1082, i32 1072, i32 0], align 4 29 // CHECK-SHORTWCHAR: private unnamed_addr constant [6 x i16] [i16 1050, i16 1086, i16 1096, i16 1082, i16 1072, i16 0], align 2 30 // CHECK-CPP0X: private unnamed_addr constant [6 x i32] [i32 1050, i32 1086, i32 1096, i32 1082, i32 1072, i32 0], align 4 33 // CHECK-C: private unnamed_addr constant [4 x i32] [i32 20320, i32 22909, i32 66304, i32 0], align 4 34 // CHECK-CPP0X: private unnamed_addr constant [4 x i32] [i32 20320, i32 22909, i32 66304, i32 0], align 4 41 // CHECK-CPP0X: private unnamed_addr constant [12 x i8] c"1\D0\9A\D0\BE\D1\88\D0\BA\D0\B0\00", align [all...] |
2004-03-07-ExternalConstant.c | 4 extern const int a[]; // 'a' should be marked constant even though it's external!
|
/external/clang/test/CodeGenCXX/ |
const-init-cxx11.cpp | 19 // CHECK: @_ZN11StructUnion1aE = constant {{.*}} { i32 1, double 2.000000e+00, {{.*}} { i32 3, [4 x i8] undef } } 22 // CHECK: @_ZN11StructUnion1bE = constant {{.*}} { i32 4, double 5.000000e+00, {{.*}} { i8* getelementptr inbounds ([6 x i8]* @{{.*}}, i32 0, i32 0) } } 76 // CHECK: @_ZN9BaseClass2t1E = constant {{.*}} { i32 3, i8 1, i8 1, i8 1, double 4.000000e+00, i8 1, i32 5 }, align 8 82 // CHECK: @_ZN9BaseClass3dndE = constant {{.*}} { double 4.000000e+00, i32 3, double 4.000000e+00 } 85 // CHECK: @_ZN9BaseClass3dnnE = constant {{.*}} { double 4.000000e+00, i32 3, i32 3 } 90 // CHECK: @_ZN9BaseClass2t2E = constant {{.*}} undef 95 // CHECK: @_ZN9BaseClass2t3E = constant <{ i8, double }> <{ i8 1, double 2.000000e+00 }> 100 // CHECK: @_ZN5Array3arrE = constant [2 x i32] [i32 4, i32 0] 103 // CHECK: @_ZN5Array1cE = constant [6 x [4 x i8]] [{{.*}} c"foo\00", [4 x i8] c"a\00\00\00", [4 x i8] c"bar\00", [4 x i8] c"xyz\00", [4 x i8] c"b\00\00\00", [4 x i8] c"123\00"] 106 // CHECK: @_ZN5Array2ucE = constant [4 x i8] c"foo\00 [all...] |
static-init-2.cpp | 4 // Make sure we don't crash generating y; its value is constant, but the
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
asm_filters.h | 33 "DCL OUT[0], COLOR, CONSTANT\n" 34 "DCL CONST[0..4], CONSTANT\n" 35 "DCL TEMP[0..4], CONSTANT\n" 36 "DCL SAMP[0], CONSTANT\n" 56 "DCL OUT[0], COLOR, CONSTANT\n" 57 "DCL TEMP[0..4], CONSTANT\n" 58 "DCL ADDR[0], CONSTANT\n" 59 "DCL CONST[0..%d], CONSTANT\n" 60 "DCL SAMP[0], CONSTANT\n" 83 "DCL OUT[0], COLOR, CONSTANT\n [all...] |
/external/proguard/src/proguard/classfile/editor/ |
ConstantAdder.java | 24 import proguard.classfile.constant.*; 25 import proguard.classfile.constant.visitor.ConstantVisitor; 28 * This ConstantVisitor adds all constants that it visits to the constant pool 52 * Adds a copy of the specified constant in the given class and returns 64 * Adds a copy of the given constant in the given class and returns 67 public int addConstant(Clazz clazz, Constant constant) 69 constant.accept(clazz, this); 76 * Returns the index of the most recently created constant in the constant [all...] |
/frameworks/av/include/drm/ |
drm_framework_common.h | 34 // The following constant values should be in sync with 132 * Constant field signifies playback start 136 * Constant field signifies playback stop 140 * Constant field signifies playback paused 144 * Constant field signifies playback resumed 158 * Constant field signifies that the default action 162 * Constant field signifies that the content can be played 166 * Constant field signifies that the content can be set as ring tone 170 * Constant field signifies that the content can be transfered 174 * Constant field signifies that the content can be set as outpu [all...] |
/libcore/libart/src/main/java/java/lang/ |
Enum.java | 61 * the enum constant's declared name. 63 * the enum constant's ordinal, which corresponds to its position 72 * Returns the name of this enum constant. The name is the field as it 75 * @return the name of this enum constant. 83 * Returns the position of the enum constant in the declaration. The first 84 * constant has an ordinal value of zero. 86 * @return the ordinal value of this enum constant. 94 * object. In this case, the enum constant's name is returned. 106 * enum constant. 109 * the object to compare this enum constant with [all...] |
/libcore/libdvm/src/main/java/java/lang/ |
Enum.java | 60 * the enum constant's declared name. 62 * the enum constant's ordinal, which corresponds to its position 71 * Returns the name of this enum constant. The name is the field as it 74 * @return the name of this enum constant. 82 * Returns the position of the enum constant in the declaration. The first 83 * constant has an ordinal value of zero. 85 * @return the ordinal value of this enum constant. 93 * object. In this case, the enum constant's name is returned. 105 * enum constant. 108 * the object to compare this enum constant with [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
IdItem.java | 26 * {@code non-null;} the type constant for the defining class of 34 * @param type {@code non-null;} the type constant for the defining 53 * Gets the type constant for the defining class of the 56 * @return {@code non-null;} the type constant
|
/dalvik/dx/src/com/android/dx/dex/file/ |
IdItem.java | 26 * {@code non-null;} the type constant for the defining class of 34 * @param type {@code non-null;} the type constant for the defining 53 * Gets the type constant for the defining class of the 56 * @return {@code non-null;} the type constant
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
package.html | 2 <p>Interfaces and implementation of things related to the constant pool.</p>
|
/external/ceres-solver/internal/ceres/ |
local_parameterization.cc | 64 << "The set of constant parameters should contain at least " 66 << "constant, then do not use a SubsetParameterization"; 68 vector<int> constant = constant_parameters; local 69 sort(constant.begin(), constant.end()); 70 CHECK(unique(constant.begin(), constant.end()) == constant.end()) 71 << "The set of constant parameters cannot contain duplicates"; 73 << "Number of parameters held constant should be less [all...] |
/external/chromium_org/chrome/common/cloud_print/ |
cloud_print_class_mac.h | 12 // Four character constant to identify Cloud print IPC call.
|
/external/chromium_org/chrome/renderer/ |
playback_extension.h | 20 // generators and make them constant. They really need to be constant 21 // (rather than a constant seed followed by constant change)
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/ |
frag-face.sh | 4 DCL IN[1], FACE, CONSTANT
|
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/ |
asinh.ir | 13 (constant float (1)))))))))) 26 (constant float (1)))))))))) 39 (constant float (1)))))))))) 52 (constant float (1))))))))))
|
noise2.ir | 10 (assign (x) (var_ref b) (expression float noise (expression vec4 + (var_ref p) (constant vec4 (601.0 313.0 29.0 277.0))))) 24 (assign (x) (var_ref b) (expression float noise (expression vec3 + (var_ref p) (constant vec3 (601.0 313.0 29.0))))) 40 (assign (x) (var_ref b) (expression float noise (expression vec2 + (var_ref p) (constant vec2 (601.0 313.0))))) 56 (assign (x) (var_ref b) (expression float noise (expression float + (var_ref p) (constant float (601.0)))))
|
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
lower_returns_1.opt_test | 11 ((assign (x) (var_ref a) (constant float (1.000000))) (return)))))
|
/external/clang/test/CodeGenObjC/ |
2009-08-05-utf16.m | 4 // CHECK: internal unnamed_addr constant [6 x i16] [i16 105, i16 80, i16 111, i16 100, i16 8482, i16 0], align 2
|
/external/clang/test/CodeGenOpenCL/ |
single-precision-constant.cl | 1 // RUN: %clang_cc1 %s -cl-single-precision-constant -emit-llvm -o - | FileCheck %s
|
/external/clang/test/Sema/ |
PR2963-enum-constant.c | 16 SOME_VALUE= FLOAT_TO_SHORT_FIXED(0.1) // expected-warning{{expression is not an integer constant expression}}
|
/external/clang/test/SemaCXX/ |
bool.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-constant-conversion %s 28 static_assert_arg_is_bool(n && 4); // expected-warning {{use of logical '&&' with constant operand}} \ 30 // expected-note {{remove constant to silence this warning}} 31 static_assert_arg_is_bool(n || 5); // expected-warning {{use of logical '||' with constant operand}} \
|
/external/clang/test/SemaOpenCL/ |
sampler_t_overload.cl | 6 constant sampler_t glb_smp = 5;
|