HomeSort by relevance Sort by last modified time
    Searched full:once (Results 101 - 125 of 3364) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 32 * call is synchronous and will only return once the thread has terminated
Panel.java 40 * called once, when the application is initializing, from the UI thread.
  /frameworks/base/core/java/android/content/
SharedPreferences.java 60 * Set a String value in the preferences editor, to be written back once
72 * Set an int value in the preferences editor, to be written back once
84 * Set a long value in the preferences editor, to be written back once
96 * Set a float value in the preferences editor, to be written back once
109 * once {@link #commit} is called.
121 * will be done in the actual preferences once {@link #commit} is
137 * preferences. Once commit is called, the only remaining preferences
  /cts/tests/tests/text/src/android/text/method/cts/
MultiTapKeyListenerTest.java 234 * 6. press KEYCODE_1 once, text is "Hellu.".
235 * 7. press KEYCODE_POUND once, text is "Hellu. ".
236 * 8. press KEYCODE_6 once, text is "Hellu. M".
290 * 6. press KEYCODE_1 once, text is "Hellu.".
291 * 7. press KEYCODE_POUND once, text is "Hellu. ".
292 * 8. press KEYCODE_6 once, text should not be "Hellu. M".
347 * 6. press KEYCODE_POUND once, text is "Hellu ".
348 * 7. press KEYCODE_6 once, text is "Hellu M".
399 * 6. press KEYCODE_POUND once, text is "HELLU ".
400 * 7. press KEYCODE_6 once, text is "HELLU M"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 73 /* Set once it has been finalized so we consider it to be output. */
96 once compilation is finished. Available only with -funit-at-a-time. */
117 /* Set iff the function has been inlined at least once. */
183 /* Set once the function is lowered (i.e. its CFG is built). */
185 /* Set once the function has been instantiated and its callee
190 /* Set for aliases once they got through assemble_alias. */
218 When set to CGRAPH_FREQ_BASE, the edge is expected to be called once
258 /* Set once the variable has been instantiated and its callee
261 /* Set once it has been finalized so we consider it to be output. */
267 /* Set for aliases once they got through assemble_alias. *
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
Section.java 116 * Sets the file offset. It is only valid to call this method once
117 * once per instance.
174 * once this instance has been assigned a file offset (via {@link
195 * once this instance has been assigned a file offset (via {@link
209 * sections. This method may only be called once per instance;
  /bionic/libc/include/sys/
_system_properties.h 83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ret/
Test_ret.java 68 * once
134 * once
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateelementcasesensitive.java 34 * "createElement(tagName)" method twice. Once for tagName
35 * equal to "address" and once for tagName equal to "ADDRESS"
hc_documentcreateelementcasesensitive.java 34 * "createElement(tagName)" method twice. Once for tagName
35 * equal to "acronym" and once for tagName equal to "ACRONYM"
  /dalvik/libcore/luni/src/main/java/java/util/
TimerTask.java 22 * may be run once or repeatedly.
87 * least once. Subsequent calls have no effect.
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/
WeakReference.java 37 * references. Once the garbage collector decides that an object {@code obj} is
69 * removed automatically once they are not referenced any more (from outside).
  /development/host/windows/usb/api/
AdbWinApi.cpp 56 // We only need to run this only once.
105 // variable. We do that only once, on condition that this DLL is
  /development/pdk/docs/source/
building-dream.jd 19 <li>in vendor/htc/dream-open/ there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to do this once.<br></li>
31 <li>in vendor/htc/dream-open/ there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to do this once.<br></li>
  /external/icu4c/common/
unisetspan.h 28 * Instead, try multiple paths at once and track them with an IndexList.
34 * The object is either built for one variant and used once,
  /external/iptables/extensions/
libipt_2dscp.c 89 "DSCP match: Only use --dscp ONCE!");
100 "DSCP match: Only use --dscp-class ONCE!");
libipt_DSCP.c 91 "DSCP target: Only use --set-dscp ONCE!");
98 "DSCP target: Only use --set-dscp-class ONCE!");
  /external/webkit/WebCore/css/
themeWin.css 55 FIXME: Add input[type="file"] once we figure out our file inputs.
56 FIXME: Add input[type="image"] once we figure out our image inputs.
  /external/webkit/WebCore/platform/network/cf/
ResourceErrorCF.cpp 32 // FIXME: Once <rdar://problem/5050881> is fixed in open source we
46 // FIXME: Once <rdar://problem/5050841> is fixed we can remove this constructor.
  /external/webkit/WebKit/chromium/public/
WebWidget.h 63 // okay to call paint multiple times once layout has been called,
64 // assuming no other changes are made to the WebWidget (e.g., once
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 45 * be echoed back to the backup service binder once the new
72 * be echoed back to the backup service binder once the agent is
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithScreenOfNoSelectablesTest.java 93 // go up once to bring the selectable back on screen
99 // up once more should give it selection
  /frameworks/base/libs/utils/
Android.mk 17 # libutils is a little unique: It's built twice, once for the host
18 # and once for the device.
  /frameworks/base/tests/CoreTests/android/core/
ChecksumTest.java 45 // try it all at once
60 // try it all at once
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
_system_properties.h 83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change

Completed in 156 milliseconds

1 2 3 45 6 7 8 91011>>