/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooserDialogFragment.java | 209 for (String extra : extras) { 210 int res = resources.getIdentifier(extra, "drawable", packageName); 212 int thumbRes = resources.getIdentifier(extra + "_small", 215 //Log.d(TAG, "add: [" + packageName + "]: " + extra + " (res=" + res + " thumb=" + thumbRes + ")"); 217 Log.w(TAG, "warning: built-in wallpaper " + extra 218 + " without " + extra + "_thumb");
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
struct.go | 41 fileHeaderLen = 30 // + filename + extra 42 directoryHeaderLen = 46 // + filename + extra + comment 47 directory64EndLen = 56 // + extra 64 // extra header id's 65 zip64ExtraId = 0x0001 // zip64 Extended Information Extra Field 88 Extra []byte
|
/prebuilts/go/darwin-x86/src/go/printer/testdata/ |
comments.golden | 559 func _( /* no params - extra blank before and after comment */ ) {} 560 func _(a, b int /* params - no extra blank after comment */) {} 562 func _() { f( /* no args - extra blank before and after comment */ ) } 563 func _() { f(a, b /* args - no extra blank after comment */) } 566 f( /* no args - extra blank before and after comment */ ) 567 f(a, b /* args - no extra blank after comment */)
|
comments.input | 565 func _(/* no params - extra blank before and after comment */) {} 566 func _(a, b int /* params - no extra blank after comment */) {} 568 func _() { f(/* no args - extra blank before and after comment */) } 569 func _() { f(a, b /* args - no extra blank after comment */) } 572 f(/* no args - extra blank before and after comment */) 573 f(a, b /* args - no extra blank after comment */)
|
/prebuilts/go/linux-x86/src/archive/zip/ |
struct.go | 41 fileHeaderLen = 30 // + filename + extra 42 directoryHeaderLen = 46 // + filename + extra + comment 47 directory64EndLen = 56 // + extra 64 // extra header id's 65 zip64ExtraId = 0x0001 // zip64 Extended Information Extra Field 88 Extra []byte
|
/prebuilts/go/linux-x86/src/go/printer/testdata/ |
comments.golden | 559 func _( /* no params - extra blank before and after comment */ ) {} 560 func _(a, b int /* params - no extra blank after comment */) {} 562 func _() { f( /* no args - extra blank before and after comment */ ) } 563 func _() { f(a, b /* args - no extra blank after comment */) } 566 f( /* no args - extra blank before and after comment */ ) 567 f(a, b /* args - no extra blank after comment */)
|
comments.input | 565 func _(/* no params - extra blank before and after comment */) {} 566 func _(a, b int /* params - no extra blank after comment */) {} 568 func _() { f(/* no args - extra blank before and after comment */) } 569 func _() { f(a, b /* args - no extra blank after comment */) } 572 f(/* no args - extra blank before and after comment */) 573 f(a, b /* args - no extra blank after comment */)
|
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 114 normal, large, and extra-large.</p></dd> 122 low, medium, high, extra-high, extra-extra-high, and extra-extra-extra-high.</p></dd> 176 <li><em>xhdpi</em> (extra-high) ~320dpi</li> 177 <li><em>xxhdpi</em> (extra-extra-high) ~480dpi</li [all...] |
/external/opencv3/cmake/ |
OpenCVModule.cmake | 37 # ocv_glob_module_sources(([EXCLUDE_CUDA] <extra sources&headers>) 39 # ocv_module_include_directories(<extra include directories>) 41 # <add extra link dependencies, compiler options, etc> 43 # <add extra installation rules> 44 # ocv_add_accuracy_tests(<extra dependencies>) 45 # ocv_add_perf_tests(<extra dependencies>) 46 # ocv_add_samples(<extra dependencies>) 49 # If module have no "extra" then you can define it in one line: 215 return() # extra protection from redefinition 253 if("${__path}" STREQUAL "EXTRA") [all...] |
/external/tcpdump/tests/ |
forces2vv.out | 46 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 61 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 76 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 91 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 106 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 121 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 160 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 175 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 190 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x0 205 Extra flags: rsv(b5-7) 0x0 rsv(b13-31) 0x [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
CharInfo.java | 204 boolean extra = defineEntity(name, (char) code); 205 if (extra) 291 boolean extra = defineEntity(name, (char) code); 292 if (extra) 371 boolean extra = defineChar2StringMapping(entityString, value); 372 return extra; 659 boolean extra = false; 666 extra = true; 670 extra = true; 674 extra = true [all...] |
/external/pcre/dist/ |
pcre_printint.c | 341 unsigned int extra = 0; local 498 extra = 2; 502 else extra = print_char(f, code+1, utf); 517 extra = print_char(f, code + 1 + IMM2_SIZE, utf); 532 extra = 2; 547 extra = print_char(f, code + 1, utf); 573 extra = print_char(f, code + 1, utf); 589 extra = print_char(f, code + 1 + IMM2_SIZE, utf); 655 extra = GET(code, 1); 780 extra += priv_OP_lengths[*ccode] [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
BaseCardView.java | 44 * marked as belonging to one of three regions: main, info, or extra. The main 45 * region is always visible, while the info and extra regions can be set to 86 * info area which will appear below the main area, and an extra area that 88 * area, causing the total card height to change. The extra area animates in 171 // Extra region should never show before info region. 290 * Sets the visibility of the extra region of the card. 292 * @param visibility The region visibility to use for the extra region. Must 305 * Returns the visibility of the extra region of the card. 649 // This animation changes the Y offset of the info and extra views, 650 // so that they animate UP to make the extra info area visible when [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1PRNG_SecureRandomImpl.java | 88 // EXTRAFRAME_OFFSET - offset for extra frame in "copies" array; 89 // as the extra frame follows the current hash frame, 92 // MAX_BYTES - maximum # of seed bytes processing which doesn't require extra frame 130 // - 5-20 - extra 16 words frame; 316 // 0x80, and 8 seedLength bytes; no extra frame required 318 // extra frame contains only seedLength value at the end 319 // seed bytes > 55 - extra frame contains both counter's bytes 321 // note, that beginning extra bytes are not more than 8, 322 // that is, only 2 extra words may be used 455 // and current words in both frame and extra frame (as if [all...] |
/external/valgrind/coregrind/ |
m_errormgr.c | 119 /* Errors. Extensible (via the 'extra' field). Tools can use a normal 144 void* extra; // For any tool-specific extras member in struct:_Error 170 return err->extra; 222 declared in include/pub_tool_errormgr.h. Extensible via the 'extra' field. 244 void* extra; // Anything else -- use is optional. NULL by default. member in struct:_Supp 259 return su->extra; 273 void VG_(set_supp_extra) ( Supp* su, void* extra ) 275 su->extra = extra; 641 const HChar* s, void* extra, ExeContext* where [all...] |
/bionic/libc/bionic/ |
statvfs.cpp | 21 // Paper over the fact that 32-bit kernels use fstatfs64/statfs64 with an extra argument, 22 // but 64-bit kernels don't have the "64" bit suffix or the extra size_t argument.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_log10.c | 22 * in not-quite-routine extra precision. 80 * Extra precision in for adding y*log10_2hi is not strictly needed
|
/cts/tests/tests/assist/src/android/assist/cts/ |
ExtraAssistDataTest.java | 90 assertTrue("Assist bundle does not contain expected extra context key: " + key, 92 assertEquals("Extra assist context bundle values do not match for key: " + key,
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 304 * @param extra {@code null-ok;} the inline argument string 307 protected final String toStringWithInline(String extra) { 315 if (extra != null) { 317 sb.append(extra); 337 * @param extra {@code null-ok;} the inline argument string 340 protected final String toHumanWithInline(String extra) { 347 if (extra != null) { 349 sb.append(extra);
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Insn.java | 302 * @param extra {@code null-ok;} the inline argument string 305 protected final String toStringWithInline(String extra) { 313 if (extra != null) { 315 sb.append(extra); 335 * @param extra {@code null-ok;} the inline argument string 338 protected final String toHumanWithInline(String extra) { 345 if (extra != null) { 347 sb.append(extra);
|
/development/ndk/platforms/android-3/include/linux/ |
spinlock.h | 26 #define LOCK_SECTION_START(extra) ".subsection 1\n\t" extra ".ifndef " LOCK_SECTION_NAME "\n\t" LOCK_SECTION_NAME ":\n\t" ".endif\n"
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchQueryResults.java | 93 // The search query is provided as an "extra" string in the query intent 103 // you will receive it as an "extra" bundle in the query intent.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
Constants.java | 51 // Defines the key for the status "extra" in an Intent 54 // Defines the key for the log "extra" in an Intent
|
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/utils/ |
QtiImsExtUtils.java | 54 /* Call RAT extra key */ 68 /* Call transfer extra key */
|
/external/autotest/server/ |
site_host_attributes.py | 17 <name>,<kind>(,<extra>)? 20 or 'False'. Only if kind is string can there be extra data.
|