/external/tlsdate/m4/ |
ax_append_compile_flags.m4 | 7 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS]) 18 # If EXTRA-FLAGS is defined, it is added to the current language's default 20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
ax_check_compile_flag.m4 | 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 17 # If EXTRA-FLAGS is defined, it is added to the current language's default 19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
ax_check_link_flag.m4 | 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags 19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
|
/external/v8/build/ |
isolate.gypi | 99 # Extra variables are replaced on the 'command' entry and on paths in 103 '--extra-variable', 'mac_product_name=<(mac_product_name)', 118 '--extra-variable', 'version_full=<(version_full)',
|
/external/v8/test/mjsunit/bugs/ |
bug-941049.js | 38 f.arguments.extra = 'kallevip'; 42 assertEquals('kallevip', f.arguments.extra); 74 assertEquals('kallevip', args.extra);
|
/external/vogar/test/vogar/testing/ |
InterceptOutputStreams.java | 92 EnumSet<Stream> extra = streams.clone(); local 93 extra.add(stream); 96 + Joiner.on(", ").join(extra)
|
/external/zlib/src/contrib/infback9/ |
inftree9.h | 19 is the number of extra bits to get after the code. bits is 25 unsigned char op; /* operation, extra bits, table bits */ 33 100eeeee - length or distance, eeee is the number of extra bits
|
/external/zlib/src/ |
inftrees.h | 19 is the number of extra bits to get after the code. bits is 25 unsigned char op; /* operation, extra bits, table bits */ 33 0001eeee - length or distance, eeee is the number of extra bits
|
/libcore/ojluni/src/main/java/java/util/zip/ |
ZipConstants.java | 62 static final int LOCEXT = 28; // extra field length 65 * Extra local (EXT) header field offsets 83 static final int CENEXT = 30; // extra field length
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
ClickShadowView.java | 54 * @return extra space required by the view to show the shadow. 121 - mShadowPadding /* extra shadow size */ 127 - mShadowPadding /* extra shadow size */
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
KeyboardLayoutPickerFragment2.java | 58 * Intent extra: The input device descriptor of the keyboard whose keyboard 64 * Intent extra: The associated {@link InputMethodInfo}. 69 * Intent extra: The associated {@link InputMethodSubtype}.
|
/toolchain/binutils/binutils-2.25/gold/ |
configure.tgt | 33 # targ_extra_obj extra object file to include 36 # targ_extra_size extra targ_size setting for the target 38 # targ_extra_big_endian extra targ_big_endian setting for the target
|
/toolchain/binutils/binutils-2.25/libiberty/ |
obstack.c | 99 (that adds an extra first argument), based on the state of use_extra_arg. 153 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc. 155 the extra bytes won't be missed terribly, but if range checking is on 156 and we used a larger request, a whole extra 4096 bytes would be 161 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) 164 size = 4096 - extra; 198 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc. 200 the extra bytes won't be missed terribly, but if range checking is on 201 and we used a larger request, a whole extra 4096 bytes would be 206 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1) 160 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local 205 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local [all...] |
/external/freetype/src/gzip/ |
infcodes.c | 19 LENEXT, /* i: getting length extra (have base) */ 21 DISTEXT, /* i: getting distance extra */ 44 uInt get; /* bits to get for extra */ 87 uInt e; /* extra bits or operation */ 158 case LENEXT: /* i: getting length extra (have base) */ 190 case DISTEXT: /* i: getting distance extra */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
infcodes.c | 19 LENEXT, /* i: getting length extra (have base) */ 21 DISTEXT, /* i: getting distance extra */ 44 uInt get; /* bits to get for extra */ 87 uInt e; /* extra bits or operation */ 158 case LENEXT: /* i: getting length extra (have base) */ 190 case DISTEXT: /* i: getting distance extra */
|
/frameworks/support/design/src/android/support/design/internal/ |
BottomNavigationMenuView.java | 119 int extra = width - activeWidth - inactiveWidth * inactiveCount; local 122 if (extra > 0) { 124 extra--; 130 int extra = width - childWidth * count; local 133 if (extra > 0) { 135 extra--;
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 96 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link 97 * #EXTRA_CLASS}. Can contain the extra fields {@link #EXTRA_NAME} and/or 111 * <p>Always contains the extra field {@link #EXTRA_DEVICE}. 121 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link 133 * <p>Always contains the extra field {@link #EXTRA_DEVICE}. 148 * <p>Always contains the extra field {@link #EXTRA_DEVICE}. 158 * <p>Always contains the extra field {@link #EXTRA_DEVICE}. 170 * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link 181 * <p>Always contains the extra field {@link #EXTRA_DEVICE}. 193 * <p>Always contains the extra fields {@link #EXTRA_DEVICE}, {@lin [all...] |
/cts/apps/PermissionApp/src/com/android/cts/permission/permissionapp/ |
PermissionActivity.java | 39 = "com.android.cts.permission.extra.PERMISSION"; 41 = "com.android.cts.permission.extra.GRANT_STATE";
|
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
WearPermissionRequestActivity.java | 33 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR). That service only starts 37 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR) to alert MainPhoneActivity to
|
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
WearPermissionRequestActivity.java | 33 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR). That service only starts 37 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR) to alert MainPhoneActivity to
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
NewLocaleDialog.java | 29 * "en_US") via an intent with a "locale" extra string and a "select" extra
|
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/ |
WearPermissionRequestActivity.java | 33 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR). That service only starts 37 * extra (MainPhoneActivity.EXTRA_PROMPT_PERMISSION_FROM_WEAR) to alert MainPhoneActivity to
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
quick_logger_test.py | 14 template = '{message}{extra}' 15 formatter = quick_logger.Formatter(template, extra='!')
|
/external/clang/test/OpenMP/ |
task_final_messages.cpp | 18 #pragma omp task final (argc)) // expected-warning {{extra tokens at the end of '#pragma omp task' are ignored}} 35 #pragma omp task final (argc)) // expected-warning {{extra tokens at the end of '#pragma omp task' are ignored}}
|
task_priority_messages.cpp | 18 #pragma omp task priority (argc)) // expected-warning {{extra tokens at the end of '#pragma omp task' are ignored}} 35 #pragma omp task priority (argc)) // expected-warning {{extra tokens at the end of '#pragma omp task' are ignored}}
|