HomeSort by relevance Sort by last modified time
    Searched refs:VAL (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/build/android/
adb_kill_content_shell 12 VAL=$(echo "$SHELL_PID_LINES" | wc -l)
13 if [ $VAL -lt 1 ] ; then
  /external/clang/test/CodeGenCXX/
debug-info-byval.cpp 17 class VAL {
25 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
InterfaceEnum.java 20 VAL;
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 5 VAL();
  /ndk/tests/standalone/builtin-macros/
run.sh 44 local VAL=$(macro_val $1)
45 if [ -z "$VAL" ]; then
49 if [ "$VAL" != "$2" ]; then
50 echo "Invalid built-in macro definition: '$VAL', expected '$2'"
80 local VAL=$(macro_val $1)
81 if [ -z "$VAL" ]; then
88 if [ "$VAL2" = "$VAL" ]; then
94 echo "Invalid built-in macro definition: '$VAL', expected one of: $@"
107 local VAL="$(macro_val $1)"
108 if [ -n "$VAL" ]; the
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 79 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
81 uint64_t VAL; ///< Used to store the <= 64 bits integer value.
98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {}
148 VAL &= mask;
157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
184 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
211 bool EqualSlowCase(uint64_t Val) const;
226 /// \brief Create a new APInt of numBits width, initialized as val.
228 /// If isSigned is true then val is treated as if it were a signed valu
    [all...]
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 72 #define X(VAL) {VAL, #VAL}
  /external/llvm/lib/Support/
APInt.cpp 76 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) {
78 pVal[0] = val;
79 if (isSigned && int64_t(val) < 0)
93 VAL = bigVal[0];
107 : BitWidth(numBits), VAL(0) {
112 : BitWidth(numBits), VAL(0) {
117 : BitWidth(numbits), VAL(0) {
137 VAL = 0;
144 VAL = RHS.VAL;
436 uint64_t* val = getMemory(numWords); local
444 uint64_t *val = getMemory(numWords); local
452 uint64_t *val = getMemory(numWords); local
    [all...]
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeBackgroundService.java 51 final int VAL = mRandom.nextInt();
53 alloc[j] = VAL;
FakeApp.java 150 final int VAL = i*2 + 100;
153 mStuffing[OFF+j] = VAL;
  /system/extras/showslab/
showslab.c 229 #define BUILD_SORT_FUNC(VAL) \
230 static int sort_ ## VAL \
232 return (a-> VAL > b-> VAL); }
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 180 #define X(VAL) {VAL, #VAL}
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 99 #define X(VAL) {VAL, #VAL}
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 175 #define X(VAL) {VAL, #VAL}
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 284 #define X(VAL) {VAL, #VAL}
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 285 #define X(VAL) {VAL, #VAL}
  /external/chromium_org/tools/grit/grit/tool/
resize.py 151 -D NAME[=VAL] Specify a C-preprocessor-like define NAME with optional
152 value VAL (defaults to 1) which will be used to control
198 for key, val in own_opts:
200 self.SetLanguage(val)
202 self.base_folder = val
204 self.codepage_number = int(val)
207 name, val = util.ParseDefine(val)
208 self.defines[name] = val
  /frameworks/rs/driver/
rsdGL.cpp 89 #define X(VAL) {VAL, #VAL}
  /external/clang/include/clang/AST/
TemplateBase.h 84 uint64_t VAL; ///< Used to store the <= 64 bits integer value.
276 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
  /frameworks/native/opengl/libs/EGL/
trace.cpp 46 #define GL_ENUM(VAL,NAME) {VAL, #NAME},
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 256 #define SET_IDENTIFIER_GLOBAL_VALUE(NODE, VAL) \
257 set_namespace_binding ((NODE), global_namespace, (VAL))
260 #define SET_IDENTIFIER_NAMESPACE_VALUE(NODE, VAL) \
261 set_namespace_binding ((NODE), current_namespace, (VAL))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 256 #define SET_IDENTIFIER_GLOBAL_VALUE(NODE, VAL) \
257 set_namespace_binding ((NODE), global_namespace, (VAL))
260 #define SET_IDENTIFIER_NAMESPACE_VALUE(NODE, VAL) \
261 set_namespace_binding ((NODE), current_namespace, (VAL))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 256 #define SET_IDENTIFIER_GLOBAL_VALUE(NODE, VAL) \
257 set_namespace_binding ((NODE), global_namespace, (VAL))
260 #define SET_IDENTIFIER_NAMESPACE_VALUE(NODE, VAL) \
261 set_namespace_binding ((NODE), current_namespace, (VAL))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 256 #define SET_IDENTIFIER_GLOBAL_VALUE(NODE, VAL) \
257 set_namespace_binding ((NODE), global_namespace, (VAL))
260 #define SET_IDENTIFIER_NAMESPACE_VALUE(NODE, VAL) \
261 set_namespace_binding ((NODE), current_namespace, (VAL))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 960 #define CONST_OK_FOR_CONSTRAINT_P(VAL,C,STR) CONST_OK_FOR_LETTER_P (VAL, C)
    [all...]

Completed in 917 milliseconds

1 2