/external/libvncserver/webclients/novnc/include/ |
vnc.js | 22 var extra = "", start, end; variable 28 //extra += "<script src='http://getfirebug.com/releases/lite/1.2/" + 31 extra += start + "util.js" + end; 32 extra += start + "webutil.js" + end; 33 extra += start + "base64.js" + end; 34 extra += start + "websock.js" + end; 35 extra += start + "des.js" + end; 36 extra += start + "input.js" + end; 37 extra += start + "display.js" + end; 38 extra += start + "rfb.js" + end [all...] |
/external/mesa3d/src/gallium/drivers/noop/ |
SConscript | 14 ) + extra
|
/external/freetype/src/base/ |
ftfstype.c | 43 PS_FontExtraRec extra; local 46 if ( !service->ps_get_font_extra( face, &extra ) && 47 extra.fs_type != 0 ) 48 return extra.fs_type;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftfstype.c | 43 PS_FontExtraRec extra; local 46 if ( !service->ps_get_font_extra( face, &extra ) && 47 extra.fs_type != 0 ) 48 return extra.fs_type;
|
/external/pdfium/third_party/freetype/src/base/ |
ftfstype.c | 43 PS_FontExtraRec extra; local 46 if ( !service->ps_get_font_extra( face, &extra ) && 47 extra.fs_type != 0 ) 48 return extra.fs_type;
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
PlaybackError.java | 22 public int extra; field in class:PlaybackError
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-bkw5b.d | 1 #as: --underscore --em=criself --defsym extra=1
|
rd-bkw5bpic.d | 1 #as: --pic --underscore --em=criself --defsym extra=-818
|
rd-bkw5bv32.d | 1 #as: --march=v32 --underscore --em=criself --defsym extra=-818
|
rd-bkw5bv32pic.d | 1 #as: --march=v32 --pic --underscore --em=criself --defsym extra=-818
|
rd-bkw5.s | 1 .ifndef extra 2 .set extra,0 30 .rept 4095+extra
|
/external/curl/scripts/ |
log2changes.pl | 50 my $extra; 58 $extra=sprintf("\n- [%s brought this change]\n\n ", $a); 61 $extra="\n- "; 65 print "\n$c ($date)$extra"; 68 print "$extra";
|
/external/libunwind/android/tests/ |
local_test.cpp | 30 uint8_t* extra = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(context) + sizeof(unw_context_t)); local 32 extra[i] = (i % 255) + 1; 37 ASSERT_EQ((i % 255) + 1, extra[i]);
|
/external/valgrind/memcheck/ |
mc_errors.c | 417 MC_Error* extra = VG_(get_error_extra)(err); local 443 extra->Err.Value.szB ); 445 if (extra->Err.Value.origin_ec) 446 mc_pp_origin( extra->Err.Value.origin_ec, 447 extra->Err.Value.otag & 3 ); 449 /* Could also show extra->Err.Cond.otag if debugging origin 452 extra->Err.Value.szB ); 454 if (extra->Err.Value.origin_ec) 455 mc_pp_origin( extra->Err.Value.origin_ec, 456 extra->Err.Value.otag & 3 ) 740 MC_Error extra; local 765 MC_Error extra; local 777 MC_Error extra; local 796 MC_Error extra; local 808 MC_Error extra; local 825 MC_Error extra; local 833 MC_Error extra; local 841 MC_Error extra; local 858 MC_Error extra; local 867 MC_Error extra; local 880 MC_Error extra; local 893 MC_Error extra; local 912 MC_Error extra; local 1107 MC_Error* extra = VG_(get_error_extra)(err); local 1363 MC_FishyValueExtra *extra; local 1396 MC_Error* extra = VG_(get_error_extra)(err); local 1495 MC_Error* extra = VG_(get_error_extra)(err); local 1507 MC_Error* extra = VG_(get_error_extra)(err); local 1534 MC_Error* extra = VG_(get_error_extra)(err); local 1538 MC_Error* extra = VG_(get_error_extra)(err); local 1573 MC_Error* extra = VG_(get_error_extra)(err); local [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
AbstractSuggestionExtras.java | 46 String extra = doGetExtra(columnName); local 47 if (extra == null && mMore != null) { 48 extra = mMore.getExtra(columnName); 50 return extra;
|
/external/jemalloc/src/ |
bitmap.c | 47 size_t extra; local 54 * correspond to the first logical bit in the group, so extra bits 58 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK)) 60 if (extra != 0) 61 bitmap[binfo->levels[1].group_offset - 1] >>= extra; local 65 extra = (BITMAP_GROUP_NBITS - (group_count & 67 if (extra != 0) 68 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; local 99 size_t extra; local 102 extra = (binfo->nbits % (binfo->ngroups * BITMAP_GROUP_NBITS)) [all...] |
/external/sonic/ |
Android.mk | 6 LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
|
/frameworks/opt/setupwizard/navigationbar/ |
common.mk | 16 LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.setupwizard.navigationbar
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_peap_common.c | 23 u8 extra[2]; local 43 extra[0] = 0; 44 extra[1] = 0; 48 addr[4] = extra; 60 extra[0] = buf_len & 0xff; 62 addr[3] = extra;
|
/libcore/luni/src/test/java/libcore/java/math/ |
RunCSVTestsStrict.java | 24 void runTest(String func, double expectedOutput, double input, String extra) 31 assertEquals(extra + ": " + m + ": " + input + ": ", expectedOutput, 34 assertEquals(extra + ": " + m + ": " + input + ": ", (int) expectedOutput, 44 double input2, String extra) throws Exception { 57 assertEquals(extra + ": " + m + ": " , expectedOutput, (double) returnValue, 0D); 59 assertEquals(extra + ": " + m + ": ", (int) expectedOutput, (int) returnValue, 0D);
|
CSVTest.java | 17 * for two input: function,expected_output,input1,input2,extra 69 String extra = ""; local 73 extra = testCase[4]; 75 run2InputTest(function, expectedOutput, input, input2, extra); 78 extra = testCase[3]; 80 runTest(function, expectedOutput, input, extra); 85 String extra) throws Exception; 87 abstract void run2InputTest(String func, double expectedOutput, double input1, double input2, String extra) throws Exception;
|
/libcore/ojluni/src/main/java/java/util/zip/ |
ZipEntry.java | 46 byte[] extra; // optional extra field data for entry field in class:ZipEntry 64 long size, int compressionMethod, int time, byte[] extra, 73 this.extra = extra; 111 extra = e.extra; 247 * Sets the optional extra field data for the entry. 248 * @param extra the extra field data byte [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.h | 34 EXTRABIT extra; member in struct:__anon18100 39 EXTRABIT extra; member in struct:__anon18101 103 static INLINE void vp9_get_token_extra(int v, int16_t *token, EXTRABIT *extra) { 107 *extra = 2 * v - 2 * CAT6_MIN_VAL; 109 *extra = -2 * v - 2 * CAT6_MIN_VAL + 1; 113 *extra = vp9_dct_cat_lt_10_value_tokens[v].extra;
|
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/ |
DebugReceiver.java | 51 for (String extra : bundle.keySet()) { 52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra)); 57 // android.bluetooth.device.extra.DEVICE -> a.b.device.e.DEVICE 61 .replace("extra", "e")
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
setup.py | 30 extra = dict(test_suite="tests.test.suite", include_package_data=True) variable 33 extra = {} variable 103 **extra
|