Searched
full:hints (Results
251 -
275 of
862) sorted by null
<<11121314151617181920>>
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 159 dl->hints = 0; 210 // LOG("dl[%d] ctype=0x%08x hints=0x%08x flags=0x%08x\n", i, 211 // dl[i].compositionType, dl[0].hints, dl[0].flags);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspector.js | 805 WebInspector.inspect = function(payload, hints) [all...] |
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 745 struct addrinfo hints, *res; local 775 memset(&hints, 0, sizeof(hints)); 776 hints.ai_family = PF_UNSPEC; 777 hints.ai_socktype = SOCK_DGRAM; 778 if (getaddrinfo(av[0], "4500", &hints, &res) != 0) [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.cpp | 194 // Resolve the RegPairEven / RegPairOdd register allocator hints. 198 SmallVectorImpl<MCPhysReg> &Hints, 213 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); 230 Hints.push_back(PairedPhys); 237 // Don't provide hints that are paired to a reserved register. 241 Hints.push_back(Reg);
|
/dalvik/vm/arch/mips/ |
CallO32.S | 126 * of hints in jniarginfo. 138 /* Fast path. We have hints. */
|
/external/bison/lib/ |
bitset.c | 99 /* Select a bitset type for a set of N_BITS and with attribute hints 168 /* Create a bitset of N_BITS and with attribute hints specified by
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.mm | 307 hints:nil]; 349 hints:nil];
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 76 --sim-hints=hint1,hint2,... known hints:
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 312 struct addrinfo hints; local 349 os_memset(&hints, 0, sizeof(struct addrinfo)); 350 hints.ai_family = AF_INET; /* IPv4 */ 351 hints.ai_socktype = SOCK_STREAM; 356 hints.ai_flags = AI_NUMERICHOST; 359 hints.ai_flags = 0; 361 hints.ai_protocol = 0; /* Any protocol? */ 363 &hints, &result); [all...] |
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 61 public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
|
/docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/ |
index.jd | 67 test. It involves aspects of each role, and should offer hints at how to do more complicated
|
/external/ceres-solver/internal/ceres/ |
preconditioner.h | 65 // Hints about the order in which the parameter blocks should be
|
/external/chromium/net/disk_cache/ |
block_files.cc | 50 int current = header->hints[target - 1]; 67 header->hints[target - 1] = current; 146 // Restores the "empty counters" and allocation hints. 149 header->hints[i] = 0;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_histograms.h | 34 // load may have started prior to navigation due to prerender hints.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_textfield.mm | 230 hints:nil];
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_show_all_cell.mm | 169 hints:nil];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
image_button_cell.mm | 99 hints:nil];
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
keyword_hint_decoration.mm | 135 hints:nil];
|
/external/chromium_org/net/disk_cache/ |
block_files.h | 50 // Restores the "empty counters" and allocation hints.
|
/external/chromium_org/ppapi/c/dev/ |
ppb_text_input_dev.h | 66 * <code>PPB_TextInput_Dev</code> provides a set of functions for giving hints
|
/external/chromium_org/sync/engine/ |
sync_scheduler.h | 114 // careful to pass along the "hints" delivered with those invalidations) in
|
/external/chromium_org/sync/sessions/ |
nudge_tracker.h | 105 // Adjusts the number of hints that can be stored locally.
|
sync_session.h | 80 // Called when the server wants to change the number of hints the client
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageBuffer.h | 89 // Give hints on the faster copyImage Mode, return DontCopyBackingStore if it supports the DontCopyBackingStore behavior
|
/external/chromium_org/third_party/freetype/include/freetype/ |
fterrdef.h | 77 "too many hints" )
|
Completed in 1906 milliseconds
<<11121314151617181920>>