OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:within
(Results
251 - 275
of
11068
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ui/gfx/
icon_util.h
142
// define these structure
within
the class. We must make sure we use 2 byte
143
// packing so that the structures are layed out properly
within
the file.
148
// ICONDIRENTRY contains meta data for an individual icon image
within
a
161
// ICONDIR Contains information about all the icon images contained
within
a
170
// GRPICONDIRENTRY contains meta data for an individual icon image
within
a
183
// GRPICONDIR Contains information about all the icon images contained
within
216
// structures
within
the icon data buffer, this function sets the image
235
// the corresponding image for an icon
within
the .ico file.
246
// The different sizes can be used
within
the various .ico file structures.
/external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox
1
/// \page atsections Using Sections
Within
Grammar Files
5
/// A C targeted grammar can make use of special annotations
within
a grammar
7
/// the placement of their contents
within
the generated code at defined points
8
/// such as
within
the generated C header file.
30
/// variables that are local to the code generated for that rule. You can then reference them
within
/external/checkpolicy/
module_compiler.h
19
* for policy modules. Initialize the memory structures
within
.
47
/* Enable a permission for a class
within
the current avrule_decl.
65
/* Check if an identifier is
within
the scope of the current
70
/* Check if a particular permission is
within
the scope of the current
97
* - no declarations are allowed
within
else branches
/external/chromium/base/
message_pump.h
24
// Called from
within
Run in response to ScheduleWork or when the message
30
// Called from
within
Run in response to ScheduleDelayedWork or when the
40
// Called from
within
Run just before the message pump goes to sleep.
50
//
Within
the method, the message pump is responsible for processing native
98
// NOTE: Care must be taken to handle Run being called again from
within
any
/external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.h
8
// - Fetch |http_url|
within
|url_fetch_deadline_ms| msec.
11
// - Connect to |url| with WebSocket protocol
within
16
// wait it from server
within
|websocket_hello_echoback_deadline_ms| msec.
22
// - Wait for some message from server
within
26
// - Expect that |websocket_bye_message| message arrives
within
/external/chromium_org/base/message_loop/
message_pump.h
23
// Called from
within
Run in response to ScheduleWork or when the message
29
// Called from
within
Run in response to ScheduleDelayedWork or when the
39
// Called from
within
Run just before the message pump goes to sleep.
49
//
Within
the method, the message pump is responsible for processing native
97
// NOTE: Care must be taken to handle Run being called again from
within
any
/external/chromium_org/base/
sequenced_task_runner.h
30
//
within
tasks. A non-nestable task is one that is guaranteed to not
31
// be run from
within
an already-running task. Conversely, a nestable
32
// task (the default) is a task that can be run from
within
an
53
// - If T2 runs nested
within
T1 via a call to the task-running
100
// posted task will not run nested
within
an already-running task.
/external/chromium_org/build/mac/
copy_framework_unversioned.sh
10
# stored in a versioned directory
within
the bundle, and symbolic links
16
# remove or retarget a symbolic link
within
a framework without affecting the
28
# To resolve these problems, the frameworks that ship
within
Chrome's .app
30
# original outer .framework directory as the framework that ships
within
the
90
# Copy the versioned directory
within
the versioned framework to its
/external/chromium_org/chrome/common/extensions/api/devtools/
inspected_window.json
8
"description": "Use the <code>chrome.devtools.inspectedWindow</code> API to interact with the inspected window: obtain the tab ID for the inspected page, evaluate the code in the context of the inspected window, reload the page, or obtain the list of resources
within
the page.",
14
"description": "A resource
within
the inspected page, such as a document, a script, or an image.",
132
"description": "When true, the loader will ignore the cache for all inspected page resources loaded before the <code>load</code> event is fired. The effect is similar to pressing Ctrl+Shift+R in the inspected window or
within
the Developer Tools window."
137
"description": "If specified, the string will override the value of the <code>User-Agent</code> HTTP header that's sent while loading the resources of the inspected page. The string will also override the value of the <code>navigator.userAgent</code> property that's returned to any scripts that are running
within
the inspected page."
162
"description": "The resources
within
the page."
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc
15
// The neighbour radius of a goose. Only geese
within
this radius will affect
20
// comes
within
this distance of this goose, the flocking algorithm tries to
27
// The goose will try to turn towards geese
within
this distance (computed
120
// cohesion component. An attractor has to be
within
kAttractorRadius to
155
// If the target is
within
the turning affinity distance, then make the
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Rectangle.java
41
* <code>Rectangle</code> defines a finite plane
within
three dimensional space
141
* <code>random</code> returns a random point
within
the plane defined by:
144
* @return a random point
within
the rectangle.
151
* <code>random</code> returns a random point
within
the plane defined by:
156
* @return a random point
within
the rectangle.
Ring.java
40
* <code>Ring</code> defines a flat ring or disk
within
three dimensional
167
* <code>random</code> returns a random point
within
the ring.
169
* @return a random point
within
the ring.
177
* <code>random</code> returns a random point
within
the ring.
180
* @return a random point
within
the ring.
/external/skia/tools/
svn.py
46
"""Set up to manipulate SVN control
within
the given directory.
83
@param path path (
within
self._directory) where the local copy will be
89
"""Returns a list of all subdirectories (not files)
within
a given SVN
167
'svn revert') of a file
within
the repository.
169
@param file_within_repo path to the file
within
the repo whose base
/frameworks/base/core/java/android/app/backup/
BackupDataInputStream.java
24
* entity's data during a restore operation. Used by {@link BackupHelper} classes
within
the {@link
69
* {@code offset}
within
the array.
73
*
within
the array.
75
* data exists
within
the entity to fulfill this request, only as much data
98
* Report the key string associated with this entity
within
the backup data set.
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h
48
// is
within
the views managed by the laymanager. Returns one of
120
// The bounds
within
which the vertically-stacked contents of the BrowserView
121
// should be laid out
within
. When the SideTabstrip is not visible, this is
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
position.py
17
"""Classes to represent positions
within
strings."""
48
The string
within
the range specified by this object.
53
"""Sets this range
within
the target string to the source string.
/external/chromium_org/chrome/browser/chromeos/contacts/
contact.proto
22
// Last time at which this contact was updated
within
the upstream provider,
26
// Has the contact been deleted recently
within
the upstream provider?
42
// must be decoded
within
a sandbox by e.g. ImageDecoder before being used.
/external/chromium_org/content/browser/
browsing_instance.h
31
// the documents
within
each BrowsingInstance that are from the same site and
36
// It is important to only have one SiteInstance per site
within
a given
78
// if the user later visits a page from this site,
within
this
/external/chromium_org/content/child/npapi/
plugin_stream_url.cc
30
// being destroyed
within
the destroy stream handler.
77
// being destroyed
within
the new stream handler.
99
// being destroyed
within
the write handlers
/external/chromium_org/content/common/
inter_process_time_ticks_converter.h
40
// Once these bounds are determined, values
within
the remote process's range
47
// 2. The remote's range is shifted so that it is centered
within
the
56
// Returns the value
within
the local's bounds that correlates to
/external/chromium_org/courgette/
disassembler_win32_x86.h
39
// Output is a vector of the RVAs corresponding to locations
within
executable
91
// FileOffset - the the offset
within
a single .EXE or .DLL *file*.
92
// RVA - relative virtual address (offset
within
*loaded image*)
/external/chromium_org/extensions/common/
extension_resource.h
21
// anywhere, or whether they must end up
within
the extension root.
36
// anywhere in the filesystem. By default, resources have to be
within
80
//
within
|extension_root|, but it can be a symlink to a file that is not.
/external/chromium_org/third_party/closure_linter/closure_linter/common/
position.py
17
"""Classes to represent positions
within
strings."""
48
The string
within
the range specified by this object.
53
"""Sets this range
within
the target string to the source string.
/external/chromium_org/third_party/freetype/include/freetype/
ftbdf.h
186
* A `property' is a either key-value pair
within
the STARTPROPERTIES
188
* `info->props' array
within
a `FontRec' structure of a PCF font.
190
* Integer properties are always stored as `signed'
within
PCF fonts;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatch.h
17
// A mutable match of a phone number
within
a piece of text.
82
// Returns the start index of the matched phone number
within
the searched
86
// Returns the exclusive end index of the matched phone number
within
the
Completed in 2710 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>