/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
stdatomic.h | 79 #define ATOMIC_VAR_INIT(VALUE) (VALUE) 129 builtins, which requires the address to be taken of the value 130 parameter, and then we pass that value on. This allows the macros
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
stdatomic.h | 79 #define ATOMIC_VAR_INIT(VALUE) (VALUE) 129 builtins, which requires the address to be taken of the value 130 parameter, and then we pass that value on. This allows the macros
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
stdatomic.h | 79 #define ATOMIC_VAR_INIT(VALUE) (VALUE) 129 builtins, which requires the address to be taken of the value 130 parameter, and then we pass that value on. This allows the macros
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
output.h | 71 that INSN is the insn being scanned. Value returned is the next insn to 197 initial value (that will be done by the caller). */ 242 be followed immediately by the object's initial value. */ 246 start of the line, followed immediately by the value of X. */ 262 /* An interface to assemble_integer for the common case in which a value is 263 fully aligned and must be printed. VALUE is the value of the integer 265 #define assemble_aligned_integer(SIZE, VALUE) \ 266 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1) 334 The precise value is the insn being output, to pass to error_for_asm. * [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
stdatomic.h | 79 #define ATOMIC_VAR_INIT(VALUE) (VALUE) 129 builtins, which requires the address to be taken of the value 130 parameter, and then we pass that value on. This allows the macros
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
stdatomic.h | 79 #define ATOMIC_VAR_INIT(VALUE) (VALUE) 129 builtins, which requires the address to be taken of the value 130 parameter, and then we pass that value on. This allows the macros
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/ |
gcov-io.h | 59 from gcc's version number. The stamp value is used to synchronize 91 determine how much data. The tag value is split into 4 8-bit 180 in build scripts. Here I hardcoded the value for x86. 417 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \ 418 ((ARRAY)[0] = (char)((VALUE) >> 24), \ 419 (ARRAY)[1] = (char)((VALUE) >> 16), \ 420 (ARRAY)[2] = (char)((VALUE) >> 8), \ 421 (ARRAY)[3] = (char)((VALUE) >> 0)) 425 the data file. The tag value zero is used as an explicit end of 457 #define GCOV_FIRST_VALUE_COUNTER 1 /* The first of counters used for value [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Frame.java | 65 * This format is the following: DIM KIND VALUE (4, 4 and 24 bits). DIM is a
70 * stack types. VALUE depends on KIND. For LOCAL types, it is an index in
78 * does not correspond to any valid type value). Input frames can only
118 * Mask to get the value of a frame type.
120 static final int VALUE = 0xFFFFFF;
128 * Mask to get the value of base types.
152 * input stack map frame. The value of such types is a local variable index.
158 * map frame. The value of such types is a position relatively to the top of
523 // so it is still equal to its value in the input frame
529 // so it is still equal to its value in the input frame [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
ExpressionTranslator.java | 116 * Translate a template AST expression into a Java Value expression. 119 return translateUntyped(csExpression).cast(Type.VALUE); 165 String value = node.getValue().getText(); local 166 value = value.substring(1, value.length() - 1); // Remove enclosing quotes. 167 setResult(string(value)); 175 String value = node.getValue().getText(); local 176 setResult(integer(value)); 184 String value = node.getValue().getText() local [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetReadsTester.java | 68 0, getMultiset().count(WrongType.VALUE));
|
MultisetWritesTester.java | 116 0, getMultiset().remove(WrongType.VALUE, 1));
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRemoveAllTester.java | 149 @CollectionFeature.Require(value = SUPPORTS_REMOVE_ALL, 182 collection.removeAll(MinimalCollection.of(WrongType.VALUE)));
|
CollectionRemoveTester.java | 98 value = SUPPORTS_REMOVE, 133 assertFalse(collection.remove(WrongType.VALUE));
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 54 $VALUE = 1;
|
genlingware.pl | 25 5. header fields (space separated) (key/value pairs) 65 $VALUE = 1; 74 "value=i" => \$VALUE, # numeric 247 ($key, $value) = split; 249 $value =~ s/^\s*\"(.*)\"\s*$/\1/; 251 $fields[$field] = {key => "$key", value => "$value"}; 254 #print "$key -> $value\n"; 259 push @kb, {name => $key, file => $value, id => $id} [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
i386.h | 164 const int branch_cost; /* Default value for BRANCH_COST. */ 563 {"tune", "%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}" }, \ 564 {"tune_32", "%{" OPT_ARCH32 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \ 565 {"tune_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \ 566 {"cpu", "%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}" }, \ 567 {"cpu_32", "%{" OPT_ARCH32 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \ 568 {"cpu_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \ 569 {"arch", "%{!march=*:-march=%(VALUE)}"}, \ 570 {"arch_32", "%{" OPT_ARCH32 ":%{!march=*:-march=%(VALUE)}}"}, \ 571 {"arch_64", "%{" OPT_ARCH64 ":%{!march=*:-march=%(VALUE)}}"}, [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
enc_neon.c | 476 #define LOAD_LANE_16b(VALUE, LANE) do { \ 477 (VALUE) = vld1_lane_s16(src, (VALUE), (LANE)); \ 629 #define LOAD_LANE_32b(src, VALUE, LANE) \ 630 (VALUE) = vld1q_lane_u32((const uint32_t*)(src), (VALUE), (LANE)) 633 // Returns the weighted sum of the absolute value of transformed coefficients. 680 // Returns the weighted sum of the absolute value of transformed coefficients. [all...] |
/external/webp/src/dsp/ |
enc_neon.c | 476 #define LOAD_LANE_16b(VALUE, LANE) do { \ 477 (VALUE) = vld1_lane_s16(src, (VALUE), (LANE)); \ 629 #define LOAD_LANE_32b(src, VALUE, LANE) \ 630 (VALUE) = vld1q_lane_u32((const uint32_t*)(src), (VALUE), (LANE)) 633 // Returns the weighted sum of the absolute value of transformed coefficients. 680 // Returns the weighted sum of the absolute value of transformed coefficients. [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsTest.java | 91 ContentValues value = new ContentValues(); local 92 value.put(PeopleColumns.NAME, insertPeopleName); 93 value.put(PeopleColumns.NOTES, insertPeopleNotes); 94 value.put(PeopleColumns.LAST_TIME_CONTACTED, 0); 95 value.put(PeopleColumns.CUSTOM_RINGTONE, (String) null); 96 value.put(PeopleColumns.SEND_TO_VOICEMAIL, 1); 98 Uri uri = mProvider.insert(People.CONTENT_URI, value); 115 value.clear(); 117 value.put(PeopleColumns.NAME, updatePeopleName); 118 value.put(PeopleColumns.NOTES, updatePeopleNotes) 165 ContentValues value = new ContentValues(); local 229 ContentValues value = new ContentValues(); local 267 ContentValues value = new ContentValues(); local 349 ContentValues value = new ContentValues(); local 457 ContentValues value = new ContentValues(); local 564 ContentValues value = new ContentValues(); local 650 ContentValues value = new ContentValues(); local 765 ContentValues value = new ContentValues(); local 832 ContentValues value = new ContentValues(); local [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSyncCalendar.java | 336 * Get an integer value from a {@link ContentValues}, or 0 if the value isn't there. 337 * @param cv The {@link ContentValues} to find the value in. 339 * @return The appropriate value as an integer, or 0 if it's not there. 349 * @param visibility The {@link Events} visibility value. 350 * @return The corresponding EAS visibility value. 527 final String propertyValue = ncvValues.getAsString(ExtendedProperties.VALUE); [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
build.py | 84 value VAL (defaults to 1) which will be used to control 87 -E NAME=VALUE Set environment variable NAME to VALUE (within grit). 90 value to use for resources. A non-empty value here will 91 override the value specified in the <grit> node's 98 to the value of sys.platform. The value provided via this 204 # key/value pairs of C-preprocessor like defines that are used for
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 530 #define __libc_setspecific(KEY, VALUE) \ 531 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
libc-lock.h | 530 #define __libc_setspecific(KEY, VALUE) \ 531 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)
|
/frameworks/base/cmds/settings/src/com/android/commands/settings/ |
SettingsCmd.java | 202 final String table, final String key, final String value) { 214 arg.putString(Settings.NameValueTable.VALUE, value); 245 System.err.println(" settings [--user NUM] put namespace key value");
|
/frameworks/base/core/java/android/provider/ |
CalendarContract.java | 167 * to specify that it is a sync adapter. The default value is false. If set 340 * <P>Type: INTEGER (color value)</P> 523 // Create the content value [all...] |