/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 | 18 class VAL { 26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
stdatomic.h | 80 #define atomic_init(PTR, VAL) \ 83 *(PTR) = (VAL); \ 135 #define atomic_store_explicit(PTR, VAL, MO) \ 139 __typeof__ (*__atomic_store_ptr) __atomic_store_tmp = (VAL); \ 143 #define atomic_store(PTR, VAL) \ 144 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 159 #define atomic_exchange_explicit(PTR, VAL, MO) \ 163 __typeof__ (*__atomic_exchange_ptr) __atomic_exchange_val = (VAL); \ 170 #define atomic_exchange(PTR, VAL) \ 171 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
stdatomic.h | 80 #define atomic_init(PTR, VAL) \ 83 *(PTR) = (VAL); \ 135 #define atomic_store_explicit(PTR, VAL, MO) \ 139 __typeof__ (*__atomic_store_ptr) __atomic_store_tmp = (VAL); \ 143 #define atomic_store(PTR, VAL) \ 144 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 159 #define atomic_exchange_explicit(PTR, VAL, MO) \ 163 __typeof__ (*__atomic_exchange_ptr) __atomic_exchange_val = (VAL); \ 170 #define atomic_exchange(PTR, VAL) \ 171 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
stdatomic.h | 80 #define atomic_init(PTR, VAL) \ 83 *(PTR) = (VAL); \ 135 #define atomic_store_explicit(PTR, VAL, MO) \ 139 __typeof__ (*__atomic_store_ptr) __atomic_store_tmp = (VAL); \ 143 #define atomic_store(PTR, VAL) \ 144 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 159 #define atomic_exchange_explicit(PTR, VAL, MO) \ 163 __typeof__ (*__atomic_exchange_ptr) __atomic_exchange_val = (VAL); \ 170 #define atomic_exchange(PTR, VAL) \ 171 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
stdatomic.h | 80 #define atomic_init(PTR, VAL) \ 83 *(PTR) = (VAL); \ 135 #define atomic_store_explicit(PTR, VAL, MO) \ 139 __typeof__ (*__atomic_store_ptr) __atomic_store_tmp = (VAL); \ 143 #define atomic_store(PTR, VAL) \ 144 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 159 #define atomic_exchange_explicit(PTR, VAL, MO) \ 163 __typeof__ (*__atomic_exchange_ptr) __atomic_exchange_val = (VAL); \ 170 #define atomic_exchange(PTR, VAL) \ 171 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
stdatomic.h | 80 #define atomic_init(PTR, VAL) \ 83 *(PTR) = (VAL); \ 135 #define atomic_store_explicit(PTR, VAL, MO) \ 139 __typeof__ (*__atomic_store_ptr) __atomic_store_tmp = (VAL); \ 143 #define atomic_store(PTR, VAL) \ 144 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 159 #define atomic_exchange_explicit(PTR, VAL, MO) \ 163 __typeof__ (*__atomic_exchange_ptr) __atomic_exchange_val = (VAL); \ 170 #define atomic_exchange(PTR, VAL) \ 171 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
stdatomic.h | 80 #define atomic_init(PTR, VAL) \ 83 *(PTR) = (VAL); \ 135 #define atomic_store_explicit(PTR, VAL, MO) \ 139 __typeof__ (*__atomic_store_ptr) __atomic_store_tmp = (VAL); \ 143 #define atomic_store(PTR, VAL) \ 144 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 159 #define atomic_exchange_explicit(PTR, VAL, MO) \ 163 __typeof__ (*__atomic_exchange_ptr) __atomic_exchange_val = (VAL); \ 170 #define atomic_exchange(PTR, VAL) \ 171 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST [all...] |
/build/tools/droiddoc/test/stubs/src/com/android/stubs/ |
InterfaceEnum.java | 20 VAL;
|
/hardware/qcom/gps/msm8960/utils/ |
log_util.h | 138 #define LOG_(LOC_LOG, ID, WHAT, SPEC, VAL) \ 143 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \ 146 ID, WHAT, __LINE__, VAL); \ 151 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) 152 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL) 155 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL) 161 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL [all...] |
/hardware/qcom/gps/utils/ |
log_util.h | 148 #define LOG_(LOC_LOG, ID, WHAT, SPEC, VAL) \ 153 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \ 156 ID, WHAT, __LINE__, VAL); \ 161 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) 162 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL) 165 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL) 171 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL [all...] |
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
InterfaceEnum.java | 5 VAL();
|
/external/valgrind/main/auxprogs/ |
gsl16test | 103 rm -f out-VAL 104 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-VAL 109 echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l) 110 echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l) 114 (echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)) >> summary.txt 115 (echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)) >> summary.txt
|
/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: $@" 103 local VAL="$(macro_val $1)" 104 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 | 77 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) { 79 pVal[0] = val; 80 if (isSigned && int64_t(val) < 0) 94 VAL = bigVal[0]; 108 : BitWidth(numBits), VAL(0) { 113 : BitWidth(numBits), VAL(0) { 118 : BitWidth(numbits), VAL(0) { 138 VAL = 0; 145 VAL = RHS.VAL; 437 uint64_t* val = getMemory(numWords); local 445 uint64_t *val = getMemory(numWords); local 453 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); }
|
/external/chromium_org/build/util/ |
version.py | 26 key, val = line.rstrip('\r\n').split('=', 1) 27 values_dict[key] = val 67 for key, val in values.iteritems(): 69 contents = contents.replace('@' + key + '@', val) 71 print repr(key), repr(val) 113 help='Evaluate VAL after reading variables. Can be used ' 126 parser.error('-e requires VAR=VAL') 140 for key, val in evals.iteritems(): 141 values[key] = str(eval(val, globals(), values))
|
/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}
|
/external/elfutils/0.153/libdw/ |
libdwP.h | 491 Dwarf_Addr *val __attribute__ ((unused))) 501 Dwarf_Off *val __attribute__ ((unused))) 553 #define READ_AND_RELOCATE(RELOC_HOOK, VAL) \ 560 VAL = read_4ubyte_unaligned_inc (dbg, addr); \ 562 VAL = read_8ubyte_unaligned_inc (dbg, addr); \ 564 int status = RELOC_HOOK (dbg, sec_index, orig_addr, width, &VAL); \
|