/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 355 // Font used by edit and some of the hints. 370 // The following views are used to provide hints and remind the user as to
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8InjectedScriptHostCustom.cpp | 311 ScriptValue hints(info[1], info.GetIsolate()); 312 host->inspectImpl(object.toJSONValue(ScriptState::current()), hints.toJSONValue(ScriptState::current()));
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrGpu.h | 103 * @param dynamic hints whether the data will be frequently changed 115 * @param dynamic hints whether the data will be frequently changed
|
/external/ipsec-tools/ |
setup.c | 89 struct addrinfo hints = { local 100 if (getaddrinfo(server, "500", &hints, &info) != 0) {
|
/external/skia/src/gpu/ |
GrGpu.h | 103 * @param dynamic hints whether the data will be frequently changed 115 * @param dynamic hints whether the data will be frequently changed
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 612 addrinfo hints; local 613 memset(&hints, 0, sizeof(hints)); 614 hints.ai_flags = env->GetIntField(javaHints, flagsFid); 615 hints.ai_family = env->GetIntField(javaHints, familyFid); 616 hints.ai_socktype = env->GetIntField(javaHints, socktypeFid); 617 hints.ai_protocol = env->GetIntField(javaHints, protocolFid); 621 int rc = getaddrinfo(node.c_str(), NULL, &hints, &addressList); [all...] |
/ndk/docs/text/ |
CPU-ARCH-ABIS.text | 144 hints on x86 GCC please refer to the following article: 146 > http://software.intel.com/blogs/2012/09/26/gcc-x86-performance-hints
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
control.h | 217 int snd_device_name_hint(int card, const char *iface, void ***hints); 218 int snd_device_name_free_hint(void **hints);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 217 int snd_device_name_hint(int card, const char *iface, void ***hints); 218 int snd_device_name_free_hint(void **hints);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 217 int snd_device_name_hint(int card, const char *iface, void ***hints); 218 int snd_device_name_free_hint(void **hints);
|
/dalvik/vm/compiler/ |
Compiler.h | 162 /* Vectors to provide optimization hints */
|
/external/chromium/base/ |
atomicops_internals_x86_gcc.h | 223 // either flushing cache lines or non-temporal cache hints.
|
/external/chromium/chrome/browser/prerender/ |
prerender_manager.h | 85 // load may have started prior to navigation due to prerender hints.
|
/external/chromium_org/base/ |
atomicops_internals_x86_gcc.h | 226 // either flushing cache lines or non-temporal cache hints.
|
/external/chromium_org/chrome/browser/net/ |
chrome_network_delegate.h | 104 // Adds the Client Hints header to HTTP requests.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_popup_view_cocoa.mm | 253 hints:nil];
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.mm | 298 hints:nil];
|
/external/chromium_org/courgette/ |
streams.h | 150 // Hints that the stream will grow by an additional |length| bytes.
|
/external/chromium_org/net/disk_cache/ |
disk_format_base.h | 57 int32 hints[4]; // Last used position for each entry type. member in struct:disk_cache::BlockFileHeader
|
/external/chromium_org/net/quic/crypto/ |
quic_crypto_client_config.h | 125 // to store the cached certs that were sent as hints to the server in
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PageAllocator.cpp | 228 // broken mmap() that ignores address hints for valid, unused addresses.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.h | 50 /** Branch hints */
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 249 // either flushing cache lines or non-temporal cache hints.
|
/external/chromium_org/ui/message_center/cocoa/ |
settings_entry_view.mm | 90 hints:nil];
|
/external/chromium_org/v8/src/ |
atomicops_internals_x86_gcc.h | 245 // either flushing cache lines or non-temporal cache hints.
|