HomeSort by relevance Sort by last modified time
    Searched full:system (Results 2126 - 2150 of 46866) sorted by null

<<81828384858687888990>>

  /external/icu/icu4c/source/data/xml/collation/
root.xml 7 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
9 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
  /external/icu/icu4c/source/data/xml/main/
root.xml 7 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
9 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
  /external/jacoco/jacoco-maven-plugin.test/it/it-dump/src/main/java/
Server.java 21 System.out.println("Test server started");
33 System.out.println("Test server stopped");
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DotPrinter.java 51 output.append(System.lineSeparator() + "}");
68 builder.append(System.lineSeparator() + ndName + " [label=\"" + name + " (" + metaModel.getTypeName()
71 builder.append(System.lineSeparator() + ndName + " [label=\"" + name + "\"];");
74 builder.append(System.lineSeparator() + parentNodeName + " -> " + ndName + ";");
78 builder.append(System.lineSeparator() + attrName + " [label=\"" + a.getName() + "='"
80 builder.append(System.lineSeparator() + ndName + " -> " + attrName + ";");
94 builder.append(System.lineSeparator() + ndLstName + " [label=\"" + sl.getName() + "\"];");
95 builder.append(System.lineSeparator() + ndName + " -> " + ndLstName + ";");
  /external/jdiff/src/jdiff/
StreamReader.java 28 System.out.println(line);
30 System.out.println("IO Error invoking Javadoc");
  /external/jemalloc/include/jemalloc/
jemalloc_defs.h.in 15 * present on the system.
25 * Match the operating system's prototype.
  /external/jline/src/src/test/java/jline/example/
PasswordReader.java 15 System.out.println("Usage: java "
29 System.out.println("Got password: " + line);
  /external/kernel-headers/original/uapi/linux/
membarrier.h 7 * membarrier system call API
31 * enum membarrier_cmd - membarrier system call command
35 * Upon return from system call, the caller thread
39 * entry to and return from the system call
42 * running on the system. This command returns 0.
46 * thread. Upon return from system call, the
51 * to and return from the system call
68 * Command to be passed to the membarrier system call. The commands need to
  /external/libcap-ng/libcap-ng-0.7/
README 2 easier. The library has some utilities to help you analyse a system
6 if the headers match the kernel. IOW, if you have a chroot build system
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.8 1 .TH NETCAP: "8" "March 2009" "Red Hat" "System Administration Utilities"
9 Some directories in the /proc file system are readonly by root. The program will try to access and report what it can. But if nothing comes out, try changing to the root user and re-run this program.
  /external/libchrome/base/process/
process_info.h 33 // system does not support integrity levels (pre-Vista) or in the case of an
34 // underlying system failure.
  /external/libcxx/
ndk-test.sh 13 if [ ! -f $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so ]; then
18 adb push $ANDROID_PRODUCT_OUT/system/lib/libc++_ndk.so /data/local/tmp
  /external/libmojo/mojo/
BUILD.gn 32 "//mojo/edk/system:mojo_message_pipe_perftests",
33 "//mojo/edk/system:mojo_system_unittests",
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
ReadAndDispatchMessageTest.java 11 import org.chromium.mojo.system.Core;
12 import org.chromium.mojo.system.DataPipe;
13 import org.chromium.mojo.system.Handle;
14 import org.chromium.mojo.system.MessagePipeHandle;
15 import org.chromium.mojo.system.MojoException;
16 import org.chromium.mojo.system.MojoResult;
17 import org.chromium.mojo.system.Pair;
18 import org.chromium.mojo.system.impl.CoreImpl;
  /external/libmojo/mojo/common/
data_pipe_drainer.h 13 #include "mojo/public/cpp/system/core.h"
14 #include "mojo/public/cpp/system/watcher.h"
  /external/libmojo/mojo/edk/embedder/
embedder_internal.h 14 #include "mojo/edk/system/system_impl_export.h"
33 // Instance of |Core| used by the system functions (|Mojo...()|).
test_embedder.cc 12 #include "mojo/edk/system/core.h"
13 #include "mojo/edk/system/handle_table.h"
  /external/libmojo/mojo/edk/system/
data_pipe_control_message.h 13 #include "mojo/edk/system/ports/port_ref.h"
14 #include "mojo/public/c/system/macros.h"
handle_signals_state.h 8 #include "mojo/edk/system/system_impl_export.h"
9 #include "mojo/public/c/system/types.h"
  /external/libmojo/mojo/edk/system/ports/
port.h 16 #include "mojo/edk/system/ports/message_queue.h"
17 #include "mojo/edk/system/ports/user_data.h"
port_ref.cc 5 #include "mojo/edk/system/ports/port_ref.h"
7 #include "mojo/edk/system/ports/port.h"
  /external/libmojo/mojo/public/c/
README.md 6 System
9 The system/ subdirectory provides definitions of the basic low-level API used by
  /external/libmojo/mojo/public/c/system/
BUILD.gn 5 component("system") {
35 ":system",
  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits.typemap 15 "//mojo/public/cpp/system:system",
  /external/libmojo/mojo/public/cpp/system/
BUILD.gn 22 component("system") {
43 "//mojo/public/c/system",

Completed in 3403 milliseconds

<<81828384858687888990>>