/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
file_manager_dialog_base.js | 8 * This class is an extended class, to manage the status of the dialogs. 23 * The FileManager object. This is used to notify events of showing or hiding 24 * dialog to file manager. 52 * dialog failed to show due to an existing dialog. 65 * dialog failed to show due to an existing dialog. 84 * dialog failed to show due to an existing dialog. 93 * dialog failed to show due to an existing dialog [all...] |
/external/chromium_org/ui/webui/resources/js/ |
event_tracker.js | 8 * listeners that have been added and makes it easy to remove some or all of 15 * The type of the internal tracking entry. TODO(dbeam): move this back to 26 * Create an EventTracker to track a set of events. 43 * @param {!Node} node The DOM node to add a listener to. 44 * @param {string} eventType The type of event to subscribe to. 45 * @param {EventListener|Function} listener The listener to add. 46 * @param {boolean=} opt_capture Whether to invoke during the capture phase. 62 * @param {!Node} node The DOM node to remove a listener from [all...] |
/external/clang/test/SemaCXX/ |
warn-bool-conversion.cpp | 4 int* j = false; // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}} 6 void foo(int* i, int *j=(false)) // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}} 8 foo(false); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}} 10 foo(0); // no-warning: not a bool, even though its convertible to bool 12 foo(false == true); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}} 13 foo((42 + 24) < 32); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}} 16 foo(kFlag); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}} 48 b = f1; // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \ 49 expected-note {{prefix with the address-of operator to silence this warning}} 50 if (f1) {} // expected-warning {{address of function 'f1' will always evaluate to 'true'}} [all...] |
/external/mesa3d/docs/ |
WL_bind_wayland_display.spec | 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a 38 more interfaces in the Wayland protocol to allow clients to create 40 provides a new target for eglCreateImageKHR, to create an EGLImage 44 EGL implementation to define specific wayland requests and events, 80 Additions to the EGL 1.4 Specification: 82 To bind a server side wl_display to an EGLDisplay, call 87 To unbind a server side wl_display from an EGLDisplay, call 93 wl_display bound to EGLDisplay otherwise EGL_TRUE [all...] |
MESA_texture_array.spec | 43 There are a number of circumstances where an application may wish to 54 texture applied to it. If the transition is from beach sand to 55 grass to rocks to snow, the application will store each texture 57 textures to blend at run-time. 62 Several solutions to this problem have been proposed, but they either 68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in 153 "<zoffset>" to include layers of an array texture.) 155 Additions to Chapter 2 of the OpenGL 2.0 Specification (OpenGL Operation [all...] |
/external/mesa3d/src/glsl/ |
Android.gen.mk | 6 # Permission is hereby granted, free of charge, to any person obtaining a 8 # to deal in the Software without restriction, including without limitation 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 # and/or sell copies of the Software, and to permit persons to whom the 11 # Software is furnished to do so, subject to the following conditions: 17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 49 define local-l-or-ll-to-c-or-cpp 55 define local-y-to-c-and- [all...] |
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 89 0x01 DCT0 Read to write turnaround 90 0x02 DCT0 Write to read turnaround 92 0x08 DCT1 Read to write turnaround 93 0x10 DCT1 Write to read turnaround 125 0x02 L2 writebacks to system 131 0xa1 Requests Local I/O to Local I/O 132 0xa2 Requests Local I/O to Local Memory 133 0xa3 Requests Local I/O to Local (I/O or Mem) 134 0xa4 Requests Local CPU to Local I/O 135 0xa5 Requests Local (CPU or I/O) to Local I/ [all...] |
/external/chromium_org/android_webview/ |
webview_pak.mk | 5 # This makefile fragment describes how to install a Chromium pak into the 12 # This module is used to copy the .pak files to /system/webview/paks in the 26 # This module is used to copy the .pak files to an intermediates folder so that
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
braille_interface.js | 8 * All Braille engines in ChromeVox conform to this interface. 24 * Sends the given params to the Braille display for output. 25 * @param {!cvox.NavBraille} params Parameters to send to the 35 * to be called when the user invokes a keyboard command on the braille
|
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/ |
fonts.conf | 3 <!-- /etc/fonts/fonts.conf file to configure system font access --> 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure 37 that we don't fallback to Times New Roman for them --> 230 <!-- FontConfig doesn't currently provide a well-defined way to turn on 231 subpixel positioning. This is just an arbitrary pattern to use after 232 turning subpixel positioning on globally to ensure that we don't have
|
/external/chromium_org/remoting/webapp/browser_test/ |
invalid_pin_browser_test.js | 9 * 1. Attempt to connect. 11 * 3. Verify that there is connection error due to invalid access code. 23 // Connect to me2me Host. 27 // Sleep for two seconds to allow the host backoff timer to reset.
|
/external/chromium_org/third_party/polymer/components-chromium/core-signals/ |
core-signals-extracted.js | 21 // convert generic-signal event to named-signal event 23 // if signals bubble, it's easy to get confusing duplicates 26 // up to said container 27 // (3) local child event bubbles up to container 33 // dispatch named-signal to all 'signals' instances,
|
/external/chromium_org/third_party/webrtc/test/manual/ |
adapter.js | 6 console.log("This appears to be Firefox"); 15 // Attach a media stream to an element. 22 console.log("This appears to be Chrome"); 31 // Attach a media stream to an element. 50 console.log("Browser does not appear to be WebRTC-capable");
|
/external/fonttools/ |
README.md | 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats. 10 From your command line type the above command to get fontools installed on your system. 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_mmx.asm | 97 movq mm0, [rax] ; Copy eight bytes to mm0 98 movq mm1, [rbx] ; Copy eight bytes to mm1 102 punpcklbw mm0, mm6 ; unpack to higher prrcision 104 punpckhbw mm2, mm6 ; unpack to higher prrcision 106 psubsw mm0, mm1 ; A-B (low order) to MM0 107 psubsw mm2, mm3 ; A-B (high order) to MM2 116 movq mm1, [rbx] ; Copy eight bytes to mm1 122 movq mm0, [rax] ; Copy eight bytes to mm0 126 punpcklbw mm0, mm6 ; unpack to higher prrcision 128 punpckhbw mm2, mm6 ; unpack to higher prrcisio [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
code.c | 17 * may fail due to unsufficient privileges. 85 if(g->span[j].to != g->span[i].to){ 86 ++i; g->span[i].to = g->span[j].to; 97 s->to = NULL; 99 if(b->to == x){ 103 if(b->to != s->to){ 107 s->to = b->to 476 State *to; local 558 State *to = g->span[i].to; local 596 State *prev = NULL, *to; local 863 State *to = s->go.span[i].to; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
interframe.js | 6 * @fileoverview Tools for interframe communication. To use this class, every 7 * window that wants to communicate with its child iframes should enumerate 8 * them using document.getElementsByTagName('iframe'), create an ID to 10 * on each of them. Then use cvox.Interframe.sendMessageToIFrame to send 11 * messages to that iframe and cvox.Interframe.addListener to receive 36 * The message used to set the ID of a child frame so that it can send replies 37 * to its parent frame. 44 * The ID of this window (relative to its parent farme). 50 * Array of functions that have been registered as listeners to interfram [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
PolicyConstraints.java | 42 ASN1TaggedObject to = ASN1TaggedObject.getInstance(seq.getObjectAt(i)); local 44 if (to.getTagNo() == 0) 46 requireExplicitPolicyMapping = ASN1Integer.getInstance(to, false).getValue(); 48 else if (to.getTagNo() == 1) 50 inhibitPolicyMapping = ASN1Integer.getInstance(to, false).getValue();
|
/external/chromium_org/chrome/test/chromedriver/extension/ |
background.js | 9 * @param {function(!Error)} errCallback The callback to invoke for error 23 * @param {function(string)} callback The callback to invoke with the base64 25 * @param {function(!Error)} errCallback The callback to invoke for error 46 * @param {function(*)} callback The callback to invoke with the window info. 47 * @param {function(!Error)} errCallback The callback to invoke for error 60 * @param {Object} updateInfo Update info to pass to chrome.windows.update. 62 * @param {function(!Error)} errCallback The callback to invoke for error 78 * @param {string} id The ID of the app to launch. 80 * @param {function(!Error)} errCallback The callback to invoke for erro [all...] |
/external/chromium_org/remoting/test/ |
fake_network_dispatcher.cc | 29 // Copy |allocated_address_| to the end of |addr|. 56 const rtc::SocketAddress& to, 63 NodesMap::iterator node_it = nodes_.find(to.ipaddr()); 65 LOG(ERROR) << "Tried to deliver packet to unknown target: " 66 << to.ToString(); 72 // Check if |node| belongs to a different thread and post a task in that 78 this, from, to, data, data_size)); 84 // know that |node| belongs to the current thread. 85 node->ReceivePacket(from, to, data, data_size) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebCache.cpp | 15 * contributors may be used to endorse or promote products derived from 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 38 // A helper method for coverting a MemoryCache::TypeStatistic to a 41 WebCache::ResourceTypeStat& to) 43 to.count = static_cast<size_t>(from.count); 44 to.size = static_cast<size_t>(from.size); 45 to.liveSize = static_cast<size_t>(from.liveSize); 46 to.decodedSize = static_cast<size_t>(from.decodedSize);
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 43 There are a number of circumstances where an application may wish to 54 texture applied to it. If the transition is from beach sand to 55 grass to rocks to snow, the application will store each texture 57 textures to blend at run-time. 62 Several solutions to this problem have been proposed, but they either 68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in 153 "<zoffset>" to include layers of an array texture.) 155 Additions to Chapter 2 of the OpenGL 2.0 Specification (OpenGL Operation [all...] |
/external/chromium_org/media/cast/logging/ |
log_deserializer.cc | 24 // Use 60MB of temp buffer to hold uncompressed data if |compress| is true. 31 linked_ptr<AggregatedPacketEvent> to) { 35 for (int j = 0; j < to->base_packet_event_size(); j++) { 36 BasePacketEvent* to_base_event = to->mutable_base_packet_event(j); 40 // Need special merge logic here because we need to prevent a valid 49 BasePacketEvent* to_base_event = to->add_base_packet_event(); 56 linked_ptr<AggregatedFrameEvent> to) { 57 to->mutable_event_type()->MergeFrom(from.event_type()); 58 to->mutable_event_timestamp_ms()->MergeFrom(from.event_timestamp_ms()); 59 if (!to->has_encoded_frame_size() && from.has_encoded_frame_size() [all...] |
/external/chromium_org/third_party/libxml/src/ |
testAutomata.c | 80 int from, to; local 91 to = scanNumber(&ptr); 97 if (states[to] == NULL) 98 states[to] = xmlAutomataNewState(am); 100 xmlAutomataNewTransition(am, states[from], states[to], 104 int from, to; local 115 to = scanNumber(&ptr); 116 if (states[to] == NULL) 117 states[to] = xmlAutomataNewState(am); 118 xmlAutomataNewEpsilon(am, states[from], states[to]); 132 int from, to; local [all...] |
/external/chromium_org/remoting/webapp/ |
host_daemon_facade.js | 7 * Class to communicate with the host daemon via Native Messaging. 70 * @param {function(remoting.Error):void} onError Callback to call on error. 94 * @param {remoting.HostController.Feature} feature The feature to test for. 95 * @param {function(boolean):void} onDone Callback to return result. 115 * Attaches a new ID to the supplied message, and posts it to the Native 116 * Messaging port, adding |onDone| to the list of pending replies. 120 * @param {{type: string}} message The message to post. 121 * @param {function(...):void} onDone The callback, if any, to be triggered 123 * @param {function(remoting.Error):void} onError Callback to call on error [all...] |