/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.cc | 28 int normal, pushed, hover, disabled, tooltip; local 32 pushed = IDR_FORWARD_P; 39 pushed = IDR_BACK_P; 47 normal, pushed, hover, disabled, stock, GTK_ICON_SIZE_SMALL_TOOLBAR));
|
/external/chromium/net/spdy/ |
spdy_stream.h | 64 // Pushed streams will receive a SYN_STREAM and optional HEADERS frames. 95 bool pushed, 108 // Is this stream a pushed stream from the server. 109 bool pushed() const { return pushed_; } function in class:net::SpdyStream 117 // For pushed streams, we track a path to identify them. 268 // When a server pushed stream is first created, this function is posted on 272 // There is a small period of time between when a server pushed stream is 273 // first created, and the pushed data is replayed. Any data received during
|
spdy_http_stream.cc | 223 if (!stream_->pushed() && stream_->closed()) { 235 // pushed. 310 DCHECK(stream_->pushed()); 356 DCHECK(!stream_->closed() || stream_->pushed());
|
spdy_stream.cc | 40 bool pushed, 48 pushed_(pushed), 388 // Pushed streams do not send any data, and should always be in STATE_OPEN or
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToXMLSAXHandler.java | 346 boolean pushed; 359 pushed = m_prefixMap.pushNamespace(prefix, uri, pushDepth); 361 if (pushed) 394 return pushed;
|
ToUnknownStream.java | 385 boolean pushed = false; 395 pushed = m_handler.startPrefixMapping(prefix, uri, shouldFlush); 417 pushed = m_handler.startPrefixMapping(prefix, uri, shouldFlush); 419 return pushed; [all...] |
ToStream.java | [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
CookieItemsView.js | 125 var pushed = false; 131 if (!pushed) { 132 pushed = true;
|
/external/llvm/ |
README.android | 53 should be pushed upstream eventually.)
|
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 99 tablePrinter.addHeaderCell('Unclaimed pushed'); 102 tablePrinter.addHeaderCell('Pushed'); 103 tablePrinter.addHeaderCell('Pushed and claimed');
|
/external/mesa3d/docs/ |
MESA_swap_control.spec | 97 be pushed or popped. The current swap interval for the window
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 19 * argument list has to be pushed onto the native stack according to 166 @ we pushed on evaporates when we restore "sp".
|
/external/libffi/src/arm/ |
sysv.S | 177 @ Remove the space we pushed for the args
|
/external/libffi/src/m68k/ |
sysv.S | 78 | Remove the space we pushed for the args
|
/system/core/adb/ |
file_sync_client.c | 678 int pushed = 0; local 727 pushed++; 734 fprintf(stderr,"%d file%s pushed. %d file%s skipped.\n", 735 pushed, (pushed == 1) ? "" : "s",
|
/external/quake/quake/src/WinQuake/ |
quake-rogue.spec.sh | 37 4 new weapons! The Quake weapons are awesome, but we've pushed them beyond
|
/external/libffi/src/x86/ |
win32.S | 65 # Remove the space we pushed for the args
|
/external/libffi/src/sh/ |
sysv.S | 314 # Remove the space we pushed for the args 480 # Remove the space we pushed for the args
|
/external/libffi/src/sh64/ |
sysv.S | 295 # Remove the space we pushed for the args
|
/external/zlib/contrib/masm686/ |
match.asm | 122 ; Saved Registers (actually pushed into place)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 724 want your values pushed into an array, you'll have to use nextOption
|
/external/clang/lib/StaticAnalyzer/Core/ |
CFRefCount.cpp | [all...] |
/prebuilt/common/ant/ |
ant.jar | |