HomeSort by relevance Sort by last modified time
    Searched full:used (Results 1201 - 1225 of 64207) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
sync_setup_helper.h 30 // Helper method used to read GAIA credentials from a local password file.
44 // GAIA account used by the test case.
47 // GAIA password used by the test case.
59 // The sync profile used by a test. The profile is owned by the
63 // Sync client used by a test. A sync client is associated with
  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.h 21 // Used to access the search engines within a particular sync profile.
24 // Used to access the search engines within the verifier sync profile.
47 // and the verifier if it is used.
52 // to the verifier, if it is used.
65 // is used.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript.h 65 // Used to sort windows by index.
73 // Used to close window.
79 // Used to see if the windows is in presentation mode.
82 // Used to enter presentation mode.
85 // Used to exit presentation mode.
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 23 // BluetoothProfileManagerClient is used to communicate with the profile
28 // usually used unless the profile requires you specify as a CLIENT or as a
36 // Options used to register a Profile object.
77 // The ErrorCallback is used by adapter methods to indicate failure.
105 // Constants used to indicate exceptional error conditions.
  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.h 23 // is used by AudioOutputController to provide a low latency data source for
61 // Mutes all incoming samples. This is used to prevent audible sound
68 // Socket to be used by the renderer. The reference is released after
72 // Shared memory wrapper used for transferring audio data to Read() callers.
75 // Shared memory wrapper used for transferring audio data from Read() callers.
  /external/chromium_org/content/child/
plugin_param_traits.h 5 // This file is used to define IPC::ParamTraits<> specializations for a number
9 // specializations for types that are used by the content code, and which need
11 // public members, or because the same type is being used in multiple
34 // Used when when the NPObject is running in the caller's process, so we
39 // Used when the NPObject we're sending is running in the callee's process
  /external/chromium_org/gpu/command_buffer/common/
id_allocator.h 35 // Marks an id as used. Returns false if id was already used.
62 // The highest ID on the used list.
65 // Lowest ID that isn't on the used list. This is slow, use as a last resort.
75 // implementation does not track which IDs are currently used. It is useful for
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosourceinterface.h 13 * 3. The name of the author may not be used to endorse or promote products
36 // VideoSourceInterface is a reference counted source used for VideoTracks.
37 // The same source can be used in multiple VideoTracks.
43 // This can be used for receiving frames and state notifications.
44 // But it should not be used for starting or stopping capturing.
  /external/chromium_org/third_party/libjingle/source/talk/base/
ratelimiter.h 13 * 3. The name of the author may not be used to endorse or promote products
55 // current period (< (max - used)). Once the given time passes the
56 // end of the period, used is set to zero and more use is available.
58 // Increment the quantity used this period. If past the end of a
60 void Use(size_t used, double time);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 51 unsigned char * used; local
64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length);
65 memset(used, 0, sizeof(unsigned char) * used_length);
67 rc_get_used_temporaries(c, used, used_length);
79 new_index = rc_find_free_temporary_list(c, used, used_length,
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
current_allocated_bytes_test.cc 15 // contributors may be used to endorse or promote products derived from
34 // free a small buffer, the number of bytes used by the application
35 // before the alloc+free should match the number of bytes used after.
36 // However, the internal data structures used by tcmalloc will be
39 // data structures, so that we report the actual application-used
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
current_allocated_bytes_test.cc 15 // contributors may be used to endorse or promote products derived from
34 // free a small buffer, the number of bytes used by the application
35 // before the alloc+free should match the number of bytes used after.
36 // However, the internal data structures used by tcmalloc will be
39 // data structures, so that we report the actual application-used
  /external/chromium_org/tools/android/forwarder2/
host_controller.h 32 // Callback used for self-deletion that lets the client perform some cleanup
81 // Used to notify the controller when the process is killed.
83 // Used to let the client delete the instance in case an error happened.
87 // Used to cancel the pending blocking IO operations when the host controller
89 // Task runner used for deletion set at construction time (i.e. the object is
  /external/chromium_org/ui/views/widget/
tooltip_manager.h 32 // Returns the default font used by tooltips.
37 // used to determine which gfx::Screen should be used.
59 // location of the tooltip in screen coordinates. |context| is used to
60 // determine which gfx::Screen should be used.
  /external/clang/test/Parser/
objcxx11-attributes.mm 59 [[test::foo(bar, baz)...]]; // expected-error {{attribute 'foo' cannot be used as an attribute pack}} \
62 [[used(x)...]]; // expected-error {{attribute 'used' cannot be used as an attribute pack}} \
63 // expected-warning {{unknown attribute 'used' ignored}}
  /external/clang/test/SemaCXX/
implicit-exception-spec.cpp 20 bool b = noexcept(ConstExpr()) && ThrowSomething(); // expected-error {{cannot be used by non-static data member initializer}}
28 int n = ExceptionIf<noexcept(TemplateArg())>::f(); // expected-error {{cannot be used by non-static data member initializer}}
33 struct Nested { // expected-error {{cannot be used by non-static data member initializer}}
41 int n = Inner().n; // expected-error {{cannot be used by non-static data member initializer}}
49 // A type is permitted to be used in a dynamic exception specification when it
  /external/freetype/include/freetype/
fttypes.h 10 /* This file is part of the FreeType project, and may only be used, */
101 /* A typedef of unsigned char, used for simple booleans. As usual, */
113 /* A signed 16-bit integer used to store a distance in original font */
125 /* An unsigned 16-bit integer used to store a distance in original */
170 /* A typedef for 32-bit tags (as used in the SFNT format). */
181 /* A simple typedef for the char type, usually used for strings. */
258 /* A signed 2.14 fixed-point type used for unit vectors. */
269 /* A signed 26.6 fixed-point type used for vectorial pixel */
281 /* This type is used to store 16.16 fixed-point values, like scaling */
317 /* _unsigned_ integer type used to express a file size or position, *
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DHGexParameters.java 8 * A <code>DHGexParameters</code> object can be used to specify parameters for
11 * Depending on which constructor is used, either the use of a
31 * This is also the default used by the Connection class.
40 * This constructor can be used to force the sending of a
58 * This constructor can be used to force the sending of a
  /external/iptables/libipq/
ipq_create_handle.3 34 Netlink socket used by ip_queue, and returns an opaque context handle. It
36 handle returned should be used in all subsequent library calls which
41 parameter is not currently used and should be set to zero by the application
46 parameter is used to specify the protocol of the packets to be queued.
54 and should be used when the handle is no longer required by the application.
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 17 * may be used to endorse or promote products derived from this software
38 * This class contains the Annotation definitions for jME3. Mostly these are used
45 * Annotation used for math primitive fields, method parameters or method return values.
56 * Annotation used for methods in math primitives that are destructive to the
67 * Annotation used for public methods that are not to be called by users.
  /external/llvm/include/llvm/Analysis/
FindUsedTypes.h 10 // This pass is used to seek out all of the types in use by the program.
34 /// the types used in the module.
46 /// collection of used types.
50 /// IncorporateValue - Incorporate all of the types used by this value.
55 /// run - This incorporates all types used by the specified module
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 51 unsigned char * used; local
64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length);
65 memset(used, 0, sizeof(unsigned char) * used_length);
67 rc_get_used_temporaries(c, used, used_length);
79 new_index = rc_find_free_temporary_list(c, used, used_length,
  /external/oprofile/daemon/
opd_perfmon.h 31 * Request structure used to define a context
39 void *ctx_smpl_vaddr; /* return arg: virtual address of sampling buffer, is used */
44 * Request structure used to write/read a PMC or PMD
58 unsigned long reg_random_seed; /* seed value when randomization is used */
59 unsigned long reg_random_mask; /* bitmask used to limit random value */
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events_c.h 67 /* Used to clamp the mouse coordinates separately from the video surface */
70 /* Used by the activity event handler to remove mouse focus */
73 /* Used by the activity event handler to remove keyboard focus */
76 /* Used by the event loop to queue pending keyboard repeat events */
79 /* Used by the OS keyboard code to detect whether or not to do UNICODE */
  /external/valgrind/main/memcheck/tests/
leak-pool.c 18 size_t used; member in struct:pool
25 void *a = p->buf + p->used;
26 assert(p->used + n < p->allocated);
28 p->used += n;
38 p->used = 0;

Completed in 2938 milliseconds

<<41424344454647484950>>