HomeSort by relevance Sort by last modified time
    Searched full:anything (Results 426 - 450 of 7069) sorted by null

<<11121314151617181920>>

  /system/core/toolbox/
clear.c 38 * work on anything unix-y. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 19 Returns: anything
40 Returns: anything
61 Returns: anything
82 Returns: anything
103 Returns: anything
124 Returns: anything
145 Returns: anything
195 Required argument: anything
225 Returns: anything
246 Returns: anything
743 class anything(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2l.c 74 case 1: return y; /* atan(+-0,+anything)=+-0 */
75 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
76 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerServiceActivities.java 90 // do anything with it; we can count on soon being
92 // so there is no need to do anything here.
148 * for the user to poke it before doing anything.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StringReaderTest.java 154 String anything = "Hello world"; local
155 final StringReader sr = new StringReader(anything);
163 synchronized (anything) {
  /external/chromium/base/
vlog.cc 138 // A '?' matches anything.
142 // Anything else must match literally.
161 // anything.
  /external/chromium/chrome/browser/prefs/
pref_notifier_impl_unittest.cc 105 // Re-adding the same observer for the same pref doesn't change anything.
178 // Make sure removing an observer from one pref doesn't affect anything else.
187 // Make sure removing an observer entirely doesn't affect anything else.
  /external/chromium/testing/gmock/scripts/generator/
README.cppclean 21 - No direct reference to anything in the header
98 header files. Anything which inspects structure of C++ source files should
108 * Compiling to machine code (or anything beyond an AST)
  /external/chromium_org/base/
vlog.cc 142 // A '?' matches anything.
146 // Anything else must match literally.
165 // anything.
  /external/chromium_org/remoting/host/win/
chromoting_module.cc 99 // Don't do anything if COM initialization failed.
107 // Don't do anything if COM initialization failed.
121 // Don't do anything if COM initialization failed.
  /external/chromium_org/third_party/icu/source/i18n/
rbt_data.h 119 * represents, or NULL if it doesn't represent anything.
127 * represents, or NULL if it doesn't represent anything or if it
136 * represents, or NULL if it doesn't represent anything or if it
selfmt.cpp 145 //If anything else is encountered, it's a syntax error
166 //If anything else is encountered, it's a syntax error
182 //If anything else is encountered, it's a syntax error
  /external/icu4c/i18n/
rbt_data.h 119 * represents, or NULL if it doesn't represent anything.
127 * represents, or NULL if it doesn't represent anything or if it
136 * represents, or NULL if it doesn't represent anything or if it
  /external/iproute2/man/man8/
ip-rule.8 95 Priority: 0, Selector: match anything, Action: lookup routing
108 Priority: 32766, Selector: match anything, Action: lookup routing
120 Priority: 32767, Selector: match anything, Action: lookup routing
  /external/openssh/
pathnames.h 66 * contain anything particularly secret.
83 * readable by anyone but the user him/herself, but does not contain anything
92 * but does not contain anything particularly secret. If the user's home
  /external/chromium_org/ui/views/controls/tree/
tree_view_unittest.cc 217 // Add a child of b1, which hasn't been loaded and shouldn't do anything.
224 // anything.
263 // Remove 'c11', shouldn't visually change anything.
294 // Change c11, shouldn't do anything.
300 // Change 'b1', shouldn't do anything.
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 62 * We only need to do anything when the result differs
114 * We only need to do anything when the result differs
211 * not assume anything about class hierarchy other than that the
  /external/chromium/third_party/libjingle/source/talk/base/
task.h 52 // you check to see if you can do anything yet. If not, you return
53 // STATE_BLOCKED. If you _could_ do anything, do not return
103 // that it isn't waiting for anything that might timeout, but isn't
  /external/chromium_org/base/prefs/
pref_notifier_impl_unittest.cc 133 // Re-adding the same observer for the same pref doesn't change anything.
205 // Make sure removing an observer from one pref doesn't affect anything else.
214 // Make sure removing an observer entirely doesn't affect anything else.
  /external/chromium_org/third_party/libjingle/source/talk/base/
task.h 52 // you check to see if you can do anything yet. If not, you return
53 // STATE_BLOCKED. If you _could_ do anything, do not return
103 // that it isn't waiting for anything that might timeout, but isn't
  /libcore/luni/src/main/java/java/sql/
Date.java 77 * @return does not return anything.
90 * @return does not return anything.
103 * @return does not return anything.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
auto_ptr.h 160 * deleted. If it no longer owns anything (i.e., @c get() is
173 * If this %auto_ptr no longer owns anything, then this
175 * anything" is the same as being a null pointer, and you know
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 160 * deleted. If it no longer owns anything (i.e., @c get() is
173 * If this %auto_ptr no longer owns anything, then this
175 * anything" is the same as being a null pointer, and you know
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 160 * deleted. If it no longer owns anything (i.e., @c get() is
173 * If this %auto_ptr no longer owns anything, then this
175 * anything" is the same as being a null pointer, and you know
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 160 * deleted. If it no longer owns anything (i.e., @c get() is
173 * If this %auto_ptr no longer owns anything, then this
175 * anything" is the same as being a null pointer, and you know

Completed in 2939 milliseconds

<<11121314151617181920>>