/frameworks/base/docs/html/design/building-blocks/ |
scrolling.jd | 24 <p>In addition to traditional scrolling, a long alphabetical list can also offer index scrolling: a way
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
index.jd | 3 page.landing.intro=Android provides rich APIs to let your app connect and interact with other devices over Bluetooth, NFC, Wi-Fi P2P, USB, and SIP, in addition to standard network connections.
|
/frameworks/base/services/java/com/android/server/ |
FgThread.java | 26 * relatively long-running operations like saving state to disk (in addition to
|
/libcore/luni/src/main/java/java/net/ |
URLEncoder.java | 31 * prepended by '%'. For example: '#' -> %23. In addition, spaces are
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
cstdlib.hpp | 19 // The intent is to propose the following for addition to namespace std
|
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
PartRequest.java | 23 * PartRequest is the wrapper for attachment loading requests. In addition to information about
|
/external/llvm/test/CodeGen/SystemZ/ |
int-add-08.ll | 1 ; Test 128-bit addition in which the second operand is variable. 8 ; Test register addition. 20 ; Test memory addition with no offset. Making the load of %a volatile
|
int-add-10.ll | 1 ; Test 128-bit addition in which the second operand is a zero-extended i32. 6 ; %b into a register and use memory addition. 35 ; Test register addition in cases where the second operand is zero extended
|
int-sub-06.ll | 1 ; Test 128-bit addition in which the second operand is a zero-extended i32. 6 ; %b into a register and use memory addition. 35 ; Test register addition in cases where the second operand is zero extended
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls2.h | 18 FOURCC's used in the DLS2 file, in addition to DLS1 chunks 28 Articulation connection graph definitions. These are in addition to 32 /* Generic Sources (in addition to DLS1 sources. */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant.cpp | 130 fast bitmaprow mask and borrowed Addition method instead of ifs from , ). 157 Int Addition = QuantParam->Addition; 238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); 276 Int Addition = QuantParam->Addition; 400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); 448 Int Addition = QuantParam->Addition; 483 coeff = coeff_dequant(scale_q, QP, Addition, tmp) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-Windows.txt | 18 addition, the current version has been reported to work with Windows 92 make, openssl development package, etc. In addition, developer's pack 97 CONFIG_DRIVER_NDIS. In addition, include directories may need to be 129 should be applicable for most parts. In addition, there is another 252 of a text file and command line parameters. In addition, it can be 290 network block in the configuration file. In addition, blobs subkey has
|
/external/libvpx/libvpx/vp9/decoder/x86/ |
vp9_dequantize_sse2.c | 38 // Clip diff value to [0, 255] range. Then, do addition or subtraction 98 // Clip diff value to [0, 255] range. Then, do addition or subtraction 186 // Clip diff value to [0, 255] range. Then, do addition or subtraction
|
/frameworks/base/core/java/com/android/internal/os/ |
PowerProfile.java | 53 * addition to POWERR_CPU_IDLE due to a wake lock being held but with no 125 * Power consumed by the audio hardware when playing back audio content. This is in addition 131 * Power consumed by any media hardware when playing back video content. This is in addition
|
/external/bluetooth/bluedroid/conf/ |
auto_pair_devlist.conf | 27 # Blacklisting by addition of the address during usage
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECAlgorithms.java | 31 * (Addition chains of vectors. American Mathematical Monthly,
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_drop_info.h | 73 // Margin in addition to views::kAutoscrollSize that the mouse is allowed to
|
/external/chromium/chrome/browser/safe_browsing/ |
report.proto | 14 // In addition to the url, a resource can contain HTTP request and response
|
/external/chromium/chrome/browser/sync/engine/ |
syncproto.h | 59 // directly, because the addition of bookmarks to the protobuf schema
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_controller.h | 65 // de-flickering in addition to just calling the update function.
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_floating_container.h | 18 // In addition, any number of widgets can be added through the
|
/external/chromium/chrome/browser/ui/views/ |
pinned_contents_info_bubble.h | 37 // addition to having an arrow pointing to where the user clicked, also shifts
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
endtoend_with_external_server.py | 37 and mod_pywebsocket manually. In addition, you should pass allow_draft75 option
|
/external/chromium_org/chrome/browser/safe_browsing/ |
report.proto | 14 // In addition to the url, a resource can contain HTTP request and response
|
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor_mac.mm | 30 string16 JoinName(const string16& name, const string16& addition) { 31 if (addition.empty()) 34 return addition; 35 return name + static_cast<char16>(' ') + addition;
|