HomeSort by relevance Sort by last modified time
    Searched full:open (Results 751 - 775 of 123641) sorted by null

<<31323334353637383940>>

  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiPortConnector.java 2 * Copyright (C) 2015 The Android Open Source Project
86 * Open two devices and connect their ports.
102 * Open two devices and connect their ports.
121 "could not open " + destinationDeviceInfo);
143 "could not open port on "
157 * Open a source device and connect its output port to the
174 "could not open " + sourceDeviceInfo);
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiPortConnector.java 2 * Copyright (C) 2015 The Android Open Source Project
86 * Open two devices and connect their ports.
102 * Open two devices and connect their ports.
121 "could not open " + destinationDeviceInfo);
143 "could not open port on "
157 * Open a source device and connect its output port to the
174 "could not open " + sourceDeviceInfo);
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiPortConnector.java 2 * Copyright (C) 2015 The Android Open Source Project
86 * Open two devices and connect their ports.
102 * Open two devices and connect their ports.
121 "could not open " + destinationDeviceInfo);
143 "could not open port on "
157 * Open a source device and connect its output port to the
174 "could not open " + sourceDeviceInfo);
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiPortConnector.java 2 * Copyright (C) 2015 The Android Open Source Project
86 * Open two devices and connect their ports.
102 * Open two devices and connect their ports.
121 "could not open " + destinationDeviceInfo);
143 "could not open port on "
157 * Open a source device and connect its output port to the
174 "could not open " + sourceDeviceInfo);
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
kernel_CpufreqMinMax.py 41 f = open(self.sys_cpufreq_path + filename, 'w')
45 f = open(self.sys_cpufreq_path + filename, 'r')
64 f = open(self.sys_cpufreq_path + 'scaling_driver', 'r')
66 fmin = open(self.sys_cpufreq_path + 'cpuinfo_min_freq', 'r')
67 fmax = open(self.sys_cpufreq_path + 'cpuinfo_max_freq', 'r')
80 f = open(self.sys_cpufreq_path + 'scaling_available_frequencies', 'r')
89 f = open(self.sys_cpufreq_path + 'scaling_max_freq', 'r')
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process.h 35 // 4. Use open_broker.Open() to open files.
38 // |denied_errno| is the error code returned when methods such as Open()
42 // be opened later via the Open() API, respectively for reading and writing.
65 // Can be used in place of open(). Will be async signal safe.
68 // It's similar to the open() system call and will return -errno on errors.
69 int Open(const char* pathname, int flags) const;
broker_process_unittest.cc 75 int fd = open_broker.Open(NULL, O_RDONLY);
102 fd = open_broker.Open(kR_WhiteListed, O_RDONLY);
104 fd = open_broker.Open(kR_WhiteListed, O_WRONLY);
106 fd = open_broker.Open(kR_WhiteListed, O_RDWR);
126 fd = open_broker.Open(kR_WhiteListedButDenied, O_RDONLY);
130 fd = open_broker.Open(kR_WhiteListedButDenied, O_WRONLY);
132 fd = open_broker.Open(kR_WhiteListedButDenied, O_RDWR);
149 fd = open_broker.Open(kW_WhiteListed, O_RDONLY);
151 fd = open_broker.Open(kW_WhiteListed, O_WRONLY);
153 fd = open_broker.Open(kW_WhiteListed, O_RDWR)
    [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.h 53 * @brief Check if file is open.
54 * @return True if file is open.
60 * @brief Open gzipped file.
62 * @param mode Open mode flags.
66 open(const char* name,
70 * @brief Attach to already open gzipped file.
72 * @param mode Open mode flags.
88 * @brief Convert ios open mode int to mode string used by zlib.
243 * @param mode Open mode flags (forced to contain ios::in).
250 * @brief Construct stream on already open gzipped file
    [all...]
  /frameworks/base/media/java/android/media/midi/
MidiDeviceStatus.java 2 * Copyright (C) 2015 The Android Open Source Project
30 // true if input ports are open
32 // open counts for output ports
52 * Creates a MidiDeviceStatus with zero for all port open counts
71 * Returns true if an input port is open.
75 * @return input port open status
86 * @return output port open count
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 2 * Copyright 2012 The Android Open Source Project
67 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
70 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
73 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
79 ALOGE("init_transport: Cannot open %s: %s\n",
85 opened internally. Currently successful return from open doesn't
88 opened immediately on return from the aforementioned open call */
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 2 * Copyright 2012 The Android Open Source Project
91 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
94 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
97 fd = open(bt_hci_transport_device.name, (O_RDWR | O_NOCTTY));
103 ALOGE("init_transport: Cannot open %s: %s\n",
109 opened internally. Currently successful return from open doesn't
112 opened immediately on return from the aforementioned open call */
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 2 * Copyright 2012 The Android Open Source Project
66 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
69 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
72 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
78 ALOGE("init_transport: Cannot open %s: %s\n",
84 opened internally. Currently successful return from open doesn't
87 opened immediately on return from the aforementioned open call */
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 2 * Copyright 2012 The Android Open Source Project
69 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
72 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
75 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
81 ALOGE("init_transport: Cannot open %s: %s\n",
87 opened internally. Currently successful return from open doesn't
90 opened immediately on return from the aforementioned open call */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_linecache.py 58 for index, line in enumerate(open(filename)):
64 for index, line in enumerate(open(filename)):
73 with open(support.TESTFN, "w") as fp:
99 with open(source_name, 'w') as source:
105 with open(source_name) as source:
110 with open(source_name, 'w') as source:
122 with open(source_name) as source:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_linecache.py 58 for index, line in enumerate(open(filename)):
64 for index, line in enumerate(open(filename)):
73 with open(support.TESTFN, "w") as fp:
99 with open(source_name, 'w') as source:
105 with open(source_name) as source:
110 with open(source_name, 'w') as source:
122 with open(source_name) as source:
  /prebuilts/go/darwin-x86/src/os/
error_test.go 18 t.Fatalf("open ErrIsExist tempfile: %s", err)
26 t.Fatal("Open should have failed")
36 f, err := os.Open(name)
39 return "Open should have failed"
118 t.Fatalf("open ErrPathNUL tempfile: %s", err)
124 t.Fatalf("open ErrPathNUL: %s", err)
130 t.Fatal("Open should have failed")
  /prebuilts/go/linux-x86/src/os/
error_test.go 18 t.Fatalf("open ErrIsExist tempfile: %s", err)
26 t.Fatal("Open should have failed")
36 f, err := os.Open(name)
39 return "Open should have failed"
118 t.Fatalf("open ErrPathNUL tempfile: %s", err)
124 t.Fatalf("open ErrPathNUL: %s", err)
130 t.Fatal("Open should have failed")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 58 for index, line in enumerate(open(filename)):
64 for index, line in enumerate(open(filename)):
73 with open(support.TESTFN, "w") as fp:
99 with open(source_name, 'w') as source:
105 with open(source_name) as source:
110 with open(source_name, 'w') as source:
122 with open(source_name) as source:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 58 for index, line in enumerate(open(filename)):
64 for index, line in enumerate(open(filename)):
73 with open(support.TESTFN, "w") as fp:
99 with open(source_name, 'w') as source:
105 with open(source_name) as source:
110 with open(source_name, 'w') as source:
122 with open(source_name) as source:
  /system/core/base/include/android-base/
utf8.h 2 * Copyright (C) 2015 The Android Open Source Project
24 #include <fcntl.h> // open
62 // // anonymous namespace to avoid conflict with existing open(), unlink(), etc.
68 // int fd = open(name, ...); // Calls android::base::utf8::open().
76 int open(const char* name, int flags, ...);
79 using ::open;
  /system/core/libsparse/
append2simg.c 2 * Copyright (C) 2013 The Android Open Source Project
79 output = open(output_path, O_RDWR | O_BINARY);
81 fprintf(stderr, "Couldn't open output file (%s)\n", strerror(errno));
91 input = open(input_path, O_RDONLY | O_BINARY);
93 fprintf(stderr, "Couldn't open input file (%s)\n", strerror(errno));
114 tmp_fd = open(tmp_path, O_WRONLY | O_CREAT | O_BINARY, 0664);
116 fprintf(stderr, "Couldn't open temporary file (%s)\n", strerror(errno));
  /toolchain/binutils/binutils-2.25/gold/
descriptors.h 43 // FLAGS, and MODE parameters are as for ::open. NAME must be in
49 open(int descriptor, const char* name, int flags, int mode = 0);
55 // again except as an argument to Descriptor::open.
59 // Close all the descriptors open for reading.
91 // The current number of file descriptors open.
93 // The maximum number of file descriptors we open.
105 { return descriptors.open(descriptor, name, flags, mode); }
  /external/selinux/secilc/test/
policy.cil 49 (class file (execute_no_trans entrypoint execmod open audit_access a b c d e))
85 (classpermissionset char_w (file (open read getattr)))
89 (file (open read getattr)))
167 (allow getty_t console_device_t (file (getattr open read write append)))
170 (dontaudit getty_t console_device_t (file (getattr open read write append)))
197 (auditallow device_t auditadm_t (file (open)))
288 (constrain (file (open)) (dom r1 r2))
289 (constrain (file (open)) (domby r1 r2))
290 (constrain (file (open)) (incomp r1 r2))
294 (mlsconstrain (file (open)) (not (or (and (eq l1 l2) (eq u1 u2)) (eq r1 r2)))
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 2 * Copyright 2013 The Android Open Source Project
47 * Exception thrown by {@link #openCamera} if the open fails asynchronously.
78 * Thrown when camera device enters error state during open, or if
109 * Open the camera, blocking it until it succeeds or fails.
119 * <p>Throws {@link BlockingOpenException} when the open fails asynchronously (due to
139 * If open fails immediately.
141 * If open fails after blocking for some amount of time.
217 mDeviceReady.open();
240 mDeviceReady.open();
266 mDeviceReady.open();
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DrawerLayoutDoubleTest.java 2 * Copyright (C) 2016 The Android Open Source Project
69 assertFalse("Querying open state of a view that is not a drawer",
117 // Open the start drawer
119 // And check that it's open (with the end drawer closed)
120 assertTrue("Start drawer is now open", mDrawerLayout.isDrawerOpen(mStartDrawer));
133 // Open the end drawer
135 // And check that it's open (with the start drawer closed)
139 assertTrue("End drawer is now open", mDrawerLayout.isDrawerOpen(mEndDrawer));
176 // Lock the start drawer open
179 // And check that it's locked open (with the end drawer unlocked
    [all...]

Completed in 1414 milliseconds

<<31323334353637383940>>