/external/chromium_org/content/public/browser/ |
color_chooser.h | 21 // Sets the selected color.
|
overscroll_configuration.h | 13 // Sets and retrieves various overscroll related configuration values.
|
/external/chromium_org/content/test/plugin/ |
plugin_setup_test.h | 12 // A very simple test that just sets up a new plug-in.
|
/external/chromium_org/extensions/browser/ |
extension_registry.h | 24 // ExtensionRegistry holds sets of the installed extensions for a given 29 // Flags to pass to GetExtensionById() to select which sets to look in. 45 // NOTE: These sets are *eventually* mututally exclusive, but an extension can 46 // appear in two sets for short periods of time. 90 // contained in one of the registry's extension sets. 97 // Find an extension by ID using |include_mask| to pick the sets to search: 102 // Returns NULL if the extension is not found in the selected sets. 131 // Removes all extensions from all sets. 134 // Sets a callback to run when the disabled extension set is modified.
|
extension_registry_observer.h | 33 // any of the ExtensionRegistry sets (enabled, disabled, etc.). 47 // enabled; it might be installed in the disabled or even blacklisted sets, 63 // extension is tracked in one of the ExtensionRegistry sets, but is not 69 // any of the ExtensionRegistry sets (enabled, disabled, etc.).
|
/external/chromium_org/mojo/aura/ |
aura_init.h | 18 // Sets up necessary state for aura when run with the viewmanager.
|
/external/chromium_org/net/quic/crypto/ |
cert_compressor.h | 24 // 2) The peer may provide a number of hashes that represent sets of 35 // sets known locally and |client_common_set_hashes| contains the hashes of 36 // the common sets known to the peer. |client_cached_cert_hashes| contains 46 // |common_sets| contains the common certificate sets known locally.
|
/external/chromium_org/net/spdy/fuzzing/ |
hpack_example_generator.cc | 16 // Target file for generated HPACK header sets. 19 // Number of header sets to generate. 28 // Generates a configurable number of header sets (using HpackFuzzUtil), and 30 // sets are written to the output file in length-prefixed blocks.
|
/external/chromium_org/remoting/base/ |
capabilities.h | 18 // |host_capabilities| sets.
|
/external/chromium_org/sandbox/win/src/ |
process_mitigations_win32k_dispatcher.h | 13 // This class sets up intercepts for the Win32K lockdown policy which is set
|
/external/chromium_org/sandbox/win/tests/common/ |
test_utils.h | 10 // Sets a reparse point. |source| will now point to |target|. Returns true if
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebExternalTextureLayer.h | 52 // Sets whether every pixel in this layer is opaque. Defaults to false. 55 // Sets whether this layer's texture has premultiplied alpha or not. Defaults to true. 58 // Sets whether the texture should be blended with the background color 62 // Sets whether this context should be rate limited by the compositor. Rate limiting works by blocking
|
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/ |
DependencyGraphBuilder.h | 34 // This data structure is stack of sets. Each set contains dependency graph parent nodes. 106 : sets(factory->mNodeSets) { sets.pushSet(); } 107 ~TNodeSetMaintainer() { sets.popSet(); } 109 TNodeSetStack& sets; member in class:TDependencyGraphBuilder::TNodeSetMaintainer 120 : sets(factory->mNodeSets) { sets.pushSet(); } 121 ~TNodeSetPropagatingMaintainer() { sets.popSetIntoNext(); } 123 TNodeSetStack& sets; member in class:TDependencyGraphBuilder::TNodeSetPropagatingMaintainer
|
/external/chromium_org/tools/traceline/svgui/ |
README | 7 sets of data. Examples:
|
/external/chromium_org/ui/views/test/ |
menu_runner_test_api.h | 24 // Sets the menu runner handler.
|
/external/chromium_org/ui/views/window/ |
window_shape.h | 17 // Sets the window mask to a style that most likely matches
|
/external/easymock/src/org/easymock/ |
IExpectationSetters.java | 28 * Sets a return value that will be returned for the expected invocation.
37 * Sets a throwable that will be thrown for the expected invocation.
46 * Sets an object that will be used to calculate the answer for the expected
56 * Sets an object implementing the same interface as the mock. The expected
68 * Sets a stub return value that will be returned for the expected
77 * Sets a stub throwable that will be thrown for the expected invocation.
85 * Sets a stub object that will be used to calculate the answer for the
94 * Sets a stub object implementing the same interface as the mock. The
105 * Sets stub behavior for the expected invocation (this is needed for void
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
customTest.xml.template | 5 <!--copy the script which sets up environment and invokes the tests on test machine-->
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_have_capability.3 | 11 capng_have_capability will check the specified internal capabilities set to see if the specified capability is set. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.
|
/external/nanopb-c/tools/ |
set_version.sh | 5 # It sets the version number in pb.h and generator/nanopb_generator.py.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetCursor.3 | 11 Sets the currently active cursor to the specified one\&. If the cursor is currently visible, the change will be immediately represented on the display\&.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowActivityGroup.java | 18 * Non-Android accessor Sets the current {@code Activity} for this {@code ActivityGroup}
|
/external/smack/src/org/xbill/DNS/ |
Options.java | 19 * tsigfudge=n - Sets the default TSIG fudge value (in seconds)<BR> 20 * sig0validity=n - Sets the default SIG(0) validity period (in seconds)<BR> 65 /** Sets an option to "true" */ 73 /** Sets an option to the the supplied value */
|
/frameworks/base/core/java/android/text/style/ |
TtsSpan.java | 538 * Sets an argument to a string value. 550 * Sets an argument to an int value. 561 * Sets an argument to a long value. 586 * Sets the gender information for this instance. 596 * Sets the animacy information for this instance. 606 * Sets the multiplicity information for this instance. 617 * Sets the grammatical case information for this instance. 643 * Creates a TtsSpan of type {@link #TYPE_TEXT} and sets the 654 * Sets the {@link #ARG_TEXT} argument, the text to be synthesized. 677 * Creates a TtsSpan of type {@link #TYPE_CARDINAL} and sets th [all...] |
/ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/ |
alias1.cpp | 3 /* PR c++/28139: disjoint alias sets for the store from
|