HomeSort by relevance Sort by last modified time
    Searched refs:THE (Results 1 - 25 of 457) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/simulator/app/
Semaphore.h 2 // Copyright 2005 The Android Open Source Project
6 // These are meant for IPC, not thread management. The Mutex and Condition
13 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
23 * The "key" is usually the process ID of the process that created the
24 * semaphore (following POSIX semantics). See the comments in shmem.h.
32 * Create a new semaphore, with the specified initial value. The
    [all...]
LocalBiChannel.h 2 // Copyright 2005 The Android Open Source Project
4 // Create or attach to a named bi-directional channel on the local machine.
10 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
18 * This is essentially a wrapper class for UNIX-domain sockets. The
20 * and then extract the unidirectional read/write Pipes. These can
23 * The name for the pipe should be a short filename made up of alphanumeric
24 * characters. Depending on the implementation, we may create a file in
25 * /tmp with the specified name, removing any existing copy.
32 /* create the "listen" side *
    [all...]
Shmem.h 2 // Copyright 2005 The Android Open Source Project
10 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
24 * The "key" is usually the process ID of the process that created the
25 * segment. The goal is to avoid clashing with other processes that are
26 * trying to do the same thing. It's a little awkward to use when you
29 * the shmid with your friends, in Win32 you can use a string, but we're
31 * the upper 16 bits can be used to serialize keys
    [all...]
  /external/v8/samples/
count-hosts.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
  /external/v8/test/message/
overwritten-builtins.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
try-catch-finally-no-message.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
try-catch-finally-return-in-finally.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
try-finally-return-in-finally.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of its
    [all...]
arguments-indirect.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
ascii-regexp-subject.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
binary-operation-overwrite.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
bitwise-operations-undefined.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
body-not-visible.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
call-non-function-call.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
closure.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
context-variable-assignments.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
delete-global-properties.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
delete-in-with.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
  /external/v8/test/mjsunit/bugs/
bug-900066.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
  /external/v8/test/mjsunit/compiler/
function-call.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
jsnatives.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
loops.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
property-simple.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]
simple-binary-op.js 1 // Copyright 2010 the V8 project authors. All rights reserved.
3 // modification, are permitted provided that the following conditions are
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
11 // with the distribution.
12 // * Neither the name of Google Inc. nor the names of it
    [all...]

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>