HomeSort by relevance Sort by last modified time
    Searched full:thing (Results 1 - 25 of 1246) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
LocalProvider.java 4 // Same thing. Just different name.
  /external/clearsilver/util/test/
net_test.c 30 RAND_THING *thing; local
46 err = uListGet(stuff, x, (void *)&thing);
48 if (thing->is_num)
50 err = ne_net_write_int(nsock, thing->n);
51 /* ne_warn("[c] Sending %d", thing->n); */
55 err = ne_net_write_str(nsock, thing->s);
56 /* ne_warn("[c] Sending %s", thing->s); */
72 RAND_THING *thing; local
96 err = uListGet(stuff, x, (void *)&thing);
98 if (thing->is_num
134 RAND_THING *thing; local
    [all...]
  /dalvik/tests/002-sleep/
info.txt 2 mostly meant as an easy thing to modify in order to test other things
  /dalvik/dx/
README.txt 1 Home of Dalvik eXchange, the thing that takes in class files and
  /external/bison/tests/
actions.at 201 ]m4_ifval([$6], [%type <ival> '(' 'x' 'y' ')' ';' thing line input])[
208 input line thing 'x' 'y'
219 { printf ("Freeing nterm thing (%d@%d-%d)\n", $$, RANGE (@$)); }
220 thing
254 thing thing thing ';'
257 printf ("line (%d@%d-%d): thing (%d@%d-%d) thing (%d@%d-%d) thing (%d@%d-%d) ';' (%d@%d-%d)\n"
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 5 * the right thing.
  /external/kernel-headers/original/linux/
err.h 13 * This should be a per-architecture thing, to allow different
  /external/proguard/examples/dictionaries/
shakespeare.txt 10 "This thing of darkness I acknowledge mine."
  /ndk/tests/device/test-basic-exceptions/
README 4 Normally, the only thing needed is adding -fexceptions to your LOCAL_CFLAGS
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_relops.h 77 * @param x A thing.
78 * @param y Another thing.
90 * @param x A thing.
91 * @param y Another thing.
103 * @param x A thing.
104 * @param y Another thing.
116 * @param x A thing.
117 * @param y Another thing.
move.h 70 * @param a A thing of arbitrary type.
71 * @param b Another thing of arbitrary type.
  /external/chromium/third_party/icu/source/i18n/
nfrlist.h 63 void add(NFRule* thing) {
69 fStuff[fCount++] = thing;
  /external/icu4c/i18n/
nfrlist.h 63 void add(NFRule* thing) {
69 fStuff[fCount++] = thing;
fphdlimp.h 53 // to be destroyed before status goes out of scope. Easiest thing is to
  /dalvik/libdex/
InstrUtils.h 46 kFmt20bc, // op AA, thing@BBBB
52 kFmt21c, // op vAA, thing@BBBB
57 kFmt22c, // op vA, vB, thing@CCCC
63 kFmt31c, // op vAA, thing@BBBBBBBB
64 kFmt35c, // op {vC, vD, vE, vF, vG}, thing@BBBB (B: count, A: vG)
  /external/protobuf/m4/
acx_check_suncc.m4 52 dnl does the wrong thing if you don't put it into CXXFLAGS. sigh.
53 dnl (It also needs it in CFLAGS, or it does a different wrong thing!)
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 20 * since ARM side does the same thing, leave it as is.
  /external/bison/lib/
dup-safer.c 43 does the right thing. */
  /external/quake/quake/src/QW/client/
sbar.h 22 // does, the entire thing will be redrawn for the next vid.numpages frames.
  /external/quake/quake/src/WinQuake/
sbar.h 22 // does, the entire thing will be redrawn for the next vid.numpages frames.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
string-001.js 8 thing as the valueOf() method.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ShellCommandUnresponsiveException.java 24 * any thing to the console.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
WizardDialogEx.java 40 * Note: there is already a protected, deprecated method that does the same thing.
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock.py 191 def _dot_lookup(thing, comp, import_path):
193 return getattr(thing, comp)
196 return getattr(thing, comp)
202 thing = __import__(import_path)
206 thing = _dot_lookup(thing, comp, import_path)
207 return thing
  /external/dbus/bus/
dispatch.c 730 /* returns TRUE if the correct thing happens,
731 * but the correct thing may include OOM errors.
960 /* returns TRUE if the correct thing happens,
961 * but the correct thing may include OOM errors.
1050 /* returns TRUE if the correct thing happens,
1051 * but the correct thing may include OOM errors.
    [all...]

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>