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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateThread.3 3 SDL_CreateThread \- Creates a new thread of execution that shares its parent\&'s properties\&.
12 \fBSDL_CreateThread\fP creates a new thread of execution that shares all of its parent\&'s global memory, signal handlers, file descriptors, etc, and runs the function \fBfn\fR passed the void pointer \fBdata\fR The thread quits when this function returns\&.
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h 42 // shares a renderer process with |hungContents_|.
45 // Favicons of each TabContents that shares a renderer process with
63 // If |contents| shares the same render process as the tab contents
  /external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller.h 48 // shares a renderer process with |hungContents_|.
51 // Favicons of each WebContents that shares a renderer process with
69 // If |contents| shares the same render process as the tab contents
  /external/chromium_org/content/test/data/workers/
incognito_worker.html 18 // Make a second worker, make sure it shares this instance
  /external/eigen/doc/snippets/
Tutorial_Map_using.cpp 10 MapType m2map(p,m2.size()); // m2map shares data with m2
  /external/chromium_org/chrome/test/mini_installer_test/
mini_installer_test_constants.cc 57 L"\\\\filer\\shares\\chromeclient\\builds\\ChromeSigning";
59 L"\\\\filer\\shares\\googleclient\\save\\builds\\Omaha\\1.3.21.57"
65 L"\\\\172.24.6.7\\shares\\chromeclient\\builds\\chrome\\";
  /external/chromium_org/ash/wm/
coordinate_conversion.h 28 // Returns the RootWindow that shares the most area with |rect| in
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
index.html 21 1,000,000,000 points inside a square that shares two sides with a quarter
  /external/chromium_org/ui/base/
view_prop.h 21 // window manager memory. ViewProp shares similar semantics as SetProp, the
  /external/kernel-headers/original/linux/
tegra_sema.h 21 /* this shares the magic with the tegra RPC and AVP drivers.
  /external/llvm/test/CodeGen/PowerPC/
mem-rr-addr-mode.ll 5 ; This shares the 16 between the two loads.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 88 private static final int SHARES = 1;
96 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES);
204 case SHARES: {
235 if (sURIMatcher.match(uri) != SHARES) {
311 case SHARES: {
398 case SHARES:
402 if (match == SHARES) {
439 case SHARES:
443 if (match == SHARES) {
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreatethread.html 83 >SDL_CreateThread&nbsp;--&nbsp;Creates a new thread of execution that shares its parent's properties.</DIV
128 that shares all of its parent's global memory, signal handlers,
  /external/chromium_org/base/metrics/
sample_vector.h 51 // Shares the same BucketRanges with Histogram object.
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.h 24 // As DevToolsNetLogObserver shares live data with objects that live on the
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/ru/
7.txt 15 # Currently only data for Kazakhstan is present, even though Russia shares
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultimapTest.java 33 * The behavior of toString() is tested by TreeMultimap, which shares a
  /external/iptables/extensions/
libxt_TOS.man 3 shares the same bits as DSCP and ECN. The TOS target is only valid in the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 41 The'array' attribute of the 'x' object shares part of the memory buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 41 The'array' attribute of the 'x' object shares part of the memory buffer
  /libcore/luni/src/main/java/java/nio/
DoubleBuffer.java 108 * Returns a read-only buffer that shares its content with this buffer.
114 * The new buffer shares its content with this buffer, which means that this
169 * Returns a duplicated buffer that shares its content with this buffer.
175 * The new buffer shares its content with this buffer, which means either
470 * Returns a sliced buffer that shares its content with this buffer.
478 * The new buffer shares its content with this buffer, which means either
FloatBuffer.java 109 * Returns a read-only buffer that shares its content with this buffer.
115 * The new buffer shares its content with this buffer, which means this
170 * Returns a duplicated buffer that shares its content with this buffer.
176 * The new buffer shares its content with this buffer, which means either
469 * Returns a sliced buffer that shares its content with this buffer.
477 * The new buffer shares its content with this buffer, which means either
IntBuffer.java 105 * Returns a read-only buffer that shares its content with this buffer.
111 * The new buffer shares its content with this buffer, which means this
164 * Returns a duplicated buffer that shares its content with this buffer.
170 * The new buffer shares its content with this buffer, which means either
458 * Returns a sliced buffer that shares its content with this buffer.
466 * The new buffer shares its content with this buffer, which means either
LongBuffer.java 107 * Returns a read-only buffer that shares its content with this buffer.
113 * The new buffer shares its content with this buffer, which means this
166 * Returns a duplicated buffer that shares its content with this buffer.
172 * The new buffer shares its content with this buffer, which means either
459 * Returns a sliced buffer that shares its content with this buffer.
467 * The new buffer shares its content with this buffer, which means either
ShortBuffer.java 107 * Returns a read-only buffer that shares its content with this buffer.
113 * The new buffer shares its content with this buffer, which means this
166 * Returns a duplicated buffer that shares its content with this buffer.
172 * The new buffer shares its content with this buffer, which means either
458 * Returns a sliced buffer that shares its content with this buffer.
466 * The new buffer shares its content with this buffer, which means either

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 91011>>