HomeSort by relevance Sort by last modified time
    Searched full:way (Results 1226 - 1250 of 14460) sorted by null

<<41424344454647484950>>

  /frameworks/base/docs/html/resources/articles/
timed-ui-updates.jd 8 utility I use when podcasting, I needed a way of updating a clock
10 efficient way.</p>
18 at its disposal. We would like to find a more efficient way of updating
122 <p>The if statement is just a way to make sure the label is set to
130 <p>All we need now is a way to stop the timer when the stop button
  /development/host/windows/usb/api/
adb_api.h 113 // The following ifdef block is the standard way of creating macros which make
116 // not be defined on any project that uses this DLL. This way any other project
240 @param[in,out] size On the way in provides size of the memory buffer
241 addressed by info parameter. On the way out (only if buffer was not
299 @param[in,out] buffer_char_size On the way in supplies size (in characters)
300 of the buffer. On the way out, if method failed and GetLastError
320 @param[in,out] buffer_char_size On the way in supplies size (in characters)
321 of the buffer. On the way out, if method failed and GetLastError
424 this parameter has no effect on the way endpoint is opened. It's
427 this parameter has no effect on the way endpoint is opened. It's
    [all...]
adb_interface_enum.h 66 @param[in,out] size On the way in provides size of the memory buffer
67 addressed by info param. On the way out (only if buffer is not
  /external/webkit/WebCore/platform/text/
TextCodecLatin1.cpp 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
125 // Convert the string a fast way and simultaneously do an efficient check to see if it's all ASCII.
136 // Convert the slightly slower way when there are non-ASCII characters.
157 // Look for a way to encode this with Windows Latin-1.
161 // No way to encode this character with Windows Latin-1.
183 // Convert the string a fast way and simultaneously do an efficient check to see if it's all ASCII.
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
155 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could paint like this is if it has a layer.
163 // FIXME: This check is flawed in the following extremely obscure way:
184 // The whole way objects break across pages needs to be redone.
223 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could hit test like this is if it has a layer.
231 // FIXME: This check is flawed in the following extremely obscure way:
  /bionic/libc/stdlib/
div.c 29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 * Machine division and remainer may work either way when
  /bionic/libm/man/
feenableexcept.3 21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
95 There is no uniform way for an exception handler to access
hypot.3 28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
65 in such a way that underflow will not happen, and overflow
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DocumentType.java 46 * <code>entities</code> cannot be altered in any way.
55 * <code>notations</code> cannot be altered in any way.
  /dalvik/vm/
Intern.c 92 * There's no way to get a pointer to the actual hash table entry,
93 * so the only way to modify the existing entry is to remove,
  /dalvik/vm/native/
java_lang_reflect_Array.c 60 * easiest way to deal with that is to create the full name once and then
62 * piece and work our way in.
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 74 // Go the read / write file way
125 // Go the read / write file way
  /development/pdk/docs/community/
groups-charter.jd 9 <p>No topic is off-limits, provided it relates to Android in some way. However, since these are very busy lists, search the archives before posting your question; you may find your question has already been answered.
17 <br>Showing courtesy and respect to others is a vital part of the Android culture, and we expect everyone participating in the Android community to join us in accepting nothing less. Being courteous does not mean we can't constructively disagree with each other, but it does mean that we must be polite when we do so. There's never a reason to be antagonistic or dismissive toward anyone; if you think there is, think again before you post.<br><br>Mobile development is serious business, but it's also a lot of fun. Let's keep it that way. Let's strive to be one of the friendliest communities in all of open source.<br><br></li>
  /external/bluetooth/glib/docs/reference/glib/
compiling.sgml 54 The simplest way to compile a program is to use the "backticks"
71 The recommended way of using GLib has always been to only include the
  /external/freetype/include/freetype/
ftadvanc.h 110 /* if the corresponding font backend doesn't have a quick way to */
157 /* if the corresponding font backend doesn't have a quick way to */
  /external/icu4c/common/
umutex.h 110 /* Initialize a mutex. Use it this way:
122 * Use it this way:
  /external/ipsec-tools/src/libipsec/
NOTICE 24 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
53 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  /external/kernel-headers/original/asm-x86/
pda.h 47 * There is no fast way to get the base address of the PDA, all the accesses
48 * have to mention %fs/%gs. So it needs to be done this Torvaldian way.
  /external/opencore/engines/2way/test/build/make/
local.mk 158 $(quiet) $(CP) $(SRC_ROOT)/engines/2way/pvlogger/config/pvlogger.ini $(TWOWAY_TEST_DIR)
160 $(quiet) $(CP) -r $(SRC_ROOT)/engines/2way/test/test_data/* $(TWOWAY_TEST_DIR)
  /external/qemu/slirp/
tcpip.h 25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
69 * Just a clean way to get to the first byte
  /external/qemu/slirp-android/
tcpip.h 29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
73 * Just a clean way to get to the first byte
  /external/v8/src/
arguments.h 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
76 // accessed through an Arguments object the same way the actual stack
dtoa-config.c 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 * The way it works is that when you link with it, its definitions
  /external/v8/test/cctest/
SConscript 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
91 # There seems to be a glitch in the way scons decides where to put
  /external/v8/test/mjsunit/regress/
regress-334.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
65 object.bar = "NO WAY";

Completed in 522 milliseconds

<<41424344454647484950>>