/external/v8/tools/turbolizer/ |
selection-broker.js | 19 let broker = this; 21 broker.nodePositionMap = map; 22 broker.positionNodeMap = []; 23 broker.sortedPositionList = []; 25 for (let i in broker.nodePositionMap) { 26 broker.sortedPositionList[next] = Number(broker.nodePositionMap[i]); 27 broker.positionNodeMap[next++] = i; 29 broker.sortedPositionList = sortUnique(broker.sortedPositionList [all...] |
empty-view.js | 8 constructor(id, broker) { 9 super(id, broker);
|
code-view.js | 8 constructor(divID, PR, sourceText, sourcePosition, broker) { 9 super(divID, broker, null, false); 13 view.broker = broker; 17 clear: function() { broker.clear(selectionHandler); }, 20 var broker = view.broker; 32 broker.clear(selectionHandler); 33 broker.select(selectionHandler, locations, selected); 95 broker.addSelectionHandler(selectionHandler) [all...] |
text-view.js | 8 constructor(id, broker, patterns, allowSpanSelection) { 9 super(id, broker); 19 broker.clear(selectionHandler); 29 broker.clear(selectionHandler); 30 broker.select(selectionHandler, view.getLocations(items), selected); 43 broker.addSelectionHandler(selectionHandler);
|
view.js | 8 constructor(id, broker) {
|
/external/libchrome/sandbox/win/src/ |
policy_params.h | 24 POLPARAM(BROKER) // TRUE if called from the broker. 33 POLPARAM(BROKER) // TRUE if called from the broker. 38 static_assert(OpenFile::BROKER == static_cast<int>(FileName::BROKER),
|
sandbox_factory.h | 11 // SandboxFactory is a set of static methods to get access to the broker 14 // as the indication that the process is the broker or the target: 18 // //we are the broker, call broker api here 38 // Returns the Broker API interface, returns NULL if this process is the 43 // broker.
|
interceptors.h | 18 // Policy broker:
|
/external/libmojo/mojo/edk/system/ |
broker.h | 18 // The Broker is a channel to the parent process, which allows synchronous IPCs. 19 class Broker { 23 explicit Broker(ScopedPlatformHandle platform_handle); 24 ~Broker(); 46 DISALLOW_COPY_AND_ASSIGN(Broker);
|
broker_posix.cc | 5 #include "mojo/edk/system/broker.h" 68 Broker::Broker(ScopedPlatformHandle platform_handle) 86 Broker::~Broker() = default; 88 ScopedPlatformHandle Broker::GetParentPlatformHandle() { 92 scoped_refptr<PlatformSharedBuffer> Broker::GetSharedBuffer(size_t num_bytes) { 102 PLOG(ERROR) << "Error sending sync broker message"; 106 LOG(ERROR) << "Error sending complete broker message";
|
node_controller.cc | 22 #include "mojo/edk/system/broker.h" 231 // TODO(amistry): Consider the need for a broker on Windows. 233 // On posix, use the bootstrap channel for the broker and receive the node's 234 // channel synchronously as the first message from the broker. 236 broker_.reset(new Broker(std::move(platform_handle))); 243 // the broker was unable to negotiate a NodeChannel pipe. In this case we 349 // Shared buffer creation failure is fatal, so always use the broker when we 351 // the broker for shared buffer creation even though that process is 591 // node's parent or broker (i.e. we don't know its process handle), ask 592 // the broker to relay for us 593 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local 615 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local 645 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local 778 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local 854 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local 971 scoped_refptr<NodeChannel> broker; local [all...] |
/external/libmojo/mojo/edk/embedder/ |
embedder_internal.h | 24 class Broker; 30 // Instance of |Broker| to use. 31 extern Broker* g_broker;
|
/external/libmojo/ipc/ |
attachment_broker.h | 39 // communicating with a broker to send and receive attachments to Chrome IPC 43 // Returns an AttachmentBroker used to broker attachments of IPC messages to 63 // Each process has at most one attachment broker. The process is responsible 64 // for ensuring that |broker| stays alive for as long as the process is 66 static void SetGlobal(AttachmentBroker* broker); 73 // IPC::Channel to communicate with the broker process. This may be the same 92 // These two methods should only be called by the broker process. 95 // communicates attachment information with the broker process. In the broker 97 // Attachment Broker as they are created and destroyed [all...] |
placeholder_brokerable_attachment.h | 15 // It is intended to be replaced by the attachment broker.
|
brokerable_attachment.h | 25 // An id uniquely identifies an attachment sent via a broker. 62 // Whether the attachment still needs information from the broker before it
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_process.h | 26 // Create a new "broker" process to which we can send requests via an IPC 30 // A process would typically create a broker process before entering 54 // Will initialize the broker process. There should be no threads at this 56 // broker_process_init_callback will be called in the new broker process, 61 // X_OK will always return an error in practice since the broker process 83 pid_t broker_pid_; // The PID of the broker (child).
|
broker_process_unittest.cc | 41 static void CloseChannel(BrokerProcess* broker) { broker->CloseChannel(); } 44 static int GetIPCDescriptor(const BrokerProcess* broker) { 45 return broker->broker_client_->GetIPCDescriptor(); 66 // Destroy the broker and check it has exited properly. 128 // The broker process will allow this, but the normal permission system 258 // Open cpuinfo via the broker. 330 // Open cpuinfo via the broker. 350 // Compare the cpuinfo as returned by the broker with the one we opened 403 // Write to the descriptor opened by the broker [all...] |
broker_client.h | 40 // X_OK will always return an error in practice since the broker process 59 // know will be denied to the broker. (Used
|
broker_process.cc | 75 // We are the parent and we have just forked our broker process. 84 // We are the broker process. Make sure to close the writer's end so that
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_MimeWriter.py | 33 broker = kos.broker()
35 seller = broker.lookup('Seller_1.Seller', 'B4')
160 broker = kos.broker()
162 seller = broker.lookup('Seller_1.Seller', 'B4')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_MimeWriter.py | 33 broker = kos.broker() 35 seller = broker.lookup('Seller_1.Seller', 'B4') 160 broker = kos.broker() 162 seller = broker.lookup('Seller_1.Seller', 'B4')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_MimeWriter.py | 33 broker = kos.broker() 35 seller = broker.lookup('Seller_1.Seller', 'B4') 160 broker = kos.broker() 162 seller = broker.lookup('Seller_1.Seller', 'B4')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 33 broker = kos.broker() 35 seller = broker.lookup('Seller_1.Seller', 'B4') 160 broker = kos.broker() 162 seller = broker.lookup('Seller_1.Seller', 'B4')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 33 broker = kos.broker() 35 seller = broker.lookup('Seller_1.Seller', 'B4') 160 broker = kos.broker() 162 seller = broker.lookup('Seller_1.Seller', 'B4')
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
MtpPagerAdapter.java | 47 public MtpPagerAdapter(Context context, CheckBroker broker) { 50 mBroker = broker;
|